|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/publish/ |
Upload File : |
function DisplayLogName(name) {
var cookies=document.cookie;
var start = cookies.indexOf(name + "=");
var name = "";
var start1;
var end1;
var tmp;
var signed_in = -1;
document.write("<div class=\"left_pagelinks\">");
document.write("<a class=\"left_pagetitle\" href=\"http://jackjohnson.com/cgi-bin/sc/order.cgi?func=3&storeid=*1a45344730ad4b7a0889727fd88aa5&html_reg=html\">Account Information<\/a>");
if (start != -1) {
start = cookies.indexOf("=", start) +1;
var end = cookies.indexOf("|", start);
if (end != -1) {
signed_in = cookies.indexOf("|yes", start);
name = unescape(cookies.substring(start,end));
document.write("<strong>" + name + "<\/strong>");
if (signed_in != -1) {
document.write("<a class=\"left_pagelink\" href=\"http://jackjohnson.com/cgi-bin/sc/order.cgi?func=3&storeid=*1a45344730ad4b7a0889727fd88aa5&html_reg=html\">Your Account<\/a>");
document.write("<a class=\"left_pagelink\" href=\"http://jackjohnson.com/cgi-bin/sc/order.cgi?func=4&storeid=*1a45344730ad4b7a0889727fd88aa5&html_reg=html\">Sign Out<\/a>");
}
else
{
document.write("<span>you're no longer<br>signed in</span>");
}
}
}
if (signed_in == -1) {
document.write("<a class=\"left_pagelink\" href=\"http://jackjohnson.com/cgi-bin/sc/order.cgi?func=2&storeid=*1a45344730ad4b7a0889727fd88aa5&html_reg=html\">Sign In<\/a>");
document.write("<a class=\"left_pagelink\" href=\"http://jackjohnson.com/cgi-bin/sc/order.cgi?func=1&storeid=*1a45344730ad4b7a0889727fd88aa5&html_reg=html\">Register<\/a>");
}
document.write("<\/div>");
}