<!-- Begin

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


var lwlarsen	  = "yes"	// SHOW lwlarsen COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

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

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

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

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

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

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

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

document.write('<br>');





   if (w3clogo == "yes") {
document.write('<br><a href="http://s50.sitemeter.com/stats.asp?site=s50boudoir" target="_top"><br>');
document.write('<br><img src="http://s50.sitemeter.com/meter.asp?site=s50boudoir" alt="Site Meter" border="0"/></a><br>');
}

document.write('<br>All contents &copy;Copyright 2008 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">L W Larsen Photography</a><br>');







   if (lwlarsen == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://lwlarsen.com" target="_blank">L W Larsen</a> & <a href="http://lwlarsen.com" target="_blank">Hosting</a><br>');
}


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


//  End -->