diff --git a/scripts/quote.js b/scripts/quote.js index 4f52d3c..e0facc6 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -18,6 +18,7 @@ Lorde Michael Patrick Kelly Madsen + The Crazy Ex-Girlfriend Cast */ const quotes = [ @@ -125,6 +126,15 @@ const quotes = [ "Herzrasen; Wohnungstür; Menschenmassen neben mir", "Fliegen summen laut wie Presslufthammer, und der Himmel wird zur Schreckenskammer", "Wenn es einfach passiert, wird mich die Angst nicht kontrolliern", - "Wenn es einfach passiert, lass ich mein Herz über mich regiern" + "Wenn es einfach passiert, lass ich mein Herz über mich regiern", + "I'm so desperately, hopelessly in love with West Covina", + "Stop giving me the shakedown, I am not having a nervous-", + "True happiness is so near", + "Tickety-tock goes the tick tock clock", + "In one indescribable instant, there is no time or space", + "In one indescribable instant, it all falls into place", + "The darkness - he's handsome for a metaphor", + "This session is gonna be different", + "He gives me love kernels" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file