function chkForm()
{
	if( (document.form1.nm.value == "" ) || (document.form1.country.value == "" ) || (document.form1.email.value == "" ) || (document.form1.telephone.value == "" ) || (document.form1.hotel.value == "" )|| (document.form1.nop.value == "" )|| (document.form1.dot.value == "" ))
	{
		alert("Please fill in the fields marked with * ");
		return(false);
	}
	
if(document.form1.email.value.indexOf(" ") >= 0)
{
	alert("Please enter your email-id without any white space character.");
	document.form1.email.focus();
	return (false);
}
if ( (document.form1.email.value.indexOf("@") == -1) || (document.form1.email.value.indexOf(".") == -1) )
{
	alert("Please enter your valid email-id");
	document.form1.email.focus();
	return (false);
}


BeforeAtRate = document.form1.email.value.substring(0,document.form1.email.value.indexOf("@"));
AfterAtRate = document.form1.email.value.substring(document.form1.email.value.indexOf("@")+1,document.form1.email.value.length);

if (AfterAtRate.indexOf(".") == -1)
{
	alert("Please enter a valid email-id");
	document.form1.email.focus();
	return (false);
}

middle = AfterAtRate.substring(0, AfterAtRate.indexOf("."))
last = AfterAtRate.substring(AfterAtRate.indexOf(".") + 1,AfterAtRate.length)

if (BeforeAtRate.length == 0 || middle.length == 0 || last.length == 0)
{
	alert("Please enter a valid email-id"); 
	document.form1.email.focus();
	return (false);
}
}


function disableselect(e){ 
return false; 
} 
function reEnable(){ 
return true; 
} 
document.onselectstart=new Function ("return false"); 
if (window.sidebar){ 
document.onmousedown=disableselect; 
document.onclick=reEnable; 
} 
function droit(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
alert('© Copyright - Tour Passion');
return false;
}else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert('© Copyright - Tour passion');
return false;
}
return true;
}
document.onmousedown=droit;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);


// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 6000;
// Duration of crossfade (seconds)
var crossFadeDuration = 6;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '../slide/1.gif'
Pic[1] = '../slide/2.gif'
Pic[2] = '../slide/3.gif'
Pic[3] = '../slide/4.gif'
Pic[4] = '../slide/5.gif'
Pic[5] = '../slide/6.gif'
Pic[6] = '../slide/7.gif'
Pic[7] = '../slide/8.gif'

// do not edit anything below this line
var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}
function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="revealTrans(duration=2)";
document.images.SlideShow.style.filter="revealTrans(duration=1,transition=100)";
document.images.SlideShow.filters.revealTrans.Apply();
}
document.images.SlideShow.src = preLoad[j].src;
if (document.all) {
document.images.SlideShow.filters.revealTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed);
}
//  End -->

function logo()
{
document.write('<table cellpadding="0" cellspacing="0" width="100%" height="225">')
document.write(' <tr>')
document.write(' <td background="../images/bg1.gif">&nbsp;</td>')
document.write('</tr>')
document.write('</table>')			  
}

function home()
{
document.write('<table cellpadding="0" cellspacing="0" width="100%" align="center">')
document.write(' <tr>')
document.write(' <td><a href="../index.html" class="main">Home</a></td>')
document.write(' <td><a href="../aboutus.html" class="main">About Us </a></td>')
document.write(' <td><a href="../contactus.html" class="main">contact Us </a></td>')
document.write(' <td><a href="../sitemap.html" class="main">SiteMap</a></td>')
document.write(' <td><a href="#bookingform" class="main">Send Enquiry / Ask for price</a></td>')
document.write('</tr>')
document.write('</table>')			

}

function footer()
{
document.write('<table cellpadding="0" cellspacing="0" width="100%" align="center">')
document.write('<tr>')
document.write('<td colspan="5">')

document.write('<FORM name=form1 action="../sendform.php" method=post>')
document.write('<input type="hidden" name="redirect" value="http://www.delhitravelagent.com/thankyou.html">')
document.write('<input type="hidden" name="recipient" value="tourpassion@gmail.com">')
document.write('<table borderColor=#0099cc cellSpacing=0 borderColorDark=#ffffff cellPadding=0 width="100%" align=left border=1 bgcolor="#EEECDB">')
 document.write('<tr>')
document.write('<tD colspan="4" class="form" align="center"><a name="bookingform">Travel Reservation / Booking Form</a></td>')

         document.write('</tr>')

        document.write('<tr>')
document.write('<tD class="txtbody" width="25%">* Name</td>')
 document.write('<td width="25%"><INPUT style="FONT-SIZE: 9px" name=nm></td>')
      document.write('<tD class="txtbody" width="25%">* Country</td>')
          document.write('<tD width="25%"><INPUT style="FONT-SIZE: 9px" name=country></td>')
 
         document.write('</tr>')
		  document.write('<tr>')
          document.write('<tD class="txtbody">* E-mail</td>')

          document.write('<tD><INPUT name=email id="email" style="FONT-SIZE: 9px"></td>')
		   document.write('<td class="txtbody">* Telephone</td>')
      
          document.write('<td><INPUT name=telephone id="telephone" style="FONT-SIZE: 9px"></td>')
document.write('</tr>')

		  document.write('<tr>')
		
          document.write('<td class="txtbody">* <span class="frm">Hotels Category Required</span></td>')
          document.write('<td><select name="hotel" size="1" id="hotel" style="FONT-SIZE: 9px"> <option> Select Hotel</option> <option value="5 Star- Modern">5 Star- Modern</option><option value="5 Star- Palaces">5 Star- Palaces</option> <option value="Small Heritage Hotels - 3 *">Small Heritage Hotels - 3 *</option> <option value="Budget Hotels">Budget Hotels</option> </select></td>')
		  		 document.write('<td class="txtbody">* Number of Person</td>')

          document.write('<tD><INPUT name="nop" id="nop" style="FONT-SIZE: 9px"></td>')
        document.write('</tr>')
		
document.write('<tr>')
          document.write('<td class="txtbody">* Date of Travel</td>')
      
          document.write('<td><INPUT name="dot" id="dot" style="FONT-SIZE: 9px"></td>')
          document.write('<tD class="txtbody">* Requirement</td>')
          document.write('<tD><tEXTAREA id=textarea style="FONT-SIZE: 9px" name=des></TEXTAREA></td>')
		  document.write('</tr>')
		  
        document.write('<tR>')
          document.write('<td colspan="4" align="center"><input name="Submit" style="FONT-SIZE: 9px" type="submit" onClick=" return chkForm()" value="          Send          "></td>')
			document.write('</tr>')
			document.write('</TABLE>')
			document.write('</FORM>')



document.write('</td>')
document.write('</tr>')

document.write(' <tr>')
document.write(' <td><img src="../images/asta-sm.gif" width="60" height="41"></td>')
document.write(' <td><img src="../images/jet.jpg" width="66" height="20"></td>')
document.write(' <td><img src="../images/spicejet.jpg" width="59" height="20"></td>')
document.write(' <td><img src="../images/sahara-logo.jpg" width="100" height="20"></td>')
document.write(' <td><img src="../images/iato.jpg" width="35" height="41"></td>')
document.write('</tr>')
document.write('</table>')
}


function photolink()
{
document.write('<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#ff0000" borderColorDark="#990000">')
    document.write('<tr>')
      document.write('<td width="39"><a href="photos-voyage-inde-213.html">01</a></td>')
      document.write('<td  width="39"><a href="hotel-imperial-222.html">02</a></td>')
      document.write('<td  width="39"><a href="hotel-tajpalace433.html">03</a></td>')
      document.write('<td  width="39"><a href="hotel-taj-view-agra746.html">04</a></td>')
      document.write('<td  width="39"><a href="hotel-le-meriden-delhi757.html">05</a></td>')
      document.write('<td  width="39"><a href="hotel-l-mohan-international-369.html">06</a></td>')
      document.write('<td  width="39"><a href="hotel-the-oberoi-delhi-579.html">07</a></td>')
      document.write('<td  width="39"><a href="hotel-the-trident-680.html">08</a></td>')
      document.write('<td  width="39"><a href="the-oberoi-amar-vilas-791.html">09</a></td>')
      document.write('<td  width="39"><a href="jaypee-palace-hotel-3100.html">10</a></td>')
      document.write('<td  width="39"><a href="the-trident-agra-4113.html">11</a></td>')
      document.write('<td  width="39"><a href="hotel-taj-view-4123.html">12</a></td>')
      document.write('<td  width="39"><a href="hotel-athithi-3133.html">13</a></td>')
      document.write('<td  width="39"><a href="hotel-lallgarh-palace-6142.html">14</a></td>')
      document.write('<td  width="39"><a href="lallgarh-palace--bikaner-6151.html">15</a></td>')
      document.write('<td  width="39"><a href="hotel-laxmi-niwas-palace-1162.html">16</a></td>')
      document.write('<td  width="39"><a href="laxmi-niwas-palace-bikaner-9175.html">17</a></td>')
      document.write('<td  width="39"><a href="hotel-amar-0187.html">18</a></td>')
      document.write('<td  width="39"><a href="hotel-amar-agra-8194.html">19</a></td>')
      document.write('<td  width="39"><a href="jaypee-palace-hotel-0200.html">20</a></td>')
  document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="hotel-jaypee-palace-0210.html">21</a></td>')
      document.write('<td><a href="the-trident-agra-3222.html">22</a></td>')
      document.write('<td><a href="hotel-the-trident-agra-3233.html">23</a></td>')
      document.write('<td><a href="taj-view-hotel-1245.html">24</a></td>')
      document.write('<td><a href="hotel-mansingh-palace-6250.html">25</a></td>')
      document.write('<td><a href="mansingh-palace-6268.html">26</a></td>')
      document.write('<td><a href="hotel-clarks-shiraz-5274.html">27</a></td>')
      document.write('<td><a href="hotel-clarks-shiraz-agra-1286.html">28</a></td>')
      document.write('<td><a href="clarks-shiraz-agra-9290.html">29</a></td>')
      document.write('<td><a href="mugal-sheraton-3305.html">30</a></td>')
      document.write('<td><a href="hotel-mugal-sheraton-2315.html">31</a></td>')
      document.write('<td><a href="hotel-mugal-sheraton-agra5324.html">32</a></td>')
      document.write('<td><a href="nature-heritage-resort-3333.html">33</a></td>')
      document.write('<td><a href="hotel-nature-heritage-resort-2345.html">34</a></td>')
      document.write('<td><a href="nature-heritage-resort-bandhavgarh-4355.html">35</a></td>')
      document.write('<td><a href="hyatt-regency-1369.html">36</a></td>')
      document.write('<td><a href="hotel-hyatt-regency-2379.html">37</a></td>')
      document.write('<td><a href="hyatt-regency-delhi-3388.html">38</a></td>')
      document.write('<td><a href="hotel-the-park-5390.html">39</a></td>')
      document.write('<td><a href="hyatt-regency-delhi-2400.html">40</a></td>')
    document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="hotel-the-park-delhi-1414.html">41</a></td>')
      document.write('<td><a href="radisson-hotel-5421.html">42</a></td>')
      document.write('<td><a href="hotel-radission-delhi-5432.html">43</a></td>')
      document.write('<td><a href="hotel-taj-palace-4444.html">44</a></td>')
      document.write('<td><a href="hotel-taj-palace-delhi-3456.html">45</a></td>')
      document.write('<td><a href="hotel-imperial-delhi-2468.html">46</a></td>')
      document.write('<td><a href="the-claridges-3471.html">47</a></td>')
      document.write('<td><a href="hotel-the-claridges-3484.html">48</a></td>')
      document.write('<td><a href="hotel-the-claridges-delhi-4499.html">49</a></td>')
      document.write('<td><a href="the-oberoi-1500.html">50</a></td>')
      document.write('<td><a href="hotel-the-oberoi-3512.html">51</a></td>')
      document.write('<td><a href="the-oberoi-delhi-4521.html">52</a></td>')
      document.write('<td><a href="the-taj-mahal-7531.html">53</a></td>')
      document.write('<td><a href="hotel-the-taj-mahal-9549.html">54</a></td>')
      document.write('<td><a href="hotel-the-taj-mahal-delhi-9552.html">55</a></td>')
      document.write('<td><a href="le-meridien-8561.html">56</a></td>')
      document.write('<td><a href="hotel-le-meridien-7574.html">57</a></td>')
      document.write('<td><a href="hotel-le-meridien-delhi-6589.html">58</a></td>')
      document.write('<td><a href="hotel-clarks-khajuraho-9592.html">59</a></td>')
      document.write('<td><a href="clarks-khajuraho-8600.html">60</a></td>')
   document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="hari-mahal-palace-3612.html">61</a></td>')
      document.write('<td><a href="hotel-hari-mahal-palace-5621.html">62</a></td>')
      document.write('<td><a href="hari-mahal-palace-jaipur-9631.html">63</a></td>')
      document.write('<td><a href="rambagh-palace-8642.html">64</a></td>')
      document.write('<td><a href="rambagh-palace-jaipur-7654.html">65</a></td>')
      document.write('<td><a href="trident-hilton-jaipur-2663.html">66</a></td>')
      document.write('<td><a href="trident-hilton-7671.html">67</a></td>')
      document.write('<td><a href="rajputana-palace-4680.html">68</a></td>')
      document.write('<td><a href="rajputana-palace-jaipur-3690.html">69</a></td>')
      document.write('<td><a href="hari-mahal-palace-jaipur-9701.html">70</a></td>')
      document.write('<td><a href="hotel-fort-rajwada-4719.html">71</a></td>')
      document.write('<td><a href="fort-rajwada-jaisalmer-5721.html">72</a></td>')
      document.write('<td><a href="pushkar-palace-9731.html">73</a></td>')
      document.write('<td><a href="hotel-pushkar-palace-0749.html">74</a></td>')
      document.write('<td><a href="umaid-bhawan-palace-2753.html">75</a></td>')
      document.write('<td><a href="hotel-umaid-bhawan-2761.html">76</a></td>')
      document.write('<td><a href="taj-hari-mahal-5774.html">77</a></td>')
      document.write('<td><a href="hotel-taj-hari-mahal-8780.html">78</a></td>')
      document.write('<td><a href="taj-hari-mahal-jodhpur-5791.html">79</a></td>')
      document.write('<td><a href="hotel-fort-chanwa-luni-1802.html">80</a></td>')
      document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="the-hilton-towers-9810.html">81</a></td>')
      document.write('<td><a href="hotel-hilton-towers-9821.html">82</a></td>')
      document.write('<td><a href="hilton-towers-mumbai-5833.html">83</a></td>')
      document.write('<td><a href="pushkar-resort-9843.html">84</a></td>')
      document.write('<td><a href="taj-lake-palace-3854.html">85</a></td>')
      document.write('<td><a href="hotel-taj-lake-palace-6864.html">86</a></td>')
      document.write('<td><a href="taj-lake-palace-udaipur-9876.html">87</a></td>')
      document.write('<td><a href="fateh-prakash-palace-9880.html">88</a></td>')
      document.write('<td><a href="hotel-fateh-prakash-palace-9897.html">89</a></td>')
      document.write('<td><a href="fateh-prakash-palace-udaipur-1902.html">90</a></td>')
      document.write('<td><a href="rampratap-palace-1911.html">91</a></td>')
      document.write('<td><a href="hotel-rampratap-palace-5921.html">92</a></td>')
      document.write('<td><a href="rampratap-palace-udaipur-7934.html">93</a></td>')
      document.write('<td><a href="hotel-radission-varanasi-9947.html">94</a></td>')
      document.write('<td><a href="varanasi-hotel-radission-8952.html">95</a></td>')
      document.write('<td><a href="hotel-ganges-view-4967.html">96</a></td>')
      document.write('<td><a href="ganges-view-varanasi-7977.html">97</a></td>')
      document.write('<td><a href="hotel-hindustan-international-5982.html">98</a></td>')
      document.write('<td><a href="hindustan-international-varanasi-1990.html">99</a></td>')
      document.write('<td><a href="hotel-vanya-vilas-71002.html">100</a></td>')
       document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="vanya-vilas-ranthambore-21013.html">101</a></td>')
      document.write('<td><a href="le-meriden-ahmedabad-61025.html">102</a></td>')
      document.write('<td><a href="ahmedabad-le-meriden-51035.html">103</a></td>')
      document.write('<td><a href="hotel-mohan-international-41042.html">104</a></td>')
      document.write('<td><a href="mohan-international-amritsar-71054.html">105</a></td>')
      document.write('<td><a href="taj-mahal-agra-41063.html">106</a></td>')
      document.write('<td><a href="agra-taj-mahal-61075.html">107</a></td>')
      document.write('<td><a href="hotels-inde-51084.html">108</a></td>')
      document.write('<td><a href="rajasthan-hotels-inde-21090.html">109</a></td>')
      document.write('<td><a href="claridges-delhi-11100.html">110</a></td>')
      document.write('<td><a href="imperial-hotel-delhi-11111.html">111</a></td>')
      document.write('<td><a href="new-delhi-hotels-51123.html">112</a></td>')
      document.write('<td><a href="jaisalmer-rajasthan-61132.html">113</a></td>')
      document.write('<td><a href="hotel-hari-mahal-jaipur-71145.html">114</a></td>')
      document.write('<td><a href="taj-view-agra-61155.html">115</a></td>')
      document.write('<td><a href="taj-palace-delhi-71166.html">116</a></td>')
      document.write('<td><a href="hotel-imperial-new-delhi-81177.html">117</a></td>')
      document.write('<td><a href="jai-mahal-palace-71186.html">118</a></td>')
      document.write('<td><a href="hotel-jai-mahal-palace-91190.html">119</a></td>')
      document.write('<td><a href="jai-mahal-palace-jaipur-71206.html">120</a></td>')
      document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="hotel-jai-mahal-jaipur-51213.html">121</a></td>')
      document.write('<td><a href="hotel-hari-mahal-21222.html">122</a></td>')
      document.write('<td><a href="hotel-lake-palace-71234.html">123</a></td>')
      document.write('<td><a href="hotel-ganges-view-varanasi-81243.html">124</a></td>')
      document.write('<td><a href="fort-rajwada-hotel-91257.html">125</a></td>')
      document.write('<td><a href="raj-vilas-71267.html">126</a></td>')
      document.write('<td><a href="hotel-raj-vilas-71279.html">127</a></td>')
      document.write('<td><a href="raj-vilas-jaipur-61281.html">128</a></td>')
      document.write('<td><a href="raj-palace-71295.html">129</a></td>')
      document.write('<td><a href="hotel-raj-palace-61306.html">130</a></td>')
      document.write('<td><a href="raj-palace-jaipur-31313.html">131</a></td>')
      document.write('<td><a href="hotel-dev-vilas-61324.html">132</a></td>')
      document.write('<td><a href="dev-vilas-71333.html">133</a></td>')
      document.write('<td><a href="dev-vilas-ranthambore-41342.html">134</a></td>')
      document.write('<td><a href="sher-bagh-71352.html">135</a></td>')
      document.write('<td><a href="hotel-sher-bagh-21367.html">136</a></td>')
      document.write('<td><a href="sher-bagh-ranthambore-21370.html">137</a></td>')
      document.write('<td><a href="laxmi-vilas-palace-81386.html">138</a></td>')
      document.write('<td><a href="hotel-laxmi-vilas-palace-91399.html">139</a></td>')
      document.write('<td><a href="laxmi-vilas-palace-bharatpur-81401.html">140</a></td>')
   document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="udai-vilas-91412.html">141</a></td>')
      document.write('<td><a href="hotel-udai-vilas-91425.html">142</a></td>')
      document.write('<td><a href="udai-vilas-udaipur-91430.html">143</a></td>')
      document.write('<td><a href="taj-ganges-81444.html">144</a></td>')
      document.write('<td><a href="hotel-taj-ganges-91453.html">145</a></td>')
      document.write('<td><a href="taj-ganges-varanasi-21468.html">146</a></td>')
      document.write('<td><a href="jass-radisson-91475.html">147</a></td>')
      document.write('<td><a href="hotel-jass-radisson-81488.html">148</a></td>')
      document.write('<td><a href="jass-radisson-khajuraho-91496.html">149</a></td>')
      document.write('<td><a href="samode-haveli-21501.html">150</a></td>')
      document.write('<td><a href="hotel-samode-haveli-71513.html">151</a></td>')
      document.write('<td><a href="samode-haveli-jaipur-61523.html">152</a></td>')
      document.write('<td><a href="alsisar-haveli-71530.html">153</a></td>')
      document.write('<td><a href="hotel-alsisar-haveli-71542.html">154</a></td>')
      document.write('<td><a href="alsisar-haveli-jaipur-71555.html">155</a></td>')
      document.write('<td><a href="amar-vilas-11567.html">156</a></td>')
      document.write('<td><a href="hotel-amar-vilas-81574.html">157</a></td>')
      document.write('<td><a href="amar-vilas-agra-71589.html">158</a></td>')
      document.write('<td><a href="rang-mahal-61598.html">159</a></td>')
      document.write('<td><a href="hotel-rang-mahal-61609.html">160</a></td>')
       document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="rang-mahal-jaisalmer-71612.html">161</a></td>')
      document.write('<td><a href="ganger-palace-81623.html">162</a></td>')
      document.write('<td><a href="hotel-devi-garh-91634.html">163</a></td>')
      document.write('<td><a href="devi-garh-udaipur-71642.html">164</a></td>')
      document.write('<td><a href="hotel-jaipur-palace-71654.html">165</a></td>')
      document.write('<td><a href="clarks-amer-31666.html">166</a></td>')
      document.write('<td><a href="hotel-clarks-amer-41672.html">167</a></td>')
      document.write('<td><a href="clarks-amer-jaipur-51682.html">168</a></td>')
      document.write('<td><a href="mugal-sheraton-agra-61690.html">169</a></td>')
      document.write('<td><a href="clarks-shiraz-81700.html">170</a></td>')
      document.write('<td><a href="the-grand-new-delhi-71713.html">171</a></td>')
      document.write('<td><a href="usha-kiran-palace-61723.html">172</a></td>')
      document.write('<td><a href="hotel-usha-kiran-palace-31738.html">173</a></td>')
      document.write('<td><a href="usha-kiran-palace-gwalior-61745.html">174</a></td>')
      document.write('<td><a href="gorband-palace-81755.html">175</a></td>')
      document.write('<td><a href="hotel-gorband-palace-31769.html">176</a></td>')
      document.write('<td><a href="gorband-palace-jaisalmer-31770.html">177</a></td>')
      document.write('<td><a href="heritage-inn-01785.html">178</a></td>')
      document.write('<td><a href="hotel-heritage-inn-91799.html">179</a></td>')
      document.write('<td><a href="heritage-inn-jaisalmer-51807.html">180</a></td>')
       document.write('</tr>')
    document.write('<tr>')
      document.write('<td><a href="ganges-view-31812.html">181</a></td>')
      document.write('<td><a href="clarks-varanasi-41823.html">182</a></td>')
      document.write('<td><a href="hotel-clarks-varanasi-81830.html">183</a></td>')
      document.write('<td><a href="gajner-palace-51847.html">184</a></td>')
      document.write('<td><a href="hotel-gajner-palace-71853.html">185</a></td>')
      document.write('<td><a href="gajner-palace-bikaner-21864.html">186</a></td>')
      document.write('<td><a href="uppal-orchid-91876.html">187</a></td>')
      document.write('<td><a href="hotel-uppal-orchid-11882.html">188</a></td>')
      document.write('<td><a href="uppal-orchid-Delhi-51891.html">189</a></td>')
      document.write('<td> <a href="hotel-rajpalace-51907.html">190</a></td>')
      document.write('<td><a href="amarvilasagra71911.html">191</a></td>')
      document.write('<td><a href="tajview-agra-81920.html">192</a></td>')
      document.write('<td><a href="taj-lodge-ranthambore-71934.html">193</a></td>')
      document.write('<td><a href="ranthambore-taj-lodge-91944.html">194</a></td>')
      document.write('<td><a href="rama-internationa-aurangabad-71952.html">195</a></td>')
      document.write('<td><a href="taj-residency-aurangabad-81964.html">196</a></td>')
      document.write('<td><a href="fort-aguada-beach-resort-goa-91970.html">197</a></td>')
      document.write('<td> <a href="hotel-radission-kathmandu-81988.html">198</a></td>')
      document.write('<td><a href="taj-chandela-khajuraho-71999.html">199</a></td>')
      document.write('<td><a href="royal-tiger-resort-kanha-42003.html">200</a></td>')
       document.write('</tr>')
  document.write('</table>')
}