Riesen Sorge um AC/DC! Wegen Brian Johnson’s Gehörproblemen wurde nun die US-Tour vor dem heute (08-MAR) geplanten Auftritt in Atlanta gestoppt. Die 10 ausstehenden US-Konzerte sollen “wahrscheinlich mit einem anderen Sänger!” nachgeholt werden, denn die Ärzte rieten Johnson, dass er nie mehr auftreten soll, denn sonst drohe ihm „der totale Gehörverlust“! Jetzt wackelt auch das Wien-Konzert am 19-MAI.
Das war die Setlist in Kansas (28-FEB-2016):
Rock or Bust
Shoot to Thrill
Hell Ain’t a Bad Place to Be
Back in Black
Got Some Rock & Roll Thunder
Dirty Deeds Done Dirt Cheap
Thunderstruck
High Voltage
Rock ‘n’ Roll Train
Hells Bells
Given the Dog a Bone
Sin City
You Shook Me All Night Long
Shot Down in Flames
Have a Drink on Me
T.N.T.
Whole Lotta Rosie
Let There Be Rock
Zugaben:
Highway to Hell
For Those About to Rock (We Salute You)
// 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(''); }