Österreich-Konzert wird es 2016 keines geben, aber Paul McCartney rockt nach seinem Wien-Triumph von 2013 zwei mal in Rufweite: AM 10-JUN in München (Olympiastadion) und am 16-JUN in Prag (O2-Arena)
Das sind die Europa-Tourdaten von Paul McCartney:
28-MAI Düsseldorf, Esprit Arena
30-MAI Paris. Accor Hotels Arena Bercy
02-JUN Madrid, Vicente Calderon Stadium
10-JUN München, Olympiastadion
12-JUN Landgraaf, Pinkpop Festival
14-JUN Berlin, Waldbühne
16-JUN Prag, O2 Arena
30-JUN Werchter, Rock Werchter Festival
Das war die Setlist in Liverpool (28-MAI-2015):
Eight Days a Week
Save Us
Got to Get You into My Life
Listen to What the Man Said
Temporary Secretary
Let Me Roll It/Foxy Lady
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:
Another Girl
Hi, Hi, Hi
Can’t buy me Love
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(''); }