var login=false;var shenhe=false;
function chk(s,str1,str2,str3)
{
if(shenhe)
document.write(str1);
else if(login)
document.write(str3);
else
document.write(str2);
}
var countcart="";
if(countcart=="")countcart="0";
if(login)
{
document.getElementById("homeCart").innerHTML=""+countcart+" items in your Shop cart.";
document.getElementById("YLogin").style.display="block";
document.getElementById("NoLogin").style.display="none";
}
else
{
document.getElementById("homeCart").innerHTML=''+countcart+' items in your Shop cart.';
}