Event.observe(window, 'load',
function ()
{
if($('flashInscription')){
Effect.Fade("flashInscription",{duration:5});
}
}
, false);




