﻿var url = "http://www.live0311.com";
document.writeln("<div id=\"header\">");
document.writeln("    <iframe src=\""+url+"/topLogin.aspx\" height=\"30\" width=\"960\" frameborder=\"0\" scrolling=\"no\">");
document.writeln("    </iframe>");
document.writeln("    <div id=\"cl\" style=\"clear: both; font-size: 0; height: 4px;\">");
document.writeln("    </div>");
document.writeln("    <div id=\"header-logo\">");
document.writeln("        <a href=\"/\">");
document.writeln("            <img src=\""+url+"/images/logo1.gif\" width=\"190\" height=\"53\" border=\"0\" /></a>");
document.writeln("            <br /><span  style=\" display:block;text-align:center\">预订电话：(0311)114/88822888</span>");
document.writeln("");
document.writeln("</div>");
document.writeln("    <div id=\"header-search\">");
document.writeln("        <ul class=\"main-nav\" id=\"maintops\">");
document.writeln("            <li class=\"main-tab cur\"><a>全部</a> </li>");
document.writeln("            <li class=\"main-tab\"><a>餐饮</a> </li>");
document.writeln("            <li class=\"main-tab\"><a>休闲娱乐</a> </li>");
document.writeln("            <li class=\"main-tab\"><a>购物</a> </li>");
document.writeln("            <li class=\"main-tab\"><a>生活服务</a> </li>");
document.writeln("        </ul>");
document.writeln("        <div id=\"search-bar\" style=\"clear: both;\">");
document.writeln("            <input type=\"text\" id=\"topSearchKey\" class=\"search-text\" name=\"topSearchKey\" maxlength=\"30\"");
document.writeln("                autocomplete=\"off\" value=\"商家名称 如：鱼酷\" onfocus=\"javascript:if(this.value==\'商家名称 如：鱼酷\'){this.value=\'\';}\"");
document.writeln("                onblur=\"javascript:if(this.value==\'\'){this.value=\'商家名称 如：鱼酷\';}\" />");
document.writeln("            <input type=\"button\" value=\"\" onclick=\"SearchKey()\" style=\"background:transparent url("+url+"/images/btn_1.jpg) no-repeat scroll 0 0;border:medium none;height:26px;margin-left:8px;width:60px;\" />");
document.writeln("        </div>");
document.writeln("    </div>");
document.writeln("    <div style=\"float: left; margin-top: 12px;\">");
document.writeln("        <a href=\"http://www.inhe.net\">");
document.writeln("            <img src=\""+url+"/images/logo2.gif\" width=\"170\" height=\"61\" border=\"0\" /></a><br /><iframe src=\"http://m.weather.com.cn/m/pn6/weather.htm \" width=\"150\" height=\"20\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"margin-top:-5px; margin-left:25px;\"></iframe>");
document.writeln("</div>");
document.writeln("    <div id=\"menu-bar\">");
document.writeln("        <span><a href=\""+url+"/\">首页</a> <a href=\""+url+"/SearchShop.htm\">搜店</a> <a href=\""+url+"/Eatery.htm\">订餐馆</a>");
document.writeln("            <a href=\""+url+"/Hotel/Index.aspx\">订酒店</a> <a href=\""+url+"/Card.htm\">折扣卡</a> <a href=\"http://bbs.live0311.com\">");
document.writeln("                论坛</a></span></div>");
document.writeln("</div>");
document.writeln("");
// jstab
document.writeln("<script type=\"text/javascript\" src=\""+url+"/JsPage/TopTab.js\"><\/script>");
function setClass(obj,_class){    
       if(!obj.setAttribute("class",_class))
       { obj.setAttribute("className",_class); 
       }
}