var base_urll = "float.html";
document.writeln("<div id='ShowQQyt' style='position:absolute; z-index: 100;'> ");
document.writeln("<iframe src='"+base_urll+"' width='82' height='188' frameborder='0' scrolling='no'></iframe>");
document.writeln("</div>");
//initEcAd()


var QQfrmyt = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var QQstyt = document.getElementById("ShowQQyt").style;
QQstyt.top = ( QQfrmyt.clientHeight - 420) + "px";
QQstyt.left = ( QQfrmyt.clientWidth - 100 ) + "px";
function moveRR() {
	QQstyt.top = ( QQfrmyt.scrollTop + QQfrmyt.clientHeight - 420 ) + "px"; 
	QQstyt.left = ( (QQfrmyt.scrollLeft + QQfrmyt.clientWidth)/2+320) + "px"; 
}
setInterval("moveRR();", 80);
