<!-- Begin

// FILE: menu_horz.js

// NOTE: If you use a ' add a slash before it like this \'



var paypalemail		= "paypal@your-web-domain.com"		// EDIT WITH YOUR PAYPAL E-MAIL
var storelink		= "site_map.htm"			// PAGE TO LINK WITH RIGHT IMAGE



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr><td height="6">');
document.write('<img src="picts/spacer.gif" height="6" width="10" border="0" alt="image"><br>');
document.write('<img src="picts/main_header.jpg" height="1" width="805" border="0" alt="image"><br>');
document.write('</td></tr><tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="0" border="0" class="menuhorztext">');
document.write('<tr><td valign="middle" nowrap>');



// START LEFT HORIZONTAL LINKS






// NOTE: COPY AND PASTE THE NEXT 4 LINES TO ADD A NEW LINK



//document.write('<a href="store_locations.html" class="menuhorz">Store Locations</a><br>'); //NOTE: Combined in with Business Hours.
document.write('</td><td>');
//document.write('&nbsp;|&nbsp;<br>'); //NOTE: To remove the "|" from the front of the menu. 
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="business_hours.html" class="menuhorz">Business Hours & Store Locations</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="contact.html" class="menuhorz">Contact</a><br>');
document.write('</td><td>');
//document.write('&nbsp;|&nbsp;<br>'); NOTE: To remove the "|" from the the menu.
document.write('</td><td valign="middle" nowrap>');

//document.write('<a href="news.html" class="menuhorz">News</a><br>'); // NOTE: Not wanted.
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="search_results.html" class="menuhorz">Search</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="http://twitter.com/varsitysportsmn" class="menuhorz">Follow Us on Twitter</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="http://visitor.constantcontact.com/d.jsp?m=1101942211268&p=oi" class="menuhorz">Join our Mailing List</a><br>');
document.write('</td><td>');
document.write('</td><td valign="middle" nowrap>');



// END LEFT HORIZONTAL LINKS



document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->