$(document).ready(function(){ 
          $('#advert').cycle({ 
              fx:     'fade',
              speed:  6000 
          });
        });