$(document).ready(function() {
    $('.splash-show').cycle({
		fx:     'scrollDown',
		//easing: 'bounceout',//

    timeout: 13000 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
