<!-- Shields Up 
function getTo(it){

        if(it > " "){
        document.location=it;
        }
}
// Shields Down -->
document.write("<form>");


document.write("</i></font><select name='select' size='1' OnChange='getTo(this[this.selectedIndex].value)'>");
document.write("<option value=' ' selected>--- Hotel by city ---</option>");
document.write("<option value='srinagar-hotels.htm'>Srinagar</option>");
document.write("<option value='gulmarg-hotels.htm'>Gulmarg</option>");
document.write("<option value='pahalgam-hotels.htm'>Pahalgam</option>");
document.write("<option value='sonamarg-hotels.htm'>Sonamarg</option>");
document.write("<option value='katra-hotels.htm'>Katra(Vaishnodevi)</option>");
document.write("<option value='jammu-hotels.htm'>Jammu</option>");
document.write("<option value='patnitop-hotels.htm'>Patnitop</option>");


document.write("</select></div></form>");

