var ref = "";
try{
	ref = escape(document.referrer);
}
catch(e){
}
var b_height=10;
var w_body = 340;
var h_body = 232;
var all_height = h_body+b_height;
var img_url = 'http://www.jzdt.com.cn/images/tc01.jpg';
var target_url = 'http://www.jzdt.com.cn/jdyy_wsdg.html';

document.writeln("<div id=\"ShowQQ\" style=\"position:absolute; z-index: 100; height:"+all_height+";\"> ");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("<table width='"+w_body+"' cellpadding='0' cellspacing='0'><tr><td align=right><a  style='FONT-SIZE: 12px; CURSOR: hand; COLOR: gray; ' onclick=CloseIt()>¹Ø±Õ</a></td></tr><tr><td>");
document.writeln("      <a href='"+target_url+"' target='_blank'><img src='"+img_url+"' width='"+w_body+"' height='"+h_body+"' border=\"0\"></a>");
document.writeln("</td></tr></table>");
document.writeln("    </div>");
document.writeln("</div>");

var QQfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var QQst = document.getElementById("ShowQQ").style;
QQst.top = ( QQfrm.clientHeight - all_height ) + "px";
QQst.left = ( QQfrm.clientWidth - w_body ) + "px";
function moveR() {
	QQst.top = ( QQfrm.scrollTop + QQfrm.clientHeight - all_height ) + "px";
	QQst.left = ( QQfrm.scrollLeft + QQfrm.clientWidth - w_body ) + "px";
}
setInterval("moveR();", 100);
function CloseIt(){
	QQst.display='none';
}
 
 
 
 
 
 
 
 
 
