jQuery(function(){
	jQuery('ul.sf-menu').superfish();
	
    $('#slides').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout:  5000,
  		delay:  2000,
		startingSlide: Math.floor(Math.random()*3)
    });

});
