$(function() {
	$(".lavaLampWithImage").lavaLamp({
		fx: "backout",
		speed: 700
	});
});

