function redirectToChio(redirectTarget) {
	var targets	= {	'campaignMusikDrin':	'aktion/bei-chio-ist-musik-drin',
					'sound-station':		'aktion/sound-station',
					'start':				''
				  }
	var strAdd	= typeof targets[redirectTarget] == 'undefined' ? '' : targets[redirectTarget]
	window.location.href = 'http://' + window.location.host + '/' + strAdd
}
