 function _cart_ttc_()
	{
		if(document.cookie)
		{
		  var cookieParts = document.cookie.split(/;\s/g);
		  var len = 0;
		  var product_cart_totalCount=0;
		  	for(var i=0, len=cookieParts.length; i < len; i++)
		  	{
		  		cookieNameValue = cookieParts[i].match(/([^=]+)=/i);
		  		if(cookieNameValue instanceof Array)
		  		{ 
		  			try{
		  				cookieName = cookieNameValue[1];
		  				if(cookieName == '_product_cart_totalCount_') product_cart_totalCount=decodeURIComponent(cookieParts[i].substring(cookieNameValue[1].length+1));
		        	}catch(ex){ }
		      }
		    }
		    if(product_cart_totalCount!=null)
		    {
		    	document.getElementById("totalCount").innerHTML=product_cart_totalCount;
		    }
		  }else{
		  	document.getElementById("totalCount").innerText=0;
		  }
	}
	
function tishidi()
{

	var currentDiv=document.getElementById("gouwu_di");
	if(choose())
	{
		currentDiv.innerHTML=currentDiv.innerHTML+'<li><a href="msnim:chat?contact=services@liyi99.com"><img src="/images/MSN333.gif" width="86" height="20" border="0" /></a></li>'
	}
	else
	{
		currentDiv.innerHTML=currentDiv.innerHTML+'<li><a href="msnim:chat?contact=services1@liyi99.com"><img src="/images/MSN333.gif" width="86" height="20" border="0" /></a></li>'
	}
	currentDiv.innerHTML=currentDiv.innerHTML+'<li><a href="http://b.qq.com/webc.htm?new=0&sid=800015575&o=www.liyi99.com&q=7" target="_blank"><img src="/images/QQ333.gif" width="86" height="23" border="0" /></a></li><li><a href="http://b.qq.com/webc.htm?new=0&sid=800015575&o=www.liyi99.com&q=7"><img src="/images/QQ444.gif" width="86" height="23" border="0" /></a></li>'
}

  function choose()
  {
  	var number=Math.ceil(Math.random()*10);
    number=number%2;
    if(number==0)return true;
    else return false;
  }