<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<table  style="padding-left:5px; padding-right:5px; max-width:1024px;" cellpadding="0" cellspacing="0" border="0" width="100%" class="menuhorzbackground printhide">');
document.write('<tr><td>');

// START DATE SCRIPT

// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\">" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</span>");

document.write('</td><td style=\"padding-left:10px; font-family:Arial Black; font-size:12pt; color:white;\">1-800-750-4678');

document.write('</td><td align="right">');


document.write('<table cellpadding="0" cellspacing="3" border="0"><tr><td style=\"line-height:1em;\">');
//document.write('&nbsp;<br>');

// CHECK LOGIN STATUS

//document.write('</td><td style="text-align:left; align:left">');

var cookievalue = readCookie('authenticated');
if (cookievalue)
{
var subexpire = readCookie('subexpire');
var substatus = readCookie('subscription');
//document.write('<span style="vertical-align:text-top; font-family: verdana, arial, helvetica, sans-serif; font-size:10px; font-weight: bold; color:#9C8884;"> Logged in as:&nbsp;&nbsp;</span>');
document.write('<span style="vertical-align:text-top; font-family: verdana, arial, helvetica, sans-serif; font-size:12px; font-weight: bold; color:#9C8884;">'+cookievalue+'&nbsp;<a href=""  OnClick="javascript:eraseCookie(\'authenticated\')" style="text-decoration:none;"></span><span style="color:orange; font-family:Arial; font-size:8pt; vertical-align:text-top;">(Log Out)</span></a>');
//document.write('</td><td style="text-align:left; align:left;">');
//document.write('<span style="font-family: verdana, arial, helvetica, sans-serif; font-size:10px; font-weight: bold; color:#9C8884;"><a href="" class="menuhorz" OnClick="javascript:eraseCookie(\'authenticated\')">(Log Out)</a></span>');
document.write('</td></tr><tr><td><span style="line-height:1em; color:#9C8884; font-family:Arial; font-size:8pt;"> Subscription expires: </span><span style="color:orange; font-family:Arial; font-size:8pt;">'+subexpire+'</span>');
//document.write('<a class="menuhorz" OnClick="javascript:eraseCookie(\'authenticated\')">(Log Out)</a>');
}

document.write('</td><td>');
document.write('&nbsp;');


document.write('</td><td>');
document.write('<a href="http://www.fishgame.com/index.php" class="headermenu" style="padding-left:20px; padding-right:5px; color: gold; font: 10pt verdana, arial, sans-serif; font-weight: bold; text-decoration:none;">Home</a>');

document.write('</td><td>');
document.write('<a href="http://www.fishgame.com/hras/login/mainlogin.php" class="headermenu" style="padding-left:5px; padding-right:5px; color: gold; font: 10pt verdana, arial, sans-serif; font-weight: bold; text-decoration:none;">Login/Register</a>');

document.write('</td><td>');
document.write('<a href="http://www.fishgame.com/searchmain.php" class="headermenu" style="padding-left:5px; padding-right:5px; color: gold; font: 10pt verdana, arial, sans-serif; font-weight: bold; text-decoration:none;">Search</a>');

document.write('</td><td>');
document.write('<a href="http://www.fishgame.com/contact.htm" class="headermenu" style="padding-left:5px; padding-right:5px; color: gold; font: 10pt verdana, arial, sans-serif; font-weight: bold; text-decoration:none;">Contact</a>');

document.write('</td><td>');
document.write('<a href="http://www.fishgame.com/about.php" class="headermenu" style="padding-left:5px; padding-right:5px; color: gold; font: 10pt verdana, arial, sans-serif; font-weight: bold; text-decoration:none;">About Us</a>');



document.write('</td></tr></table>');
document.write('</td><td width="1">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" width="1"><br>');
document.write('</td></tr></table>');


//  End -->
