document.write("<style>");
document.write("#bottom {");
document.write("MARGIN-TOP: 40px;");
document.write("FONT-SIZE: 12px;");
document.write("	FLOAT: left;");
document.write("	WIDTH: 100%;");
document.write("	LINE-HEIGHT: 150%;");
document.write("	PADDING-TOP: 10px;");
document.write("	TEXT-ALIGN: center;");
document.write("	border-top-width: 3px;");
document.write("	border-top-style: solid;");
document.write("	border-top-color: #35B101;");
document.write("}</style>");
var strSplit="<SPAN class=\"gray\"> | </SPAN>";
document.write("<DIV id=\"bottom\">");
document.write("<A href=\"/other/AboutUs.htm\">关于中洁网</A>");
document.write(strSplit);
document.write("<a href=\"/other/zjnews/index.aspx\">中洁文化</A>");
document.write(strSplit);
document.write("<A href=\"/other/ContactUs.htm\">联系我们</A>");
document.write(strSplit);
document.write("<A href=\"/other/Money.htm\">汇款帐号</A>");
document.write(strSplit);
document.write("<A href=\"/help/\">首次访问</A>");
document.write(strSplit);
document.write("<a href=\"/other/flgw.htm\">法律顾问</a>");
document.write(strSplit);
document.write("<A href=\"/other/yqlj.htm\">友情链接</A>");
document.write("<BR>");

document.write("中洁推广：<A href=\"/other/services/swt/index.htm\">会员服务</A> ");
document.write(strSplit);
document.write(" <a href=\"/other/services/netad/index.htm\">广告服务</A> ");
document.write(strSplit);
document.write(" <a href=\"/other/services/zhaoshangbao/index.htm\">招商宝</A> ");
document.write(strSplit);
document.write(" <a href=\"http://book.jieju.cn/\">《中洁卫浴》</A>");
document.write("<BR>");

var isDetail=false;
var strUrl20090212=window.location.href; 
var arrUrl20090212=strUrl20090212.split("/"); 
var strPage20090212=arrUrl20090212[arrUrl20090212.length-1].toLowerCase();// 
//alert(strPage);
var patn20090212 = /^leads[0-9]*.htm$/;
if(patn20090212.test(strPage20090212))
{
   isDetail=true;
}
else
{
    patn20090212 = /^p[0-9]*.html$/;
	if(patn20090212.test(strPage20090212))
	{
		isDetail=true;
	}
}
if (!isDetail)
{
    document.write("全国免费服务热线：400 6759 400");
    document.write("<BR>");
}
document.write("<BR>");
document.write("</DIV>");
