$().ready(function() {
	var stations = ["Hull", "Brough", "Howden", "Selby", "Doncaster", "Retford", "Grantham", "Stevenage", "London Kings Cross"];
	
	$("#ORIGIN_STATION").autocomplete("allstations.php");
	$("#DESTINATION_STATION").autocomplete("allstations.php");
	
	$("#Text1").autocomplete("allstations.php");
	$("#Text2").autocomplete("allstations.php");
	$("#departurestation").autocomplete("allstations.php");
	$("#arrivalstation").autocomplete("allstations.php");
	
	$("#image").click(function () {
	  var text = '';
	  if ( $("#retDayMonth").val() == 'DD/MM/YYYY') { $("#retDayMonth").val(text); }
	});
});