function checkBGalAnchorPos() {
	if ((window.location.hash.indexOf('Bildergalerie')!=-1) && (navigator.userAgent.indexOf('MSIE')!=-1))
		window.location.hash = window.location.hash.split('#')[1];
}

window.onload = checkBGalAnchorPos;