LRINamespace.register("LRI.WEB.SRCHBYVILLA");LRI.WEB.SRCHBYVILLA.readyJQ=function(){function findValueCallback(event,data,formatted){$jQ("
").html(!data?"No match!":"Selected: "+formatted).appendTo("#result");}
function formatItem(row){return row[0]+" (id: "+row[1]+")";}
function formatResult(row){return row[0].replace(/(<.+?>)/gi,'');}
$jQ("#suggest1").autocomplete(villas,{minChars:0,matchContains:true,autoFill:false,max:150,formatItem:function(row,i,max){return row[0];},formatMatch:function(row,i,max){return row[0]+" "+row[1];},formatResult:function(row){return row[0];}});$jQ("#suggest1").result(function(event,data,formatted){window.location="/villa-page/index.aspx?vid="+data[1];});};