/* PNG FIX */
$(document).ready(function(){
		$(document).pngFix();
});

/* LAVALAMP - MENU */
$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })});
