﻿document.writeln("<div class=\"link\"><span class=\"provinceSelect\"  id=\"provinceSelect\"><span><a href=\"http://www.10086.cn/\" target=\"_blank\">中国移动</a></span><div></div></span> | <a target=\"_blank\" href=\"http://jf.10086.cn/\">积分商城</a>  | <a href=\"/estore/orderSearch/index.jsp?type=0\" id=\"myOrderLink\">我的订单</a>  |  <a href=\"javascript:void(0);\" onclick=\"window.open('/onlineservice2/');return false\">在线客服</a> | <a href=\"/whatsnew/notice/\">业务公告</a> | <span class=\"cityLink\"  id=\"cityLink\"><span>城市频道</span><div></div></span> </div>");
showSelect('provinceSelect','/include/v2012/public/friendy.shtml','mouseover');
showSelect('cityLink','/include/v2012/public/cityLink.shtml','mouseover');
function myOrder(){
	var _body = document.body;	
		if(_body.getAttribute("type")==null){
			return ;
		}else{
			_on = _body.getAttribute("type").replace(/\s+/g,"");
		}
		if(_on.split(',')[0]=="number"){	//如果当前栏目为号码旗舰店，即跳到号码旗舰店订单
			document.getElementById('myOrderLink').href='/estore/orderSearch/index.jsp?type=2'	
		}
}
myOrder();

//siteBg();	//整站背景控制入口
