function submitForm() {
	if(document.stationSearchForm.by.value != "") {
  	document.stationSearchForm.noresult.value="noresult";
	}
	else {
  	document.stationSearchForm.noresult.value="";
	}
  document.stationSearchForm.submit();
}
