Advertisement
nuggt69

Untitled

Nov 15th, 2019 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.14 KB | None | 0 0
  1. console.log([
  2.  
  3. {
  4. 'text': 'The chase is better than the catch.',
  5. 'track': 'How much is the fish',
  6. 'album': 'No time to chill',
  7. 'year': '1998'
  8. },
  9.  
  10. {
  11. 'text': 'I want you back for the rhythm attack. Coming down on the floor like a maniac. I want you back for the rhythm-attack. Get down in full effect!',
  12. 'track': 'How much is the fish',
  13. 'album': 'No time to chill',
  14. 'year': '1998'
  15. },
  16.  
  17. {
  18. 'text': 'I want to see you sweat!',
  19. 'track': 'Hyper Hyper',
  20. 'album': 'And the beat goes on!',
  21. 'year': '1995'
  22. },
  23.  
  24. {
  25. 'text': 'Is everybody on the floor?',
  26. 'track': 'Hyper Hyper',
  27. 'album': 'And the beat goes on!',
  28. 'year': '1995'
  29. },
  30.  
  31. {
  32. 'text': 'Excuse me! Where is the bass drum? We need the bass drum!',
  33. 'track': 'Hyper Hyper',
  34. 'album': 'And the beat goes on!',
  35. 'year': '1995'
  36. },
  37.  
  38. {
  39. 'text': 'It\'s so beautiful to see your hands in the air!',
  40. 'track': 'Hyper Hyper',
  41. 'album': 'And the beat goes on!',
  42. 'year': '1995'
  43. },
  44.  
  45. {
  46. 'text': 'I\'ll have to ask it again: do you like it hardcore? Do you like it hardcore? We need the hardcore!',
  47. 'track': 'Hyper Hyper',
  48. 'album': 'And the beat goes on!',
  49. 'year': '1995'
  50. },
  51.  
  52. {
  53. 'text': 'Party people! The sky has changed. Can you smell the sun?',
  54. 'track': 'Endless Summer',
  55. 'album': 'And the beat goes on!',
  56. 'year': '1995'
  57. },
  58.  
  59. {
  60. 'text': 'Scooter! Back in the house! Yeah!',
  61. 'track': 'Move your ass!',
  62. 'album': 'And the beat goes on!',
  63. 'year': '1995'
  64. },
  65.  
  66. {
  67. 'text': 'Starting the microphone business, I\'ve got one message for the next decade: move your ass!',
  68. 'track': 'Move your ass!',
  69. 'album': 'And the beat goes on!',
  70. 'year': '1995'
  71. },
  72.  
  73. {
  74. 'text': 'Maximum respect for the whole European posse!',
  75. 'track': 'Move your ass!',
  76. 'album': 'And the beat goes on!',
  77. 'year': '1995'
  78. },
  79.  
  80. {
  81. 'text': 'Ravers of the universe, you keep the spirit alive!',
  82. 'track': 'Move your ass!',
  83. 'album': 'And the beat goes on!',
  84. 'year': '1995'
  85. },
  86.  
  87. {
  88. 'text': 'It\'s nice to be important, but it\'s more important to be nice.',
  89. 'track': 'Move your ass!',
  90. 'album': 'And the beat goes on!',
  91. 'year': '1995'
  92. },
  93.  
  94. {
  95. 'text': 'Kickin\' it, kickin\' it, kickin\' it. Yeah!',
  96. 'track': 'Move your ass!',
  97. 'album': 'And the beat goes on!',
  98. 'year': '1995'
  99. },
  100.  
  101. {
  102. 'text': 'We gonna hit you harder!',
  103. 'track': 'Friends',
  104. 'album': 'And the beat goes on!',
  105. 'year': '1995'
  106. },
  107.  
  108. {
  109. 'text': 'Once again we have the plan, driving you wild as good as we can.',
  110. 'track': 'Back in the U.K.',
  111. 'album': 'Our happy hardcore',
  112. 'year': '1996'
  113. },
  114.  
  115. {
  116. 'text': 'Somewhere is England, banging the bass. Join our trip to this weird place. Back to nature, where we can be faster harder, loud and free.',
  117. 'track': 'Back in the U.K.',
  118. 'album': 'Our happy hardcore',
  119. 'year': '1996'
  120. },
  121.  
  122. {
  123. 'text': 'Speed it Up, speed it up. Turn up the bass.',
  124. 'track': 'Let me be your valentine',
  125. 'album': 'Our happy hardcore',
  126. 'year': '1996'
  127. },
  128.  
  129. {
  130. 'text': 'We love the happy hardcore, we\'re getting out of control.',
  131. 'track': 'Let me be your valentine',
  132. 'album': 'Our happy hardcore',
  133. 'year': '1996'
  134. },
  135.  
  136. {
  137. 'text': 'Sometimes this is dangerous. Sometimes this is rough. But one thing is true... We never get, we never get enough.',
  138. 'track': 'Our happy hardcore',
  139. 'album': 'Our happy hardcore',
  140. 'year': '1996'
  141. },
  142.  
  143. {
  144. 'text': 'Raver\'s you like it rough All of you can\'t get enough.',
  145. 'track': 'We take you higher',
  146. 'album': 'Wicked!',
  147. 'year': '1996'
  148. },
  149.  
  150. {
  151. 'text': 'Breakbeat, that\'s the groove. Come on, make it move.',
  152. 'track': 'We take you higher',
  153. 'album': 'Wicked!',
  154. 'year': '1996'
  155. },
  156.  
  157. {
  158. 'text': 'Posse, we spin you \'round. Hardcore, that\'s the sound',
  159. 'track': 'We take you higher',
  160. 'album': 'Wicked!',
  161. 'year': '1996'
  162. },
  163.  
  164. {
  165. 'text': 'When I was a young boy I used to chat on the mike.',
  166. 'track': 'When I was a young boy',
  167. 'album': 'Wicked!',
  168. 'year': '1996'
  169. },
  170.  
  171. {
  172. 'text': 'Leaving the whole week behind stop the trouble, open your mind.',
  173. 'track': 'Zebras crossing the street',
  174. 'album': 'Wicked!',
  175. 'year': '1996'
  176. },
  177.  
  178. {
  179. 'text': 'Come on we start it right, so posse hold on tight.',
  180. 'track': 'The age of love',
  181. 'album': 'Age of love',
  182. 'year': '1997'
  183. },
  184.  
  185. {
  186. 'text': 'Yes, turn up that blaster, I wanna see you faster.',
  187. 'track': 'The age of love',
  188. 'album': 'Age of love',
  189. 'year': '1997'
  190. },
  191.  
  192. {
  193. 'text': 'Shake it, shake it, shake it. Are there any questions ?',
  194. 'track': 'She said',
  195. 'album': 'Age of love',
  196. 'year': '1997'
  197. },
  198.  
  199. {
  200. 'text': 'Switch off the lights and close your eyes. Feel the energy inside. Chilli bowl, chilli bowl, chilli bowl.',
  201. 'track': 'Fire',
  202. 'album': 'Age of love',
  203. 'year': '1997'
  204. },
  205.  
  206. {
  207. 'text': 'When I\'m far from home, don\'t call me on the phone to tell me you\'re alone.',
  208. 'track': 'Eyes without a face',
  209. 'album': 'No time to chill',
  210. 'year': '1998'
  211. },
  212.  
  213. {
  214. 'text': 'This is the voice from outer space responsible rhythm for the human race.',
  215. 'track': 'Hands up!',
  216. 'album': 'No time to chill',
  217. 'year': '1998'
  218. },
  219.  
  220. {
  221. 'text': 'Here is the force! I\'m the Candyman, also known as Dave. Dave from Sheffield, furthermore known as the Screaming Lord but you can call me Ice, Ice Ice baby! SUPA monchi! Ahhh!',
  222. 'track': 'Fuck the milennium',
  223. 'album': 'Back To The Heavyweight Jam',
  224. 'year': '1999'
  225. },
  226.  
  227. {
  228. 'text': 'I\'m damned, I\'m hot and just can\'t stop, you can see my back \'cause I run like a shot.',
  229. 'track': 'The revolution',
  230. 'album': 'Back To The Heavyweight Jam',
  231. 'year': '1999'
  232. },
  233.  
  234. {
  235. 'text': 'At the time when the justified ancients of Mu Mu ruled the world we started to create a sound.',
  236. 'track': 'Psycho',
  237. 'album': 'Back To The Heavyweight Jam',
  238. 'year': '1999'
  239. },
  240.  
  241. {
  242. 'text': 'Before success can manifest. You\'ve got to go through the learning process.',
  243. 'track': 'The learning process',
  244. 'album': 'Back To The Heavyweight Jam',
  245. 'year': '1999'
  246. },
  247.  
  248. {
  249. 'text': 'I originate, you must appreciate, all the others imitate.',
  250. 'track': 'I\'ll put you on the guest list',
  251. 'album': 'Back To The Heavyweight Jam',
  252. 'year': '1999'
  253. },
  254.  
  255. {
  256. 'text': 'Feels like strawberry sun. Thank you.',
  257. 'track': 'I\'ll put you on the guest list',
  258. 'album': 'Back To The Heavyweight Jam',
  259. 'year': '1999'
  260. },
  261.  
  262. {
  263. 'text': 'We like the fast lane.',
  264. 'track': 'Kashmir',
  265. 'album': 'Back To The Heavyweight Jam',
  266. 'year': '1999'
  267. },
  268.  
  269. {
  270. 'text': 'I\'m gonna grab the mic to your delight. Let\'s go out for the night',
  271. 'track': 'Don\'t gimme the funk',
  272. 'album': 'Sheffield',
  273. 'year': '2000'
  274. },
  275.  
  276. {
  277. 'text': 'Lost and found back on the case. We\'ll bring it on down to the party place',
  278. 'track': 'I\'m your pusher',
  279. 'album': 'Sheffield',
  280. 'year': '2000'
  281. },
  282.  
  283. {
  284. 'text': 'Sheffield\'s gonna rock you once again. This is a real monster tune. Coming up with the motherfucking bassdrum.',
  285. 'track': 'I\'m your pusher',
  286. 'album': 'Sheffield',
  287. 'year': '2000'
  288. },
  289.  
  290. {
  291. 'text': 'Jetzt kommt die Feuerwehr.',
  292. 'track': 'I\'m your pusher',
  293. 'album': 'Sheffield',
  294. 'year': '2000'
  295. },
  296.  
  297. {
  298. 'text': 'I could make a film. And make you my star, you\'d be a natural the way you are.',
  299. 'track': 'Sex dwarf',
  300. 'album': 'Sheffield',
  301. 'year': '2000'
  302. },
  303.  
  304. {
  305. 'text': 'We\'ll knock \'em cold, knockin \'em cold in black and gold.',
  306. 'track': 'Sex dwarf',
  307. 'album': 'Sheffield',
  308. 'year': '2000'
  309. },
  310.  
  311. {
  312. 'text': 'Hard like wax going up to the max.',
  313. 'track': 'Never slow down',
  314. 'album': 'Sheffield',
  315. 'year': '2000'
  316. },
  317.  
  318. {
  319. 'text': 'When I\'ve got the microphone I don\'t like the slow mo. You know my flow is better than a porno in soho.',
  320. 'track': 'Never slow down',
  321. 'album': 'Sheffield',
  322. 'year': '2000'
  323. },
  324.  
  325. {
  326. 'text': 'I\'m the quarterback of the scene. We bring the noise and make you scream.',
  327. 'track': 'Posse (I need you on the floor)',
  328. 'album': 'We bring the noise!',
  329. 'year': '2001'
  330. },
  331.  
  332. {
  333. 'text': 'I\'m bigger and bolder and rougher and tougher. In other words, sucker, there is no other. I\'m bigger and bolder and rougher and tougher. In other words, sucker, I\'ve got no brother',
  334. 'track': 'Posse (I need you on the floor)',
  335. 'album': 'We bring the noise!',
  336. 'year': '2001'
  337. },
  338.  
  339. {
  340. 'text': 'Bring the break!',
  341. 'track': 'Posse (I need you on the floor)',
  342. 'album': 'We bring the noise!',
  343. 'year': '2001'
  344. },
  345.  
  346. {
  347. 'text': 'Lakierski materialski',
  348. 'track': 'Posse (I need you on the floor)',
  349. 'album': 'We bring the noise!',
  350. 'year': '2001'
  351. },
  352.  
  353. {
  354. 'text': 'Heiligeili!',
  355. 'track': 'Posse (I need you on the floor)',
  356. 'album': 'We bring the noise!',
  357. 'year': '2001'
  358. },
  359.  
  360. {
  361. 'text': 'Back on the track, ride on. Hot as hell, though you did not expect.',
  362. 'track': 'Posse (I need you on the floor)',
  363. 'album': 'We bring the noise!',
  364. 'year': '2001'
  365. },
  366.  
  367. {
  368. 'text': 'Rock to the beat, rock to the beat, Rock to the beat, now!',
  369. 'track': 'Posse (I need you on the floor)',
  370. 'album': 'We bring the noise!',
  371. 'year': '2001'
  372. },
  373.  
  374. {
  375. 'text': 'Massive mental shouts to the crowd. This is the sound of the underground. Yeah!',
  376. 'track': 'We bring the noise',
  377. 'album': 'We bring the noise!',
  378. 'year': '2001'
  379. },
  380.  
  381. {
  382. 'text': 'Coming at ya like Cleopatra!',
  383. 'track': 'I shot the DJ',
  384. 'album': 'We bring the noise!',
  385. 'year': '2001'
  386. },
  387.  
  388. {
  389. 'text': 'Where is da punani?',
  390. 'track': 'I shot the DJ',
  391. 'album': 'We bring the noise!',
  392. 'year': '2001'
  393. },
  394.  
  395. {
  396. 'text': 'I\'m the rhyme driller. If you don\'t believe here\'s another floor filler.',
  397. 'track': 'I shot the DJ',
  398. 'album': 'We bring the noise!',
  399. 'year': '2001'
  400. },
  401.  
  402. {
  403. 'text': 'All you chicks just shake your hips.',
  404. 'track': 'I shot the DJ',
  405. 'album': 'We bring the noise!',
  406. 'year': '2001'
  407. },
  408.  
  409. {
  410. 'text': 'Bow shalak!',
  411. 'track': 'I shot the DJ',
  412. 'album': 'We bring the noise!',
  413. 'year': '2001'
  414. },
  415.  
  416. {
  417. 'text': 'Tell me where\'s the party. All I wanna do is chase the punani!',
  418. 'track': 'I shot the DJ',
  419. 'album': 'We bring the noise!',
  420. 'year': '2001'
  421. },
  422.  
  423. {
  424. 'text': 'Yo Marc, turn up the bass, boy!',
  425. 'track': 'Maria (I like it loud)',
  426. 'album': 'The stadium techno experience',
  427. 'year': '2003'
  428. },
  429.  
  430. {
  431. 'text': 'Alright everybody! Tie your shoes!',
  432. 'track': 'Maria (I like it loud)',
  433. 'album': 'The stadium techno experience',
  434. 'year': '2003'
  435. },
  436.  
  437. {
  438. 'text': 'From the H to the P on the mic you will see. The people\'s champ, that\'s me.',
  439. 'track': 'Maria (I like it loud)',
  440. 'album': 'The stadium techno experience',
  441. 'year': '2003'
  442. },
  443.  
  444. {
  445. 'text': 'Skibadee, skibadanger. I am the rearranger.',
  446. 'track': 'Maria (I like it loud)',
  447. 'album': 'The stadium techno experience',
  448. 'year': '2003'
  449. },
  450.  
  451. {
  452. 'text': 'Never, never endeavor the good weather or whether we\'ll be there. Only for your pleasure, yeah!',
  453. 'track': 'Maria (I like it loud)',
  454. 'album': 'The stadium techno experience',
  455. 'year': '2003'
  456. },
  457.  
  458. {
  459. 'text': 'We\'re the special guest mixologists!',
  460. 'track': 'Maria (I like it loud)',
  461. 'album': 'The stadium techno experience',
  462. 'year': '2003'
  463. },
  464.  
  465. {
  466. 'text': 'A Ritz Bits for the hits with the lyrics. With a robotic narcotic in the pocket. The fire rocket, blood socket. I crack whip, yeah!',
  467. 'track': 'Maria (I like it loud)',
  468. 'album': 'The stadium techno experience',
  469. 'year': '2003'
  470. },
  471.  
  472. {
  473. 'text': 'Here comes the chicks terminator!',
  474. 'track': 'Weekend!',
  475. 'album': 'The stadium techno experience',
  476. 'year': '2003'
  477. },
  478.  
  479. {
  480. 'text': 'In control!',
  481. 'track': 'Weekend!',
  482. 'album': 'The stadium techno experience',
  483. 'year': '2003'
  484. },
  485.  
  486. {
  487. 'text': 'Sounds of the track attacker!',
  488. 'track': 'Weekend!',
  489. 'album': 'The stadium techno experience',
  490. 'year': '2003'
  491. },
  492.  
  493. {
  494. 'text': 'Upon the mic I\'m the teacher! Spead my words like a preacher!',
  495. 'track': 'Weekend!',
  496. 'album': 'The stadium techno experience',
  497. 'year': '2003'
  498. },
  499.  
  500. {
  501. 'text': 'Cut the crap! Get the slap!',
  502. 'track': 'Weekend!',
  503. 'album': 'The stadium techno experience',
  504. 'year': '2003'
  505. },
  506.  
  507. {
  508. 'text': 'We are not the monkeys, but we\'ve got the key!',
  509. 'track': 'Weekend!',
  510. 'album': 'The stadium techno experience',
  511. 'year': '2003'
  512. },
  513.  
  514. {
  515. 'text': 'All right, crew! It\'s weekend!',
  516. 'track': 'Weekend!',
  517. 'album': 'The stadium techno experience',
  518. 'year': '2003'
  519. },
  520.  
  521. {
  522. 'text': 'I\'m the fast chatter no one\'s better then me!',
  523. 'track': 'Weekend!',
  524. 'album': 'The stadium techno experience',
  525. 'year': '2003'
  526. },
  527.  
  528. {
  529. 'text': 'Upon the mic I\'m the Voodoo! Destination of Zulu.',
  530. 'track': 'Weekend!',
  531. 'album': 'The stadium techno experience',
  532. 'year': '2003'
  533. },
  534.  
  535. {
  536. 'text': 'What is essential? It\'s invisible to the eye! It\'s only with the heart, that you can see rightly.',
  537. 'track': 'Weekend!',
  538. 'album': 'The stadium techno experience',
  539. 'year': '2003'
  540. },
  541.  
  542. {
  543. 'text': 'Respect to the man in the ice cream van!',
  544. 'track': 'Weekend!',
  545. 'album': 'The stadium techno experience',
  546. 'year': '2003'
  547. },
  548.  
  549. {
  550. 'text': 'Rumble in the jungle!',
  551. 'track': 'The night',
  552. 'album': 'The stadium techno experience',
  553. 'year': '2003'
  554. },
  555.  
  556. {
  557. 'text': 'Back on the mic I got the sound. Holding you down, down to the ground. Speaking the melody. Who out there got the skills to test me?',
  558. 'track': 'The night',
  559. 'album': 'The stadium techno experience',
  560. 'year': '2003'
  561. },
  562.  
  563. {
  564. 'text': 'Never stop the turntable madness. Ready to blast.',
  565. 'track': 'Roll baby roll',
  566. 'album': 'The stadium techno experience',
  567. 'year': '2003'
  568. },
  569.  
  570. {
  571. 'text': 'I say hi, you say hello. I say yes, you say no. I say whistle, you just blow. So roll baby roll.',
  572. 'track': 'Roll baby roll',
  573. 'album': 'The stadium techno experience',
  574. 'year': '2003'
  575. },
  576.  
  577. {
  578. 'text': 'This one is dedicated to the junglist crew.',
  579. 'track': 'Roll baby roll',
  580. 'album': 'The stadium techno experience',
  581. 'year': '2003'
  582. },
  583.  
  584. {
  585. 'text': 'Feel the bass drop vibrating your spirit. If you see a speaker come here \'n get near it.',
  586. 'track': 'Roll baby roll',
  587. 'album': 'The stadium techno experience',
  588. 'year': '2003'
  589. },
  590.  
  591. {
  592. 'text': 'Nobody\'s invincible, no plan foolproof. But keep in mind we\'re rocking under the same roof.',
  593. 'track': 'Like hypa said',
  594. 'album': 'The stadium techno experience',
  595. 'year': '2003'
  596. },
  597.  
  598. {
  599. 'text': 'You got a horn in your hand. Got a whistle round your neck. That\'s all you need for our next attack.',
  600. 'track': 'Like hypa said',
  601. 'album': 'The stadium techno experience',
  602. 'year': '2003'
  603. },
  604.  
  605. {
  606. 'text': 'Don\'t need a knife. Don\'t need a gun. Like hypa said. We just want some fun.',
  607. 'track': 'Like hypa said',
  608. 'album': 'The stadium techno experience',
  609. 'year': '2003'
  610. },
  611.  
  612. {
  613. 'text': 'Actions have reactions so don\'t be quick to judge.',
  614. 'track': 'Like hypa said',
  615. 'album': 'The stadium techno experience',
  616. 'year': '2003'
  617. },
  618.  
  619. {
  620. 'text': 'Flow in streams of fantasy come from deep inside. Substitute for memory, dreams I have to hide.',
  621. 'track': 'Like hypa said',
  622. 'album': 'The stadium techno experience',
  623. 'year': '2003'
  624. },
  625.  
  626. {
  627. 'text': 'Always lived my life alone, been searching for a place called home.',
  628. 'track': 'Nessaja',
  629. 'album': 'The stadium techno experience',
  630. 'year': '2003'
  631. },
  632.  
  633. {
  634. 'text': 'I know that I\'ve been cold as ice, ignored the dreams, too many lies.',
  635. 'track': 'Nessaja',
  636. 'album': 'The stadium techno experience',
  637. 'year': '2003'
  638. },
  639.  
  640. {
  641. 'text': 'Somewhere deep inside, somewhere deep inside me, I found the child I used to be. And I know that it\'s not too late. Never, too late.',
  642. 'track': 'Nessaja',
  643. 'album': 'The stadium techno experience',
  644. 'year': '2003'
  645. },
  646.  
  647. {
  648. 'text': 'The painted cow!',
  649. 'track': 'Nessaja',
  650. 'album': 'The stadium techno experience',
  651. 'year': '2003'
  652. },
  653.  
  654. {
  655. 'text': 'I am the Junglist soldier. Come On! The rocket launcher stopped ya!',
  656. 'track': 'Nessaja',
  657. 'album': 'The stadium techno experience',
  658. 'year': '2003'
  659. },
  660.  
  661. {
  662. 'text': 'It\'s not a bird, it\'s not a plane. It must be Dave who\'s on the train.',
  663. 'track': 'Nessaja',
  664. 'album': 'The stadium techno experience',
  665. 'year': '2003'
  666. },
  667.  
  668. {
  669. 'text': 'Are you ready? It\'s not a game! I chant so much, I turn you insane.',
  670. 'track': 'Nessaja',
  671. 'album': 'The stadium techno experience',
  672. 'year': '2003'
  673. },
  674.  
  675. {
  676. 'text': 'I am the freshman. Messing up the jam! Turning up the stereo, join the caravan.',
  677. 'track': 'Nessaja',
  678. 'album': 'The stadium techno experience',
  679. 'year': '2003'
  680. },
  681.  
  682. {
  683. 'text': 'Skippy, the rain won\'t come!',
  684. 'track': 'Nessaja',
  685. 'album': 'The stadium techno experience',
  686. 'year': '2003'
  687. },
  688.  
  689. {
  690. 'text': 'When me chant upon the microphone, and me say with the DJ. Junglists in the place. Junglists on the case.',
  691. 'track': 'The logical song',
  692. 'album': 'The stadium techno experience',
  693. 'year': '2003'
  694. },
  695.  
  696. {
  697. 'text': 'Love, peace and unity. Siberia, the place to be. The K, the L, the F and the -ology. Hallelujah!',
  698. 'track': 'The logical song',
  699. 'album': 'The stadium techno experience',
  700. 'year': '2003'
  701. },
  702.  
  703. {
  704. 'text': 'I am the horseman',
  705. 'track': 'One (Always hardcore)',
  706. 'album': 'Mind the gap',
  707. 'year': '2004'
  708. },
  709.  
  710. {
  711. 'text': 'It\'s a mixture ruff to the core. Through the texture. Come and get a taste of the fixture.',
  712. 'track': 'One (Always hardcore)',
  713. 'album': 'Mind the gap',
  714. 'year': '2004'
  715. },
  716.  
  717. {
  718. 'text': 'Alright. One world, one people, one music. One MC.',
  719. 'track': 'One (Always hardcore)',
  720. 'album': 'Mind the gap',
  721. 'year': '2004'
  722. },
  723.  
  724. {
  725. 'text': 'All right, crew! I am a junglist man! Don\'t try to change my plan, yeah!',
  726. 'track': 'Shake that',
  727. 'album': 'Mind the gap',
  728. 'year': '2004'
  729. },
  730.  
  731. {
  732. 'text': 'Doing it for the masses! Doing it for the crew! Going to make you hop and skip around like a kangaroo!',
  733. 'track': 'Shake that',
  734. 'album': 'Mind the gap',
  735. 'year': '2004'
  736. },
  737.  
  738. {
  739. 'text': 'Doing it for the masses! Doing it fast and slow! When I\'m in charge on the microphone, watch out I\'m about to blow!',
  740. 'track': 'Shake that',
  741. 'album': 'Mind the gap',
  742. 'year': '2004'
  743. },
  744.  
  745. {
  746. 'text': 'Life without knowledge is death in disguise!',
  747. 'track': 'Shake that',
  748. 'album': 'Mind the gap',
  749. 'year': '2004'
  750. },
  751.  
  752. {
  753. 'text': 'Find out what you cannot do and then go and do it. Yeah... no diggedy, aahh.',
  754. 'track': 'All i wanna do',
  755. 'album': 'Mind the gap',
  756. 'year': '2004'
  757. },
  758.  
  759. {
  760. 'text': 'Chat the mic, with no care. Test my style, if you dare.',
  761. 'track': 'All i wanna do',
  762. 'album': 'Mind the gap',
  763. 'year': '2004'
  764. },
  765.  
  766. {
  767. 'text': 'Ring me up!',
  768. 'track': 'Jigga Jigga',
  769. 'album': 'Mind the gap',
  770. 'year': '2004'
  771. },
  772.  
  773. {
  774. 'text': 'Welcome to the main arena!',
  775. 'track': 'Jigga Jigga',
  776. 'album': 'Mind the gap',
  777. 'year': '2004'
  778. },
  779.  
  780. {
  781. 'text': 'Close to the edge!',
  782. 'track': 'Jigga Jigga',
  783. 'album': 'Mind the gap',
  784. 'year': '2004'
  785. },
  786.  
  787. {
  788. 'text': 'I\'m not a faker, I\'m feared like the great white shark!',
  789. 'track': 'Jigga Jigga',
  790. 'album': 'Mind the gap',
  791. 'year': '2004'
  792. },
  793.  
  794. {
  795. 'text': 'Everybody wants to be a top shotter. I work da mike proper, here is the chart topper. Yeah!',
  796. 'track': 'Jigga Jigga',
  797. 'album': 'Mind the gap',
  798. 'year': '2004'
  799. },
  800.  
  801. {
  802. 'text': 'When I\'m bouncing, I\'m like a rabbit. See a punchbag, I wanna grab it.',
  803. 'track': 'Panties wanted',
  804. 'album': 'Mind the gap',
  805. 'year': '2004'
  806. },
  807.  
  808. {
  809. 'text': 'We want you now to take off your bras and your panties. Yeah. Throw them all onto the stage. And do it now!',
  810. 'track': 'Panties wanted',
  811. 'album': 'Mind the gap',
  812. 'year': '2004'
  813. },
  814.  
  815. {
  816. 'text': 'Come with me into the trees. We\'ll lay on the grass and let the hours pass',
  817. 'track': 'Stripped',
  818. 'album': 'Mind the gap',
  819. 'year': '2004'
  820. },
  821.  
  822. {
  823. 'text': 'Take my hand come back to the land. Where everything\'s ours for a few hours',
  824. 'track': 'Stripped',
  825. 'album': 'Mind the gap',
  826. 'year': '2004'
  827. },
  828.  
  829. {
  830. 'text': 'Whenever people agree with me I always feel I must be wrong',
  831. 'track': 'Suavemente',
  832. 'album': 'Mind the gap',
  833. 'year': '2004'
  834. },
  835.  
  836. {
  837. 'text': 'Slide on in between. It forces me to action. Where is the response?',
  838. 'track': 'The Chaser',
  839. 'album': 'Mind the gap',
  840. 'year': '2004'
  841. },
  842.  
  843. {
  844. 'text': 'Vicious and clean, edge like a laser. Words to hit you-like a laser.',
  845. 'track': 'The Chaser',
  846. 'album': 'Mind the gap',
  847. 'year': '2004'
  848. },
  849.  
  850. {
  851. 'text': 'I interrupt your transmission to distort your position',
  852. 'track': 'The avenger\'s back',
  853. 'album': 'Mind the gap',
  854. 'year': '2004'
  855. },
  856.  
  857. {
  858. 'text': 'It\'s like thunder, lightning! The way you love me is frightening.',
  859. 'track': 'The avenger\'s back',
  860. 'album': 'Mind the gap',
  861. 'year': '2004'
  862. },
  863.  
  864. {
  865. 'text': 'Now let me know if you\'re good to go',
  866. 'track': 'Hello! (Good to be back)',
  867. 'album': 'Who\'s got the last laugh now',
  868. 'year': '2005'
  869. },
  870.  
  871. {
  872. 'text': 'Hello! Hello! Good to be back, good to be back',
  873. 'track': 'Hello! (Good to be back)',
  874. 'album': 'Who\'s got the last laugh now',
  875. 'year': '2005'
  876. },
  877.  
  878. {
  879. 'text': 'Don\'t stop it\'s the ride of your life. Hold on tight, the whole night, \'cause you got the right',
  880. 'track': 'Hello! (Good to be back)',
  881. 'album': 'Who\'s got the last laugh now',
  882. 'year': '2005'
  883. },
  884.  
  885. {
  886. 'text': 'Like shotgun on the M.I.C. I float like a butterfly, sting like a bee',
  887. 'track': 'Hello! (Good to be back)',
  888. 'album': 'Who\'s got the last laugh now',
  889. 'year': '2005'
  890. },
  891.  
  892. {
  893. 'text': 'The explosion off my tongue makes you shiver',
  894. 'track': 'Privileged to witness',
  895. 'album': 'Who\'s got the last laugh now',
  896. 'year': '2005'
  897. },
  898.  
  899. {
  900. 'text': 'You faggot lost your flavour like an old piece of gum yeah',
  901. 'track': 'Privileged to witness',
  902. 'album': 'Who\'s got the last laugh now',
  903. 'year': '2005'
  904. },
  905.  
  906. {
  907. 'text': 'Rambling wack shit try to show you\'re the baddest while I sit back and relax go in full flow with attacks.',
  908. 'track': 'Privileged to witness',
  909. 'album': 'Who\'s got the last laugh now',
  910. 'year': '2005'
  911. },
  912.  
  913. {
  914. 'text': 'Giant steps are what you take. Walking on the moon, I hope my legs don\'t break',
  915. 'track': 'Privileged to witness',
  916. 'album': 'Who\'s got the last laugh now',
  917. 'year': '2005'
  918. },
  919.  
  920. {
  921. 'text': 'Leave you there with stitches, jacking to the pictures of your sister, \'til your hands got blisters',
  922. 'track': 'Privileged to witness',
  923. 'album': 'Who\'s got the last laugh now',
  924. 'year': '2005'
  925. },
  926.  
  927. {
  928. 'text': 'I don\'t speak my rhymes. I speak my mind. I battle with closed eyes and start beefing blind.',
  929. 'track': 'Privileged to witness',
  930. 'album': 'Who\'s got the last laugh now',
  931. 'year': '2005'
  932. },
  933.  
  934. {
  935. 'text': 'I flick the switch 2000 Volts of lyrical tricks yeah',
  936. 'track': 'Rock bottom',
  937. 'album': 'Who\'s got the last laugh now',
  938. 'year': '2005'
  939. },
  940.  
  941. {
  942. 'text': 'Discharge hard like lightning quick and hear the tick you got it?',
  943. 'track': 'Rock bottom',
  944. 'album': 'Who\'s got the last laugh now',
  945. 'year': '2005'
  946. },
  947.  
  948. {
  949. 'text': 'But before you hear the tock. There\'s a new flex I drop from my frontal lobe \'til the microphone explodes',
  950. 'track': 'Rock bottom',
  951. 'album': 'Who\'s got the last laugh now',
  952. 'year': '2005'
  953. },
  954.  
  955. {
  956. 'text': 'Love to rock bottom beats for the flicks to hibernate and syncopate but I\'m still in the mix',
  957. 'track': 'Rock bottom',
  958. 'album': 'Who\'s got the last laugh now',
  959. 'year': '2005'
  960. },
  961.  
  962. {
  963. 'text': 'I pump kinetics unintentional malice. Wanna battle one of us is ending up in God\'s palace',
  964. 'track': 'Rock bottom',
  965. 'album': 'Who\'s got the last laugh now',
  966. 'year': '2005'
  967. },
  968.  
  969. {
  970. 'text': 'Back off deadly like black coffee. Long as I got lungs and a knot you can\'t stop me',
  971. 'track': 'Rock bottom',
  972. 'album': 'Who\'s got the last laugh now',
  973. 'year': '2005'
  974. },
  975.  
  976. {
  977. 'text': 'Rotterdam. Amsterdam. Hey Dimitri. Yooo!',
  978. 'track': 'Rock bottom',
  979. 'album': 'Who\'s got the last laugh now',
  980. 'year': '2005'
  981. },
  982.  
  983. {
  984. 'text': 'It\'s H the lyrical weapon',
  985. 'track': 'The leading horse',
  986. 'album': 'Who\'s got the last laugh now',
  987. 'year': '2005'
  988. },
  989.  
  990. {
  991. 'text': 'Let\'s get steppin, your girls\' panties, I will be wetting. Last night\'s events she won\'t be forgetting',
  992. 'track': 'The leading horse',
  993. 'album': 'Who\'s got the last laugh now',
  994. 'year': '2005'
  995. },
  996.  
  997. {
  998. 'text': 'I bring quick brawls, fast trouble for every line you buss, I blast double',
  999. 'track': 'The leading horse',
  1000. 'album': 'Who\'s got the last laugh now',
  1001. 'year': '2005'
  1002. },
  1003.  
  1004. {
  1005. 'text': 'Alright, that\'s what happens if you give it. Got a life, gotta live it',
  1006. 'track': 'See me, Feel me',
  1007. 'album': 'Who\'s got the last laugh now',
  1008. 'year': '2005'
  1009. },
  1010.  
  1011. {
  1012. 'text': 'People call me ice, ain\'t another also - ran. I\'m the dan, with a tan, I got the master plan. Ahead of the game like in Japan.',
  1013. 'track': 'See me, Feel me',
  1014. 'album': 'Who\'s got the last laugh now',
  1015. 'year': '2005'
  1016. },
  1017.  
  1018. {
  1019. 'text': 'Ain\'t no saint, I cannot dispute everyone will meet their moment of truth',
  1020. 'track': 'See me, Feel me',
  1021. 'album': 'Who\'s got the last laugh now',
  1022. 'year': '2005'
  1023. },
  1024.  
  1025. {
  1026. 'text': 'I pierce your soul like a five-point picket',
  1027. 'track': 'See me, Feel me',
  1028. 'album': 'Who\'s got the last laugh now',
  1029. 'year': '2005'
  1030. },
  1031.  
  1032. {
  1033. 'text': 'Lyrical badness and madness still wicked. All those girls who love ice, just lick it.',
  1034. 'track': 'See me, Feel me',
  1035. 'album': 'Who\'s got the last laugh now',
  1036. 'year': '2005'
  1037. },
  1038.  
  1039. {
  1040. 'text': 'The Horseman says: You can\'t please anyone. So please yourself!',
  1041. 'track': 'See me, Feel me',
  1042. 'album': 'Who\'s got the last laugh now',
  1043. 'year': '2005'
  1044. },
  1045.  
  1046. {
  1047. 'text': 'Listen to the riddim, gonna rock you to the bone. Once again it\'s M.C. H. on the microphone',
  1048. 'track': 'Seven bridges',
  1049. 'album': 'Who\'s got the last laugh now',
  1050. 'year': '2005'
  1051. },
  1052.  
  1053. {
  1054. 'text': 'Listen to the jam, I got the mic in my hand with a wicked slang, I gotta make a grand.',
  1055. 'track': 'Seven bridges',
  1056. 'album': 'Who\'s got the last laugh now',
  1057. 'year': '2005'
  1058. },
  1059.  
  1060. {
  1061. 'text': 'Ice cream shaker, you\'re the waitress. I\'m the waiter got my way, got my way, sooner or later',
  1062. 'track': 'Seven bridges',
  1063. 'album': 'Who\'s got the last laugh now',
  1064. 'year': '2005'
  1065. },
  1066.  
  1067. {
  1068. 'text': 'I\'m your man, with a different plan, yeah',
  1069. 'track': 'Seven bridges',
  1070. 'album': 'Who\'s got the last laugh now',
  1071. 'year': '2005'
  1072. },
  1073.  
  1074. {
  1075. 'text': 'I cause a riot on the stage like a lion in a cage',
  1076. 'track': 'Behind the cow',
  1077. 'album': 'The Ultimate Aural Orgasm',
  1078. 'year': '2007'
  1079. },
  1080.  
  1081. {
  1082. 'text': 'Zibbidi zibbidi doo-dah zibbidi doo-dah hey',
  1083. 'track': 'Behind the cow',
  1084. 'album': 'The Ultimate Aural Orgasm',
  1085. 'year': '2007'
  1086. },
  1087.  
  1088. {
  1089. 'text': 'I say with no delay, MC H on the play',
  1090. 'track': 'Behind the cow',
  1091. 'album': 'The Ultimate Aural Orgasm',
  1092. 'year': '2007'
  1093. },
  1094.  
  1095. {
  1096. 'text': 'I am a fighter and not a writer',
  1097. 'track': 'Does the fish have chips',
  1098. 'album': 'The Ultimate Aural Orgasm',
  1099. 'year': '2007'
  1100. },
  1101.  
  1102. {
  1103. 'text': 'Alright now shake your hips, one question, Does the fish have chips?',
  1104. 'track': 'Does the fish have chips',
  1105. 'album': 'The Ultimate Aural Orgasm',
  1106. 'year': '2007'
  1107. },
  1108.  
  1109. {
  1110. 'text': 'I\'m in love with myself, cause it\'s good for my health. I drive a Rolls Royce, cause it\'s good for my voice.',
  1111. 'track': 'Does the fish have chips',
  1112. 'album': 'The Ultimate Aural Orgasm',
  1113. 'year': '2007'
  1114. },
  1115.  
  1116. {
  1117. 'text': 'How do I get off this bus?',
  1118. 'track': 'Does the fish have chips',
  1119. 'album': 'The Ultimate Aural Orgasm',
  1120. 'year': '2007'
  1121. },
  1122.  
  1123. {
  1124. 'text': 'Like vanilla in disguise, my name is ice',
  1125. 'track': 'The united vibe',
  1126. 'album': 'The Ultimate Aural Orgasm',
  1127. 'year': '2007'
  1128. },
  1129.  
  1130. {
  1131. 'text': 'From the top to the ground back on the floor we need the hardcore',
  1132. 'track': 'The united vibe',
  1133. 'album': 'The Ultimate Aural Orgasm',
  1134. 'year': '2007'
  1135. },
  1136.  
  1137. {
  1138. 'text': 'Alright, this one\'s going out to our posse. To all da junglist boys and girls in the place, yes!',
  1139. 'track': 'Ratty\'s revenge',
  1140. 'album': 'The Ultimate Aural Orgasm',
  1141. 'year': '2007'
  1142. },
  1143.  
  1144. {
  1145. 'text': 'You told me you were heavyweight You\'re just as light as a feather!',
  1146. 'track': 'Imaginary battle',
  1147. 'album': 'The Ultimate Aural Orgasm',
  1148. 'year': '2007'
  1149. },
  1150.  
  1151. {
  1152. 'text': 'Your last release was anything but a seller. And your microphone fears the word accapella!',
  1153. 'track': 'Imaginary battle',
  1154. 'album': 'The Ultimate Aural Orgasm',
  1155. 'year': '2007'
  1156. },
  1157.  
  1158. {
  1159. 'text': 'Used to be an oldschool skater. The chicks terminator. Now four years later, the new style gladiator',
  1160. 'track': 'Scarborough affair',
  1161. 'album': 'The Ultimate Aural Orgasm',
  1162. 'year': '2007'
  1163. },
  1164.  
  1165. {
  1166. 'text': 'Mad props going out the mad crew junglists',
  1167. 'track': 'Scarborough affair',
  1168. 'album': 'The Ultimate Aural Orgasm',
  1169. 'year': '2007'
  1170. }
  1171.  
  1172.  
  1173. ][Math.floor(Math.random() * 167)].text);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement