$(document).ready( function(){

$('#wind-screen').cycle({ 
    fx:     'scrollDown',
    speed:         3000,
    timeout:       8000, 
    pause:  1 
});

} );

