$(document).ready(function() {
    $('.imgRight').cycle({
        fx:      'fade',
        timeout: 5000,
        speed:   2000,
        pause:   0
    });
    $('textarea.expanding').autogrow();
    $(document).pngFix();
});
