// Hey this is my code, you can take it if you want it... Just let me know, aight?

// The ASCII character that is before and after each link
var decora = "&middot;"

// Table and header link properties
var cols = 5;
tableWidth = 640;
linkCellWidth = tableWidth / cols;







// Writes main logo
document.writeln(' <table width='+tableWidth+' border=0><tr><td><a href="http://www.chrishamner.com/"><img src=images/logo.png border=0></a> </td>')
document.writeln(' <td align=right valign=bottom> <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=82" target=_blank><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/white_1.gif"/></a> </td></tr></table>')



// Writes table for page links
document.writeln('<table border=1 bordercolor=#ff8a17 frame=lhs rules=rows width=640 cellpadding=5 cellspacing=0> ')
document.writeln('<tr class=headerLink>')
document.writeln('<th bgcolor=#ff8a17 align=center width='+linkCellWidth+'> '+decora+' <a href="index.htm"> Main &raquo;</a> '+decora+' </th> ')
document.writeln('<th bgcolor=orange align=center width='+linkCellWidth+'> '+decora+' <a href="helpdesk.htm"> HelpDesk &raquo;</a> '+decora+'</th>')
document.writeln('<th bgcolor=#ff8a17 align=center width='+linkCellWidth+'> '+decora+' <a href="#"> &nbsp; </a> '+decora+' </th>')
document.writeln('<th bgcolor=orange align=center width='+linkCellWidth+'> '+decora+' <a href="#"> &nbsp; </a> '+decora+' </th>')
document.writeln('<th bgcolor=#ff8a17 align=center width='+linkCellWidth+'> '+decora+' <a href="#"> &nbsp; </a> '+decora+' </th>')
document.writeln('</tr>')


// Writes Cell that has page content
document.writeln(' <tr> ')
document.writeln(' <td colspan='+cols+'> ')

