$(document).ready(function(){$(".gallery-icon a").each(function(){$(this).replaceWith($(this.childNodes))});$("#biographyLink").click(function(){if(!$(this).hasClass("current_subpage")){$("#artworksLink").removeClass("current_subpage");
$(this).addClass("current_subpage");$("#artistGalleryNavigation").hide();$("#artistGallery").fadeOut("fast",function(){$("#artistDescription").fadeIn("fast")
});$("#footnotes").fadeOut("fast")}});$("#artworksLink").click(function(){if(!$(this).hasClass("current_subpage")){$("#biographyLink").removeClass("current_subpage");
$(this).addClass("current_subpage");$("#artistDescription").fadeOut("fast",function(){$("#artistGallery").fadeIn("fast");
$("#artistGalleryNavigation").show()});$("#footnotes").fadeIn("fast")}});if(window.location.hash){if(window.location.hash=="#/biography"){$("#biographyLink").click()
}else{if(window.location.hash=="#/artworks"){$("#artworksLink").click()}}}$("#exhibitAboutLink").click(function(){if(!$(this).hasClass("current_subpage")){$("#exhibitPicsLinks").removeClass("current_subpage");
$(this).addClass("current_subpage");$("#exhibitionGalleryNavigation").hide();$("#exhibitionGallery").fadeOut("fast",function(){$("#exhibitionAbout").fadeIn("fast")
})}});$("#exhibitPicsLinks").click(function(){if(!$(this).hasClass("current_subpage")){$("#exhibitAboutLink").removeClass("current_subpage");
$(this).addClass("current_subpage");$("#exhibitionAbout").fadeOut("fast",function(){$("#exhibitionGallery").fadeIn("fast");
$("#exhibitionGalleryNavigation").show()})}});var b=$(".scrollableGallery").scrollable({speed:0,onBeforeSeek:function(e,c){c+=1;
var d=$(".itemGroup").size();if(c<=d){var f=c+" / "+d;$("#currentLoc").text(f)}}});function a(){var c=$(".itemGroup").size();
var d="1 / "+c;$("#currentLoc").text(d)}a()});
