<!-- 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>Major Cities Hotels</option>");
document.write("<option value='/india-delhi-hotels.html'>Delhi</option>");
document.write("<option value='/india-mumbai-hotels.html'>Mumbai</option>");
document.write("</select>");

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