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

