$(function() { 
	$('ul#menu').lavaLamp({
		fx: 'easeOutBounce',
		speed: 800,
		startItem: 0
	});

}); 
	

