var redomain=document.URL.toLowerCase();//document.referrer.toLowerCase();
var errdomain="chinasexylingerie.com";
if(redomain.indexOf(errdomain)==-1){
//alert(redomain);
//window.opener=null;
//window.close();
window.location='http://www.chinasexylingerie.com/';
}
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.';
}