$(function(){
	$("#1, #2, #3").lavaLamp({
		fx: "backout",
		speed: 500,
		click: function(event, menuItem) {
		return true;
		}
	});
});
