Am 14-NOV wollten U2 in Paris ihre neue Live-DVD aufzeichnen. Doch nach den Attenaten wurde das Konzert und die HBO-Übertragung abgesagt. Doch jetzt ist ein Backup-Film, aufgenomen am 11-NOV, aufgetaucht: Die komplette iNNOCENCE + eXPERIENCE Show im DVD-Qualität! Hier ist der Stream:
Das war die Setlist in Paris (11-NOV-2015):
The Miracle (of Joey Ramone)
The Electric Co. *
Vertigo
I Will Follow
Iris (Hold Me Close)
Cedarwood Road
Song for Someone
Sunday Bloody Sunday
Raised by Wolves
Until the End of the World
Pause: The Fly *
Invisible
Even Better Than the Real Thing
Mysterious Ways
Elevation
Sweetest Thing *
Every Breaking Wave
October
Bullet the Blue Sky
Zooropa
Where The Streets Have No Name
Pride (In The Name Of Love)
With Or Without You
Zugaben:
City Of Blinding Lights
Beautiful Day
Mother And Child Reunion (Paul Simon Cover)/One
*nicht auf DVD
// 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(''); }