﻿function resizeDiv()
{
 var abc = document.getElementById("ad_6"); 
 abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-150+"px";  
 setTimeout(function(){resizeDiv();},50); 
}
function showclose(){
document.getElementById('qqclose').style.display="block";
}
function closeqq(){
document.getElementById("ad_6").style.display="none";
}
//document.write('<DIV id=ad_6 style="bottom:0px;right:0px;POSITION:absolute;Z-INDEX:99906; background:#FFFFFF"><span id="qqclose" style="font:12px;display:none; color:red;margin:0; padding:0; height:20px; line-height:20px; cursor:pointer" onclick="closeqq()"><img src="forqq/close.gif" border=0></span><a href="http://www.28ing.cn/suggest/?second=1" target="_blank" onclick="closeqq()"><img src="http://www.28ing.cn/forqq/114shangqq.gif" border=0></a></DIV>');
resizeDiv();