// This is the website specific javascript file, anything that is site specific gets put in here

$(function(){ 
 	$("ul.superfish").superfish(); 
	$('.corners').corner();
	$('#s1').cycle('fade');	
});