function onLoadEventHandler(){
	var vorlesungPattern = /vorlesung=1/
	if(vorlesungPattern.test(window.location.href) ){
		TB_show("", window.location.href, false);


	}
}