//*------------------------------------------------------------------------
//* Footer for each page.  Copyright & date, top and back buttons.

//* The actual positioning of the top and back buttons is done in mir.css
//*------------------------------------------------------------------------
today=new Date();
y0=today.getFullYear();
document.write('<div class="FooterTEXT"><center>');
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td align="left" width=1><br><img src="' + imagedir + '/spacer.gif" width="1" height="8" border="0"><br></td><td xheight=55" align="center" class="FooterTEXT">');
document.write('<a href="' + htmldir + 'copyright-e.asp" class="bod">© 1999');
document.write("-" + y0);
document.write(' City of Miramichi. &nbsp;All Rights Reserved</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');

// homepg is defined in index-e.asp
if (homepg == 0) {
  document.write('<div id="topbutton"><img src="../assets/but-top-e.gif" alt="Top of Page" width="41" height="12" border="0" usemap="#Top_map"></div>');
  document.write('<div id="backbutton"><img src="../assets/but-back-e.gif" alt="Previous page" width="41" height="12" border="0" usemap="#Back_map"></div>');
}
if (homepg == 1) {
  document.write('<div align="center" class="FooterTEXT">Site designed and hosted by: <a href="http://www.atlis.net/" target="_blank"  class="bod">www.atlis.net</a></div>');
}
//document.write('');




