document.writeln("  <div id=\"ShowAD\" style=\"position:absolute; z-index: 269; cursor:pointer;\"> ");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("      <img src=\" /image/link_ad/dsj1.gif\" width=\"200\" height=\"130\" border=\"0\" usemap=\"#ivrinMap\">");
document.writeln("<map name=\"ivrinMap\"><area shape=\"rect\" coords=\"200,0,1,130\" href=\"#\" onclick=\"CloseIVR();return false;\" target=\"_self\"><area shape=\"rect\" coords=\"0,0,200,130\" 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 - 130 ) + "px";
adst.left = ( bodyfrm.clientWidth - 200 ) + "px";
adst.backgroundColor="#ccc";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 130 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 200 ) + "px";
}
setInterval("moveR();", 130);

function CloseIVR(){
	var rad=Math.random();
	if(rad<0.5){
	    adst.display='none';
            window.open(' http://votes.yushihu.com/','','')   
	}
	else{
	    adst.display='none';
            window.open(' http://votes.cqddzs.com/','','')   
	}
}
