$(function() {
		$("#eg3,").lavaLamp({
				fx: "linear", 
				speed: 400,
				click: function(event, menuItem) {
						return true;
				}
		});
});
