 $(document).ready(function() {
   $('#dsp1').cycle({
		speed:    1500,
		timeout:  5000 					 
	});
 });