// JavaScript Document
function handlung() { 
	/*
	document.getElementById("container").style.display = 'block';
	document.getElementById("flash_container").style.display = 'none';
	document.getElementById("flash_container2").style.display = 'block';
	*/
	window.location.href = "/balettschule-koeln.html";
}

