function reload()
{
	$("#reload").load(location.href,{ ajax: "true" },function(){
		$(".round").corner("cc:#000 10px");
	});

}
