$(document).ready(
	function(){
		
		$('#mastaches ul#stache-1').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -8000,
			timeout:  13000,
			random:  1
		});
		$('#mastaches ul#stache-2').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -2000 ,
			timeout:  14500 ,
			random:  1

		});
		$('#mastaches ul#stache-3').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -5000 ,
			timeout:  14000 ,
			random:  1
		});
		$('#mastaches ul#stache-4').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -3000,
			timeout:  12000 ,
			random:  1
		});
		$('#mastaches ul#stache-5').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -7000 ,
			timeout:  13500 ,
			random:  1
		});
		$('#mastaches ul#stache-6').cycle({ 
    		fx:     'scrollDown', 
    		easing: 'bounceout', 
    		delay:  -500 ,
			timeout:  14000 ,
			random:  1
		});
	});

