var url_ws_prefix="http://argent.canoe.com/cgi-bin/ws/getCieList.cgi";var url_site_prefix="http://argent.canoe.com/cgi-bin/ws/getCieList.cgi";if(typeof(url_ws_prefix_custom)!='undefined'){url_ws_prefix=url_ws_prefix_custom}$().ready(function(){function format(item){if(item.total&&item.total>8){$("#vlink").show()}else{$("#vlink").hide()}var itemid=item.id;var myRegExp=new RegExp("^.*\;","g");var itemid2=itemid.replace(myRegExp,"");return'<table><tr><td class="abrev">'+itemid2+'</td><td class="nom">'+item.name+'</td><td class="pays">'+item.categ+'</td></tr></table>'}$("#champRecherche").autocomplete(url_ws_prefix,{multiple:false,customDiv:true,customDivName:"dropRecherche",customSubDiv:true,customSubDivName:"basDrop",skipRowCss:true,parse:function(data){return $.map(eval(data),function(row){return{data:row,value:row.id,result:row.id}})},formatItem:function(item){return format(item)},itemSelected:function(){if(document.getElementById('formRech')){document.getElementById('formRech').submit()}}}).result(function(e,item){});$("#champRecherche").keyup(function(){$("#allResult").html(document.getElementById('champRecherche').value);$("#vhref").attr('href',url_site_prefix+"/recherche/index.html?keyword="+encodeURIComponent(document.getElementById('champRecherche').value))});$("#champRecherche").focus(function(){if(this.value==this.defaultValue){this.value=''}else{this.select()}})if(document.getElementById('breakingNews')){$("#dropRecherche").css("top","350px")}});
