// JavaScript Document
$(document).ready(function(){	
	$("#menu_lamp").lavaLamp({
			fx: 'easeOutBack', speed: 333
	});
});
