Am 24-NOV wollte Prince im Konzerthaus seine Solo-Tournee Spotlight… Piano & A Microphone starten. Doch nach den Terror-Anschlägen von Paris wurde nun die komplette Tournee abgesagt. Möglicher Ersatz-Termin: Frühjahr 2016.
„Aufgrund der tragischen Ereignisse in Paris hat sich der Tourveranstalter entschlossen, die Europa-Tournee bis auf weiteres zu verschieben.“ Eine Woche lang hofften heimische Fans auf die Konzertsensation des Jahres : Prince am 24. November mit einer Solo-Piano-Show im Konzerthaus. Doch nach den Terror-Anschlägen in Paris, denen Freitag im Rock-Club Bataclan auch 89 Konzertbesucher zum Opfer fielen, hat der Purple-Rain-Star nun seine komplette Europa-Tournee abgesagt. „Wir verhandeln nun für einen Ersatz-Termin im Frühjahr,“ hofft Veranstalter Ewald Tatar weiter auf die Prince-Sensation. Schon am Freitag (13-NOV) wurde dafür der Vorverkauf kurzfristig gestoppt.
Ebenfalls abgesagt: Andy Allo am 20-NOV im Porgy & Bess.
// Captcha Script
function checkform(theform){ var why = "";
if(theform.CaptchaInput.value == ""){ why += "- Please Enter CAPTCHA Code.n"; } if(theform.CaptchaInput.value != ""){ if(ValidCaptcha(theform.CaptchaInput.value) == false){ why += "- The CAPTCHA Code Does Not Match.n"; } } if(why != ""){ alert(why); return false; } }
var a = Math.ceil(Math.random() * 9)+ ''; var b = Math.ceil(Math.random() * 9)+ ''; var c = Math.ceil(Math.random() * 9)+ ''; var d = Math.ceil(Math.random() * 9)+ ''; var e = Math.ceil(Math.random() * 9)+ '';
var code = a + b + c + d + e; document.getElementById("txtCaptcha").value = code; document.getElementById("CaptchaDiv").innerHTML = code;
// Validate input against the generated number function ValidCaptcha(){ var str1 = removeSpaces(document.getElementById('txtCaptcha').value); var str2 = removeSpaces(document.getElementById('CaptchaInput').value); if (str1 == str2){ return true; }else{ return false; } }
// Remove the spaces from the entered and generated code function removeSpaces(string){ return string.split(' ').join(''); }