document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write(' ');
window.onload = function(){
var index_ad = document.getElementById( "index_ad" );
setInterval( "ice()", 1 );
}
function ice() {
var QQfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
index_ad.style.top = ( QQfrm.scrollTop + QQfrm.clientHeight - 120) + "px";
index_ad.style.left = (document.body.offsetWidth-961)/2;
}