// call lavaLamp
$(window).load(function(){
	$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 1000 })});
})

