	Cufon.replace('.cufon', { hover: true, fontFamily: 'Interstate' })('#Access a', { hover: true, fontFamily: 'Interstate' })('h1', { hover: true, fontFamily: 'Interstate' });
	Cufon.replace('.berling', { fontFamily: 'Berling' })('.entry-content h2', { fontFamily: 'Berling' })('.trip-right h3', { fontFamily: 'Berling' })('.triptype-trip .readmore-link', { fontFamily: 'Berling' })('.puff h3', { fontFamily: 'Berling' })('.searchContainer .readmore-link', { fontFamily: 'Berling' });
	Cufon.now();

(function($) { /* some code that uses $ */ 

	var autoSlideshow = false;
	if ($(".page-template-tmpl-start-php").length > 0) {
		autoSlideshow = true;
	}


	$(window).load(function() {
		$('.slideshow').flexslider({
			slideshow: autoSlideshow,
			slideshowSpeed: 4000,
			animationDuration: 800
		});
	});
	$(".display-on-open, .less-hotel-info").hide();
	$(".hide-on-open").show();

})(jQuery)

