// ** INITIALISE CODE GOES HERE ** //


$(document).ready(function() {
	
$('#s1').cycle({ 
    fx:      'scrollDown', 
    speed:    1000, 
    timeout:  5000 
});
	
});

