document.write('<div id="element" style="width:100%; position:absolute;">');
document.write('<table width="730" border="0" cellspacing="0" cellpadding="0" style="background-color:#000000;"><tr><td width="704" height="24" align="left" valign="top"><a href="http://dexplatform.com" target="blank" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;">DexPlatform Ads</a></td><td width="26" height="24" align="left" valign="top"><span onclick="getElementById(\'element\').style.display=\'none\'" style="cursor: pointer;color:#FFFFFF;font-size:12px;font-weight:bold;">X</span></td></tr></table>');
document.write('<table border="0" cellspacing="0" cellpadding="0" style="background-color:#000000;"><tr><td width="730" height="181" align="center" valign="top">');
document.write('<IFRAME ALLOWTRANSPARENCY=FALSE FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=180 SRC="http://marketplace.dexplatform.com/marketplace/delivery/_display_asim.php?f=' + var_dex_format + '&h=' + var_dex_height + '&w=' + var_dex_width + '&o=' + var_dex_o + '&s=' + var_dex_s + '"></IFRAME>');
document.write('</td></tr></table>');
document.write('</div>');
(function(element,el_left,D){
D=document
el_left=20
el_top=40
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()",1);