//*------------------------------------------------------------------------
//* Footer for each page.  Copyright & date 
//*
//* The actual positioning of the top button is done in  .css
//*------------------------------------------------------------------------
today=new Date();
y0=today.getFullYear();
document.write('<div style="margin-left: 260px;" class="FooterTEXT"><xxxcenter>');
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td align="left" width=1><br><img src="../images/spacer.gif" width="1" height="8" border="0"><br></td><td xalign="center">');
document.write('<a href="copyright.asp" class="bod2" >&copy 1999');
document.write("-" + y0);
document.write(' Words at Work Marketing, Inc.   &nbsp; &nbsp;All Rights Reserved</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');
