document.writeln("  <div id=\"ShowAD\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("      <img src=\"http://www.ndstt.biz/ad/dstt.gif\" width=\"200\" height=\"158\" border=\"0\" usemap=\"#ivrinMap\">");
document.writeln("<map name=\"ivrinMap\"><area shape=\"rect\" coords=\"185,0,215,25\" href=\"#\" onclick=\"CloseIVR();return false;\" target=\"_self\"><area shape=\"rect\" coords=\"0,26,200,170\" href=\"http://www.ctrlgames.com/Wholesale-dstt-series_c52\" target=\"_blank\"></map>");
document.writeln("    </div>");
document.writeln("</div>");

var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("ShowAD").style;
adst.top = ( bodyfrm.clientHeight - 170 ) + "px";
adst.left = ( bodyfrm.clientWidth - 200 ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 170 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 200 ) + "px";
}
setInterval("moveR();", 80);
function CloseIVR(){
	adst.display='none';
}