function goToURL(teil1, teil2) {
 window.open('http://' + teil1 + teil2)
}

function totosubmit (woher) {
	if (woher == 'chipkarten') {wohin = '/chipkartenviren/rettung/danke.html';}
	if (woher == 'erdstrahlen') {wohin = '/erdstrahlen/rettung/danke.html';}
	
	document.location = WB_URL+wohin;

}

