$(document).ready(function() {
						   
    $('#pub').cycle({
		fx: 'fade',
		speed: 300,
		next: "#pub",
		timeout: 4000
	});

});