function sprung(){
var Mainframe = parent.frames[13].location.href;
var MainSuche = /\w.+Kuenstler\/(\w.+)\/(\w.+)/;
MainSuche.exec(Mainframe);
if (RegExp.$2.slice(0,10) == "Kuenstler_"){
var Anker = '#'+RegExp.$1;
parent.frames[5].location.href = 'Kuenstler_Menu.html'+Anker;
}}
