Highway to Paradise City? Nach dem Tourabbruch wegen Brian Johnsons Gehörverlust ist nun W Axl Rose Favorit für den AC/DC-Job.
„Brian Johnson droht der totale Gehörverlust. Wir müssen die restliche US-Tour absgagen, die Konzerte werden aber nachgeholt. Notfalls mit einem Ersatz-Sänger.“ Vor zwei Wochen schockten AC/DC ihre Fans. Auch das Wien-Konzert (19-MAI, Ernst-Happel-Stadion) drohte zu kippen.
Jetzt könnte ein mehr als würdiger Ersatz gefunden sein. Wie der US-Radiosender Atlanta Radio 100.5 berichtet soll W. Axl Rose, die Kultstimme von Guns N‘ Roses, die Rolle als AC/DC-Sänger übernehmen. „Es gab letzte Woche ein Meeting in Atlanta. Axl wäre bereit dafür!“ Übung hätter ja: die AC/DC Klassiker Riff Raff und Whole Lotta Rosie standen ja bereits mehrmals auf der Guns N’ Roses Setlist.
Zeit hätte er: Von 8-APR (Las Vegas) bis 20-APR (Mexico City) rockt Axl Rose nur 6 Guns N‘ Roses-Comeback-Konzerte mit Slash, Duff udn Co., darunter zwei Mal beim legendären Coachella-Festival.
// 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(''); }