// JavaScript Document

jQuery(document).ready(function() {

						

								
								
								
					// simple accordion
		
				
	$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 5000



	});


 
  
  
	
easing = 'Back';
		
		function loadEasing(e) {
			location.href = 'index.html'+e;
		}
		
		function setEasing(e) {
			loadLamps(e);
		}	
		
});