
$(document).ready(function () {

    $('body.home div#quotes ul').cycle({  
        delay:  0
    });
    
    $('body.home div#images').cycle({  
        fx: 'scrollLeft'   
    });
 
});

