
Kein einziger Song seiner Kultband My Chemical Romance, dafür fast das komplette Solo-Album Hestiant Alien und Coverversionen von James Cecil und The Jesus and Mary Chain. EMO-Kultstar Gerard Way begeisterte gestern (16-JAN) in Barcelona 500 kreischende Teenies. Die WEGOTI-Kritik.
Das war die Setlist in Barcelona (16-JAN-2015):
The Bureau
Action Cat
Zero Zero
Millions
Juarez
Drugstore Perfume
Television All the Time
The Water Is Wide (O Waly, Waly) (James Cecil cover)
Brother
Get the Gang Together
How It’s Going to Be
Maya the Psychic
No Shows
Snakedriver (The Jesus and Mary Chain cover)
Zugabe:
Dasher
// 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(''); }
