$(document).ready(function() {
    $('textarea.expanding').autogrow();
    $('.visuals').cycle();
});
