
//jQuery.noConflict();

// Put all your code in your document ready area

$(document).ready(function(){
	$('#slider2').anythingSlider({
		width               : 633,
		height              : 316,
		startStopped        : true,
		resizeContents      : true,
		buildNavigation     : false,
		pauseOnHover        : true,
		delay               : 7000,
		animationTime       : 1000,
		easing              : "easeInOutQuint"
	});
	$(".sf-menu").superfish({  
		animation:  {opacity:'show',height:'show'},
		delay:       200,
		speed:       'normal'
	});
	$(".mainLogo").click( function(){
		window.location = "index.php";
	});
	$(".mainLogoText").click( function(){
		window.location = "index.php";
	});
});
