	var now = new Date()
	var date = now.getDate()
	var day = now.getDay()
	var month = now.getMonth()
	var year = now.getYear()
	if (navigator.appName == "Netscape") year=1900+year;

document.write('\
<center> \
<p>  \
<table width="100%" border="0" cellpadding="0" cellspacing="0"> \
 <tr bgcolor="#3366cc" align="center"> \
 <td><a href="http://www.indolink.com" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Home</b></font></a></td> \
  <td><a href="http://www.indolink.com/about.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>About Us</b></font></a></td> \
  <td><a href="http://www.indolink.com/jobs.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Jobs</b></font></a></td> \
  <td><a href="http://www.indolink.com/feedback.php" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Comments</b></font></a></td> \
  <td><a href="http://www.indolink.com/contact.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Contact Us</b></font></a></td> \
  <td><a href="http://www.indolink.com/advertise.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Advertise</b></font></a></td> \
  <td><a href="http://www.indolink.com/terms.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Terms of Service</b></font></a></td> \
  <td><a href="http://www.indolink.com/privacy.html" target="_top"><font color="FFFFFF" face="ms sans serif, arial, helvetica" size="-2"><b>Privacy Policy</b></font></a></td> \
 <tr> \
  <td bgcolor="#204044" colspan="8"><spacer size="1"></spacer></td> \
 </tr> \
 <tr bgcolor="#88c0ff" align="center"> \
  <td colspan="8"> \
   <font face="Arial" size="1" color="#000088">Copyright &#169 ' + year +' \
    INDOlink.com, Inc. All Rights Reserved.<br> \
    <a href="http://www.indolink.com">INDOlink</a>, <a href="http://www.indoseek.com">IndoSeek</a>, <a href="http://www.indoshoppe.com">IndoShoppe</a>, <a href="http://www.planetbollywood.com">Planet Bollywood</a>, <a href="http://www.advanceskills.com">AdvanceSkills</a>, CricketLink, IndiaLink, and IndiGO, are trademarks of INDOlink.com, Inc.</font></td> \
  </td> \
 </tr> \
</table> \
</center> \
');
