


$(function() {


$('#myGallery').cycle({ 
    delay:  2000, 
    speed:  900, 
    before: onBefore 
}); 

$('#featured, #best').cycle({ 
    delay:  2000, 
    speed:  900, 
	fx: 'fade',
    before: onBefore 
}); 

 
function onBefore() { 
    $('.title') 
        .html(this.alt); 
}; 







				easing = 'Back';
		
		function loadEasing(e) {
			location.href = 'index.html'+e;
		}
		
		function setEasing(e) {
			loadLamps(e);
		}
});
