$().ready(function() {

	$("#searchinput").autocomplete(cities, {
		matchContains: true,
		minChars: 0
	});

});

