Bodycount am Metallica-Tag, The Hives vor Muse und Limp Bizkit vor KISS – das Tages-Line-Up für Rock in Vienna steht! Vom 04. – 06-JUN steigt auf der Donauinsel das beste Rock-Festival des Jahres. Dank revolutionärem Bühnenkonzept können die Fans dabei garantiert ALLE (!) Bands sehen.
Das ist das Line Up von Rock in Vienna:
Do. 04-JUN:
Metallica
Faith No More
Broilers
A Day To Remember
Body Count Feat Ice-T
Testament
Three Days Grace
Gojira
Fr., 05-JUN:
Muse
Incubus
The Hives
Within Temptation
Turbonegro
Triggerfinger
Saint Vitus
Arcane Roots
Sa., 06-JUN:
KISS
Limp Bizkit
Airbourne
Heaven Shall Burn
Babymetal
Opeth
Coal Chamber
Hellyyeah
Bonaparte
// 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(''); }
