$(function() {
	$('#lavaLamp').lavaLamp({
	fx: "easeOutElastic",
	speed: 2000
	})
});

function formatText(index, panel) {
return index + "";
}

Cufon.replace('h1', {
	fontFamily: 'DIN-Light',
	color: '-linear-gradient(#999, 0.45=#333, 0.45=#333)'
});
Cufon.replace('h2', {
	fontFamily: 'DIN-Light',
	color: '-linear-gradient(#fff, 0.45=#efefef, 0.45=#efefef)'
});
