$(document).ready(function(){
						   
	$("#left_column").css('height',$("#right_column").attr('offsetHeight'));
	
	// Round off the edges on the red bar
	$("#red_bar").corner("7px tr tl");
	
	$("#plickgo").click(function(){
		$("#plick").load('/CMS/Templates/Home/home_top.php',{'loadplickhome':'true','userid':'379','groupid':'1319','email':$("#email").val(),'name':''});
	});
	
	$(".hotexp_parent_head").corner('15px');
	$(".hotexp_child").each(function(){
		$(this).click(function(){
			document.location.href=$(this).attr('rel');
		});
	});
});
