/****************************************************************** 
  Include Media - Rothenbuecher & Kroll GbR
  Website: www.includemedia.de
  Description: pagebrowser for imagegallery
  Project: alpspitzpark.de
  Date: 01/2009
******************************************************************/

/*
var currentURL = document.location.toString();
var currentAnchor = "";
if (currentURL.match('#')) { currentAnchor = currentURL.split('#')[1]; }
if ( currentAnchor == "temporary" ){
  jQuery(".gallery_middle").hide();
  
}
*/