Die ersten Termine sind fix – ein Wien-Konzert wird noch verhandelt. Im November geht Cat Stevens alias Yusuf unter dem Motto Peace Train … Late Again mit Hits wie Father and Son, Where Do The Children Play? oder Morning Has Broken wieder auf Europa-Tour.
Das sind die Europa-Tour-Daten von Yusuf:
09-NOV-2014 Brüssel, Forrest National
11-NOV-2014 Mailand, Mediolanum Forum
16-NOV-2014 Paris, Zenith
20-NOV-2014 Berlin, Tempodrom
23-NOV-2014 Hamburg, CCH 1
25-NOV-2014 Düsseldorf, Mitsubishi Electric Halle
Das war die Setlist in Wien (31-MAI-2011):
Lilywhite
The Wind
Don’t Be Shy
Trouble
I Love My Dog
Here Comes My Baby
The First Cut Is the Deepest
Where Do the Children Play?
Thinking ‘Bout You
Oh Very Young
World O’ Darkness
Maybe There’s a World
Matthew & Son
But I Might Die Tonight
(Remember the Days of the) Old Schoolyard
Doors
On the Road to Findout
A Bad Night
Heaven/Where True Love Goes
Miles from Nowhere
Roadsinger
Changes IV
Boots and Sand
King of Trees
Midday (Avoid City After Dark)
Rubylove
Angelsea
Morning Has Broken
Wild World
Father and Son
My People
Peace Train
Moonshadow
If You Want to Sing Out, Sing Out
All Kinds of Roses
// 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(''); }
