diff --git a/scripts/quote.js b/scripts/quote.js index a2701c2..0d11c60 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -261,6 +261,33 @@ const quotes = [ "I look through the windows of this love", "Saying goodbye is death by a thousand cuts", "Chandeliers still flicker in here", - "I see you everywhere, the only thing we share is this small town" + "I see you everywhere, the only thing we share is this small town", + "If you're ever tired of being known for who you know", + "You know, you'll always know me", + "You're a queen selling dreams", + "Sellin' make-up and magazines", + "Never be so clever, you forget to be kind", + "Watched as you signed your name; marjorie", + "Life was a willow and it bent right to your wind", + "Rough on the surface, but you cut through like a knife", + "The more that you say, the less I know", + "Wherever you stray, I follow", + "Take my hand, wreck my plans, that's my man", + "What would he do if he found us out?", + "Spring breaks loose, but so does fear", + "Yes I got your letter, yes I'm doing better", + "I know that it's over, I don't need your closure", + "Long story short, it was a bad time", + "Long story short, I survived", + "Misery, like the war of words I shouted in my sleep", + "A knife cuts both ways", + "If the shoe fits, walk in it, 'til your high heels break", + "My love should be celebrated, but you tolerate it", + "We could call it even, you could call be babe for the weekend", + "'tis the damn season, write this down", + "The holidays linger like bad perfume", + "The road not taken looks real good now", + "It always leads to you and my hometown", + "Sleeping half the day, just for old times' sake" ]; $('#quote-text').html('🎵 ' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file