In Februar rockten Depeche Mode ein denkwürdiges Konzert in der Stadthalle. Jetzt kommt als Tourdokument die DVD Live in Berlin – und die große Kino-Show. Am 28. Oktober gibt’s Klassiker wie I Feel You, Just Can’t Get Enough oder Personal Jesus als einmalige Kino-Vorführung in Wien, Graz und Wr. Neudorf.
In diesen Kinos läuft der Depeche Mode Film:
Wien, UCI Millennium City
Graz, UCI Annenhof
Wr. Neudorf, UCI SCS
Das ist die Setlist von Live in Berlin:
01. Intro
02. Welcome To My World
03. Angel
04. Walking In My Shoes
05. Precious
06. Black Celebration
07. Should Be Higher
08. Policy Of Truth
09. The Child Inside
10. But Not Tonight
11. Heaven
12. Soothe My Soul
13. A Pain That I’m Used To
14. A Question Of Time
15. Enjoy The Silence
16. Personal Jesus
17. Shake The Disease
18. Halo
19. Just Can’t Get Enough
20. I Feel You
21. Never Let Me Down Again
22. Goodbye
// 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(''); }
