|
|
@ -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('🎵 <em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>'); |