$(document).ready(function() {
	if (self != top) top.location.href=self.location.href;
	if (document.getElementById('toc')) {
		$.toc('#inhalt h2, #inhalt h3, #inhalt h4').prependTo('#toc');
	}
	if (document.getElementsByTagName("img")[0]) {
		var images = document.getElementsByTagName("img");
		for ( var i=0; i<images.length; i++ ) {
			$(images[i]).fancyzoom();
	}	}
});
