function wantBg() {
	rbh = $("#homeLeft").height();
	lh = $("#hrcList").height();
	lh = (lh+70);
	if(lh<rbh) {
		seth = (rbh-90);
		seth = seth+"px";
		$("#hrcList").height(seth);
	}
	else {
		seth = (lh-35);
		seth = seth+"px";
		$("#homeLeftContent").height(seth);
	}
}

$(document).ready(function() {
	$("#menuHbtn2").css("background","url(/images/header/m2_a.gif)");
	$("#menuHbtn2").unbind();
	more("frozen");
	wantBg();
});