﻿function wmdiy_get_top()
{
	if (document.documentElement && document.documentElement.scrollTop)
		return document.documentElement.scrollTop;else return document.body.scrollTop;
}
function wmdiy_get_left()
{
	if (document.documentElement && document.documentElement.scrollLeft)
	   return document.documentElement.scrollLeft;
	else 
		return document.body.scrollLeft;
}
function wmdiy_show_where()
{
	document.getElementById('wmdiy_webserver_style').style.top=(eval(wmdiy_get_top())+offh);
	if(where=='left')
		document.getElementById('wmdiy_webserver_style').style.left=offw;
	else 
		document.getElementById('wmdiy_webserver_style').style.right=offw;setTimeout('wmdiy_show_where()', 10);
}
function wmdiy_close_where()
{
	document.getElementById('wmdiy_webserver_style').style.visibility='hidden';
}
var where='right';
var offh=150;
var offw=10;

document.writeln ("<div id='wmdiy_webserver_style' style='z-index: 999; visibility: visible; position: absolute;width:106px;'><div><div style='width:68px; float:left; background-image:url(qqkf/img/top01.gif); line-height:22px; text-align:center;text-decoration: none;color: #000000;font-size: 11.8px;'>520人才网</div><div style='width:38px; float:right'><img src='qqkf/img/top02.gif' width='38' height='22' onClick='wmdiy_close_where()' style='cursor:hand'></div></div><div><img src='qqkf/img/top03.gif' width='106' ></div><div style='background-image:url(qqkf/img/top04.gif); width:106px'><table width='92%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td width='39%' height='25' align='center'><a target=blank href='http://wpa.qq.com/msgrd?V=1&amp;Uin=56718150&amp;Site=网站名称&amp;Menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=1:56718150:4 ' alt='点击这里给我发消息' height='16'></a></td><td width='61%' align='left'><a target=blank href='http://wpa.qq.com/msgrd?V=1&amp;Uin=56718150&amp;Site=网站名称&amp;Menu=yes'><span style='text-decoration: none;color: #000000;font-size: 12px;'>客服</span></a></td></tr><tr><td width='39%' height='25' align='center'><a target=blank href='http://wpa.qq.com/msgrd?V=1&amp;Uin=56718151&amp;Site=网站名称&amp;Menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=1:56718151:4 ' alt='点击这里给我发消息' height='16'></a></td><td width='61%' align='left'><a target=blank href='http://wpa.qq.com/msgrd?V=1&amp;Uin=56718151&amp;Site=网站名称&amp;Menu=yes'><span style='text-decoration: none;color: #000000;font-size: 12px;'>客服</span></a></td></tr></table></div><div style='background:url(qqkf/img/top05.gif) width:94px;height:44px;padding:15px 10px 10px 10px;;color:#FF0000'>wuhan520.com</div></div>");
wmdiy_show_where();
