window.defaultStatus="Landesanglerverband Sachsen-Anhalt e.V. im DAV e.V.";

function frameinit() {
	var st = window.location.href;
	var mpos = st.indexOf("?");

	if (mpos > 0) {
      	st=st.substr(st.indexOf('?')+1,st.length-st.indexOf('?')-1);
      	self.haupt.location.href = st;
	}
}

function init_all() {
frameinit();
}
