
var pageController={
	onLoadEffects: function()
	{
	//	Effect.BlindDown('animFrame');
	//	Effect.BlindDown('Events');
	//	Effect.BlindDown('sticker');
	//$('sticker').show();
	//new Effect.MoveBy('sticker', 150, 0, {duration:3, fps:30, from:0.0, to:1.0});
	Effect.Appear('accueil');
	}

};

Event.observe(window,"load",pageController.onLoadEffects.bind(this));

