function checkEmpty()
			{
				if(document.form1.select2.value==""){
					alert("Please enter a Town or Postcode");
					document.form1.select2.focus();
					return 0;
				}
				
			}