<!-- Begin

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




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

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

document.write(' <a href="portfoliolink.htm">Portfolio</a>');

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

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

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

document.write(' <a href="links.htm">Links</a>');


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


// EDIT THE NEXT LINE


document.write('<a href="index.html">Angus Thompson Photography</a><br>');






var angus	  = "yes"	// SHOW Angus COPYRIGHT






   if (angus == "yes") {
document.write('All Images © Angus Thompson Photography. 2006 No images may be reproduced without permission. ');
}





//  End -->
