	$(document).ready(function(){
			$("ul.sf-menu").superfish();
			$('ul#headerPics').innerfade({
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '85px'
			});
	});

	jQuery.preloadImages = function() {
	  for(var i = 0; i<arguments.length; i++) {
		jQuery("<img>").attr("src", arguments[i]);
	  }
	}
	
	$.preloadImages("../images/buttons/jag-for-sale.png", "../images/buttons/ss100_jag.png", "../images/buttons/ss100-self-build.png", "../images/buttons/ss100-works-build.png", "../images/buttons/workshop-visits.png", "../images/buttons/c-type_jag.png", "../images/buttons/c-type_factory_build.png", "../images/buttons/c-type_self_build.png", "../images/buttons/jag-for-sale2.png", "../images/buttons/ss100_jag2.png", "../images/buttons/ss100-self-build2.png", "../images/buttons/ss100-works-build2.png", "../images/buttons/workshop-visits2.png", "../images/buttons/c-type_jag2.png", "../images/buttons/c-type_factory_build2.png", "../images/buttons/c-type_self_build2.png'");