// JavaScript Document
// disclaimer and copyright
//
// last modified date
datUpdated = new Date(document.lastModified) ;
datMonth = datUpdated.getMonth() + 1 ;
datDate = datUpdated.getDate() ;
datYear = datUpdated.getYear() ;


//document.write('Disclaimer' );
//
document.write('  <br> ');
document.write('  <tr> ');
document.write('    <td height="19"><font color="#666666" size="1" face="Verdana, Arial, Helvetica, sans-serif">   |   <a href="home.htm">Home</a>   |   <a href="webom.htm">Web-Based O&amp;M</a>   |   <a href="services.htm">Services</a>   |  <a href="main_index.htm">General Info</a>   |   <a href="aboutus.htm">About WEIL</a>   |   <a href="contact.htm">Contact WEIL</a>   | <i>Site Best Viewed With IE 5.0+</i></font>');
document.write('</td>');
document.write('  </tr>');
document.write('  <tr> ');
document.write('    <td height="21" colspan="3" valign="top"><hr size="1" width="800" align="left" noshade></td>');
document.write('  </tr>');
document.write('  <tr> ');
document.write('    <td height="19" colspan="3" valign="top"><div align="left"><font color="#666666" size="1" face="Verdana, Arial, Helvetica, sans-serif">  Copyright ');
document.write('        © 2004 Weil e-Buildings Document Management Pte Ltd. All Rights Reserved.');
//document.write("       <i>Last Updated: " + datMonth + "/" + datDate + "/" + datYear + "</i>") ;
document.write("       <i>Updated On " + document.lastModified + "</i>");
document.write('</td>');
document.write('  </tr>');