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


// START MENU LINKS - COPY ANY 2 LINES TO ADD A NEW MENU ITEM



document.write('<a href="shopredirect.html" class="menu">Shop Online</a>');
document.write('</td><td>|</td><td>');




document.write('<a href="specials.htm" class="menu">Specials</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="company.html" class="menu">People & Policies</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="site_map.htm" class="menu">Directory</a>');
document.write('</td><td>|</td><td>');



document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td><td>|</td><td>');



document.write('<a href="location.html" class="menu">Location</a>');
document.write('</td><td>|</td><td>');



document.write('<a href="redirect.html" class="menu">Customer Portal  </a>');



//  End -->