$(document).ready((function(){
	$('#adv').cycle({ 
    fx:      'fade', 
    speed:    400, 
    timeout:  4000,
		random:  1 
	});
		
	function onBefore() { 
    $('#tytul').html(this.alt); 
	} 
}));