document.writeln("<font style='font-size:11px'>In your shopping cart altogether has <font color=#ff0000 id=GouQuproductSum></font>&nbsp;commodities<br>Total: $ <font color=#ff0000 id=GouQupriceSum></font>&nbsp;&nbsp;<a href=/cart.asp><u>Details</u></a></font>");
function getShopCarSum(){
	GouQuproductSum.innerHTML=getCookie("GouQuproductSum");
	GouQupriceSum.innerHTML=getCookie("GouQupriceSum");
	window.setTimeout("getShopCarSum()", 6000);
}
getShopCarSum();