function doCheck() { var airportSelect = document.getElementsByName('airportID'); var airportID = airportSelect[0].options[airportSelect[0].selectedIndex].value; if (airportID == '') { alert('Please, select a city.'); return; } var referredBy = '15'; var url = "http://www.parksleepfly.com/index.php?airportID=" + airportID + "&referredBy=" + referredBy; window.location.href = url; } document.write('