

function getRightNowTimecccc()  //产生近视唯一值
        {
            var _________todaytime = new Date();
            var _________hours = _________todaytime.getHours();
            var _________min = _________todaytime.getMinutes();
            var _________second = _________todaytime.getSeconds();
            
            return _________hours + "_" + _________min + "_" + _________second;
        }
var _________cccc = "#dtime=" + getRightNowTimecccc();
///////////////////////切换城市  JS//////////////////////////////////
	
if (getCookie("FenZhanCityCode") == "" || getCookie("FenZhanCityCode") == "0000")
{
	document.write("<script src=\"/JSFenZhan/header_0000.js"+_________cccc+"\"  charset=\"gb2312\"></script>");
}
else
{
	document.write("<script src=\"/JSFenZhan/header_" + getCookie("FenZhanCityCode") + ".js"+_________cccc+"\"  charset=\"gb2312\"></script>");
	
}
