function footer(path)
{
	 if(path==null)
	{
		  path="./";
	}
	document.write('<!-- Sixth row starts here -->  <tr><td valign=middle height=30 bgcolor=#000000 colspan=2 align=center class=leftlinkmain>  <A HREF="'+path+'disclaimer.html" class=leftlinkmain title="Disclaimer">Disclaimer</A> | <A HREF="http://www.indianholiday.com/terms-and-conditions.html" target="_blank" class=leftlinkmain title="Terms and Conditions">Terms and Conditions</A></td></tr> <!-- Sixth row ends here --> <!-- Seventh row starts here -->   <tr><td valign=top height=5>    </td></tr> <!-- Seventh row ends here --> <!-- Eighth row starts here -->  <tr><td height=70 bgcolor=#B50F00 align=center colspan=2>  <table cellspacing=0 cellpadding=0 border=0 width=100%>   <tr><td valign=middle align=center class=leftlink style="padding-top:3px;padding-bottom:5px;">    <h3 class=leftlink title="Recognized by Ministry of Tourism, Government of India"><B>Recognized by Ministry of Tourism, Government of India</B></h3>   </td></tr>   <tr><td align=center>    <IMG SRC="'+path+'images/iato.gif" WIDTH="40" HEIGHT="46" BORDER="0" ALT="Indian Association Tours Operators(IATA)">&nbsp;<IMG SRC="'+path+'images/pata.gif" WIDTH="40" HEIGHT="46" BORDER="0" ALT="Pacific Asia Travel Association (PATA)">&nbsp;<img src="'+path+'images/asta-logo.gif" alt="American Society of Travel Agents" border="0"></td></tr>   <tr><td valign=middle align=center class=leftlink style="padding-top:5px;padding-bottom:8px;">    &copy; Copyright HotelsPointIndia.com   </td></tr>  </table> </td></tr> <!-- Eighth row ends here -->');
}

