try { Event.observe( window, 'load', function() {
	Event.observe( 'destinationsSelect', 'change', function() {
		var target = $( 'destinationsSelect' ).value ;
		window.location = target ;
	} );
} ); }
catch ( e ) { }