$(document).ready(function() {   
     $('#intro_box') 
    .cycle({ 
        fx:     'fade', 
        speed:   3000, 
        timeout: 6000, 
        requeueOnImageNotLoaded: 0,
        pause:   1,
		random: 1
    });  

    $('#quote_box') 
    .cycle({ 
        fx:     'scrollLeft', 
        speed:   1000, 
        timeout: 12000, 
        requeueOnImageNotLoaded: 0,
        pause:   1,
		random: 1
    }); 	
});
