Event.observe(window, 'load', function() {
    Effect.SlideDown("tryFree");

    new PeriodicalExecuter(function(pe) {
        Effect.Shake("tryFree", {distance:7, duration:0.3});
    }, 4);

});


