$(document).ready(function() {
	jQuery('ul.sf-menu').superfish();
	if ($("#s4").length) {
		$(function() {
			$('#s4')
			.cycle({ 
				fx:     'scrollHorz', 
				speed:  1000, 
				timeout: 5000, 
				next:   '#next2', 
				prev:   '#prev2' 
				});
			});
		};			
	});	

