document.writeln('<TABLE bgcolor=#ffffff cellSpacing=0 cellPadding=0 width=760 border=0 align="center">');
document.writeln('<TR><TD colspan=2 bgcolor=#000000><img src="" alt="" height=2 width=1></TD></TR>');
document.writeln('<TR><TD>');

document.write("<font face=arial size=1 color=#000000>Last updated on"); 
   if (location.href.substring(0,8)=="file:///"  &&navigator.appVersion.indexOf("Macintosh")>-1)
   { 
     nr=2212122499000; // Macintosh offset 
     lm=document.lastModified; 
     dt=new Date(lm); 
     nr+=dt.getTime(); 
     cdt=new Date(); 
     cdt1=cdt.setTime(nr); 
     document.write(cdt); 
   }  
   else
   { 
     lm=document.lastModified; 
     dt=new Date(lm); 
     document.write(" "+dt.getDate()+"-"+(dt.getMonth()+1)+"-"+dt.getYear()); 
   } 
   document.writeln("</font><br>");   

document.writeln('</TD>');
document.writeln(' <TD align=right><font face="arial" size=1 color=#000000>Copyright &copy; 2010   Jupiter Software & Systems Pvt. Ltd.  All rights reserved.  &nbsp;</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');
document.writeln('<BR>');

