Pop-Sensation: Vor seinen Linz-Konzerten im April jettete Robbie Williams gestern (30-JAN) für ein Privat-Konzert nach Kärnten. Für die Multimillionäre Gaston und Kathrin Clock rockte er eine Stunde lang sein Hitprogramm.
„Ich liebe Österreich!“ Stets bekundet Pop-Superstar Robbie Williams (40) sein Faible für Rot-Weiß-Rot. Gestern (30-JAN) trat er dafür einmal mehr den Beweis an. Nach den Rekord-Shows in Wien (65.000 Fans 2013, 30.000 Fans 2014) flog er diesmal zu einem edlen Privatkonzert in Kärnten ein!
Für Gaston und Kathrin Glock und ihre 300 illustren Gäste sang er ab 20.30 Uhr im Glock Horse Performance Center in Treffen bei Villach. . Ein Stunde lang rockte Robbie als Highlight beim Pferdefestival „International Show Jumping“ seine Welt-Hits wie Let Me Entertain You, Feel oder Angels. Und stimmte dabei vor VIPs wie Hugh Grant, Gérard Depardieu und Rupert Everett auch Coverversionen wie I Love Rock N’ Roll (Joan Jett) an. Dazu knipste er fleissig Selfies.
Robbie will heute noch in Kärnten bleiben und dann wieder Richtung L. A. jetten. Doch schon im April kommt er wieder. Rund um seine Konzerte in Bratislava (18. April) und Linz (21. und 22. 4.) ist dafür eine Woche lang das Wiener Ritz-Carlton reserviert!
// 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(''); }