var daygmt = new Date();
var yy = daygmt.getYear();
if((yy<2000) && (yy>100)) yy=2000+(yy-100);
var html="<table width='100%'>";
html=html+"        <tr>";
html=html+"        <td align='left' valign='middle'>";
html=html+"        <font style='font-family:Arial; color: #00726F;        font-weight:normal;font-size: 8pt;'>";
html=html+"        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;© Copyright "+yy+"<br>"
html=html+"        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lajenda Technologies";
html=html+"        <\/font>"; html=html+"        <\/td>"; html=html+"        <\/tr>";
html=html+"        <\/table>"; document.write(html);
