<!-- 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>Beach Cities Hotels</option>");
document.write("<option value='/india-goa-hotels.html'>Goa</option>");
document.write("<option value='/india-kollam-hotels.html'>Kollam</option>");
document.write("<option value='/india-kovalam-hotels.html'>Kovalam</option>");
document.write("</select>");

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