var LR_next_invite_seconds = 15;
var LrinviteTimeout=8;
var LiveAutoInvite0='您好，来自%IP%的朋友';
var LiveAutoInvite1=window.location.href;
var LiveAutoInvite2='<div style="width:430px;height:268px;margin:-19px -10px -5px -14px;"><IMG src="http://www.hztjh.com/Image/ce3.gif" border=0 align="absmiddle" usemap="#Map5"><map name="Map5"><area shape="rect" coords="83,175,199,213" href="javascript:;" onClick="LR_HideInvite();openswt();return false;"><area shape="rect" coords="236,175,352,213" href="javascript:;" onClick="LR_HideInvite();openswt();return false;"></map></div><iframe scrolling=no height=0 frameborder=0 width=380 align=center src="" marginwidth=0 marginheight=0>';
document.writeln("<div id=\"divQQbox\" style=\"right:20px; z-index:100; POSITION:absolute; TOP:50px;\">");
document.writeln("<div id=\"divMenu\" onclick=\"closure();\" style=\"text-align:right;\"><img src=\"http:\/\/www.hztjh.com\/image\/SSS_00.png\" class=\"press\" \/><\/div>");
document.writeln("  <div id=\"divOnline\">");
document.writeln("    <div style=\"text-align:right; margin:0px; padding:0px; width:118px;\">");
document.writeln("      <div style=\"\"> <a onclick=javascript:openswt() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_01.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:openswt() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_02.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:opengb() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_03.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:opentnb() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_04.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:openswt() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_05.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:openswt() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_06.gif\" \/><\/a><br>");
document.writeln("        <a onclick=javascript:openswt() href=\"javascript:;\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_07.gif\" \/><\/a><br>");
document.writeln("        <a href=\"tencent:\/\/Message\/?Uin=653967089&websiteName=q-zone.qq.com&Menu=yes\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/image\/SSS_08.gif\" \/><\/a>");
document.writeln("      <\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");

var tips; 
var theTop = 50;
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 closure() {
	document.getElementById("divMenu").style.display = "none";
	document.getElementById("divOnline").style.display = "none";
}
function OnlineOver(){
	document.getElementById("divMenu").style.display = "none";
	document.getElementById("divOnline").style.display = "block";
}	


//	function OnlineOut(){
//		document.getElementById("divMenu").style.display = "block";
//		document.getElementById("divOnline").style.display = "none";
//	}
/*
function hideMsgBox(theEvent){  
　  if (theEvent)
	{
　        var browser=navigator.userAgent;   //取得浏览器属性
　        if (browser.indexOf("Firefox")>0){  //如果是Firefox
　　          if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) {  //如果是子元素
　　              return;   //结束函式
				} 
		  } 
		  if (browser.indexOf("MSIE")>0){  //如果是IE
			 if (document.getElementById('divOnline').contains(event.toElement)) {  //如果是子元素
				return;  //结束函式
			 }
		  }
	 }
	
	document.getElementById("divMenu").style.display = "block";
	document.getElementById("divOnline").style.display = "none";
}
*/
/*
document.writeln("<div id=\"divQQbox2\" style=\"right:5px; z-index:100; POSITION:absolute; TOP:100px;\">");
document.writeln("  <div id=\"divOnline2\">");
document.writeln("    <div style=\"text-align:right; margin:0px; padding:0px; width:100px;\">");
document.writeln("      <div style=\"right:1px; POSITION:absolute; TOP:23px;\"> <a href=\"http:\/\/dgt.zoosnet.net\/LR\/chatpre.aspx?id=DGT26111046&lng=cn\" target=\"_blank\"><img border=\"0\"");
document.writeln(" src=\"http:\/\/www.hztjh.com\/images\/inr.gif\" alt=\"点击咨询\" \/><\/a>");
document.writeln("      <\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("  <div id=\"divMenu2\" onMouseMove=\"OnlineOver();\" style=\"display: none;right:0px; width: 27px; POSITION:absolute;\"><img src=\"http:\/\/www.hztjh.com\/images\/service08.gif\" class=\"press\" \/><\/div>");
document.writeln("<\/div>");

var tips2; 
var theTop2 = 120; 
var old2 = theTop2;
function initFloatTips2() {
	tips2 = document.getElementById('divQQbox2');
	moveTips2();}
function moveTips2() {	
	var tt2=50;
	if (window.innerHeight) {
	pos2 = window.pageYOffset
	}
	else if (document.documentElement && document.documentElement.scrollTop) {
	pos2 = document.documentElement.scrollTop
	}
	else if (document.body) {
	pos2 = document.body.scrollTop;
	}
	pos2=pos2-tips2.offsetTop+theTop2;
	pos2=tips2.offsetTop+pos2/10;
	
	if (pos2 < theTop2) pos2 = theTop2;
	
	if (pos2 != old2) {
	tips2.style.top = pos2+"px";
	tt2=10;
	//alert(tips.style.top);
	}
	old2 = pos2;
	setTimeout(moveTips2,tt2);	
}
initFloatTips2();

function closure2() {
		document.getElementById("divMenu2").style.display = "none";
		document.getElementById("divOnline2").style.display = "none";
}

function OnlineOver2(){
		document.getElementById("divMenu2").style.display = "none";
		document.getElementById("divOnline2").style.display = "block";
}
*/

document.writeln("<style>");
document.writeln("#fdc{ clear:both; z-index:100; width:100%; position:fixed; height:30px; left:0; bottom:10px;}");
document.writeln("#fdc .fdcnr {margin:0 auto; width:960px; position:relative; height:30px; overflow:hidden;}");
document.writeln(".fdcleft{float:left;}");
document.writeln(".fdcleft1{float:left; padding-left:7px;}");
document.writeln("img{border:0;}");
document.writeln("<\/style>");

document.writeln("<!--[if lte IE 6]>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("if(typeof document.compatMode!=\'undefined\'&&document.compatMode!=\'BackCompat\'){");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}\";");
document.writeln("}else{");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}\";");
document.writeln("}");
document.writeln("var fdc_bodyCSS=\'* html {background:url(http:\/\/www.hztjh.com\/images\/blank.gif) fixed;}\';");
document.writeln("var fdcCSS=\'#fdc {position:fixed;\';");
document.writeln("var fdcCSS=fdcCSS+\'_position:absolute;\';");
document.writeln("var fdcCSS=fdcCSS+\'width:100%;\';");
document.writeln("var fdcCSS=fdcCSS+\'bottom:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'right:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'clip:rect(0 100% 100% 0);\';");
document.writeln("var fdcCSS=fdcCSS+cot_t1_DOCtp;");
document.writeln("document.write(\'<style type=\"text\/css\">\'+fdc_bodyCSS+fdcCSS+\'<\/style>\');");
document.writeln("<\/script>");
document.writeln("<![endif]-->");

document.writeln("<!--[if lte IE 7]>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("if(typeof document.compatMode!=\'undefined\'&&document.compatMode!=\'BackCompat\'){");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}\";");
document.writeln("}else{");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}\";");
document.writeln("}");
document.writeln("var fdc_bodyCSS=\'* html {background:url(http:\/\/www.hztjh.com\/image\/blank.gif) fixed;}\';");
document.writeln("var fdcCSS=\'#fdc {position:fixed;\';");
document.writeln("var fdcCSS=fdcCSS+\'_position:absolute;\';");
document.writeln("var fdcCSS=fdcCSS+\'width:100%;\';");
document.writeln("var fdcCSS=fdcCSS+\'bottom:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'right:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'clip:rect(0 100% 100% 0);\';");
document.writeln("var fdcCSS=fdcCSS+cot_t1_DOCtp;");
document.writeln("document.write(\'<style type=\"text\/css\">\'+fdc_bodyCSS+fdcCSS+\'<\/style>\');");
document.writeln("<\/script>");
document.writeln("<![endif]-->");

document.writeln("<!--[if lte IE 8]>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("if(typeof document.compatMode!=\'undefined\'&&document.compatMode!=\'BackCompat\'){");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}\";");
document.writeln("}else{");
document.writeln("    cot_t1_DOCtp=\"_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}\";");
document.writeln("}");
document.writeln("var fdc_bodyCSS=\'* html {background:url(\/app\/footcontact\/\/common\/blank.gif) fixed;}\';");
document.writeln("var fdcCSS=\'#fdc {position:fixed;\';");
document.writeln("var fdcCSS=fdcCSS+\'_position:absolute;\';");
document.writeln("var fdcCSS=fdcCSS+\'width:100%;\';");
document.writeln("var fdcCSS=fdcCSS+\'bottom:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'right:0px;\';");
document.writeln("var fdcCSS=fdcCSS+\'clip:rect(0 100% 100% 0);\';");
document.writeln("var fdcCSS=fdcCSS+cot_t1_DOCtp;");
document.writeln("document.write(\'<style type=\"text\/css\">\'+fdc_bodyCSS+fdcCSS+\'<\/style>\');");
document.writeln("<\/script>");
document.writeln("<![endif]-->");

document.writeln("<div id=\"fdc\">");
document.writeln("  <table width=\"960\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td><div class=\"fdcnr\">");
document.writeln("          <div class=\"fdcleft\"><a href=\"http:\/\/dgt.zoosnet.net\/LR\/chatpre.aspx?id=DGT26111046&lng=cn\" target=\"_blank\"><img src=\"http:\/\/www.hztjh.com\/images\/dbfd.gif\" \/><\/a><\/div>");
document.writeln("          <div class=\"fdcleft1\"><a href=\"http:\/\/dgt.zoosnet.net\/LR\/chatpre.aspx?id=DGT26111046&lng=cn\" target=\"_blank\"><img src=\"http:\/\/www.hztjh.com\/images\/dbfd1.gif\" \/><\/a><\/div>");
document.writeln("          <div class=\"fdcleft1\"><a href=\"http:\/\/dgt.zoosnet.net\/LR\/chatpre.aspx?id=DGT26111046&lng=cn\" target=\"_blank\"><img src=\"http:\/\/www.hztjh.com\/images\/dbfd2.gif\" \/><\/a><\/div>");
document.writeln("        <\/div><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<\/div>")
function openswt(){
	window.open("http://dgt.zoosnet.net/LR/Chatpre.aspx?id=DGT26111046");
}
function opengb(){
	window.open("http://clc120.zoossoft.com/LR/Chatpre.aspx?id=LHW50082199");
}
function opentnb(){
	window.open("http://lwt.zoosnet.net/LR/Chatpre.aspx?id=LWT29450595");
}
function openfk(){
	window.open("http://zjwoman.zoossoft.net/LR/Chatpre.aspx?id=LJX31671888");
}
function openypb(){
	window.open("http://dgt.zoosnet.net/LR/Chatpre.aspx?id=DGT26111046");
}
<!--

/*var iTime = 500;
var HH = 0;
var T = 120;
var iHeight = T; //高度
var ads = document.getElementById("ads");
function addCount() {
	if (iTime>0) {
		iTime--;
		HH += 5;
	}
	else {
		return true;
	}
	if (HH>iHeight) {	//高度
		return true;
	}
	document.getElementById("ads").style.display = "block";
	document.getElementById("ads").style.height = HH + "px";	
	setTimeout("addCount()", 30); 
}
function noneAds() {
	if (T>0) {
		T--;
		iHeight -= 5;
	}
	else {
		return true;
	}
	if (iHeight<0) {
		var div = document.getElementById("ads");
		div.parentNode.removeChild(div);	//删除 
		return true;
	}
	document.getElementById("ads").style.height = iHeight + "px";
	setTimeout("noneAds()", 30);
}
if (ads != null){	
	if(window.location.href.indexOf("0571tongji")!=-1)
	{	
		document.getElementById("ads").innerHTML="<a href=\"javascript:void(0);\" onclick=\"window.open(\'http:\/\/www.0571tongji.com\/zt\/guoqing\');\"><img src=\"http:\/\/www.0571tongji.com\/ad\/gb1212.jpg\" width=\"980\" height=\"150\" border=\"0\" \/><\/a>";
	}
	else if(window.location.href.indexOf("hzrl")!=-1)
	{	
		document.getElementById("ads").innerHTML="<div style=\"margin-top:5px;\"><a href=\"javascript:void(0);\" onclick=\"window.open(\'http:\/\/www.hzrl.cc\/zt\/weiguan\');\"><img src=\"http:\/\/www.hztjh.com\/image\/rbanner2.jpg\" width=\"950\" border=\"0\" \/><\/a><\/div>";
	}
	else if(window.location.href.indexOf("zjwoman")!=-1)
	{	
		document.getElementById("ads").innerHTML="<div><a href=\"javascript:void(0);\" onclick=\"window.open(\'http:\/\/www.zjwoman.com\/zhuanti\/weiguan\');\"><img src=\"http:\/\/www.hztjh.com\/image\/rbanner2.jpg\" width=\"960\" border=\"0\" \/><\/a><\/div>";
	}
	else
	{
		document.getElementById("ads").innerHTML="<a href=\"javascript:void(0);\" onclick=\"window.open(\'http:\/\/www.hztjh.com\/zt\/weiguan\');\"><img src=\"http:\/\/www.hztjh.com\/image\/rbanner3.jpg\" border=\"0\" \/><\/a>";
	}
	addCount();
	setTimeout("noneAds()", 500000);	//停留时间
}*/
// -->




