diff --git a/scripts/quote.js b/scripts/quote.js index 21eb738..ac20bfe 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -5,6 +5,10 @@ Yellowcard Daniel Powter Marianas Trench + Fall Out Boy + Maroon 5 + The Script + Poppy */ const quotes = [ @@ -60,6 +64,20 @@ const quotes = [ "Fall out through the fallout", "For ever after you will be my 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('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file