$(document).ready(function() {
	Cufon.replace('h1', { fontFamily: 'HelveticaNeueL' });
	Cufon.replace('.homePageLeftColumn h2, .homePageCenterColumn h2, .homePageRightColumn h2, #smallBannerContainer div.h1', { fontFamily: 'HelveticaNeueL' });

	$(".bottom2 .detail").hide();
	$(".bottom2 a").click(function () {
			$(".bottom2 .detail").slideToggle("normal");
			return false;
	});
});
