$(document).ready(function() {

    $('a.enlarge').lightBox({fixedNavigation:true});
    $('textarea.expanding').autogrow();
    fontResizer('11px','13px','15px');

    $("#print_button").click(function(){
        $(".printarea").printArea();
    });

    $('.cycle').cycle({
        fx:        'fade',
        timeout:   5000,
        speed:     2000,
        pause:     0,
        cleartype: 1
    });
});


