var yzz_global_icast_timer;		// 视频广告自动隐藏的计数器

function yzz_play_icast()
{
	document.getElementById("yzz_mini_cls_btmicon").style.display = "none";
	document.getElementById("iCast").style.display = "block";
	try {
		clearTimeout(yzz_global_icast_timer);
	} catch(e){}
	yzz_global_icast_timer = setTimeout(function(){ close_icast(); }, 60000);
}

function yzz_end_icast()
{
	document.getElementById("iCast").parentNode.removeChild(document.getElementById("iCast"));
	document.getElementById("yzz_mini_cls_btmicon").parentNode.removeChild(document.getElementById("yzz_mini_cls_btmicon"));
	try {
		Sound.stop();
	}catch(e){}
	try {
		clearTimeout(yzz_global_icast_timer);
	} catch(e){}
}

function close_icast()
{
	document.getElementById("iCast").style.display = "none";
	document.getElementById("yzz_mini_cls_btmicon").style.display = "block";
	try {
		Sound.stop();
	}catch(e){};
	try {
		clearTimeout(yzz_global_icast_timer);
	} catch(e){};
}

function displayiCastVideo(ggids, g_yzz_usedAD)
{
	var jsCont = '<div id="iCast" style="position:absolute;width:292px;height:255px;right:5px;bottom:10px;z-index:101;overflow:hidden;background:url(http://www.yzz.cn/home/theme/default/img/iCast_new.png) no-repeat;">'
				  + '<h4 style="height:20px;line-height:20px;font-size:12px;text-align:center;color:#FFF;">叶子猪视频广告</h4>'
				  + '<span style="left:255px;width:18px;height:18px;overflow:hidden;position:absolute;top:2px;cursor:pointer" title="关闭" id="icast_close_button" onclick="close_icast(this)"></span>'
				  + '<div style="width:290px;height:230px;padding:0 1px;overflow:hidden;background:#000;position:relative;">'
					  + '<a href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" target="_blank" style="display:block;position:absolute;width:100%;height:210px;*background:#FFF;*filter:alpha(opacity=0);"></a>'
					  + '<embed width="290" height="230" flashvars="file=http://yktj.yzz.cn' + g_yzz_usedAD[ggids[0]].src + '&amp;autoStart=true&amp;repeat=true" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.yzz.cn/swfplayer/flvplayer_secure.swf" type="application/x-shockwave-flash" wmode="transparent" menu="false" quality="high" />' 
				  + '</div>'
			  + '</div>'
			  + '<div id="yzz_mini_cls_btmicon" style="position:fixed; _position:absolute; bottom:0px; right:0pt; z-index:70; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-8)); overflow:hidden; width:25px; height:190px; display: block; background:url(http://yktj.yzz.cn/htmldata/images/yzz_iconBtm.jpg) no-repeat right bottom; display:none;">'
				  + '<a target="_blank" href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" style="background:url(http://yktj.yzz.cn' + g_yzz_usedAD[ggids[1]].src + ') no-repeat right bottom; display:block; overflow:hidden; width:25px; height:150px;"></a>'
				  + '<span style="display:block; overflow:hidden; width:23px; height:22px; cursor:pointer;" onClick="yzz_play_icast();"></span>'
				  + '<span style="display:block; overflow:hidden; width:23px; height:14px; cursor:pointer;" onClick="yzz_end_icast();"></span>'
			  + '</div>';

	document.write(jsCont);

	var iCastHeight = $(window).height()-275;
	$(window).scroll(function(){  $("#iCast").animate({top:$(window).scrollTop()+iCastHeight+"px" },{queue: false, duration: 350});});
	yzz_global_icast_timer = setTimeout(function(){ close_icast(); }, 60000);
}

// eof 视频广告

var mediaTimeouter;		// 视窗广告自动隐藏的计数器

function closeMediaHun(){
	if(mediaTimeouter) clearTimeout(mediaTimeouter);
	document.getElementById("media_float").style.display = "none";
	document.getElementById("yzz_mini_cls_btmicon").style.display = "block";
}

function closeminBig_media(){
	document.getElementById("media_float").parentNode.removeChild(document.getElementById("media_float"));
	document.getElementById("yzz_mini_cls_btmicon").style.display = "none";
	try {
		clearTimeout(mediaTimeouter);
	} catch(e){}
}

function replayMediaBigFlash(){
	document.getElementById("media_float").style.display = "block";
	document.getElementById("yzz_mini_cls_btmicon").style.display = "none";
	mediaTimeouter = setTimeout(closeMediaHun, 25000);
}

function displayMiniMedia(ggids, g_yzz_usedAD)
{
	var jsCont = '<div id="media_float" style="position:absolute;width:290px;height:230px;right:5px;bottom:10px;z-index:9999;overflow:hidden;">'
				+	'<div id="sy_iCast" style="background:#000;">'
					  + '<a href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" target="_blank" style="display:block;position:absolute;width:100%;height:230px;*background:#FFF;*filter:alpha(opacity=0);"></a>'
					  + '<embed width="290" height="230" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://yktj.yzz.cn' + g_yzz_usedAD[ggids[0]].src + '" type="application/x-shockwave-flash" wmode="transparent" menu="false" quality="high" />' 
				+	'</div>'
				+	'<span onClick="closeMediaHun();" title="关闭" style="color:#fff;text-align:center;height:22px;right:5px;width: 22px; overflow: hidden; position: absolute; top: 2px; cursor: pointer;background:url(http://www.yzz.cn/home/theme/default/img/gif_close.gif) no-repeat;"></span>'
				+'</div>'
				+'<div id="yzz_mini_cls_btmicon" style="position:fixed; _position:absolute; bottom:0px; right:0pt; z-index:70; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-8)); overflow:hidden; width:25px; height:190px; display: block; background:url(http://yktj.yzz.cn/htmldata/images/yzz_iconBtm.jpg) no-repeat right bottom; display:none;">'
				+	'<a target="_blank" href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" style="background:url(http://yktj.yzz.cn' + g_yzz_usedAD[ggids[1]].src + ') no-repeat right bottom; display:block; overflow:hidden; width:25px; height:150px;"></a>'
				+	'<span style="display:block; overflow:hidden; width:23px; height:22px; cursor:pointer;" onClick="replayMediaBigFlash();"></span>'
				+	'<span style="display:block; overflow:hidden; width:23px; height:14px; cursor:pointer;" onClick="closeminBig_media();"></span>'
				+'</div>';

	document.write(jsCont);

	mediaTimeouter = setTimeout(closeMediaHun, 25000);

	var iCastHeight =$(window).height() - 230;
	$(window).scroll(function()
	{
	  $("#media_float").animate({top:$(window).scrollTop()+iCastHeight+"px" },{queue: false, duration: 350});
	});
}

// eof 视窗广告


var cTimeouter, home_full_screen_ad_html;		// 动态全屏广告(特大)的计数器

function show_full_screen()
{
	document.getElementById('big').style.display = 'block';
	document.getElementById('home_full_screen_ad').style.display = 'none';
	
	cTimeouter = setTimeout(closeBig,8000);
}

function closeBig()
{
	if(cTimeouter) clearTimeout(cTimeouter);
	document.getElementById('big').style.display = 'none';

	//new area
	document.getElementById('home_full_screen_ad').innerHTML = home_full_screen_ad_html;
	document.getElementById('home_full_screen_ad').style.display = 'inline-block';
	//取消button
}

function displayXBigScreenAd(ggids, g_yzz_usedAD, bLarge)
{
	home_full_screen_ad_html = '<a href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" style="width:900px;height:30px;position:absolute;top:0;left:0px;" target="_blank">'
								+ '<img src="http://yktj.yzz.cn'+ g_yzz_usedAD[ggids[1]].src +'" style="width:950px;height:30px;border:0;" />'
							 + '</a>'
							 + '<span style="width:30px;line-height:30px;position:absolute;top:0;right:0;background:url(http://www.yzz.cn/home/theme/default/img/abg.gif) no-repeat;text-align:center;cursor:pointer;" onclick="show_full_screen()">&nbsp;</span>';

	var jsCont = '<div id="big" style="position:absolute;top:50%;left:50%;overflow:hidden;z-index:100;background:#000;margin-left:-' + (bLarge? 385: 225) + 'px;margin-top:-' + (bLarge? 225: 130) + 'px;">'
				+ '<a href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" style="display:block;position:absolute;width:' + (bLarge? 778: 450) + 'px;height:' + (bLarge? 540: 260) + 'px;*background:#FFF;*filter:alpha(opacity=0);" target="_blank"></a>'
				+ '<embed id="AdSame_Flash528" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" type="application/x-shockwave-flash"  width="' + (bLarge? 778: 450) + '" height="' + (bLarge? 540: 260) + '" wmode="transparent" src="http://yktj.yzz.cn' + g_yzz_usedAD[ggids[0]].src + '"></embed>'
				+ '<span onclick="closeBig()" style="' + (bLarge? 'background:#eee;bottom:5px;': 'display:block;bottom:0px;width:25px;line-height:20px;color:#fff;background:#000;') + 'position:absolute;right:0;cursor:pointer;">关闭</span>'
				+'</div>';

	document.write(jsCont);
	cTimeouter = setTimeout(closeBig, 8000);
}

// eof 动态全屏广告(特大,大)

var g_yzz_toprgtad_OfW, g_yzz_toprgtad_OfH, g_yzz_toprgtad_CfW, g_yzz_toprgtad_CfH, g_yzz_toprgtad_ieN, g_yzz_toprgtad_ffN, g_yzz_toprgtad_siyeIMG, g_yzz_toprgtad_siyeURL, siyeIMG, siyeURL;

function ctrl(arg)
{
	if(arg=='open'){
	if(document.all){
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
		document.getElementById(g_yzz_toprgtad_ieN).style.width = g_yzz_toprgtad_OfW;
		document.getElementById(g_yzz_toprgtad_ieN).style.height = g_yzz_toprgtad_OfH;
	}else{
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
		document.getElementById(g_yzz_toprgtad_ffN).style.width = g_yzz_toprgtad_OfW;
		document.getElementById(g_yzz_toprgtad_ffN).style.height = g_yzz_toprgtad_OfH;
	}
		document.getElementById('loadE').style.width = g_yzz_toprgtad_OfW;
		document.getElementById('loadE').style.height = g_yzz_toprgtad_OfH;
		return 1;
	}
	if(arg=='close'){
	if(document.all){
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
	//	document.getElementById(g_yzz_toprgtad_ieN).style.width = g_yzz_toprgtad_CfW;
	//	document.getElementById(g_yzz_toprgtad_ieN).style.height = g_yzz_toprgtad_CfH;
	}else{
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
	//	document.getElementById(g_yzz_toprgtad_ffN).style.width = g_yzz_toprgtad_CfW;
	//	document.getElementById(g_yzz_toprgtad_ffN).style.height = g_yzz_toprgtad_CfH;
	}
		document.getElementById('loadE').style.width = g_yzz_toprgtad_CfW;
		document.getElementById('loadE').style.height = g_yzz_toprgtad_CfH;
		return 1;
	}
}

function img()
{
	if(document.all){
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ieN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
	}else{
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('imge_url',g_yzz_toprgtad_siyeIMG);
		document.getElementById(g_yzz_toprgtad_ffN).SetVariable('get_url',g_yzz_toprgtad_siyeURL);
	}
}

function rgtSiyeAD(ggids, g_yzz_usedAD)
{
	g_yzz_toprgtad_OfW = '300px';
	g_yzz_toprgtad_OfH = '300px';
	g_yzz_toprgtad_CfW = '65px';
	g_yzz_toprgtad_CfH = '65px';
	g_yzz_toprgtad_ieN = 'toprgtswfobja';
	g_yzz_toprgtad_ffN = 'toprgtswfobjb';
	siyeIMG = g_yzz_toprgtad_siyeIMG = 'http://yktj.yzz.cn' + g_yzz_usedAD[ggids[0]].src;
	siyeURL = g_yzz_toprgtad_siyeURL = getLnk8ggid(ggids[0], g_yzz_usedAD);

	var jsCont = '<div id="loadE" style="z-index:101;position:absolute;top:0;right:0; overflow:hidden;width:300px;height:300px;background:transparent;"><div style="position:relative;">'
				+	'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="300" id="toprgtswfobja" style="top:0px;right:0;position:absolute">'
				+	'<param name="movie" value="http://www.yzz.cn/swfplayer/5.2.swf" />'
				+	'<param name="quality" value="high" />'
				+	'<param name="wmode" value="transparent" />'
				+	'<embed id="toprgtswfobjb" src="http://www.yzz.cn/swfplayer/5.2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" type="application/x-shockwave-flash" width="300" height="300"></embed>'
				+	'</object>'
				+'</div></div>';

	document.write(jsCont);
}

// eof 右上角斯页广告

var g_yzz_usedAD = {"6160":{"artid":"46786","addr":"http%3A%2F%2Fbbs.yzz.cn%2Fviewthread.php%3Ftid%3D2939282%26page%3D1%26extra%3D","src":"\/pa\/upload\/images\/2011_01\/6504e738edc0c7f4eda041bd50494ffd.jpg","visible":0},"6264":{"artid":"47837","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3D8","src":"\/pa\/upload\/images\/2012_02\/aa932e40e2659c2de42efc6436b1ba52.jpg","visible":1},"6263":{"artid":"47838","addr":"http%3A%2F%2Fwww.969g.com%2F%3Fid%3D1","src":"\/pa\/upload\/images\/2012_02\/7a61550ba9eb2eb91e65dbb0fa8a0aaf.jpg","visible":1},"6159":{"visible":0},"6180":{"artid":"47594","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3D7","src":"\/pa\/upload\/images\/2011_12\/eb9033df71729edbd7887bf102366ed4.jpg","visible":1},"6179":{"artid":"47595","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3D7","src":"\/pa\/upload\/images\/2011_12\/fc124453c8a4ba0209d72be1ee335214.jpg","visible":1},"6188":{"visible":0},"6214":{"visible":0},"6187":{"visible":0},"6215":{"visible":0},"6186":{"artid":"46732","addr":"http%3A%2F%2Fnews.yzz.cn%2Fzt%2F2010%2F11%2Fyzz%2F","src":"\/pa\/upload\/images\/2010_12\/cb4b4b05d1356c03584cc608dd46be6d.swf","visible":0},"6212":{"artid":"46734","addr":"http%3A%2F%2Fnews.yzz.cn%2Fzt%2F2010%2F11%2Fyzz%2F","src":"\/pa\/upload\/images\/2010_12\/fca3051c2e2bb3a0c22b667fc88e2bde.jpg","visible":0},"6185":{"visible":0},"6213":{"visible":0},"6166":{"artid":"47105","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F1985%2F1985.html%3F96pkid%3D13839","src":"\/pa\/upload\/images\/2011_12\/375ef659a5ffdfe8594f3795f395ec2b.jpg","visible":0},"6231":{"artid":"46884","addr":"http%3A%2F%2Fnews.yzz.cn%2Findustrynews%2F","src":"\/pa\/upload\/images\/2011_03\/9c96b50d5a77da94b2c0a1b7ef61bc64.jpg","visible":0},"6165":{"artid":"47106","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F1985%2F1985.html%3F96pkid%3D13839","src":"\/pa\/upload\/images\/2011_12\/0657605d7d3e2b47cb6df1ac19a3bd74.jpg","visible":0},"6168":{"artid":"47584","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F3263%2F3263.html%3F96pkid%3D13839","src":"\/pa\/upload\/images\/2011_12\/2115246cd030dd13aeccbb2a2943f83b.jpg","visible":0},"6232":{"artid":"46885","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_09\/a6c8bd8e3e3029db6fb3c88e0cc604f7.jpg","visible":0},"6167":{"artid":"47585","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F3263%2F3263.html%3F96pkid%3D13839","src":"\/pa\/upload\/images\/2011_12\/5d3ffda74ba84757215feb5de399cb2c.jpg","visible":0},"6169":{"artid":"46791","addr":"http%3A%2F%2Fnews.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_12\/0afa37b108420171521789349e5fa873.jpg","visible":0},"6233":{"artid":"46886","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_03\/5561362c80ace6ea89c0e24f917c274b.jpg","visible":0},"6170":{"artid":"46792","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F2661%2F2661.html%3F96pkid%3D13839","src":"\/pa\/upload\/images\/2011_12\/ea0f9a409cd76c7ed5129a866b127780.jpg","visible":0},"6234":{"artid":"46887","addr":"http%3A%2F%2Fnews.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_03\/80a2b78ce2d6c6cec81d499852705e17.jpg","visible":0},"6235":{"artid":"46888","addr":"http%3A%2F%2Fnewgame.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_03\/f95e0f0c6fa95743c09c19b4b5f36f26.jpg","visible":0},"6236":{"artid":"46889","addr":"http%3A%2F%2Fpc.yzz.cn%2Fzt%2Fphoto%2F01%2F","src":"\/pa\/upload\/images\/2011_03\/d3ddb19f02403f049ad415470d82cba6.jpg","visible":0},"6261":{"visible":0},"6243":{"visible":0},"6262":{"artid":"47858","addr":"http%3A%2F%2Fas.kejet.net%2Fafaclick%3Fu%2FUDJENEQyN0ZTRzNUc1Qk%2Fo%2FNzQ5QjBFQjJGMkVGMUEy%2Fm%2FMEE5ODQ5MzNDNkU1RTdD%3Fhttp%3A%2F%2Fqqxl.qq.com%2F%3FADTAG%3Dmedia.buy.yzz.channelclient_double","src":"\/pa\/upload\/images\/2012_02\/f3d79d260a2a495ae1e8d3bf39a48761.gif","visible":1},"6176":{"artid":"47813","addr":"http%3A%2F%2Fwww.969g.com%2Fsearch.shtm","src":"\/pa\/upload\/images\/2012_02\/7fb42697cd50baedd58df9cd1903ac6a.jpg","visible":0},"6224":{"artid":"47833","addr":"http%3A%2F%2Fwww.969g.com%2Fsearch.shtm","src":"\/pa\/upload\/images\/2012_02\/1879e830882db9df4a9e609219ce0717.jpg","visible":0},"6175":{"artid":"47814","addr":"http%3A%2F%2Fwww.969g.com%2Fsearch.shtm","src":"\/pa\/upload\/images\/2012_02\/652363c423c612b41e1970ced1381ec9.jpg","visible":0},"6181":{"artid":"46747","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F1828%2F1828.html%3F96pkid%3D13835","src":"\/pa\/upload\/images\/2011_05\/bc4368e6abcfd00fe8373bef57cede5a.swf","visible":0},"6190":{"visible":0},"6226":{"visible":0},"6189":{"visible":0},"6227":{"visible":0},"6192":{"visible":0},"6228":{"visible":0},"6191":{"visible":0},"6229":{"visible":0},"6164":{"artid":"46756","addr":"http%3A%2F%2Fwebgame.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/687f69a2b1c812c24fc0555178091eb0.jpg","visible":0},"6163":{"artid":"46757","addr":"http%3A%2F%2Fwebgame.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/692081a4b638dd2fecf348d3d4e881b2.jpg","visible":0},"6193":{"visible":0},"6240":{"visible":0},"6241":{"artid":"46897","addr":"http%3A%2F%2Fpc.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/c4de68c25afcdfc2940e4a72e5a14336.gif","visible":0},"6194":{"artid":"47836","addr":"http%3A%2F%2F2012cjcc.chinajoy.net%2F","src":"\/pa\/upload\/images\/2012_02\/1b9ce94499e8b0cc0d2b687fc55a3c86.gif","visible":1},"6242":{"artid":"46898","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/767d51cc7d731c4459f328616df5c045.jpg","visible":0},"6195":{"artid":"46758","addr":"http%3A%2F%2Fxx.yezizhu.com%2F","src":"\/pa\/upload\/images\/2010_12\/f53520c97f67d37faa29ff5333220b09.jpg","visible":0},"6196":{"artid":"46759","addr":"http%3A%2F%2Fpc.yezizhu.com%2F","src":"\/pa\/upload\/images\/2010_12\/3d2b7cf80f7b40da220a4c2097a59017.gif","visible":0},"6197":{"artid":"46761","addr":"http%3A%2F%2Fpc.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/5ca08e4c001fbd60d9060c10fbff9a9b.jpg","visible":0},"6251":{"visible":0},"6216":{"visible":0},"6218":{"visible":0},"6220":{"artid":"46763","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/271616a624945857c1a8a6a3f30f3cf3.jpg","visible":0},"6247":{"artid":"47066","addr":"http%3A%2F%2Fwww.gaopeng.com%2Fgaopeng%2Flp%2Fgaopeng%2Fgaopeng.php%3Ftimg%3Dtravel%26CID%3DCN_DIS_205_3_1_1054","src":"\/pa\/upload\/images\/2011_04\/93e8de2b1b5b4134211652d43ad0836f.gif","visible":0},"6237":{"artid":"46890","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/27870bd431f3acfb380b988bdfe955dc.jpg","visible":0},"6222":{"artid":"46764","addr":"http%3A%2F%2Fdl.yezizhu.com%2F","src":"\/pa\/upload\/images\/2010_12\/4deb6e8d79fa30924308ddd81f7016b2.jpg","visible":0},"6217":{"visible":0},"6219":{"visible":0},"6221":{"visible":0},"6248":{"artid":"47067","addr":"http%3A%2F%2Fwww.gaopeng.com%2Fgaopeng%2Flp%2Fgaopeng%2Fgaopeng.php%3Ftimg%3Dtravel%26CID%3DCN_DIS_205_3_1_1054","src":"\/pa\/upload\/images\/2011_04\/8f7c6d9de62a691617a6b7138bc05d91.jpg","visible":0},"6239":{"artid":"46891","addr":"http%3A%2F%2Fnews.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/a9a019f41e840dbe68658d52d78ab4d6.jpg","visible":0},"6223":{"visible":0},"6162":{"artid":"47834","addr":"http%3A%2F%2Fpassport.m3guo.com%2FQuickReg.html%3FUWCode%3Dyezizhu%26InviteCode%3DVVLXA80QG1ZQ0JRY","src":"\/pa\/upload\/images\/2012_02\/83c79ac9e6f9349b81131a26b063a068.jpg","visible":1},"6230":{"artid":"46895","addr":"http%3A%2F%2Fxx.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/e6c06d972dc7d9dc1aece221e037c2e9.jpg","visible":0},"6161":{"artid":"47835","addr":"http%3A%2F%2Fpassport.m3guo.com%2FQuickReg.html%3FUWCode%3Dyezizhu%26InviteCode%3DVVLXA80QG1ZQ0JRY","src":"\/pa\/upload\/images\/2012_02\/d21f098ecd810750ce2cde80747cba03.jpg","visible":1},"6200":{"visible":0},"6199":{"visible":0},"6265":{"visible":0},"6201":{"artid":"46771","addr":"http%3A%2F%2Fxx.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/9dcb2b9b985c0cf469303caa98d663d5.jpg","visible":0},"6203":{"visible":0},"6204":{"visible":0},"6202":{"visible":0},"6198":{"artid":"46780","addr":"http%3A%2F%2Fxx.yezizhu.com%2F","src":"\/pa\/upload\/images\/2010_12\/f3da48ce798b383fd77baf2f3029de37.jpg","visible":0},"6178":{"artid":"46784","addr":"http%3A%2F%2Fpc.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/878276eb33b2e638b8a32971ca11e3c2.jpg","visible":0},"6177":{"artid":"46785","addr":"http%3A%2F%2Fpc.yzz.cn%2F","src":"\/pa\/upload\/images\/2010_12\/aa87262bbf3066e73ac3e1fb8d576faa.jpg","visible":0},"6184":{"artid":"46749","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F2661%2F2661.html%3F96pkid%3D13835","src":"\/pa\/upload\/images\/2011_12\/2a20eab71cd0a962d56aac3f4a4c415a.gif","visible":1},"6182":{"artid":"46750","addr":"http%3A%2F%2Fe3.96pk.com%2F96pk%2F532%2F540%2F2661%2F2661.html%3F96pkid%3D13835","src":"\/pa\/upload\/images\/2011_12\/747276068d3bff9e2da87c61f0384f86.gif","visible":1},"6252":{"visible":0},"6183":{"artid":"47860","addr":"http%3A%2F%2Fas.kejet.net%2Fafaclick%3Fu%2FUDJENEQyN0ZTRzNUc1Qk%2Fo%2FNzQ5QjBFQjJGMkVGMUEy%2Fm%2FNkIxQ0I1NEExRDg3NDdD%3Fhttp%3A%2F%2Fwww.baidu.com%2F","src":"\/pa\/upload\/images\/2012_02\/395cbbc69056368b2759ee0664784d2b.gif","visible":1},"6205":{"artid":"47665","addr":"http%3A%2F%2Fwww.969g.com%2F","src":"\/pa\/upload\/images\/2011_12\/bfb7356f5385e689a1250bc9985bafc8.jpg","visible":1},"6209":{"artid":"47573","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dxyq","src":"\/pa\/upload\/images\/2011_12\/739a836801c4c9ef365a4cdbbb490cb8.jpg","visible":1},"6254":{"artid":"47666","addr":"http%3A%2F%2Fwww.969g.com%2F","src":"\/pa\/upload\/images\/2011_12\/072e7aca0c8213ab7b225185856653ab.jpg","visible":1},"6225":{"artid":"47574","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dxyq","src":"\/pa\/upload\/images\/2011_12\/ec234e91f213bd590af82fd7459124e5.jpg","visible":1},"6246":{"artid":"47667","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dxy2","src":"\/pa\/upload\/images\/2011_12\/491443c40fca143b2c2822c347d530d8.jpg","visible":1},"6253":{"visible":0},"6259":{"artid":"47603","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dxy3","src":"\/pa\/upload\/images\/2011_12\/362f6c317afde4f3fd3d34faccafa9ba.jpg","visible":1},"6255":{"visible":0},"6260":{"artid":"47605","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dtx3","src":"\/pa\/upload\/images\/2011_12\/7e3bd8ffa904908e771ad0c8b33e0bcf.jpg","visible":1},"6257":{"artid":"47606","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dwdwz","src":"\/pa\/upload\/images\/2011_12\/26f53b852dd3dfabb432f3787a493122.jpg","visible":1},"6258":{"artid":"47607","addr":"http%3A%2F%2Fwww.15666.com%2Findex.htm%3Fid%3Dyt","src":"\/pa\/upload\/images\/2011_12\/8b86148a582e86020714d0107ea60dab.jpg","visible":1},"6256":{"artid":"47748","addr":"http%3A%2F%2Fqn.yzz.cn%2Ftoolbox%2F","src":"\/pa\/upload\/images\/2011_12\/272a9fa7f5b4cb2a6f411d911c6209d5.jpg","visible":1},"6207":{"visible":0},"6210":{"visible":0},"6172":{"artid":"46776","addr":"http%3A%2F%2Fnews.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/2a54f0a4d8286985c8aaf67038d65f93.jpg","visible":0},"6250":{"artid":"47068","addr":"http%3A%2F%2Fwww.gaopeng.com%2Fgaopeng%2Flp%2Fgaopeng%2Fgaopeng.php%3Ftimg%3Dtravel%26CID%3DCN_DIS_205_3_1_1054","src":"\/pa\/upload\/images\/2011_04\/1e7cbabe7c24f7c64e3c97c4a3c91633.jpg","visible":0},"6238":{"artid":"46892","addr":"http%3A%2F%2Fdl.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/369251fac8d38d698d512a7eb2f7e0d6.jpg","visible":0},"6171":{"artid":"46777","addr":"http%3A%2F%2Fbbs.yezizhu.com%2Fviewthread.php%3Ftid%3D2031407%26extra%3D","src":"\/pa\/upload\/images\/2010_12\/2ae6a68ea80973e3860fa8b1564eab67.jpg","visible":0},"6208":{"visible":0},"6211":{"visible":0},"6174":{"artid":"46782","addr":"http%3A%2F%2Fnews.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/309d9ad891cb3d63d1e32a4c5f0a1e4b.jpg","visible":0},"6249":{"artid":"47069","addr":"http%3A%2F%2Fwww.gaopeng.com%2Fgaopeng%2Flp%2Fgaopeng%2Fgaopeng.php%3Ftimg%3Dtravel%26CID%3DCN_DIS_205_3_1_1054","src":"\/pa\/upload\/images\/2011_04\/bbdee4e8eafb5dfbbc1f9341c05a685c.gif","visible":0},"6245":{"artid":"46893","addr":"http%3A%2F%2Fcard.yzz.cn%2F","src":"\/pa\/upload\/images\/2011_02\/79525b4021fa80d6539a8b7a7d7da565.jpg","visible":0},"6173":{"artid":"46783","addr":"http%3A%2F%2Fbbs.yezizhu.com%2Factivity.php%3Fact%3Dindex","src":"\/pa\/upload\/images\/2010_12\/93d190e27a7ce8c7abc832fe8a0bd4aa.jpg","visible":0}};

function getLnk8ggid(ggid, usedAD)
{
	return 'http://yktj.yzz.cn/adsRedirect.php?articleid=' + usedAD[ggid].artid + '&urluri=' + usedAD[ggid].addr;
}

function getImgCode8ggid(ggid, usedAD, swfSupport)
{
	if (swfSupport
		&& usedAD[ggid].src.length - 4 == usedAD[ggid].src.lastIndexOf('.swf')
	){
		switch (ggid) {
			case 6176: 
			case 6175: { tmpW = 200; tmpH = 340; break; }
			case 6224: { tmpW = 285; tmpH = 250; break; }
			case 6205: { tmpW = 760; tmpH = 60; break; }
			case 6243: { tmpW = 300; tmpH = 350; break; }
			case 6166: { tmpW = 470; tmpH = 90; break; }
			case 6168: { tmpW = 470; tmpH = 90; break; }
			case 6165: { tmpW = 470; tmpH = 90; break; }
			case 6167: { tmpW = 470; tmpH = 90; break; }
			default:  { tmpW = 950; tmpH = 90; break; }
		}

		return ('<a href="' + getLnk8ggid(ggid, usedAD) + '" target="_blank" style="display:block;position:absolute;*background:#FFF;*filter:alpha(opacity=0);width:'+ tmpW +'px;height:'+ tmpH +'px;"></a><embed width="'+ tmpW +'" height="'+ tmpH +'" src="http://yktj.yzz.cn' +  usedAD[ggid].src + '" wmode="transparent" quality="high" />');
	} else {
		if(ggid == 6261){
			return '<div class="banner" style="clear:both;width:950px; height:90px; background:#FFF; margin:0 auto;margin-bottom:10px;">'+ '<a target="_blank" href="' + getLnk8ggid(ggid, usedAD) + '"><img src="http://yktj.yzz.cn' +  usedAD[ggid].src + '" /></a>' +'</div>';
		}else{
			return '<a target="_blank" href="' + getLnk8ggid(ggid, usedAD) + '"><img src="http://yktj.yzz.cn' +  usedAD[ggid].src + '" /></a>';
		}
	}
}

function yzz_wrtgg(ggids, boolDisplayHtm)
{	
	if (typeof(isCloseYzzYktjCouplet) != 'undefined')
		return;
		
	var jsCont = '';

	if (ggids.length) {
		if (boolDisplayHtm) {
			jsCont = getImgCode8ggid(ggids[0], g_yzz_usedAD, true);
		} else if (ggids[0] === 6159 || ggids[0] === 6160) {	// 背景广告
			if (g_yzz_usedAD[ggids[0]] 
				&& g_yzz_usedAD[ggids[0]].visible
			){
				jsCont = '<style type="text/css"> #a-adv{position:absolute;top:0;left:0;width:100%;height:800px;z-index:10;background:url(http://yktj.yzz.cn'+ g_yzz_usedAD[ggids[0]].src +') no-repeat center top;min-width:960px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<960?"960px":"");} #a-adv a{display:block; width:100%; height:800px; position:absolute; z-index:10; top:0; left:0;} #header,#content{position:relative;z-index:30;display:block;float:none;margin:0 auto;padding:0;} #home,#page,#yzz{width:100%;padding:30px 0 0;position:relative;} #a-adv .m-ad-box{width:41px;margin:0 auto; position:relative; z-index:11;}#a-adv span{background:url("http://yktj.yzz.cn/pa/upload/images/m_colse.png") no-repeat; width:41px; height:15px; cursor:pointer; line-height:50; overflow:hidden; display:block; position:absolute;top:10px;left:440px;}#nav{margin-top:0px !important;}</style>'
					+ '<div id="a-adv"><a href="' + getLnk8ggid(ggids[0], g_yzz_usedAD) + '" target="_blank"></a><div class="m-ad-box"><span onClick="colse_page_background()">关闭</span></div></div>';
			} else {
				//没有厂商时，检查有没有分屏广告
				if( (g_yzz_usedAD[6263] && g_yzz_usedAD[6263].visible) ||
					(g_yzz_usedAD[6264] && g_yzz_usedAD[6264].visible)
				){
					jsCont = split_background();
				}else{return true};	
			}
		} else if (ggids[0] === 6184 || ggids[0] === 6182 || ggids[0] === 6183 || ggids[0] === 6252) {		// 右下角漂浮窗广告
			if (g_yzz_usedAD[ggids[0]] 
				&& g_yzz_usedAD[ggids[0]].visible 
			){
				document.getElementById("wrapAll").style.backgroundImage = 'url(http://yktj.yzz.cn' + g_yzz_usedAD[ggids[0]].src + ')';
				document.getElementById("popup-top-linkhead").href = getLnk8ggid(ggids[0], g_yzz_usedAD);
				document.getElementById("popup-top-linkhead").style.display = 'block';				
			}
			return true;
		} else if (ggids[0] === 6192 || ggids[0] === 6191) {		// 视频广告
			if (g_yzz_usedAD[ggids[0]]
				&& g_yzz_usedAD[ggids[0]].visible
			){
				displayiCastVideo(ggids, g_yzz_usedAD);
			}
			return true;
		} else if (ggids[0] >= 6185 && ggids[0] <= 6188) {		// 动态全屏广告
			if (g_yzz_usedAD[ggids[0]]
				&& g_yzz_usedAD[ggids[0]].visible
			){
				if (ggids[0] === 6185 || ggids[0] === 6186) {	// (特大)
					displayXBigScreenAd(ggids, g_yzz_usedAD, true);
				} else if (ggids[0] === 6187 || ggids[0] === 6188) {	// (大)
					displayXBigScreenAd(ggids, g_yzz_usedAD, false);
				}
			}
			return true;
		} else if (ggids[0] === 6189 || ggids[0] === 6190) {	// 视窗广告
			if (g_yzz_usedAD[ggids[0]]
				&& g_yzz_usedAD[ggids[0]].visible
			){
				displayMiniMedia(ggids, g_yzz_usedAD);
			}
			return true;
		} else if (ggids[0] === 6193) {	// 右上角斯页广告
			if (g_yzz_usedAD[ggids[0]]
				&& g_yzz_usedAD[ggids[0]].visible
			){
				rgtSiyeAD(ggids, g_yzz_usedAD);
			}
			return true;
		} else if (ggids.length === 2) {
			if ((g_yzz_usedAD[ggids[0]] && g_yzz_usedAD[ggids[0]].visible)
				 || (g_yzz_usedAD[ggids[1]] && g_yzz_usedAD[ggids[1]].visible)
			){
				if( ggids[0] == 6263 || ggids[1] == 6264){
					jsCont = split_background();
				}else{
					jsCont = '<div class="half-banner" style="background:#FFF; clear:both; height:90px; margin:5px auto; width:950px;">'
								+ '<div style="border:1px solid #ccc; float:left; height:90px; overflow:hidden; width:470px;" class="l-banner">'
								+  getImgCode8ggid(ggids[0], g_yzz_usedAD, true)
								+ '</div>'
								+ '<div style="border:1px solid #ccc; float:right; height:90px; overflow:hidden; width:470px;" class="r-banner">'
								+  getImgCode8ggid(ggids[1], g_yzz_usedAD, true)
								+ '</div>'
							+ '</div>';
				}
			} else {
				if( ggids[0] != 6263 || ggids[1] != 6264)
					jsCont = '<div class="yzz_suibian" style="clear:both;height:8px;width:950px;overflow:hidden;"></div>';
			}
		} else if (ggids.length === 4) {
			if (document.getElementById('sy_couplet')) {
				return true;
			}

			jsCont = '';

			if (g_yzz_usedAD[ggids[0]] && g_yzz_usedAD[ggids[0]].visible) {
				jsCont += '<div class="couplet" id="yzz_couplet">'
							+ '<div class="left" style="border:1px solid #eee; overflow:hidden; position:fixed; _position:absolute;overflow:hidden; top:35px; left:2%; z-index:100; _top:expression(eval(document.documentElement.scrollTop+35)); width:auto; height:auto;"><div style="position:relative;width:120px; height:260px;">'
								+ '<span style="display:block; background:url(http://yktj.yzz.cn/htmldata/images/min_close.gif) no-repeat; cursor:pointer; width:13px; height:13px; position:absolute; top:0; right:0; overflow:hidden;" onclick="document.getElementById(\'yzz_couplet\').style.display = \'none\';"></span>'
								+ '<div id="sy_couplet" name="sy_couplet">' + getImgCode8ggid(ggids[0], g_yzz_usedAD) + '</div>'
							+ '</div></div>'
							+ '<div class="right" style="border:1px solid #eee; overflow:hidden; position:fixed; _position:absolute;overflow:hidden; top:35px; right:2%; z-index:100; _top:expression(eval(document.documentElement.scrollTop+35)); width:auto; height:auto;"><div style="position:relative;width:120px; height:260px;">'
								+ '<span style="display:block; background:url(http://yktj.yzz.cn/htmldata/images/min_close.gif) no-repeat; cursor:pointer; width:13px; height:13px; position:absolute; top:0; right:0; overflow:hidden;" onclick="document.getElementById(\'yzz_couplet\').style.display = \'none\';"></span>'
								+ '<div id="sy_couplet" name="sy_couplet">' + getImgCode8ggid(ggids[1], g_yzz_usedAD) + '</div>'
							+ '</div></div>'
						+ '</div>';
			}

			if (g_yzz_usedAD[ggids[2]] && g_yzz_usedAD[ggids[2]].visible) {
				jsCont += '<div class="couplet2" id="yzz_couplet2">'
							+ '<div class="left" style="border:1px solid #eee; overflow:hidden; position:fixed; _position:absolute; overflow:hidden; top:320px; left:2%; z-index:100; _top:expression(eval(document.documentElement.scrollTop+320)); width:auto; height:auto;"><div style="position:relative; width:120px; height:260px;">'
								+ '<span style="display:block; background:url(http://yktj.yzz.cn/htmldata/images/min_close.gif) no-repeat; cursor:pointer; width:13px; height:13px; position:absolute; top:0; right:0; overflow:hidden;" onclick="document.getElementById(\'yzz_couplet2\').style.display = \'none\';"></span>'
								+ '<div id="sy_couplet" name="sy_couplet">' + getImgCode8ggid(ggids[2], g_yzz_usedAD) + '</div>'
							+ '</div></div>'
							+ '<div class="right" style="border:1px solid #eee; overflow:hidden; position:fixed; _position:absolute; overflow:hidden; top:320px; right:2%; z-index:100; _top:expression(eval(document.documentElement.scrollTop+320)); width:auto; height:auto;"><div style="position:relative; width:120px; height:260px;">'
								+ '<span style="display:block; background:url(http://yktj.yzz.cn/htmldata/images/min_close.gif) no-repeat; cursor:pointer; width:13px; height:13px; position:absolute; top:0; right:0; overflow:hidden;" onclick="document.getElementById(\'yzz_couplet2\').style.display = \'none\';"></span>'
								+ '<div id="sy_couplet" name="sy_couplet">' + getImgCode8ggid(ggids[3], g_yzz_usedAD) + '</div>'
							+ '</div></div>'
						+ '</div>';
			}
		} else {
			if (g_yzz_usedAD[ggids[0]] && g_yzz_usedAD[ggids[0]].visible) {
				jsCont = getImgCode8ggid(ggids[0], g_yzz_usedAD, true);

				if (ggids[0] == 6176 || ggids[0] == 6175) {
					jsCont = '<div class="r-ad"><div class="yzz_ifrqingtianzhu">' + jsCont + '</div></div>';	//  width="200" height="340"
				} else if (ggids[0] == 6224) {
					jsCont = '<div class="cols1 flash" id="pic-adv"><div class="yzz_ifrqingtianzhu">' + jsCont + '</div></div>';	//  width="285" height="250"
				//} else if (ggids[0] == 6205) {
				//	jsCont = '<div class="banner" style="clear:both;width:760px; height:60px; background:#FFF;">' + jsCont + '</div>';	//  width="760" height="60"
				} else if (ggids[0] == 6243) {
					jsCont = '<div class="cols1 flash"><div class="yzz_ifrqingtianzhu">' + jsCont + '</div></div>';	//  width="300" height="350"
				} else if( ggids[0] == 6262 ){//双通
					jsCont = '<div class="banner" style="clear:both;width:560px; height:60px; background:#FFF; margin:0 auto;">' + jsCont + '</div>';	//  width="560" height="60"
				} else if( ggids[0] == 6261 ){//论坛一、二楼
					jsCont = '<div class="banner" style="clear:both;width:950px; height:90px; background:#FFF; margin:0 auto;margin-bottom:10px;">' + jsCont + '</div>';	//  width="950" height="90"
				} else {
					jsCont = '<div class="banner" style="clear:both;width:950px; height:90px; background:#FFF;">' + jsCont + '</div>';	//  width="950" height="80"
				}
			} else {
				jsCont = '<div class="yzz_suibian" style="clear:both;overflow:hidden;height:5px;"></div>';
			}
		}
		document.write(jsCont);
	}
}

// get from http://www.yzz.cn/home/theme/popwin/tu.js

if (typeof(crtRgtBtnFloatAD8denoLck) == 'undefined'
	&& ( document.location.href.indexOf('http://bbs.yzz.cn/forumdisplay.php') != -1
		 || document.location.href.indexOf('http://bbs.yzz.cn/viewthread.php') != -1
		 || document.location.href.indexOf('http://bbs.yzz.cn/thread') != -1
		 || document.location.href.indexOf('http://bbs.yzz.cn/forum') != -1
		 || (document.location.href.indexOf('http://bbs.yzz.cn/s/') != -1 && typeof(isOpenInnerpageADWindow) == 'undefined' )//isOpenInnerpageADWindow 打开广告
		 || document.location.href.split('/').length > 4
	   )
){

var crtRgtBtnFloatAD8denoLck = true;

/////////////////////////////////////////begin js cookie manager
function setCookie(NameOfCookie, value, expiredays)
{
	var ExpireDate = new Date ();
	ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 3600000 ));
	document.cookie = NameOfCookie + "=" + escape(value) +  ";domain=" + escape(document.location.href.match(/^http\:\/\/\w+\.yzz\.cn\//)?"yzz.cn":"yezizhu.com") + ";path=/"  + ((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());
}

//获取cookie值
function getCookie(NameOfCookie)
{
	if (document.cookie.length > 0)
	{
		begin = document.cookie.indexOf(NameOfCookie+"=");
		if (begin != -1)
		{
			begin += NameOfCookie.length+1;//cookie值的初始位置
			end = document.cookie.indexOf(";", begin);//结束位置
			if (end == -1) end = document.cookie.length;//没有;则end为字符串结束位置
			return unescape(document.cookie.substring(begin, end)); }
		}
	return null;
}

//删除cookie
function delCookie (NameOfCookie)
{
	if (getCookie(NameOfCookie)) {
		document.cookie = NameOfCookie + "=" +
		"; expires=Thu, 01-Jan-70 00:00:01 GMT";
	}
}


function getvalue(){
	var href = location.href;
	//href = href.substring(7, href.indexOf(".yezizhu.com/") );
	href = href.substring(7, href.indexOf(".") );
	return href;
}

//ss = getCookie('str');
function getvalue2(ss){
	var tmpPage;
	if ((document.location.href.match(/page=\d+/)
		  && (! document.location.href.match(/page\=1$/))
		  && (! document.location.href.match(/page%3D1$/))
		 ) || (
		  (tmpPage = document.location.href.match(/\,(\d+)\.(s*)htm/))
		  && (parseInt(tmpPage[1]) < 200 && parseInt(tmpPage[1]) != 1)
		)
	){
		change_small();
	} else {
		var href2 = location.href;
		var arr = new Array();
		arr = href2.split('/');
		var length = arr.length;
		arr2 = arr[length-1];
		arr3 = arr2.split('.');
		arr4 = arr3[0];
		arr5 = arr4.split('_');
		var length2 = arr5.length;
		arr6 = arr5[0];
		arr7 = arr5[1];
		var str = setCookie('str',arr6,24);
		
		if(arr6 == ss){
			if(arr7 != undefined){
				change_small();
			}
		}
	}
	//document.write(arr6);
}

function change_small(){
	document.getElementById("wrapAll").style.display = "none";
	document.getElementById("cc").style.display = "block";
}

/////////////////////////////////////////end js cookie manager


function change_msgbox_status(o,h){
	if(o == "o"){
		var o = document.getElementById('wrapAll');
	}
	if(h == "h"){
		var h = msgbox_status;
	}
	o.style.display = "none";
	document.getElementById("cc").style.display = "block";
	//document.getElementById("cc").show();
	//o.style.height=(h==211)?'41px':'211px';
	//setCookie('msgbox_status', 'none',1);
	return h==211?41:211;
}

var pop_win_global = {
	msgbox_status:null
	,site:''
	,popWinTimter:null
};

var msgbox_status = getCookie('msgbox_status');
pop_win_global.site = getvalue();

function gettime(){
	pop_win_global.popWinTimter = setTimeout("change_msgbox_status('o','h')",10000);
	//setInterval("change_msgbox_status('o','h')",5000);	
}

//window.onload = gettime;

function changebig(){
	clearTimeout(pop_win_global.popWinTimter);
	gettime();
	document.getElementById("cc").style.display = "none";
	document.getElementById("wrapAll").style.display = "block";
	setCookie('msgbox_status', 'block',1);
}

//onClick=\"document.getElementById('wrapAll').style.display='none';\"
document.write("<style type=\"text/css\">#wrapAll{width:353px;background:url(http://www.yzz.cn/home/theme/popwin/img/bg_wrapper.png) no-repeat center bottom;position:relative;height:275px;padding:35px 0 0;z-index:999;} #wrapAll .popup-top{width:100%;height:70px;position:relative;} #wrapAll .btns{height:18px;position:absolute;right:20px;top:70px;} #wrapAll .btns span.popup-mini, #wrapAll .btns span.popup-close{width:8px;height:8px;line-height:40;overflow:hidden;display:inline;float:right;cursor:pointer;margin-top:10px;} #wrapAll .btns span.popup-mini{background:url(http://www.yzz.cn/home/theme/popwin/img/icons_popup.png) no-repeat 0 -75px;} #wrapAll .btns span.popup-close{background:url(http://www.yzz.cn/home/theme/popwin/img/icons_popup.png) no-repeat 0 -61px;margin:10px 0 0 7px;} #wrapAll a.popup-top-links{display:block;width:353px;height:70px;line-height:100;overflow:hidden;}</style>");

document.write("<div id=\"cc\" onclick=\"changebig()\" style=\"position:fixed;_position:absolute;overflow:hidden;bottom:0px;right:0;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));width:101px;height:32px;z-index:80;display:"+ (pop_win_global.msgbox_status=='none'?'block':'none') +";\"><img src=\"http://www.yzz.cn/home/theme/popwin/img/btn.png\" border=0></div><div id=\"wrapAll\" style=\"position:fixed;_position:absolute;overflow:hidden;bottom:0px;right:0;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));display:"+ pop_win_global.msgbox_status +"\"><div class=\"popup-top\"><a  class=\"popup-top-links\" id=\"popup-top-linkhead\" style=\"display:none;\" target=\"_blank\">#</a><div class=\"btns\"><span class=\"popup-close\" onClick=\"msgbox_status=change_msgbox_status(document.getElementById('wrapAll'),msgbox_status);\">关闭</span><span class=\"popup-mini\" onClick=\"msgbox_status=change_msgbox_status(document.getElementById('wrapAll'),msgbox_status);\">最小化</span></div></div><iframe src=\"http://www.yzz.cn/home/special/pop/popwindow.htm?site="+pop_win_global.site+"\" frameborder=\"no\"  scrolling=\"no\"  style=\"width: 315px; height: 184px; margin-top: 8px; margin-left: 25px;\"></iframe></div>");

//getvalue2(getCookie('str'));
if (getCookie('viewOnceLck')) {
	change_small();
} else {
	setCookie('viewOnceLck', 1, 24);
}

if (document.location.href.indexOf('http://bbs.') != -1) {
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6156_rgtBtmFloat.js"></script>'); */
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6184_rgtBtmFloat.js"></script>'); */
	yzz_wrtgg([6184]);

} else if (document.location.href.match(/http\:\/\/(webgame)\./)) {
	yzz_wrtgg([6252]);

} else if (document.location.href.match(/http\:\/\/((news)|(newgame)|(xx)|(dl)|(pc))\./)){
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6150_rgtBtmFloat.js"></script>'); */
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6182_rgtBtmFloat.js"></script>'); */
	yzz_wrtgg([6182]);

	//百度推广
	// document.write('<script type="text/javascript" src="http://www.yzz.cn/home/theme/popwin/baidu_union.js"></script>');
} else {
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6155_rgtBtmFloat.js"></script>'); */
	/* document.write('<script type="text/javascript" src="http://yktj.yzz.cn/htmldata/mds/6183_rgtBtmFloat.js"></script>'); */
	yzz_wrtgg([6183]);

	//百度推广
	// document.write('<script type="text/javascript" src="http://www.yzz.cn/home/theme/popwin/baidu_union.js"></script>');
}

//setTimeout(gettime, 2000);
gettime();

document.getElementById('wrapAll').onmouseover = function()
{
	if (pop_win_global.popWinTimter
		 && document.getElementById("wrapAll").style.display == 'block'
	){
		clearTimeout(pop_win_global.popWinTimter);
	}
};

document.getElementById('wrapAll').onmouseout = function()
{
	if (document.getElementById("wrapAll").style.display == 'block'){
		gettime();
	}
};

}

if (typeof(crtCouplteAD8denoLck) == 'undefined') {
	if (! document.location.href.match(/http\:\/\/((www)|(bbs)|(news)|(newgame)|(xx)|(dl)|(webgame)|(pc)|(flash)|(card)|(es)|(123)|(zj)|(v))./)) {
		yzz_wrtgg([6250, 6247, 6249, 6248]);
	}
}

function colse_page_background2(){
	document.getElementById("big-adv").style.display="none";
	var yzz_id = document.getElementById("yzz");
	if(yzz_id){
		yzz_id.style.paddingTop="0px";
	}
	var home_id = document.getElementById("home");
	if(home_id){
		home_id.style.paddingTop="0px";
	}
	var page_id = document.getElementById("page");
	if(page_id){
		page_id.style.paddingTop="0px";
	}
}

function colse_page_background(){
	document.getElementById("a-adv").style.display="none";

	var yzz_id = document.getElementById("yzz");

	if(yzz_id){

		yzz_id.style.paddingTop="0px";

	}

	var home_id = document.getElementById("home");

	if(home_id){

		home_id.style.paddingTop="0px";

	}

	var page_id = document.getElementById("page");

	if(page_id){

		page_id.style.paddingTop="0px";

	}
}

/**
 * 画中画
 */
function loadPipMds(){
	return;
	//document.write( '<div class="ifr"><iframe src="http://www.yzz.cn/common/pip/index.html" frameborder="0" width="348" scrolling="no" height="390"></iframe></div>');
}

function split_background(){
	return '<style type="text/css">body #blocknav{display:none;}#home, #page, #yzz {padding:30px 0 0;position:relative;width:100%;}#header, #content {display:block;float:none;margin:0 auto;padding-left:0; padding-right:0;position:relative;z-index: 30;}#big-adv{width:100%; background:url(http://yktj.yzz.cn'+ g_yzz_usedAD[6263].src +') repeat-x center top; position:absolute; z-index:10;top:0;left:0; min-width:950px; height:800px;}.bgbig{width:100%; background:url(http://yktj.yzz.cn'+ g_yzz_usedAD[6264].src +') no-repeat center top; position:relative; height:800px;}.bg-l-adv{width:49.99%; position:absolute;top:0;right:50%; height:800px; z-index:10;}.bg-r-adv{width:49.99%; position:absolute;top:0;left:50%; height:800px; z-index:10;}.close-adv{clear:both;margin:0 auto;width:41px; position:relative; z-index:11;}.close-adv span{background: url("http://yktj.yzz.cn/pa/upload/images/m_colse.png") no-repeat scroll 0 0 transparent;cursor: pointer;display: block;height: 15px;left: 440px;line-height: 50;overflow: hidden;position: absolute;top: 10px;width: 41px;}</style><div id="big-adv" class="clearfix"><div class="bgbig"><a href="'+ getLnk8ggid(6263, g_yzz_usedAD) +'" title="" target="_blank" class="bg-l-adv"></a><a href="'+ getLnk8ggid(6264, g_yzz_usedAD) +'" title="" target="_blank" class="bg-r-adv"></a><div class="close-adv"><span title="关闭" onclick="colse_page_background2()()">关闭</span></div></div></div>';
}
