function openNews() {
	var thisurl = window.location.href;
	var urlteile = thisurl.split(".0.");
	neueurl = urlteile[0] + '.98.' + urlteile[1];
	window.open(neueurl);
}
