document.write("");document.write("");
/*
if(typeof jQuery == 'undefined'){
var oHead = document.getElementsByTagName('HEAD').item(0);
var oScript= document.createElement("script");
oScript.type = "text/javascript";
oScript.src="http://static.118114.cn/js/jquery.js";
oHead.appendChild( oScript);
}
function _sso_getcookie(name){
var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
if(arr != null) return unescape(arr[2]); return null;
}
window.onload = function(){
if (custInfo.isLogin =="0"&& _sso_getcookie("CustInfo")==null) {
jQuery.post('http://sso.118114.cn/SSO/setCookieFromToken.action',
{custToken:encodeURIComponent(custInfo.custId)},
function (data){
});
}else if(custInfo.isLogin =="1" && _sso_getcookie("CustInfo")!=null){
jQuery.post('http://sso.118114.cn/SSO/cleanCookieFromToken.action',
{custToken:custInfo.EncryptCustIDValue},
function (data){
});
}
};
*/