
//      File: footer.js
//	Description: common footer for Elegance Schools Inc. 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('<BR clear="all">');

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.EleganceSchools.on.ca">http://www.EleganceSchools.on.ca</A><BR>');
  document.write('E-mail: <A HREF="mailto:elegance@EleganceSchools.on.ca">elegance@EleganceSchools.on.ca</A><BR>');
  document.write('</ADDRESS>');

  document.write('<FONT SIZE="1">');
  document.write('This web site is maintained by Rob Ducharme.<BR>');
  document.write('&copy; copyright 1998-2010 <EM>Elegance Schools Inc.</EM><BR>');
  document.write('</FONT>');

document.write('</FONT>');
