﻿$(document).ready(function () {
    $('.informa').show();
    $('.informa').cycle({
        fx: 'scrollUp',
        timeout: 6000,
        delay: -2000,
        height: 'auto',
        fit: 1
    });
});
