<!-- Begin

// Start Date & Time
// http://www.maxxblade.co.uk/clock

function tS(){ x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()+dS()-21600000); return x; } 
function tN(){ return new Date(); } 
function dS(){ return ((tN().getTime()>fD(0,3,1,1).getTime())&&(tN().getTime()<fD(0,9,1,-1).getTime()))?3600000:0; } 
function fD(d,m,h,p){ var week=(p<0)?7*(p+1):7*(p-1),nm=(p<0)?m+1:m,x=new Date(tN().getUTCFullYear(),nm,1,h,0,0),dOff=0; if(p<0){ x.setTime(x.getTime()-86400000); } if(x.getDay()!=d){ dOff=(x.getDay()<d)?(d-x.getDay()):0-(x.getDay()-d); if(p<0&&dOff>0){ week-=7; } if(p>0&&dOff<0){ week+=7; } x.setTime(x.getTime()+((dOff+week)*86400000)); } return x; } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function tH(x){ if(x==0){ x=12; } return (x>12)?x-=12:x; } 
function dE(x){ if(x==1||x==21||x==31){ return 'st'; } if(x==2||x==22){ return 'nd'; } if(x==3||x==23){ return 'rd'; } return 'th'; } 
function dT(){ if(fr==0){ fr=1; document.write('<class="menu"><b><span id="tP">'+eval(oT)+'</span></b></font>'); } tP.innerText=eval(oT); setTimeout('dT()',1000); } 
function aP(x){ return (x>11)?'PM CST':'AM CST'; } 
function y4(x){ return (x<500)?x+1900:x; } 
var dN=new Array('Sun','Mon','Tue','Wed','Thu','Fri','Sat'),mN=new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),fr=0,oT="dN[tS().getDay()]+' '+mN[tS().getMonth()]+' '+tS().getDate()+dE(tS().getDate())+','+' '+y4(tS().getYear())+' '+tH(tS().getHours())+':'+lZ(tS().getMinutes())+aP(tS().getHours())";

// End Date & Time


// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRD SIDEBAR IMAGE
var showimage4		= "yes"		//  SHOW FOURTH SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}


// Date & Time Display //

document.write('</td></tr><tr><td nowrap>');
document.write('<table border="0" width="154" id="table2" cellspacing="0" cellpadding="0" background="picts/date_image.gif" height="33"><tr><td><center><font color="white"><script language="JavaScript">dT();</script></center></font></td></tr></table>');

// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="roster.asp" class="menu">Roster</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="iht/" class="menu">In House Tourney</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.myleague.com/links2k3" class="menu">TeamSpeak Ladder</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.myleague.com/team107/index.php" class="menu">Cases Team Ladder</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="tourschedules.htm" class="menu">Tour Schedules</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="animation.asp" class="menu">Player Animations</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tour_trophy_room.htm" class="menu">Tour Trophy Room</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="downloads.htm" class="menu">Patches/Wavs/Courses</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="forum/" class="menu">Forums</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="members.htm" class="menu">Members Only</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="linksys.htm" class="menu">Linksys Router Help</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="contact.htm" class="menu">Contact Us</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a target="main" href="linktous.htm" class="menu">Link To Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.asp" class="menu">Home</a>');


// END LINKS //


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a target="main" href="index.asp" class="menu">Home</a>');






document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<img src="picts/menu-picture-3.gif" width="75" height="75" border="0"></a><br><br>');
}  
   if (showimage4 == "yes") {
document.write('<img src="picts/menu-picture-6.gif" width="75" height="75" border="0"></a><br><br>');
}  

document.write('</td></tr></table></DIV>');


//  End -->