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