$(document).ready(function() {
	$("input.search_input").autocomplete({
		delay: 100, minLength: 2, source: ac_variables
	});
})
