<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('');
document.write(' <span class="text-medium"><a href="index.html">Home</a> |</span>'); 
document.write(' <span class="text-medium"><a href="storeHOURS.html">Store Hours</a> |</span>');
document.write(' <span class="text-medium"><a target="other" href="location.html">Store Location</a> |</span>');
document.write(' <span class="text-medium"><a href="volunteer.html">Volunteer Sign-Up</a></span><br>'); 
document.write(' <span class="text-medium"><a href="forms.html">Vendor Information</a> |</span>'); 
document.write(' <span class="text-medium"><a href="aboutUS.html">About Us</a> |</span>'); 
document.write(' <span class="text-medium"><a href="contactUS.html">Contact Us</a></span>');

document.write('<br>');

//  End -->