$(document).ready(function() { 
	$('#pitch_data').cycle({ 
		fx: 'fade', 
		timeout: 6000, 
		delay:  -2000 
	});
});


