
document.write('<div id="msn" style="Z-INDEX:99999; left:0px;WIDTH:90px;POSITION:absolute; TOP:0px; HEIGHT:100px;">');
document.write('<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr valign="top"><td width=""><a href="http://www.rayli.com.cn/newhome/select.html" target="_blank"><img src="images/freefly_80x80a.jpg" width="80" height="80" border="0" /></a></td></tr>');
document.write('</table>');
document.write('</div>');



var ie=document.all && !window.opera
var dom=document.getElementById
iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body
objref=(dom)? document.getElementById("msn") : document.all.msn
var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset
var docwidth=(ie)? iebody.clientWidth : window.innerWidth
docheight=(ie)? iebody.clientHeight: window.innerHeight
var objwidth=objref.offsetWidth
objheight=360;//objref.offsetHeight
objref.style.left=0+"px"
objref.style.top=scroll_top+docheight-90+"px"




document.getElementById("msn").style.top=document.body.clientHeight-360;
document.getElementById("msn").style.left=10;
moveR();

function moveR() {
	var ie=document.all && !window.opera
	var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset;
	objref.style.top=scroll_top+docheight-objheight+"px";
setTimeout("moveR();",80)
}
function oncli(){
	document.getElementById("msn").style.visibility='hidden';
}
function cli(){
		document.getElementById("msn").innerHTML="";
	}

