$(document).ready(function(){
			$('#billboardSlides').cycle({ 
    			fx:    'fade', 
    			speed:    2000, 
    			timeout:  4000 
			});
			$('.quoteContainer').cycle({ 
    			fx:    'fade', 
    			speed:    500, 
    			timeout:  8000 
			});

		});