$(function(){

	$(".hotNews a.more").css({opacity:0});
	
	$("ul.homeNews li:last").css({float:"right"});
	
	$(".homeLoca dd:last").addClass("last");
	
	$(".hotNews ul.tab").tabs(".hotNews ul.tabMain > li",{tabs:"li",current:"active",event:"mouseover"});
	
	height();

});

function height(){

if($(".ltBot").height()<$(".rgBot").height())
{
	$(".ltBot").height($(".rgBot").height());
}

}
