//---------------------

//-- FUNC drawFooter --

//---------------------



function drawFooter ()

{

  document.write ("<TABLE align=center border=0 cellPadding=0 cellSpacing=0>");

  document.write ("<TR>");

  document.write ("  <TD align=center class=stsmall>");

  document.write ("    © COPYRIGHT 2002 Progression Internet INC. All rights reserved");

  document.write ("  </TD>");

  document.write ("</TR><TR>");

  document.write ("  <TD align=center class=stsmall colspan=2>");  

  document.write ("    <BR>For comments, contact the <A href='mailto:billing@netrevolution.com'>webmaster</A>");

  document.write ("  </TD>");

  document.write ("</TR>");

  document.write ("</TABLE>");

}

