

$(document).ready(function() {

    $('#sshow').cycle({ 
	fx:     'scrollDown', 
	easing: 'bounceout', 
	delay:  -2000 
    });

});