<!-- Begin

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


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "50"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS




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

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

document.write(' <a href="sitemap1.htm" target="blank">Sitemap</a>');

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

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

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

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

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

document.write('<a href="linkexch.htm" target="blank">Link Exchange</a>');

document.write('<br><br>All text and photos &copy; copyright ');



// EDIT THE NEXT LINE


document.write('<a href="index.htm">Tom Ellis Photography</a><br>');

document.write('<br>425-646-2790');


document.write('<br>');




//  End -->