$(document).ready(function(){var a={serviceUrl:"scripts/autocomplete.php",width:500,minChars:3,deferRequestBy:400,onSelect:function(c,b){window.location.href=b},fnFormatResult:function(e,d,c){var b=new RegExp(c.match(/[^\s]+/g).join("|"),"gi");if(d.match(/.+\.html/)!=null){return e.replace(b,function(f){return"<strong>"+f+"</strong>"})}else if(d.match(/.*index\.php\/(serie|subserie)/)!=null){return e.replace(b,function(f){return"<u>"+f+"</u>"})}else{return e.replace(b,function(f){return"<i>"+f+"</i>"})}}};$("#searchQuery").autocomplete(a)});

