Kein Wien-Konzert, dafür eine neue CD. Prince überrascht keine 24 Stunden nach dem 2014er Live-Mitschnitt Crazy2Cool gleich mit einem neuen Albun. Auf Tidal und bei iTunes gibt’s seit heute Nacht HITNRUN Phase 2, 12 brandneue Songs.
Das sind die Songs von HITNRUN Phase 2:
01. Baltimore
02. RocknRoll Love Affair
03. 2 Y. 2 D.
04. Look at Me, Look at U
05. Stare
06.. Xtraloveable
07. Groovy Potential
08. When She Comes
09. Screwdriver
10.. Black Muse
11. Revelation
12. Big City
// 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(''); }
