$(document).ready(function(){
$('#rotating').cycle({ 
    fx: 'scrollDown' ,
	speed:    800,
	 timeout:  4000 
});
});
