$().ready(function() {
	$("#alttown").autocomplete("/auto/lib/autocomplete.php", {
		width: 220,
		matchContains: true,
		//mustMatch: true,
		minChars: 3,
		//multiple: true,
		//highlight: false,
		//multipleSeparator: ",",
		selectFirst: false
	});
});
