<!--
function frameJam(set) {
	if ((window.name!='rechts') && (window.location.href.indexOf("?") == -1)) {
		var dieseSeite = set + "?" + self.location;
		top.location.replace(dieseSeite + '~rechts');
	}
}

function frameJam2(set) {
	if ((window.name!='links') && (window.location.href.indexOf("?") == -1)) {
		top.location.replace(set);
	}
}
//-->