document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <div class=\"qqlv\" id=\"meumid\" onmouseover=\"show()\"><img src=\"images\/qq\/QQ.png\" \/><\/div>");
document.writeln("  <div class=\"qqkf\" style=\"display:none;\" id=\"contentid\" onmouseout=\"hideMsgBox(event)\">");
document.writeln("    <div class=\"qqkfbt\"><img src=\"images\/qq\/title.gif\" \/><\/div>");
document.writeln("    <div id=\"K1\">");
document.writeln("      <div class=\"qqkfhm bgdh\"><a target=\"_blank\" href=\" http://wpa.qq.com/msgrd?v=3&uin=184063133&site=qq&menu=yes\"><img border=\"0\" src=\" http://wpa.qq.com/pa?p=2:184063133:41 &r=0.4033330898364575\" alt=\"易点客服\" title=\"易点客服\"></a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=1964383891&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:1964383891:41\" alt=\"易点客服\" title=\"易点客服\"></a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a target=\"_blank\" href=\" http://wpa.qq.com/msgrd?v=3&uin=1774281234&site=qq&menu=yes\"><img border=\"0\" src=\" http://wpa.qq.com/pa?p=2:1774281234:41 &r=0.9601021151559299\" alt=\"易点客服\" title=\"易点客服\"></a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a target=\"_blank\" href=\" http://wpa.qq.com/msgrd?v=3&uin=2586563796&site=qq&menu=yes\"><img border=\"0\" src=\" http://wpa.qq.com/pa?p=2:2586563796:41 &r=0.9601021151559299\" alt=\"易点客服\" title=\"易点客服\"></a><\/div>");
document.writeln("	  <div class=\"bgdh\"><a href=\"msnim:chat?contact=webmakeseo@hotmail.com\"><img src=\"images\/qq\/msn.gif\" alt=\"MSN在线交流\" border=\"0\" \/><\/a><\/div>");
document.writeln("      <div><img src=\"images\/qq\/btm.gif\" \/><\/div>");
document.writeln("    <\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");

function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {
    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;
    for (var i=1;i<=totalnumber;i++) {
        document.getElementById(c_id+i).style.display='none';
        document.getElementById(h_id+i).className=hout_class;
    }
    document.getElementById(c_id+activeno).style.display='block';
    document.getElementById(h_id+activeno).className=hon_class;
}
var tips; 
var theTop = 110;
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;  
		  }
		  //http:
		  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();
	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 show()
{
	document.getElementById("meumid").style.display="none"
	document.getElementById("contentid").style.display="block"
}
	function hideMsgBox(theEvent){
	  if (theEvent){
		var browser=navigator.userAgent;
		if (browser.indexOf("Firefox")>0){//Firefox
		    if (document.getElementById("contentid").contains(theEvent.relatedTarget)) {
				return
			}
		}
		if (browser.indexOf("MSIE")>0 || browser.indexOf("Presto")>=0){
	        if (document.getElementById('contentid').contains(event.toElement)) {
			    return;
		    }
		}
	  }
	  document.getElementById("meumid").style.display = "block";
	  document.getElementById("contentid").style.display = "none";
 	}
