$(window).load(function(){if(jQuery("#maincolcontent").outerHeight()>jQuery("#leftcolcontent").outerHeight()){jQuery("#leftcolcontent").height(jQuery("#maincolcontent").outerHeight()-30);jQuery("#maincolcontent").height(jQuery("#maincolcontent").outerHeight()-30)}else{jQuery("#maincolcontent").height(jQuery("#leftcolcontent").outerHeight());jQuery("#leftcolcontent").height(jQuery("#leftcolcontent").outerHeight())}});function theRotator(){$("div#rotator ul li").css({opacity:0});$("div#rotator ul li:first").css({opacity:1});setInterval("rotate()",3000)}function rotate(){var b=($("div#rotator ul li.show")?$("div#rotator ul li.show"):$("div#rotator ul li:first"));var a=((b.next().length)?((b.next().hasClass("show"))?$("div#rotator ul li:first"):b.next()):$("div#rotator ul li:first"));a.css({opacity:0}).addClass("show").animate({opacity:1},1000);b.animate({opacity:0},1000).removeClass("show")};
