Skip to content

Instantly share code, notes, and snippets.

@mindbreaker
Last active March 21, 2016 13:56
Show Gist options
  • Save mindbreaker/b557bb9a2b929f758eb9 to your computer and use it in GitHub Desktop.
Save mindbreaker/b557bb9a2b929f758eb9 to your computer and use it in GitHub Desktop.
scooter-cites
var scooterCites = [{
'lyric': "How much is the fish?",
'song': "How much is the fish"
}, {
'lyric': "I am the horseman!",
'song': "One – Always hardcore"
}, {
'lyric': "Döb döb döb da da döb döb döb!",
'song': "Maria I like it loud"
}, {
'lyric': "Respect the man in the ice cream van!",
'song': "Weekend"
}, {
'lyric': "It’s nice to be important, but it’s more important to be nice!",
'song': "Move your ass"
}, {
'lyric': "It’s not a bird, it’s not a plane. It must be Dave who’s on the train.",
'song': "Maria I like it loud"
}, {
'lyric': "Don't throw away the banana boxes!",
'song': "Mary Got No Lamb"
}, {
'lyric': "Let's shuffle in the air, yeah!",
'song': "J'adore Hardcore"
}, {
'lyric': "Ta, ta, ta, tadata, ta, ta - Ta, ta, ta, tadata, ta, ta, yeah",
'song': "Maria I like it loud"
}, {
'lyric': "You git, gudda gudda get up with it",
'song': "Maria I like it loud"
}, {
'lyric': "It's the first page of the second chapter",
'song': "How much is the fish"
},
{
'lyric': "A guaranteed emergency. The radical MC H.P.",
'song': "Fire"
},
{
'lyric': "This is Scooter!",
'song': "Hyper, hyper"
}, ];
@mindbreaker
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment