﻿function tcOut(){
    var f = $.cookie("Signed");
    var nn = $.cookie("NickName");
    if (f == "1"){
        document.write("你好，<span style=\"color:#36c;font-weight:bold;\">"+nn+"</span>！[<a href=\"/Logout.Aspx\" class=\"CFM_3\">退出</a>] <a href=\"/UserCenter/\" class=\"CFM_3\">用户中心</a>");
    }
    else{
        document.write("<a style=\"color:red\" href=\"/UserCenter/MobileService.aspx\" class=\"CFM_3\">免费短信报价</a> | <a href=\"/Reg.Aspx\" class=\"CFM_3\">新用户注册</a> | <a href=\"/Login.Aspx\" class=\"CFM_3\">请登录</a> | <a href=\"/UserCenter/Index.Aspx\" class=\"CFM_3\">管理帐号</a> | <a href=\"/Findpsw.aspx\" class=\"CFM_3\">忘记密码</a>");
    }
}

function topFlash_AD(){
    document.write('<a target="_blank" href="http://en.chinaflashmarket.com"><img border="0" src="/images/ad1.gif" /></a>');
}
