/**
 * @author legion
 */

	$(document).ready(function() {
		$('#show').cycle({
				fx:		  'fade',
	    		speed:    2500, 
		    	timeout:  5000,
				random:   1
		});
	});