// start jquery functions
$(function() {


  
  $("div.search label").inFieldLabels();
  

	$('#fader p').cycle({ 
      fx:       'fade', 
      speed:    2000, 
      timeout:  4000, 
      next:     '#next',
      prev:     '#prev' 
  });
	
});
