2011 holte sie Prince in seine Band, 2013 brachte sie mit Superconductor den Funk ins WUK – jetzt kommt Andy Allo wieder: am 20-NOV gibt’s die neue CD Hello im Porgy & Bess.
“Hier hört man Musik die es sonst nirgends zu hören gibt! Es wird funky, cool und ich garantiere, dass jeder eine wunderbare Zeit haben wird!” Das erklärte Andy Allo 2013 für ihr Konzert im WUK und hielt dort mehr als Wort. Jetzt kommt der Prince Protégé mit neuer CD Hello und Hits wie Yellow Gold oder People Pleaser ins Porgy & Bess.
Das war die Setlist in Wien (15-DEC-2013):
Come Home To Me
Story Of You And I
Fly Away
Waiting In Vain
Yellow Gold
I Want Love
Nothing More
Hooked
When Stars Collide
How Does It feel?
If I Was King
People Pleaser
Zugabe 1:
Superconductor
Zugabe 2:
Sometimes
// 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(''); }