function submitSearchForm(theArea){
var theForm = document.forms.areaForm;
var theSelectedArea = theArea;
if(theSelectedArea==1){
alert(theForm.alo.value)
//theForm.alo.value = "Barnstaple";
//theForm.submit();
//alert(theForm);
	}
}