﻿// JScript 文件 
// 问答页头 By Ysl 2008/07/07
var topBar = "";
var topTitle = "";

topBar += "<div id=\"c_cont\"><span class=\"left\"><a href=\"http://www.xaonline.com\">古城热线</a> | <a href=\"index.aspx\">114企业展台</a></span>";
topBar += "<span class=\"right\">您好，欢迎来到企业展台！<a href=\"#\"><img src=\"images/reg.gif\" align=\"absmiddle\"/></a><a href=\"login.aspx\"><img src=\"images/log.gif\" align=\"absmiddle\"/></a></span>";
topBar += "</div><div class=\"clear\"></div>";

document.getElementById('top_bar').innerHTML = topBar;

topTitle += "<span class=\"left\"><a href=\"index.aspx\"><img src=\"images/1142.gif\" alt=\"返回首页\" title=\"114\" align=\"absmiddle\"/></a><span>问答</span></span>";
topTitle += "<span class=\"right\">";
topTitle += "<a href=\"city_index.aspx?area=1\">西安站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=2\">咸阳站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=3\">宝鸡站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=4\">铜川站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=5\">渭南站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=6\">延安站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=7\">汉中站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=8\">榆林站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=9\">安康站</a> | ";
topTitle += "<a href=\"city_index.aspx?area=10\">商洛站</a></span>";
topTitle += "<div class=\"clear\"></div>";

document.getElementById('Title').innerHTML = topTitle;










