function footer(path)
{
if (path==null)
{
path="./";

}
	document.write('<table align="center" cellpadding="0" cellspacing="0" width="100%" height="9">  <tr><td  align="center" class="bottomlinks"><B>Recognized by Ministry of Tourism, Government of India</B></font><BR><BR><IMG SRC="'+path+'images/iato.gif" WIDTH="50" HEIGHT="55" BORDER="0" ALT="Indian Association of Tour Operators (IATO)">&nbsp;<IMG SRC="'+path+'images/asta-logo.gif" WIDTH="74" HEIGHT="61" BORDER="0" ALT="American Society of Travel Agents">&nbsp;&nbsp;&nbsp;<IMG SRC="'+path+'images/pata.gif" WIDTH="40" HEIGHT="45" BORDER="0" ALT="Pacific Asia Travel Association (PATA)" class="pata"><BR> &copy; Copyright Indian Holiday Pvt. Ltd.<br>Site designed, developed and maintained by <A HREF="http://www.infobase.co.in" class=bottomlinks>Compare Infobase Ltd.</A></td></tr> </table>');

}