Event.observe(window, 'load', function() {
    new Ajax.Autocompleter("locatie_search", "locatie_suggest", "/index/plaats_lookup/");
});
