$(function() {
	$('#menu ul').lavaLamp({fx: 'easeInOutBack', speed: 300});
	h = $(window).height();
	w = $(window).width();
	$('body.splash').css('background','url(http://www.bepassive.be/style/bg.php?w='+w+'&h='+h+') no-repeat center top fixed');
});