function sendError(){
    var pfad = document.location.pathname
    var titel = document.title
	window.open("https://"+location.host+"/jap/jforms/formulare/standard/00/10/02.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

function sendReferral(){
    var pfad = document.location.pathname
    var titel = document.title
	window.open("https://"+location.host+"/jap/jforms/formulare/standard/00/10/01.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

