
//      File: footer.js
//	Description: common footer for VBS web pages
//	Author: Robert Ducharme

//	to call this JavaScript, place the following code in the calling HTML file:
//      <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="footer.js"></SCRIPT>

document.write('<HR>');

document.write('<FONT FACE="Verdona, Arial, Helvetica" SIZE="2" STYLE="text-decoration:none">');

  document.write('<ADDRESS>');
  document.write('Website: <A HREF="http://www.vbsca.ca">http://www.vbsca.ca</A><BR>');
  document.write('E-mail: <A HREF="mailto:vbs@vbsca.ca">vbs@vbsca.ca</A><BR>');
//  document.write('E-mail: <A HREF="mailto:vbs@cabletv.on.ca">vbs@cabletv.on.ca</A><BR>');
  document.write('</ADDRESS>');

  document.write('<FONT SIZE="1">');
  document.write('This web site is maintained by <A HREF="./rob/">Rob Ducharme</A>.<BR>');
  document.write('VBS Webmail login: <A HREF="http://mail.google.com/a/vbsca.ca">Google Apps (vbsca.ca)</A><BR>');
//  document.write('VBS Webmail login: <A HREF="http://webmail.vbsca.ca">webmail.vbsca.ca</A><BR>');
  document.write('&copy; copyright 1996-2008 <EM>Vodden, Bender & Seebach LLP</EM><BR>');
  document.write('</FONT>');

document.write('</FONT>');

// include the ip address and browser information (SSI file)
document.write('<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="footer.shtml"></SCRIPT>');
