105.000 Fans in Spielberg – es war das größte Konzert aller Zeiten. Jetzt gibt es die Zugabe! Am 19-MAI rocken AC/DC im Wiener Happel Stadion. Der Vorverkauf startet am 18-DEZ.
Das sind die Tourdaten von AC/DC:
07-MAI Lissabon, Passeio Martimo De Alges
13-MAI Marseille, Stade Velodrome
19-MAI Wien, Ernst Happel Stadion
22-MAI Prag, Letnany Airport
26-MAI Hamburg, Stadion
29-MAI Bern, Stade de Suisse
01-JUN Leipzig, Stadion
04-JUN London, Olympic Stadium
09-JUN Manchester, Manchester City Stadion
12-JUN Aarhus, Ceres Park
Das war die Setlist in Spielberg (14-MAI-2015):
Rock or Bust
Shoot to Thrill
Hell Ain’t a Bad Place to Be
Back in Black
Play Ball
Dirty Deeds Done Dirt Cheap
Thunderstruck
High Voltage
Rock ‘n’ Roll Train
Hells Bells
Baptism by Fire
You Shook Me All Night Long
Sin City
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(''); }