function Quicksearch_OnSubmit(o){
//	if ( o.quicksearch.value.length == 0 ){
//		alert("Please enter part of a street name or postcode");
//		o.quicksearch.focus();
//		return false;
//	}
}


if(unescape(HttpManager.Request.QueryString("listingtype")).indexOf("|")>0){
		document.frmQuickSearch.ListingType[2].checked = true;
	}else{
		HttpManager.Document.Forms.HtmlRadio.SetValue( document.frmQuickSearch.ListingType , HttpManager.Request.QueryString("listingtype"));
}
	
HttpManager.Document.Forms.HtmlInputText.Value("frmQuickSearch","quicksearch", HttpManager.Request.QueryString("quicksearch") );