var modifieddate=document.lastModified

document.write('<CENTER>');
document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">');
document.write('<TR><TD VALIGN="TOP">');
document.write('<FONT FACE="arial,verdana,helvetica" SIZE="1">');
document.write('<A HREF="/common/copyright.html">Copyright</A> &copy ');
document.write('1995-2010 <A HREF="/" TARGET="_parent">Bartek, Inc.</A>, ' +
	       'Deer Park, NY, USA. All rights reserved.');
document.write('</FONT>');
document.write('</TD></TR>');
document.write('<TR><TD VALIGN="TOP">');
document.write('<FONT FACE="arial,verdana,helvetica" SIZE="1">');
document.write('Modified: ');
document.write(modifieddate)
document.write('</FONT>');
document.write('</TD></TR>');
document.write('</TABLE>');
document.write('</CENTER>');

