document.write('<p><a href="index.htm"><img src="icn/back.gif"><br>Back to Home Page</a>\n');
document.write('<hr><h5>\n');
document.write('<br>Send mail to <a href="mailto:wolfbreath@hotmail.com">wolfbreath@hotmail.com</a> with questions or comments about this web site.\n');
document.write('<br>Website Copyright &copy;2002 by Patsy Breland and Bob Myers, Jr. All Rights Reserved.\n');
document.write('<br>Any or all of this site may be copied or duplicated in the interest of learning, sharing and enjoying the internet.\n');
lm = document.lastModified;
fd = new Date(lm);
m = fd.getMonth();
d = fd.getDate();
y = fd.getFullYear();
document.write('<br>Last modified: \n');
if (m == 0) document.write('January \n');
if (m == 1) document.write('February \n');
if (m == 2) document.write('March \n');
if (m == 3) document.write('April \n');
if (m == 4) document.write('May \n');
if (m == 5) document.write('June \n');
if (m == 6) document.write('July \n');
if (m == 7) document.write('August \n');
if (m == 8) document.write('September \n');
if (m == 9) document.write('October \n');
if (m == 10) document.write('November \n');
if (m == 11) document.write('December \n');
document.write(d + ', ' + y + '</h5><hr>\n');
