jQuery(function($){
	$(document).pngFix();
	Cufon.replace('.lavaLamp li a', { fontFamily: 'Museo 700' });
	Cufon.replace('h1', { fontFamily: 'Museo 700' });
	Cufon.replace('h2', { fontFamily: 'Museo 700' });
	Cufon.replace('h4', { fontFamily: 'Museo 700' });
	Cufon.replace('h3', { fontFamily: 'Museo 700' });	
	Cufon.replace('h5', { fontFamily: 'Museo 700' });
	Cufon.replace('h6', { fontFamily: 'Museo 700' });
});

jQuery(window).load(function(){
	$(".billboard-left").cycle({
		fx: "scrollHorz",
		timeout: 0,
		prev: ".billboard-prev",
		next: ".billboard-next",
		easing: "easeOutCubic",
		cleartype: ($.browser.msie) ? 0 : 1
	});
	
	$(".billboard-image").cycle({
		fx: "scrollVert",
		timeout: 0,
		prev: ".billboard-prev",
		next: ".billboard-next",
		easing: "easeOutCubic"
	});
});

if(!$.browser.msie || !($.browser.msie && $.browser.version == 6)){
	jQuery(window).load(function(){
		$(".lavaLamp").lavaLamp({fx: "backout", speed: 700});
	});
}