$(document).ready(function(){ 

   $("ul.CMSListMenuUL").superfish({ 
            delay:      500,                            // one second delay on mouseout 
            animation:  {opacity:'show',height:'show'}  // fade-in and slide-down animation 
         }); 



	$('#s4') .cycle({ 
		fx:'fade', 
		speed:1000, 
		timeout: 4000
	});
});