<!-- Begin

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




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

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

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

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

document.write(' <a href="locations.html">Locations</a>');

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

document.write(' <a href="site_map.html">Site Map</a>');

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

document.write(' <a href="copyright.html">Copyright</a>');

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

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





document.write('<br><br>All content &copy; Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="http://DesertPhotoStudio.com">Desert Photo Studio</a><br>');






var desertphotostudio	  = "yes"	// SHOW COPYRIGHT






   if (desertphotostudio == "yes") {
document.write(' &copy; 2010  &nbsp; Desert Photo Studio serving the Desert &amp; High Desert areas with professional quality photography.<br>covering:- Yucca Valley, TwentyNine Palms, Landers, Joshua Tree, Desert Hot Springs, Palm Springs and surrounding areas of Southern California<br><br>');
}





//  End -->