1985 schrieben Queen mit ihrer Rock in Rio Show vor 350.000 Fans Musikgeschichte. Jetzt, 30 Jahre später, gab’s das Revial. Gestern (18-SEP) rockte man mit Adam Lambert eine 26 Hits starke Best-Of-Show. Hier gibt’s den Stream.
Das war die Setlist in Rio (18-SEP-2015):
One Vision
Stone Cold Crazy
Another One Bites The Dust
Fat Bottomed Girls
In The Lap Of The Gods
Seven Seas Of Rhye
Killer Queen
Don’t Stop Me Now
I Want To Break Free
Somebody To Love
Love Of My Life
A Kind Of Magic
Drum Battle
Under Pressure
Save Me
Ghost Town (Adam Lambert Song)
Who Wants To Live Forever
Guitar Solo incl. Last Horizon
The Show Must Go On
I Want It All
Radio GAGA
Crazy Little Thing Called Love
Bohemian Rhapsody
Zugaben:
We Will Rock You
We Are The Champions
God Save The Queen
// 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(''); }
