<!--
document.writeln('<br>');
document.writeln('<div align="center"');
document.writeln('<center>');
document.writeln('<hr ALIGN=LEFT SIZE=1 NOSHADE COLOR="#009900" WIDTH="100%">');
document.writeln('<br>');
document.writeln('<a href="about.htm">About Us</a>');
document.writeln(' | ');
document.writeln('<a href="photos.htm">Photos</a>');
document.writeln(' | ');
document.writeln('<a href="guestbook.htm">Guest Book</a>');
document.writeln(' | ');
document.writeln('<a href="javascript:contact()">Contact Me</a>');
document.writeln('</div>');
document.writeln('<div align="right"');
document.writeln('<br>');
document.writeln('<img src="/cgi-sys/Count.cgi?df=bijupaul.dat|display=Counter|ft=0|md=5|frgb=200;139;200|dd=E">&nbsp;<span class="copyright">hits since April 1, 2003. <b>Owner: </b>Biju Paul<br>© Copyright 2003-2008 thoppil.org<br>All rights reserved.</span>');
document.writeln('</center>');
document.writeln('</div>');

function contact()
{
  //hide the mail id from preying eyes!
  mail_str = "mail" ;
  mail_str += "to:bijup@" ;
  mail_str += "thoppil.org" ;
  mail_str += "?subject=thoppil.org website ";
  mail_str += "&body=Reference page: ";
  mail_str += " at: " + location.href; 
  location.href = mail_str;
}
function feedback()
{
  mail_str = "mailto:dsauthors@fmr.com" ;
  mail_str += "?subject=Comments for dmws.fmr.com: ";
  mail_str += "&body=Reference page: " + document.title;
  mail_str += " at: " + location.href; 
  location.href = mail_str;
}
//-->