$(document).ready(function() { 
	$("#search-text").contact_autocomplete(baseurl + '/search_ac','',true);
});