	var options = {
		script:"aeroportos.php?json=true&",
		varname:"input",
		json:true,
		callback: function (objs) { document.getElementById('testid').value = objs.id; }
	};
	var as_json = new AutoSuggest('testinput', options);
	
	var options_xml = {
		script:"aeroportos.php?",
		varname:"input"
	};
	var as_xml = new AutoSuggest('localOrigem', options_xml);
	var as_xml = new AutoSuggest('localDestino', options_xml);