I am getting the same message about needing to use a script debugger. This is the message that I get when I go to the debugger:
Microsoft JScript runtime error: 'homePageReservationEntry_originAirportSmartLogicTextBox' is null or not an object
function setValue(){ document.frmMain.homePageReservationEntry_originAirportSmartLogicTextBox.value="SLC";document.frmMain.homePageReservationEntry_destinationAirportSmartLogicTextBox.value="OGG";document.frmMain.homePageReservationEntry_monthDayHourCalendarDepart_monthDayImplicitYearSelectorMonthSelector.selectedIndex=5; }setValue();