$(function() {
	$("#1, #nav, #3").lavaLamp({
		fx: "backout", 
		speed: 700,
		click: function(event, menuItem) {
		}
	});
});