﻿function getCookie(name)
{
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    if (begin == -1)
    {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    }
    else
    {
        begin += 2;
    }
    var end = document.cookie.indexOf(";", begin);
    if (end == -1)
    {
        end = dc.length;
    }
    return unescape(dc.substring(begin + prefix.length, end));
}

var username ="";
username = getCookie("username");
 
//document.writeln("<div id=\"baidu\">");
//document.writeln("<a href=\"http:\/\/go.tts8.com\/go.aspx?to=26\" target=\"_blank\"><img src=\"http:\/\/file.tts8.com\/pic0\/zs.gif\" width=\"910\" //height=\"60\" \/><\/a>");
//document.writeln("<\/div>");
document.writeln("<link href=\"http:\/\/www.tts8.com\/css\/TopLogin.css\" type=\"text\/css\" rel=\"stylesheet\" \/>");
document.writeln("<div id=\"top\">");
document.writeln("<div id=\"UserLogin\">");
document.writeln("<div class=\"left\">");
document.writeln("<img src=\"\http://www.tts8.com\/images\/home.gif\" width=\"11\" height=\"9\" align=\"absmiddle\" \/>");
document.writeln("<a onclick=\"this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http:\/\/www.tts8.com\')\"<a href=\"javascript:void(0)\">设为首页<\/a>");
document.writeln("<img src=\"\http://www.tts8.com\/images\/fa.gif\" width=\"9\" height=\"9\" align=\"absmiddle\"\/><a onclick=\"window.external.addFavorite(\''+document.location.href+'\',document.title+\'\')\" href=\"javascript:void(0)\">加入收藏<\/a>");
document.writeln("<\/div>");
document.writeln("<div class=\"right\">");
document.writeln("<form method=\"post\" action=\"http:\/\/user.tts8.com\/checkLogin.aspx\">");
document.writeln("<ul>");
if(username==null||username==""||username=="null")
{
document.writeln("<li>你好，欢迎来到天尚网!</li>");
document.writeln("<li><a href=\"http:\/\/user.tts8.com\/Register.aspx\" target=\"_top\">[免费注册]<\/a><\/li>");
document.writeln("<li><a href=\"http:\/\/user.tts8.com\/Login.aspx\" target=\"_top\">[登录]<\/a><\/li>");
}else
{
document.writeln("<li><span class=\"red\">"+username+"</span> 你好，欢迎来到天尚网!</li>");
document.writeln("<li><a href=\"http:\/\/user.tts8.com\/Logout.aspx\" target=\"_top\">[退出]<\/a><\/li>");
}
//document.writeln("<li><a href=\"http:\/\/user.tts8.com/GetVip.aspx\" target=\"_top\"><span class=\"red\">抢下载VIP<\/span><\/a><\/li> ");
document.writeln("<\/ul> ");
document.writeln("<\/form>");
document.writeln("<\/div> ");
document.writeln("<\/div>");
document.writeln("<\/div>");