
			var count=GetCookie("shopzhiwang","jianshu");
			if(count==null || count=="0"|| count==0||GetCookie("shopzhiwang","username")==null ||GetCookie("shopzhiwang","username")=="" ){
				document.write("<font color=red>0</font>");
			}
			else
				document.write("<font color=red>"+count+"</font>");
			function clearDfText(el){
			if(isMatchTitle(el.value)){
				el.value = '';
				YUD.setStyle(el, 'color', '#000');
			}
		}	
			
			