var xlunvar_top_domain = document.domain;
/*
 * 计算PV
 */
function _xlwebgamepv(copid,stype,sflag,wtid){try{vhref="http://analytics-union.xunlei.com/PV?peerid=0&uri=http://webgamepv.union.xunlei.com&src="+xlunvar_top_domain+"&screensize="+copid+"*"+stype+"*"+sflag+"*"+wtid;image1=new Image(1,1);image1.src=vhref}catch(e){}}



/**
 * 如果stype为纯文字，则spara1为url, spara2为标题
 * 如果是其他类型则spara1为width, spara2为height
 */
function xwgprint(sid,stype,spara1,spara2) {
	var btype = Math.floor(parseInt(stype, 10)/100);
	preContent = "";
	if(btype == 4) {
		preContent = getAncho(sid,stype);
		preContent += "<script>_xlwebgamepv('" + sid + "', " + stype + ", 0, 0);</" + "script>";
	}
	else {
		preContent = '<iframe id="webgameframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="' + spara1 + '" height="' + spara2 + '" src="http://cop.my.xunlei.com/webgame/html/' + stype + '.htm#copid=' + sid + '&stype=' + stype + '&comefrom=' + xlunvar_top_domain + '&sflag=0&wtid=0"></iframe>';
	}		
	return document.write(preContent);
}

function xprint(sid,stype,spara1,spara2) {
	return xwgprint(sid,stype,spara1,spara2);
}



