function start()
	{
	new Effect.Appear ('container_big', {duration:1, from:0, to:1}); 
	new Effect.Appear ('top_sotto', {duration:2, delay:1, from:0, to:1}); 
	new Effect.Appear ('top', {duration:2, delay:1, from:0, to:1}); 
	/*new Effect.Appear ('popad', {duration:1, delay:2, from:0, to:1});*/
	new Effect.Appear ('news', {duration:2, delay:4, from:0, to:1}); 
	new Effect.Appear ('menu', {duration:1, delay:3, from:0, to:1}); 
	new Effect.Appear ('logo', {duration:1, delay:4, from:0, to:1});
	new Effect.Appear ('copy', {duration:1, delay:5, from:0, to:0.7});
	new Effect.Appear ('container', {duration:1, delay:5});
	
	}
	
Event.observe(window, 'load', start, false);
