<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.htm">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="photos.htm">Photos</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="bags.htm">Bags</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="pollution.htm">Pollution</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="buy.htm">Buy</a>');




document.write('<br><br>All contents &copy;Copyright 2007 ');


// EDIT THE NEXT LINE


document.write('<a href="index.htm">D. Brooke Photography</a><br>');






var dbrookephotography	  = "yes"	// SHOW COPYRIGHT






   if (dbrookephotography == "yes") {
document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://dbrookephotography.com" target="_blank">D. Brooke Photography</a> & <a href="http://dbrookephotography.com" target="_blank">Hosting</a><br>');
}





//  End -->
