function LoadScripts(){
	new Ajax.Autocompleter("zoeken","hint","zoekquery.php",{});
}
 
window.onload = LoadScripts;
