/**
 * @author David Donath
 * @description: JavaScript for rememberthedays.de
 */
function goToUrl(_url) {
	window.location.href = _url;
}

