
function pageInit()
{
	try
	{
		//避免你的网页被别人放到框架里面的js脚本
		//if (top.frames.length != 0) top.location = self.document.location;

		Page_Onload();
		checkLogStatus();
		window.setTimeout("getCartSum()", 300);
	}
	catch(e)
	{
		//alert(e.description);
	}
}
window.onload = pageInit;


