From b4e472713c3c2b3125325e9eafe22dbdb7d7b809 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 27 Jan 2021 05:14:35 +0100 Subject: [PATCH] so inviting, I almost jump in --- scripts/quote.js | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index 0d11c60..f47da96 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -288,6 +288,31 @@ const quotes = [ "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" + "Sleeping half the day, just for old times' sake", + "Gleaming, twinkling, eyes like sinking ships on water", + "So inviting, I almost jump in", + "I don't like a gold rush", + "My mind turns your life into folklore", + "I can't dare to dream about you anymore", + "I think he did it, but I just can't prove it", + "And I'm sittin' on a bench in coney island", + "Wond'rin' where did my baby go", + "Sorry for not making you my centerfold", + "This slope is treacherous", + "When the words of a sister come back and whisper", + "Not a twin from your dreams, she's a crook who was caught", + "That old, familiar body ache, the snaps from the same little breaks", + "In your soul, you know when it's time to go", + "I stayed here, dust collecting on my pinned up hair", + "They expected me to find, somewhere, some perspective", + "I sat and stared right where you left me", + "You left me no choice but to stay here forever", + "I want you to know: I'm a mirrorball", + "When I was shipwrecked, I thought of you", + "In the cracks of light, I dreamed of you", + "Is there a line that we can just go cross?", + "Floors of a cabin creaking under my step", + "I had a feeling so peculiar", + "This pain wouldn't be for evermore" ]; $('#quote-text').html('🎵 ' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file