window.defaultStatus="Hallescher Anglerverein e.V. - Gegründet 1990";

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();
}

