$(document).ready(function(){

		$("a[rel^='prettyPhoto']").prettyPhoto();
		
		$("#headerblock img").hover(function() { $(this).animate({opacity: 0.0}, 700,function() {});}, function() { $(this).animate({opacity: 1.0}, 700,function() {});})
		
		if ( $('#danceFlow').length ) {
    var danceFlow = new ContentFlow('danceFlow', {
        visibleItems: 5
    });
}

});
