// footer01.js
// by Thomas J. Spirock
// edited 11/08/00

// grab the current date and extract the year
year = new Date();
year = year.getFullYear(year);

// write the footer section of the web page

document.write('<p align="center">The Stellafane web pages are maintained and copyrighted &copy; 1998 to ' + year + ' by the<br>');

document.write('<i><a href="mailto:Webmaster@Stellafane.org?subject=From the Stellafane Home Page">Springfield Telescope Makers</a>, Inc.</i><br>');
document.write('PO Box 601<br>');

document.write('<a href="http://www.linkvermont.com/townsvill/springfield/index.htm">Springfield</a>, VT 05156<br>');

document.write('<br>');
document.write('URL: <a href="http://stellafane.org">Stellafane.org</a><br>');
document.write('Email: <a href="mailto:Webmaster@Stellafane.org?subject=From the Stellafane Home Page"><i>Springfield Telescope Makers</i></a><br>');
