document.write('<div id="foot">');

document.write('&nbsp;<br />&nbsp;<br />&nbsp;<br />');

document.write('<a href="home.html">Home</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="about.html">About Us</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="directions.html">Directions</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="contact.html">Contact Us</a>&nbsp; &bull;&nbsp;&nbsp;');
document.write('<a href="employee.html">Employee Login</a>&nbsp; &bull;&nbsp;&nbsp;');
document.write('<a href="salon.html">Our Salon</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="spa.html">Our Spa</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="boutique.html">Our Boutique</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="insyte.html">Insyte Cosmetics</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="giftcards.html">Gift Cards</a>&nbsp; |&nbsp;&nbsp;');
document.write('<a href="store.html">Online Store</a><br />');



document.write('Content: &copy;&nbsp;');

document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));

document.write('&nbsp;David J. Witchell.&nbsp; ');

document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));

document.write('All Rights Reserved.');

document.write('</div>');

if (document.body.className != "noGallery") {
	window.onDomReady(galleryGO);
}
else { }