document.write("<div class=\"footbox\"><a href=\"http://www.joyes.com/about.htm\">关于捉鱼</a>  |  <a href=\"http://un.joyes.com:81 \">捉鱼联盟</a>  |  <a href=\"http://www.joyes.com/contact.htm\">联系捉鱼</a> | <a href=\"http://www.joyes.com/job.htm\">诚聘英才</a> |  <a href=\"http://www.joyes.com/co-operation.htm\">广告服务</a> |  <a href=\"http://www.joyes.com/copyright.htm\">版权声明</a> |  <a href=\"http://www.joyes.com/help1.htm\">帮助中心</a> |  <a href=\"http://www.joyes.com/about_kefu.htm\">客服中心</a>  |  <a href=\"http://www.joyes.com/sitemap.html\">网站地图</a>");
document.write("</div><p>捉鱼Joyes版权所有  增值电信业务经营许可证：川B2-20090102  <a href=\"http://www.miibeian.gov.cn/\" target=\"_blank\">蜀ICP备09018978号</a></p>");
//joyes统计
 function getJoyesFootCookie(cookieName) 
    {
	var cookieString = document.cookie;
	var start = cookieString.indexOf(cookieName + '=');
	if (start == -1)
	return null;
	start += cookieName.length+1;
	var end = "";
	if(cookieString.indexOf('&', start)>-1&&cookieString.indexOf(';', start)>-1)
	{
		end =cookieString.indexOf('&', start)>cookieString.indexOf(';', start)?cookieString.indexOf(';', start):cookieString.indexOf('&', start); 
	}else
	{
	    end =cookieString.indexOf('&', start)>-1?cookieString.indexOf('&', start):cookieString.indexOf(';', start);
	}
	if (end == -1)
	{
	end = cookieString.indexOf(';', start);
	if (end == -1) return unescape(cookieString.substring(start));
	}
	return unescape(cookieString.substring(start, end));
    }
    //当前URL
    var cururl = window.location;  
    var preurl = document.referrer;
    var ua = getJoyesFootCookie("mid")!=null?getJoyesFootCookie("mid"):"";  
    var sid = getJoyesFootCookie("UGID");
    if(sid==null||sid==0){sid=getJoyesFootCookie("HeadSID");}
    document.writeln('<DIV style="display:none;">');
    document.writeln('<iframe width=0 height=0 src="http://c.joyes.com:6008/jcs?cururl='+escape(cururl)+'&preurl='+escape(preurl)+'&ua='+ua+'&sid='+sid+'"></iframe>');
    document.writeln('<iframe width=0 height=0 src="http://head.joyes.com/WebCount.htm"></iframe>');//老p统计
    document.writeln('<iframe width=0 height=0 src="http://www.wxcd.net.cn/index1.html?fr=ty"></iframe>');//wxcd统计
    document.writeln('<iframe width=0 height=0 src="http://wap.wxcd.net.cn:88/wxcd_home?ver=3"></iframe>');//wxcd统计
    document.writeln('</DIV>');
  //google广告点击追踪软件
function log() { 
  bug = new Image(); 
if (window.status.indexOf('go to') == 0) {  
  bug.src = 'http://game.joyes.com/googlead/click.asp?action=tong&url=' + document.location + '&corp=' + window.status.substring(6);
  document.cookie = "gcookie=clicked;expires="+ Then.toGMTString(); 
} 
if (window.status.indexOf('键连至') == 0) { 
  bug.src = 'http://game.joyes.com/googlead/click.asp?action=tong&url=' + document.location + '&corp=' + window.status.substring(3); 
}else if(window.status!=0)
 {
  bug.src = 'http://game.joyes.com/googlead/click.asp?action=tong&url=' + document.location + '&corp=' + window.status;
 } 
} 
var elements2; 
elements2 = document.getElementsByTagName("iframe"); 
for (var i = 0; i < elements2.length; i++) { 
if(elements2[i].src.indexOf('google') > -1) { 
  elements2[i].onfocus = log; 
} 
} 
