Im März begeisterten sie mit Hits wie Push Me To The Floor oder Should We Fight Back ganz England. Im Mai kam das Sensations-CD Antiques and Artefacts – und ab Oktober gehen The Parlotones wieder auf Europa-Tour. Wien-Konzert git’s noch keines, aber die Verhandlungen laufen: “Wir hoffen noch ein Österreich-Konzert reinzuquetschen” versprechen Kahn & Co.
Das sind die Tourdaten von The Parlotones:
22-OKT Maastricht, Muziekgieterij
25-OKT Köln, Gebäude 9
26-OKT Stuttgart, Club Cann
27-OKT München, Orangehouse
28-OKT Leipzig, Werk 2
29-OKT Berlin, Frannz Club
30-OKT Hamburg, Rock Cafe
03-NOV Birmingham, The Jam House
04-NOV O2 London, Academy Islington
06-NOV Manchester, Academy 3
07-NOV Carlisle, Old Fire Station
08-NOV Glasgow, O2 ABC
Das war die Setlist in London (13-MAR-2015):
We Call This Dancing
Shake It Up
Sleepwalker
Songs Of Whales
Giant Mistake
Stars Fall Down
Honey Spiders
Rock Paper Scissors
I’ll Be There
Welcome to The Weekend
Lazy Sunny Days
Fly To The Moon
Electricity
Colourful
Beautiful
I’m Only Human
Should We Fight Back
Push Me To The Floor
Life Design
Zugabe:
Baby Be Mine
// 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(''); }
