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 height="10" width="100%" cellspacing="0" cellpadding="0" class="grayContentBox"> \
 <tr> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com" target="_top"><font class="subHeading3" color="#666666">Home</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/about.html" target="_top"><font class="subHeading3" color="#666666">About Us</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/jobs.html" target="_top"><font class="subHeading3" color="#666666">Jobs</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/feedback.php" target="_top"><font class="subHeading3" color="#666666">Comments</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/contact.html" target="_top"><font class="subHeading3" color="#666666">Contact Us</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/advertise.html" target="_top"><font class="subHeading3" color="#666666">Advertise</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/terms.html" target="_top"><font class="subHeading3" color="#666666">Terms of Service</font></a></td> \
  <td class="grayContentBoxShaded"><a href="http://www.indolink.com/privacy.html" target="_top"><font class="subHeading3" color="#666666">Privacy Policy</font></a></td> \
 </tr> \
</table> \
<font class="tiny"> \
Copyright &#169 1995-' + year + ' INDOlink.com, Inc. All Rights Reserved. \
<br> \
<a href="http://www.indolink.com">INDOlink</a>, \
<a href="http://www.planetbollywood.com">Planet Bollywood</a>, \
"Best of Both Worlds", "Linking Indians Worldwide" are trademarks of INDOlink.com, Inc. \
</font> \
</center> \
</center> \
');

