var totalitem=readCookie('TotalItem');
if (!totalitem) totalitem=0;
document.write(totalitem);
