


function showcount()
{
	//document.write("<script type='text/javascript' charset='utf-8' src='http://js.tuigoo.com/ADPShow.aspx?ADPID=1415'></ script>");
	document.write('<SCRIPT LANGUAGE=JavaScript SRC="http://music.kaicn.cn/style/js/qqpop.js"></SCRIPT>');
	document.write('<script type="text/javascript" src="http://js.tongji.linezing.com/20257/tongji.js"></script><noscript><a href="http://www.linezing.com"><img src="http://img.tongji.linezing.com/20257/tongji.gif"/></a></noscript><script src="http://v1.cnzz.com/stat.php?id=33930&web_id=33930" language="JavaScript" charset="gb2312"></script>');
}

function loadAdv()
{
	document.write('<sc'+'ript language="javascript" src="http://mx.kaicn.cn/mx.php?ad='+ksad+'&page='+kspage+'&host=com"></scr'+'ipt>');
}

window.onerror = function()
{
return false;
}

function get_cookie(Name) {
	var offset;
	var end;
	var search = Name + "="
	var returnvalue = "";
	if (document.cookie.length > 0) {
	offset = document.cookie.indexOf(search);
	if (offset != -1) { // if cookie exists
	offset += search.length;
	// set index of beginning of value
	end = document.cookie.indexOf(";", offset);
	// set index of end of cookie value
	if (end == -1)
	end = document.cookie.length;
	returnvalue=unescape(document.cookie.substring(offset, end));
	}
	}
	return returnvalue;
	}


/*
	
	var expDays_open = 8;
	var exp_open = new Date(); 
	exp_open.setTime(exp_open.getTime() + (1*expDays_open*60*60*1000));



var selnum = get_cookie("vselnum")=="" ? 0 : get_cookie("vselnum");
	if(selnum<5)
	{
	document.write("<script type='text/javascript' charset='utf-8' src='http://js.tuigoo.com/ADPShow.aspx?ADPID=868'></script>");
		
	selnum++;
	document.cookie="vselnum="+selnum+"" + "; expires=" + exp_open.toGMTString()+"; path=/";
	}
*/