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

