﻿//function getCookie(sName) {
	//var aCookie = document.cookie.substring(document.cookie.indexOf(sName));
     //   aCookie = aCookie.split("&");
       // for (var j=0; j < aCookie.length; j++){
      //       var aCrumb = aCookie[j].split("=");
         //    if (sName == aCrumb[0])
        //         return aCrumb[1];
       // }
    //    return null;
//}

function getCookie(name){
    var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
        if(arr=document.cookie.match(reg)) return unescape(arr[2]);
        else return null;
}


if(getCookie("Z15735haoma") == null){
            document.write("您好&nbsp;<font style=\"color:red;font:12pt tahoma;\">☺</font>&nbsp;");
            document.write("<a target='_blank' href='http://login.15735.com/login/login.htm'>[登陆]</a>&nbsp;");
            document.write("<a href='http://login.15735.com/login/Reg.htm'>[立即注册]</a>&nbsp;&nbsp;");
}else{
            document.write("您好,<font style=\"color:red;font:9pt tahoma;\">编号：" + getCookie("Z15735haoma") + "</font>&nbsp;");
            document.write("<a target='_blank' href='http://my.15735.com/'>");
            document.write("[我的奇尚屋]</a>&nbsp;|&nbsp;");
            document.write("<a target='_blank' href='http://my.15735.com/Shopping/Shopping.htm'>[我的购物车]</a>");
            document.write("&nbsp;&nbsp;<a href='http://my.15735.com/exit/'>[退出]</a>")
}

