window.addEvent('domready', function() {
 
    new Autocompleter.Request.JSON('ctrl_18', './templates/query_user.php', {
        'postVar': 'search'
    });
 
 $('ctrl_18').addEvent('click', function(){
    $('ctrl_18').value="";
});
 
});


