var options, a;
jQuery(function(){
  options = { serviceUrl:'autocomplete.php', minChars:3 };
  a = $('#q').autocomplete(options);
});

