jQuery(function() {
	jQuery("#menu").lavaLamp({
		fx:"linear",
		speed:200
	});
});

