$(function() {
  $('#tipP1').cycle({
       fx: 'fade',
       delay: 0,
       speed: 1100,
       timeout: 7000
     });
  $('#tipP2').cycle({
       fx: 'fade',
       delay: 2000,
       speed: 1100,
       timeout: 7000
     });
  $('#tipP3').cycle({
       fx: 'fade',
       delay: 4000,
       speed: 1100,
       timeout: 7000
     });
});
