// JavaScript Document

	$(function() {
		$("#dois").lavaLamp({
			fx: "backout",
			speed: 700
			
		});
	});
