Mit The Parlotones schuf er Kulthits wie Push Me to the Floor, Come Back As Heroes oder Life Design. Jetzt bringt Kahn Morbee sein erstes Solo-Album Salt als Crowdfunding-Aktion und liefert damit das erste CD-Highlight 2015.
Lässige Pop-Rhythmen (The Greatest Shows in the Universe), edler Country-Pop (Delusions Of Grandeur), eingängige Akustik-Balladen (The Outsider) und die mehr als Hitverdächtige Instant-Mitsing-Hymne How Do You Play The Game – nach 12 Jahren an der Spitze der südafrikanischen Kultband The Parlotones (Push Me To The Floor) liefert Kahn Morbee mit seinem ersten Solo-Album Salt einen ganz-großen Pop-Hit. Das erste CD-Highlight 2015 gibt’s für nur ca 8 Euro als Crowdfunding-Aktion. Cool für rund 2.800 Euro spielt Kahn dann auch bei euch zuhause.
Ab heute (25-JAN) ist Kahn damit auf Südafrika-Tour und von 13. März (London) bis 22. März (Glasgow) rockt er mit The Parlotones in England. Ein Österreich-Konzert wird verhandelt.
Anspiel-Tipps: How Do You Play The Game, Delusions Of Grandeur, The Candle
// 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(''); }