//*------------------------------------------------------------------------
//* Footer for each page. (Copyright & date, top and back buttons.

//* The actual positioning of the top button is done in edi.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.asp" class="ix">© 2000');
document.write("-" + y0);
document.write(' Vantage Point & Associates. &nbsp;All Rights Reserved</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');
if (homepg == 1) {
  document.write('<div align="center" class="FooterTEXT"><a href="http://www.twistedpixel.com" target="_blank"  class="bod">Site design by: Twisted Pixel</a><p></div>');
}