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