var options = {
	script:"/get_locations.asp?",
	varname:"location",
	minchars:2,
	cache:false,
	json:true,
	callback: function (obj) { document.getElementById('townid').value = obj.id; GoSearch.submit()}
};
var as_json = new AutoSuggest('searchtown', options);


var options_xml = {
	script:"test2.php?",
	varname:"input"
};
var as_xml = new AutoSuggest('testinput_xml', options_xml);
