$(function(){
	
	// javascript efect in top menu
	$(".lavalamp").lavaLamp({
    //fx: "backout", 
    speed: 300
  });

});

