document.write('<div id="element" style="width:100%; position:absolute;">');
document.write('<span onclick="this.parentNode.style.display=\'none\'" style="cursor: pointer;"><div align="right" style="color:black;background-color:#F3F3F3;width:600px;">Close [X]</div></span><table border="0" cellspacing="0" cellpadding="0" style="background-color:black"><tr><td>');
document.write('<IFRAME ALLOWTRANSPARENCY=FALSE FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=600 HEIGHT=250 SRC=http://my.dexplatform.com/delivery/dlvr_lay.php?parameters=' + parameters + '></IFRAME>');
document.write('</td></tr></table>');
document.write('<div align="center" style="color:black;background-color:#F3F3F3;width:600px;font-size:11px;"><a href="http://dexplatform.com" target="blank" style="text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;">DexPlatform Ads</a></div></div>');
(function(element,el_left,D){
D=document
el_left=20
el_top=75
with(D.getElementById('element').style){
   top=el_top+'px'
   left=50
}
el_left_start=el_top_start=0
})()
function el_move(ydiff){
with(document){
ydiff=el_top_start-(body.scrollTop||documentElement.scrollTop)
if(ydiff)el_top_start-=~~(ydiff/10)
getElementById('element').style.top=el_top_start+el_top+'px'
}
}
elmove=setInterval("el_move()",10);