jQuery(document).ready(function($) {
	$('#nav ul').lavaLamp({
		fx: 'easeIn'+easing,
		speed: 400
	});
});


