/* put at end of page
this file is footer.js activate with 
<script src="footer.js" language="javascript" type="text/javascript"></script>
from an idea by Ronny Drappier, http://sipreal.com */
pageTitle=document.title
URL=document.URL
today=new Date();
thisYear=today.getFullYear();
lastMod = document.lastModified;
eur1 = "nzrls";
eur2 = "actrix.co.nz";
//write div. -- id="foot" 
document.write('<div align="center"><center>');
document.write('<img src="pixel.gif" width="480" height="1" alt="" border="0">');
document.write(navTable(name));
//write table
document.write('<table width="95%" border="0" cellspacing="4" bgcolor="#00FF66">'); //border colour
document.write('<tr><td id="foot" bgcolor="#00CC66" align="left">'); //body colour
//write title & URL
document.write("<font color='#000000'>Page Title:&nbsp;&nbsp;&nbsp;<b>" + pageTitle + "</b>" 
+"<br>Current URL:" + "&nbsp;&nbsp;&nbsp;&nbsp;<b>" + URL + "</b>");
document.write("<br>Last Modified:&nbsp;&nbsp;&nbsp;<b>" + lastMod + "&nbsp;</b>"); 
//write email
document.write("<br>&nbsp;&nbsp;&nbsp;&nbsp;<a href='mailto:" + eur1 + "@" + eur2 + "'>For further information send an E-Mail</a>");
//write copyright
document.write("<br>&nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy; 1999-"+ thisYear + "&nbsp;&nbsp;to ");
document.write("<A href='http://www.railsoc.org.nz/copyrite.htm'>New Zealand Railway &amp; Locomotive Soc.</A>&nbsp;&nbsp;All rights Reserved.");
document.write("</font></td></tr></table></center></div>");
document.write("</TD></TR></TABLE>");    // close for Framer.js table
