function SetCookie(name,value)
{  
	var Days = 1;
	var exp  = new Date();
	exp.setTime(exp.getTime() + Days*12*60*60*1000);
	document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
}
function getCookie(name)
{
	var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
	if(arr != null) return unescape(arr[2]); return null;
}


function iadTimeExec()
{
document.write('<div id="in4_d">');
document.write('<div style="width:180; height:23px; line-height:23px; text-align:right; "><span style="height:185px; background-color:#FEFAFD; text-align:left; font-size:12px; color:#FFFFFF;  float:left; padding-left:4px;"><a href="http://www.97lx.com" target="_blank" style="FONT-WEIGHT:bold;COLOR:red"><IMG src="http://www.97sp.cn/6288.gif" width="240" height="160" border=0 usemap="#Map" ><map name="Map" id="Map"><area shape="rect" coords="221,1,253,19" href="#" onClick="document.getElementById(\'in4_d\').style.display = \'none\'" /><area shape="rect" coords="1,22,255,180" href="http://www.97lx.com" target="_blank"></map></a><bgsound src="images/system.wav" loop="0"></span></div>');
document.write('</div>');
in4_d.style.position = "absolute";
in4_d.style.bottom = 0;
in4_d.style.right = 0;
in4_d.style.width = 120;
in4_d.style.heigh = 180;
}

function in4_TimeExec()
{
	if(document.compatMode == "CSS1Compat")
	{
		document.getElementById("in4_d").style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - document.getElementById("in4_d").style.heigh + "px";
	}
	else
	{
		in4_d.style.top = document.body.scrollTop + document.body.offsetHeight - in4_d.style.heigh - 4;
	}
}
var qqgg = getCookie("qq")
if (typeof(qqgg) =="object"){
SetCookie("qq","1")
iadTimeExec();
setInterval("in4_TimeExec()",100);
}