/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* rwtessential.js.min */
/* @group rwtSetHeight plugin v1.0.0 05-13-10 14:27 modified from seyDoggy (Adam Merrifield) */(function($) { $.fn.rwtSetHeight = function() { var tallest = 0; $(this).each(function(){ if ($(this).outerHeight(true) > tallest) tallest = $(this).outerHeight(true); }); $(this).height(tallest); }; })(jQuery);/* @end */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ExtraContent r1.3 02-23-09 12:33 */
jQuery.noConflict();
jQuery(document).ready(function($){
var i=0;
while (i<=10) {
jQuery('#myExtraContent'+i+' script').remove();
jQuery('#myExtraContent'+i).appendTo('#extraContainer'+i);
i++;
}
jQuery("#mySocialLinks").appendTo("#mySocialDiv");
jQuery("#mySlider").appendTo("#mySliderDiv");
jQuery("#sliderControls").appendTo("#mysliderControls");

// generate .menub on demand
if (jQuery('.menua ul ul').length)
{
	jQuery('.menub').prepend(jQuery('.menua > .ulList > .liCurrent > .ulList, .menua > .ulList > .liAncestor > .ulList').clone()).show();	
}

jQuery("ul.blog-tag-cloud li:first-child").addClass("first");

if ($('#mySocialLinks').length)
{
	$('#mySocialDiv').height('30px');
}

});

