<!-- Begin

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


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


 


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

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

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

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

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

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

document.write('<br>');

  

document.write('<br>all contents copyright 2010 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">www.dougmcinnis.com</a><br>');



 if (allwebco == "yes") {
document.write('site design &copy; 2008 all rights reserved <a href="http://allwebcodesign.com" target="_blank">allwebco design</a> & <a href="http://allwebco.com" target="_blank">web hosting</a><br>');
}


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

//  End -->