<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');

// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');

// START LINKS

// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK

document.write('<a href="index.html" class="menu">Home</a>');

document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('<a href="contact.htm" class="menu">Contact</a>');

document.write('<a href="links.htm" class="menu">Links</a>');

// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="2"><br>');


// TITLE LINE 2

document.write('<span class="menutitle">Other:</span><br>');

document.write('<a href="coaches.htm" class="menu">Coaches Corner</a>');

document.write('<a href="news.htm" class="menu">Wrestling News</a>');

document.write('<a href="hygiene.htm" class="menu">Hygiene and Diet</a>');

document.write('<a href="teamphoto.htm" class="menu">Team Photo</a>');

document.write('<a href="slideshows.htm" class="menu">SlideShows</a>');

document.write('<a href="schedule.htm" class="menu">Schedule</a>');

document.write('<a href="directions.htm" class="menu">Directions</a>');

document.write('<a href="intro.htm" class="menu">Intro to Wrestling</a>');

// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 3

document.write('<a href="games.htm" class="menu">Fun Stuff</a>');


// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->
