$(document).ready(function(){

	$('.duyurular').cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 5000
	});
	
})


