jQuery(document).ready(function()
{
	jQuery("#lavaLampBasicImage, #lavaLampSubnav").lavaLamp({
		fx:			"easeOutBack",
		speed:		450,
		click:		function() {return true;}
	});		
});