	jQuery(function() {
		jQuery("#city").suggest("booking/includes/european_cities.php",{
		onSelect: function() {void(0)}});
	});