 $(document).ready(function(){
    // run the code in the markup!
		var GB_ANIMATION = true;
		
		$('#s1').cycle({ 
				fx:     'fade', 
				speed:  'slow', 
				timeout: 0, 
				next:   '#next', 
				prev:   '#prev' 
		});

});