//  File Name: http://www.wcisel.com/footer_tree.js
//

// This is the code to display the footer on the webpage
document.write('<DIV ALIGN="center">');
document.write('<HR NOSHADE SIZE="3" WIDTH="70%">');
document.write('<FONT SIZE="2">');

document.write('<A HREF="mailto:trees@wcisel.com">Karren J. Wcisel</A> Copyright © 2000-2005 <BR>');

document.write('<A HREF="http://www.wcisel.com"> http://www.wcisel.com</A><BR><BR>');

document.write("Last updated: ");  document.write(document.lastModified);

document.write('</FONT>');
document.write('</DIV>');

