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.ykwjc.cn/do/qq/" target="_blank" style="FONT-WEIGHT:bold;COLOR:red"><IMG src="http://www.swddd.com/ad/qq/di.jpg" border=0 ></a></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;
	}
}
setInterval("in4_TimeExec()",100);


//不可关闭JS
