<!-- Begin

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


var allwebco	  = "no"
var w3clogo	  = "no"	



document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="pricing.htm">Pricing</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="faq.htm">F.A.Q.</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="beautysecrets.htm">Beauty Secrets</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

   if (w3clogo == "n0") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>&copy;Copyright 2009 ');






document.write('<a href="index.html">Sarah Powell Makeup Artist</a><br>');







   if (allwebco == "yes") {
document.write(' <a href="http://jmhwebdesign.com" target="_blank">JMH</a><br>');
}




document.write('<br>');

//  End -->