Gestern (23-MAI) staretet Paul McCartney in London seine Europa-Tour. Beim 40 Song Starken Konzert rund um 24 Beatles-Klassiker gab’s die Live-Premiere der 1980er Solo-Rarität Temporary Secretary – und ein Duett mit Dave Grohl!
Das war die Setlist in London (23-MAI-2015):
Eight Days a Week
Save Us
Can’t Buy Me Love
Listen to What the Man Said
Temporary Secretary
Let Me Roll It
Paperback Writer
My Valentine
Nineteen Hundred and Eighty-Five
The Long and Winding Road
Maybe I’m Amazed
I’ve Just Seen a Face
We Can Work It Out
Another Day
Hope for the Future
And I Love Her
Blackbird
Here Today
New
Queenie Eye
Lady Madonna
All Together Now
Lovely Rita
Eleanor Rigby
Being for the Benefit of Mr. Kite!
Something
Ob-La-Di, Ob-La-Da
Band on the Run
Back in the U.S.S.R.
Let It Be
Live and Let Die
Hey Jude
Zugaben 1:
Another Girl
Hi, Hi, Hi
I Saw Her Standing There (mit Dave Grohl)
Zugaben 2:
Yesterday
Helter Skelter
Golden Slumbers
Carry That Weight
The End
// 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(''); }