$(function() {
	$("#lamp").lavaLamp({
		fx: "backout",
		speed: 1500,
		click: function(event, menuItem) {
			return true;
		}
	});
});