function text() {
};

text = new text();
number = 0;

text[number++] = "All rights reserved."
text[number++] = "Who the F-ck is Alice?"
text[number++] = "There is no dark side of the Moon really. As a matter of fact it's all dark."
text[number++] = "Carry on my wayward son, there'll be peace when you are done."
text[number++] = "No one knows what it's like to be the bad man."
text[number++] = "Mä tiedän sen, vaikka aina mä voita en, olen toiseksi viimeinen sentään."
text[number++] = "Interea demones discurrant per plateas, gestum facientes competentem."
text[number++] = "Cum venit tempus quod tu floruisti in ramis tuis."
text[number++] = "Hello, I'm Johnny Cash."
text[number++] = "I have become comfortably numb."
text[number++] = "All in all it was all just bricks in the wall."
text[number++] = "I'll see you on the dark side of the moon."
text[number++] = "Shine on, you crazy diamond!"
text[number++] = "Welcome my son, welcome to the machine."
text[number++] = "Mother, do you think they'll drop the bomb?"
text[number++] = "Two suns in the sunset. Hmmm, could be the human race is run."
text[number++] = "Tongue-tied and twisted, just an earth-bound misfit, I."
text[number++] = "Search for a better way to find my way home to your smile."
text[number++] = "Do we, do we know when we fly? When we, when we go do we die?"
text[number++] = "You don't fucking deserve me."
text[number++] = "Spank me, hey turn me over baby."
text[number++] = "All you need is love."
text[number++] = "I get by with a little help from my friends."
text[number++] = "FREE BIRD!"
text[number++] = "This is not the greatest song in the world. This is just a tribute."
text[number++] = "I'd rather be a sparrow than a snail."
text[number++] = "I've been down so goddamn long, that it looks like up to me."
text[number++] = "When I allow it to be, it has no control over me. I have my fears, but they do not have me."
text[number++] = "In any other world you could tell the difference."
text[number++] = "And I find it kinda funny. I find it kind of sad. The dreams in which I'm dying are the best I ever had."
text[number++] = "Come on baby, light my fire!"
text[number++] = "It's a long way to the top, if you want to rock and roll."
text[number++] = "What's so funny 'bout peace, love and understanding?"
text[number++] = "Olkaa viisas, antakaa paikka missä seistä, niin kampean maailman paikoiltaan."
text[number++] = "Ja kaikista ihmeistä kaunein on tahto ja luottamus rakkauteen."
text[number++] = "God gave rock and roll to you."
text[number++] = "Kuka ihmisten kuningas on tunteidensa valtias? Kuka viisauden rakastaja rakkautensa ruhtinas? Ei yksikään."
text[number++] = "Kuka liitonrakentaja on uskonsa ylipappi? Kuka taivaaliitäjä on taivaankannen tappi? Ei yksikään."
text[number++] = "Ukkosmiehet, repikää taivas auki!"
text[number++] = "Dee-dee-deh, di-dee-dee-deh, dee-dee-deh, di-deh."
text[number++] = "I woke up this morning, and then I went back to bed. I said I woke up this morning, and then I went right back to bed."
text[number++] = "Vamonos al viaje para buscarlos sonidos magicos"
text[number++] = "Go-Go Gadget Gospel!"
text[number++] = "Attention all planets of the Solar Federation: We have assumed control."
text[number++] = "There is unrest in the forest. There is trouble with the trees."
text[number++] = "For the words of the profits were written on the studio wall, concert hall, and echoes with the sounds of salesmen."
text[number++] = "And what you say about his company is what you say about society."
text[number++] = "For the human race now, a new day will dawn, after all."

increment = Math.floor(Math.random() * number);

document.write(text[increment]);