$(document).ready(function() {

    $('.news-items').cycle({
        fx:        'fade',
        timeout:   6000,
        speed:     1000,
        pause:     1,
        cleartype: 1
    });

    $('.slideshow').cycle({
        fx:        'fade',
        timeout:   7000,
        speed:     0,
        pause:     0,
        cleartype: 1,
        nowrap: 'true'
    });

    $('textarea.expanding').autogrow();
    $(document).pngFix();
});