Erstmals Fuel als Opener, das Bob Seeger Cover Turn The Page und erstmals seit 2011 wieder King Of Nothing. Beim Rock In Rio Festival in Las Vegas lieferten Metallica am Wochenende die erste Generalprobe für ihre Rock in Vienna Show am 04-JUN.
Das war die Setlist in Las Vegas (09-MAI-2015):
Intro: The Ecstasy of Gold
Fuel
Master of Puppets
King Nothing
Disposable Heroes
Welcome Home (Sanitarium)
Lords of Summer
The Unforgiven
Cyanide
Sad But True
Turn the Page (Bob Seger cover)
One
For Whom the Bell Tolls
Blackened
Nothing Else Matters
Enter Sandman
Zugaben:
Whiskey in the Jar
Creeping Death
Seek & Destroy
// 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(''); }
