document.writeln("<div id=\"qqaddiv\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("<img src=images/qqx.gif border=0 usemap=\"#Map\">");
document.writeln("<map name=\"Map\" id=\"Map\">");
document.writeln("  <area shape=\"poly\" coords=\"234,12\" href=\"#\" \/><area shape=\"rect\" coords=\"235,1,258,23\" href=\"JavaScript:closeR()\" \/>");
document.writeln("<area shape=\"rect\" coords=\"4,22,256,153\"  href= \"http://com.zoosnet.net/LR/chatwin.aspx?id=COM76775072&k=6338350375241135426428&lng&nk=633839\" target=_blank \/><\/map>");
document.writeln("<\/div>");


var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("qqaddiv").style;
adst.top = ( bodyfrm.clientHeight - 159 ) + "px";
adst.left = ( bodyfrm.clientWidth - 259 ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 159 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 259 ) + "px";
}
setInterval("moveR()", 50);
function closeR(){
	document.getElementById("qqaddiv").style.display="none"
}
