$(document).ready(function() {
    $('.promo').cycle({
		fx: 'fade',
        timeout: '5000'
	});
});
