Event.observe(window, 'load', function() {
	new Effect.Opacity('welcome', { from: 0.0, to: 1.0, duration: 1.0 });
});


