//启用代码域名个数
var domainnums=1;

theDomain = new Array();
theDomain[0] = "code.kucent.com:4690";
theDomain[1] = "x1.321wan.com";
theDomain[2] = "x2.321wan.com";
theDomain[3] = "x3.321wan.com";
theDomain[4] = "x4.321wan.com";
theDomain[5] = "x5.321wan.com";
theDomain[6] = "x6.321wan.com";
theDomain[7] = "x7.321wan.com";
theDomain[8] = "x8.321wan.com";
theDomain[9] = "x9.321wan.com";

if (domainnums>1)
{
var rands = Math.round(Math.random()*domainnums);
while (rands >(domainnums-1)) {
   rands = Math.round(Math.random()*domainnums);
}
}else{rands=0;}

if (rands==""){rands=0}
var codedomain=theDomain[rands];



//注意：各位站长不要更改代码，否则一经发现视为作弊处理！
var ad_subid;
if ((ad_subid==null)||(ad_subid==''))
{
ad_subid="0";
}


document.writeln("<script type='text/javascript' language='javascript' src=\"http://code.kucent.com:4690/adcode.aspx?codecrt="+ad_f+"&webuserid="+ad_userid+"&subid="+ad_subid+"&exid="+ad_exid+"&t="+ad_t+"&encode="+ad_encode+"\"><\/script>");