$(function() {
   //auto
    $("#hdrPostcode").autocomplete("find_location.php", { width: 170,	selectFirst: false,	multiple: false, matchContains: true, formatItem: formatItem, formatResult: formatResult });
    $("#location_advsearch").autocomplete("find_location.php", { width: 275,	selectFirst: false,	multiple: false, matchContains: true, formatItem: formatItem, formatResult: formatResult });   
}); //end doc ready
   	

