function getSelectionId(text, li) {
    urlRedirect('/properties/browse/'+li.id+'/');
}

window.onload = function()
{
    new Ajax.Autocompleter("search","hint","index.areasearch.ajax.autocomplete.php", {afterUpdateElement : getSelectionId});

}