quoteino beano
This commit is contained in:
parent
d45f5d2453
commit
98af0b165f
1 changed files with 19 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
Yellowcard
|
Yellowcard
|
||||||
Daniel Powter
|
Daniel Powter
|
||||||
Marianas Trench
|
Marianas Trench
|
||||||
|
Fall Out Boy
|
||||||
|
Maroon 5
|
||||||
|
The Script
|
||||||
|
Poppy
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -60,6 +64,20 @@ const quotes = [
|
||||||
"Fall out through the fallout",
|
"Fall out through the fallout",
|
||||||
"For ever after you will be my home",
|
"For ever after you will be my home",
|
||||||
"There's no place like home",
|
"There's no place like home",
|
||||||
""
|
"Am I more than you bargained for yet?",
|
||||||
|
"I miss the taste of a sweeter life",
|
||||||
|
"I like to think that we had it all",
|
||||||
|
"We drew a map to a better place",
|
||||||
|
"Oh baby, why did you run away?",
|
||||||
|
"I hear your voice in my sleep at night",
|
||||||
|
"I was the man who never lied",
|
||||||
|
"Don't let them take your freedom, child",
|
||||||
|
"Say your piece, free your mind",
|
||||||
|
"Seek the truth, go rise and shine",
|
||||||
|
"Lose yourself, just go wild",
|
||||||
|
"Can't go a day without computer boy",
|
||||||
|
"I don't care and I won't change myself",
|
||||||
|
"I fell in love with the man of the future",
|
||||||
|
"Baby, you're the highlight of my lowlife"
|
||||||
];
|
];
|
||||||
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue