<!-- 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="services.htm">Hair &amp; Spa Services</a> |</span>');
document.write(' <span class="text-medium"><a href="packages.htm">Spa Packages</a> |</span>');
document.write(' <span class="text-medium"><a target="other" href="pricelist.pdf">Price List (pdf)</a> |</span>');
document.write(' <span class="text-medium"><a href="parties.htm">Host a Party!</a></span><br>'); 
document.write(' <span class="text-medium"><a href="gallery.htm">Tour the Spa</a> |</span>'); 
document.write(' <span class="text-medium"><a href="products.htm">Products</a> |</span>'); 
document.write(' <span class="text-medium"><a href="gift_certificates.htm">Gift Certificates</a> |</span>'); 
document.write(' <span class="text-medium"><a href="directions.htm">Map & Directions</a> |</span>');
document.write(' <span class="text-medium"><a href="contact.htm">Contact Us</a></span>');

document.write('<br>');

//  End -->