/*
	functions.js
	modified : 20110404
*/

$(document).ready(function(){
	$('#container').fadeIn(1000);
	$(".lavaLamp").lavaLamp({ fx: "backout", speed: 600 })
});

