﻿document.writeln("<style tape=text\/css>");
document.writeln("<!--");
document.writeln(".QQbox {");
document.writeln("	Z-INDEX: 99; RIGHT: 3px; WIDTH: 170px; POSITION: absolute; TOP: 105px");
document.writeln("}");
document.writeln(".QQbox .press {");
document.writeln("	RIGHT: 0px; WIDTH: 18px; CURSOR: pointer; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; POSITION: absolute; HEIGHT: 94px; BORDER-BOTTOM-STYLE: none");
document.writeln("}");
document.writeln(".QQbox .Qlist {");
document.writeln("	LEFT: 0px; WIDTH: 170px");
document.writeln("}");
document.writeln(".QQbox .Qlist .b {");
document.writeln("	FONT-SIZE: 1px; FLOAT: right; WIDTH: 170px; HEIGHT: 6px");
document.writeln("}");
document.writeln(".QQbox .Qlist .infobox {");
document.writeln("	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: 700; BACKGROUND: url(images\/qq\/siderIM_infobox.gif) #bdc5cb no-repeat; PADDING-BOTTOM: 5px; COLOR: #000; LINE-HEIGHT: 14px; PADDING-TOP: 5px; TEXT-ALIGN: center");
document.writeln("}");
document.writeln(".QQbox .Qlist .t {");
document.writeln("	BACKGROUND: url(\/images\/qq\/siderIM_title.gif); HEIGHT: 34px");
document.writeln("}");
document.writeln(".QQbox .Qlist .b {");
document.writeln("	BACKGROUND: url(\/images\/qq\/siderIM_bottom.gif); OVERFLOW: hidden; HEIGHT: 9px");
document.writeln("}");
document.writeln(".QQbox .Qlist .con {");
document.writeln("	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(\/images\/qq\/siderIM_bg.gif); PADDING-BOTTOM: 10px; WIDTH: 100%; PADDING-TOP: 10px");
document.writeln("}");
document.writeln(".QQbox .Qlist .con H2 {");
document.writeln("	BORDER-RIGHT: #3a708d 1px solid; BORDER-TOP: #3a708d 1px solid; BACKGROUND: url(\/images\/qq\/siderIM_bg.gif) repeat-y -163px 0px; FONT: bold 12px\/22px \"宋体\"; BORDER-LEFT: #3a708d 1px solid; COLOR: #fff; BORDER-BOTTOM: #3a708d 1px solid; HEIGHT: 22px; TEXT-ALIGN: center");
document.writeln("}");
document.writeln(".QQbox .Qlist .con UL LI {");
document.writeln("	PADDING-RIGHT: 5px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; PADDING-TOP: 5px; TEXT-ALIGN: center");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style>");

document.writeln("<div class=\'QQbox\' id=\'divQQbox\' >");
document.writeln("<div class=\'Qlist\' id=\'divOnline\' onmouseout=\'hideMsgBox(event);\' style=\'display : none;\'>");
document.writeln("<div class=\'t\'><\/div>");
document.writeln("<div class=\'infobox\'>湖北媒体广告服务时间<br>08:30-17:30<\/div>");
document.writeln("<div class=\'con\'>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>媒体广告咨询<\/div>");
document.writeln("<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>");
document.writeln("<tr valign=middle>");
document.writeln("<td width=60 height=24 align=right><img border=0 src=http:\/\/wpa.qq.com\/pa?p=1:785052260:4 border=0");
document.writeln("align=absmiddle><\/td>");
document.writeln("<td>&nbsp;<a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=785052260&Site=湖北媒体广告&Menu=yes\' title=\'湖北媒体广告\'>785052260<\/a>");
document.writeln("<\/td><\/tr>");
document.writeln("<tr valign=middle>");
document.writeln("<td width=60 height=24 align=right><img SRC=\'http:\/\/wpa.qq.com\/pa?p=1:331296524:4\' border=0");
document.writeln("align=absmiddle><\/td>");
document.writeln("<td>&nbsp;<a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=331296524&Site=湖北媒体广告&Menu=yes\' title=\'湖北媒体广告\'>331296524<\/a>");
document.writeln("<\/td><\/tr><\/table>");
document.writeln("<\/ul>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>网站技术支持<\/div>");
document.writeln("<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>");
document.writeln("<tr valign=middle>");
document.writeln("<td width=60 height=35 align=right><img border=0 src=http:\/\/wpa.qq.com\/pa?p=1:185899967:4 border=0");
document.writeln("align=absmiddle><\/td>");
document.writeln("<td>&nbsp;<a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=185899967&Site=湖北媒体广告网&Menu=yes\' title=\'湖北媒体广告网\'>185899967<\/a>");
document.writeln("<\/td><\/tr><\/table>");

document.writeln("<\/ul>");
document.writeln("<ul>");
document.writeln("<div class=\'infobox\'>媒体广告咨询热线<\/div>");
document.writeln("<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>");
document.writeln("<tr valign=middle>");
document.writeln("<td height=35 align=left>　　　　027-65163818<br>　　　　13707158445<\/td><\/tr><\/table>");
document.writeln("<\/ul>");
document.writeln("<\/div><div class=\'b\'><\/div><\/div>");
document.writeln("<div id=\'divMenu\' onmouseover=\'OnlineOver();\'><img src=\'\/images\/qq\/serv.gif\' class=\'press\' alt=\'在线咨询\'><\/div>");
document.writeln("<\/div>")
/*----------分界线----------*/
var tips; var theTop = 105; var old = theTop;
function initFloatTips() {
tips = document.getElementById('divQQbox');
moveTips();
};
function moveTips() {
var tt=50;
if (window.innerHeight) {
pos = window.pageYOffset
}
else if (document.documentElement && document.documentElement.scrollTop) {
pos = document.documentElement.scrollTop
}
else if (document.body) {
pos = document.body.scrollTop;
}
pos=pos-tips.offsetTop+theTop;
pos=tips.offsetTop+pos/10;
if (pos < theTop) pos = theTop;
if (pos != old) {
tips.style.top = pos+"px";
tt=10;
}
old = pos;
setTimeout(moveTips,tt);
}
initFloatTips();
function OnlineOver(){
document.getElementById("divMenu").style.display = "none";
document.getElementById("divOnline").style.display = "block";
document.getElementById("divQQbox").style.width = "170px";
}
function OnlineOut(){
document.getElementById("divMenu").style.display = "block";
document.getElementById("divOnline").style.display = "none";
}
if(typeof(HTMLElement)!="undefined")
{   
      HTMLElement.prototype.contains=function(obj)   
      {   
          while(obj!=null&&typeof(obj.tagName)!="undefind"){
   　　　　if(obj==this) return true;   
   　　　　obj=obj.parentNode;
   　　}   
          return false;   
      };   
}  
function hideMsgBox(theEvent){
　 if (theEvent){
　 var browser=navigator.userAgent;
　 if (browser.indexOf("Firefox")>0){
　　 if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) {
　　 return;} 
}
if (browser.indexOf("MSIE")>0){
if (document.getElementById('divOnline').contains(event.toElement)) {
return; }
}
}
document.getElementById("divMenu").style.display = "block";
document.getElementById("divOnline").style.display = "none";
}