﻿// JavaScript Document

var base_url = "http://www.qq-kqq.com/";
var img_src = "qq.gif";
var go_url = base_url + "/";
var w_body = 256;
var h_body = 183;
var w_cursor = 2;
var h_cursor = 2;
var l_cursor = 180;
var t_cursor = 0;

document.writeln("  <div id=\"ShowQQ\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("      <img src=\"" + img_src + "\" width=\"" + w_body + "\" height=\"" + h_body + "\" border=\"0\" usemap=\"#QQinMap\">");
document.writeln("<map name=\"QQinMap\"><area shape=\"rect\" coords=\"" + l_cursor + "," + t_cursor + "," + (l_cursor + w_cursor) + "," + (h_cursor + t_cursor) + "\" href=\"#\" onclick=\"CloseIt();return false;\" target=\"_self\"><area shape=\"rect\" coords=\"0," + (h_cursor + t_cursor) + "," + w_body + "," + h_body + "\" href=\"" + go_url + "\" target=\"_blank\"></map>");
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 - h_body ) + "px";
QQst.left = ( QQfrm.clientWidth - w_body ) + "px";
function moveR() {
	QQst.top = ( QQfrm.scrollTop + QQfrm.clientHeight - h_body ) + "px";
	QQst.left = ( QQfrm.scrollLeft + QQfrm.clientWidth - w_body ) + "px";
}
setInterval("moveR();", 80);
function CloseIt(){
	QQst.display='none';
}

document.writeln("<script type=\"text/javascript\">");
document.writeln("  u_a_client=\"9\";");
document.writeln("  u_a_width=\"160\"; ");
document.writeln("  u_a_height=\"600\"; ");
document.writeln("  u_a_zones=\"22\"; ");
document.writeln("  u_a_type=\"0\"; ");
document.writeln("</script>");
document.writeln("<script src=\"http://js.weblianmeng.net/i.js\"></script>");


