var libraryName = [];
libraryName.push("jquery/development-bundle/jquery-1.6.2.js");
libraryName.push("jquery/development-bundle/ui/jquery.ui.core.js");
libraryName.push("jquery/development-bundle/ui/jquery.ui.widget.js");
libraryName.push("jquery/development-bundle/ui/jquery.ui.position.js");
libraryName.push("jquery/development-bundle/ui/jquery.ui.autocomplete.js");
libraryName.push("js/recherche_autocompletion.js");
for(var i=0;i<libraryName.length;i++)
{
document.write('<script type="text/javascript" src="'+libraryName[i]+'"><\/script>');
}
