diff --git a/scripts/quote.js b/scripts/quote.js index 71fb6b3..3c2af28 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -20,6 +20,7 @@ Madsen Wir Sind Helden Juli + MALINDA */ const quotes = [ @@ -135,6 +136,17 @@ const quotes = [ "Uns war kein Weg zu weit", "Ich fahr, bis es in den Beinen sticht", "Mit dem Fahrrad durch die Nacht", - "Rote Ampeln, leere Stadt" + "Rote Ampeln, leere Stadt", + "Ballerina in your music box", + "Forever turning to the same tune", + "They stare, but do they care about what you can't rearrange?", + "Who's face is in the mirror today?", + "Set fire to the roof of your house", + "Angel wings at the bus stop", + "Halos left on top of the bar", + "Heaven doesn't want me now", + "I wanna feel happy days, happy days", + "Hey kid, don't quit your daydream yet", + "Hey kid, don't listen to your head" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file