
jQuery().ready(function(){

    $(".lavaLampNoImage").lavaLamp({ // this is the function that runs the main menu
         fx: "backout",
         speed: 700,
         click: function(event, menuItem) {
         return true;
		   }
        });
 	});

 	$(document).ready(function(){ // this is the function that runs the sliding graphics on the main page
 	$('.myslides').cycle({
 	fx: 'fade',
 	speed: 7000,
 	timeout: 2000
 	});	 

 	$(document).ready(function(){ // this is the function for the main picture sliders	
 		$("#slider").easySlider();
 	});

 	$(document).ready(function() { // this is the function for Fancybox bit like Lightbox
 	    $("a.fancy").fancybox();
 	});


	});	//end of page functions


				