thisisnotras

Rhythm

Aug 23rd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.01 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Press+Start+2P);
  4.  
  5.  
  6. .pfor {display:none;}
  7. #profile {background: transparent; border:0;}
  8.  
  9. body {background: grey;
  10. color: black;
  11. background-image:;
  12. background-size: 100% 100%;
  13. background-repeat: no-repeat;
  14. background-position: top left;}
  15.  
  16. ::-webkit-scrollbar
  17. {
  18. width: 3px;
  19. background-color: #635762;
  20. }
  21.  
  22. ::-webkit-scrollbar-thumb
  23. {
  24. border-radius: 10px;
  25. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  26. background-color: white ;
  27.  
  28. }
  29.  
  30. #whole{
  31. position: fixed;
  32. top: 0px;
  33. left: 0px;
  34. right: 0px;
  35. bottom: 0px;
  36. background-image:
  37. url(http://i248.photobucket.com/albums/gg181/xblah/sasbackground1.png);
  38. background-size: 100% auto;
  39. background-position: center centert;
  40. background-repeat: no-repeat;
  41. font-family: 'Press Start 2p', Times;
  42. }
  43.  
  44. #divcontainer {
  45. position: absolute;
  46. left: 0px;
  47. right: 0px;
  48. top: 250px;
  49. margin: auto;
  50. height: 500px;
  51. width: 690px;
  52. border: 0px solid black;
  53. text-align: left;
  54. }
  55.  
  56. #selectionbar {
  57. position: absolute;
  58. width: 100%;
  59. height: 20px;
  60. border-radius: 20px 20px 20px 20px;
  61. overflow: hidden;
  62. z-index: 0;
  63. }
  64.  
  65. #backspin {position: absolute;
  66. left: -200px;
  67. top: -200px;
  68. height: 1000px;
  69. width: 1000px;
  70. border-radius: 360px 360px 360px 360px;
  71. background-image:
  72. url(http://img2.wikia.nocookie.net/__cb20140817004459/spore/images/6/6d/Random-wallpapers-space-stars-background-wallpaper-32823.jpg);
  73. background-size: 100px;
  74. background-repeat: repeat;
  75. -webkit-animation:spin 120s linear infinite;
  76. -moz-animation:spin 120s linear infinite;
  77. animation:spin 120s linear infinite;
  78. z-index: -1;}
  79.  
  80.  
  81. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  82. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  83. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  84.  
  85.  
  86.  
  87. #titledivs {
  88. float: left;
  89. height: 12px;
  90. width: 100px;
  91. margin-top: 4px;
  92. border-radius: 90px 90px 90px 90px;
  93. background: grey;
  94. margin-left: 20px;
  95. font-size: 7pt;
  96. font-weight: 400;
  97. color: black;
  98. box-sizing: border-box;
  99. padding-left: 10px;
  100. padding-top: 2px;
  101. letter-spacing: -2px;
  102. z-index: 1;
  103. }
  104.  
  105. .firstdiv {margin-left: 55px !important;}
  106.  
  107. #pop1, #drop1, #pop2,
  108. #drop2, #pop3, #drop3,
  109. #pop4, #drop4, #pop5, #drop5{
  110. position: absolute;
  111. top: 5px;
  112. height: 10px;
  113. width: 10px;
  114. border-radius: 90px 90px 90px 90px;
  115. z-index: 2;
  116. }
  117.  
  118. #pop1, #pop2, #pop3, #pop4, #pop5{
  119. box-sizing: border-box;
  120. border: 0px solid black;
  121. -webkit-transition: all .2s;
  122. transition: all .2s;
  123. }
  124.  
  125. #pop1:hover, #pop2:hover, #pop3:hover,
  126. #pop4:hover, #pop5:hover{
  127. -webkit-transition: all .2s;
  128. transition: all .2s;
  129. border: 2px solid black;}
  130.  
  131. #drop1, #drop2, #drop3, #drop4, #drop5{
  132. box-sizing: border-box;
  133. border: 0px solid white;
  134. -webkit-transition: all .2s;
  135. transition: all .2s;}
  136.  
  137. #drop1:hover, #drop2:hover, #drop3:hover,
  138. #drop4:hover, #drop5:hover{
  139. -webkit-transition: all .2s;
  140. transition: all .2s;
  141. border: 2px solid white;}
  142.  
  143.  
  144. #pop1{left:120px; background: white;}
  145. #drop1{ left: 135px; background: black;}
  146. #pop2{left: 240px; background: white;}
  147. #drop2{left: 255px; background: black;}
  148. #pop3{left: 360px; background: white;}
  149. #drop3{left: 375px; background: black;}
  150. #pop4{left: 480px; background: white;}
  151. #drop4{left: 495px; background: black;}
  152. #pop5{left: 600px; background: white;}
  153. #drop5{left: 615px; background: black;}
  154.  
  155. #blockerdiv {
  156. float: left;
  157. margin-top: 130px;
  158. margin-left: 30px;
  159. height: 20px;
  160. width: 20px;
  161. background: black;
  162. opacity: 0;
  163. }
  164.  
  165. #blockerdiv2 {
  166. float: left;
  167. margin-top: 20px;
  168. height: 20px;
  169. width: 100%;
  170. background: red;
  171. opacity: 0;
  172. }
  173.  
  174. #musiclist1, #musiclist2, #musiclist3, #musiclist4, #musiclist5 {
  175. float: left;
  176. height: 0px;
  177. width: 0px;
  178. opacity: 0;
  179. border: 0px solid black;
  180. border-radius: 20px 20px 20px 20px;
  181. -webkit-transition: all 1s 9999s;
  182. transition: all 1s 9999s;
  183. moz-transition: all 1s 9999;
  184. text-align: center;
  185. font-size: 0pt;
  186. opacity: 0.001;
  187. color: white;
  188. margin-left: -2000px;
  189.  
  190. }
  191.  
  192.  
  193. #pop1:active ~ #musiclist1,
  194. #pop2:active ~ #musiclist2,
  195. #pop3:active ~ #musiclist3,
  196. #pop4:active ~ #musiclist4,
  197. #pop5:active ~ #musiclist5{
  198. -webkit-transition: all 0s;
  199. transition: all 0s;
  200. height: 200px !important;
  201. width: 100px !important;
  202. opacity: 1 !important;
  203. margin-right: 20px !important;
  204. font-size: 7pt;
  205. display: block !important;
  206. margin-left: 0px;
  207. }
  208.  
  209. #drop1:active ~ #musiclist1,
  210. #drop2:active ~ #musiclist2,
  211. #drop3:active ~ #musiclist3,
  212. #drop4:active ~ #musiclist4,
  213. #drop5:active ~ #musiclist5{
  214. -webkit-transition: all 0s;
  215. transition: all 0s;
  216. height: 0.001px;
  217. width: 0.001px;
  218. opacity: 0.001 !important;
  219. margin-right: 0.0001px !important;
  220. font-size: 0.00001pt;
  221. overflow: hidden;
  222. display: none !important;
  223. }
  224.  
  225. #songlisting{
  226. float: left;
  227. height: 17px;
  228. width: 100%;
  229. background: black;
  230. border-radius: 20px 20px 20px 20px;
  231. overflow: hidden;
  232. -webkit-transition: all 1s .1s;
  233. transition: all 1s .1s;
  234. box-shadow: 0px 0px 10px white;
  235. box-sizing: border-box;
  236. margin-top: 5px;
  237. color: white;
  238. font-size: 9pt;
  239. font-weight: 400;
  240. padding-top: 2px;
  241. text-align: left;
  242. font-size: 5pt;
  243. padding-left: 6px;
  244.  
  245. }
  246.  
  247. #songheading{
  248. float: left;
  249. height: 20px;
  250. width: 100%;
  251. background: transparent;
  252. font-size: 7pt;
  253. font-weight: 400;
  254. text-align: center;
  255. overflow: hidden;
  256. color: white;}
  257.  
  258. #songlisting:hover{
  259. -webkit-transition: all .5s;
  260. transition: all .5s;
  261. background: white;
  262. box-shadow: 0px 0px 10px black;
  263. color: black;}
  264.  
  265. #musicholder{
  266. position: absolute;
  267. height: 20px;
  268. width: 20px;
  269. background: black;
  270. bottom: 0px;
  271. left: 0px;
  272. right: 0px;
  273. margin: auto;
  274. opacity: 0;
  275. }
  276.  
  277. .singsong {
  278. height: 20px;
  279. width: 20px;
  280. color: white;
  281. display: none;
  282. }
  283.  
  284. .singsong:target{
  285. display: block;}
  286.  
  287. #explanationdiv{position:absolute;
  288. top: 175px;
  289. left: 0px;
  290. right: 0px;
  291. margin: auto;
  292. height: 40px;
  293. width: 700px;
  294. color: white;
  295. font-size: 7pt;
  296. letter-spacing: 0px;
  297. text-align: center;
  298. line-height: 9pt;
  299. }
  300.  
  301. #dancemandance{position: absolute;
  302. bottom: 0px;
  303. left: 0px;
  304. height: 300px;
  305. width: 400px;
  306. background-image:
  307. url(http://i115.photobucket.com/albums/n289/SCWolf/tumblr_lztxaqPnBX1qfio03o1_500.gif);
  308. background-repeat: no-repeat;
  309. background-size: auto 100%;}
  310.  
  311. #holdsallstuff{
  312. height: 200px;
  313. width: 100px;
  314. padding-left: 10px;
  315. padding-right: 7px;
  316. padding-bottom: 10px;
  317. border-radius: 0px 0px 30px 30px;
  318. -webkit-transition: all 1s;
  319. transition: all 1s;
  320. overflow: hidden;}
  321.  
  322. #holdsallstuff:hover{
  323. overflow: auto;}
  324.  
  325. </style>
  326.  
  327. <div id="whole">
  328.  
  329. <div id="explanationdiv">
  330. This is just a place where I keep music links. The white circle drops down a category, the black circle snatches it back up. Click any song title to play it. Select another song to switch or 'cancel' for obvious results. Sort of simple, right? Works best on Chrome. If it looks weird, just refresh.
  331. </div>
  332.  
  333. <div id="dancemandance">
  334. </div>
  335.  
  336. <div id="divcontainer">
  337. <div id="selectionbar">
  338. <div id="backspin">
  339. </div>
  340. <div id="titledivs" class="firstdiv">
  341. profs.
  342. </div>
  343. <div id="titledivs" class=>
  344. old
  345. </div>
  346. <div id="titledivs" class=>
  347. new
  348. </div>
  349. <div id="titledivs" class=>
  350. friends
  351. </div>
  352. <div id="titledivs" class=>
  353. select
  354. </div>
  355. </div>
  356.  
  357. <div id="pop1">
  358. </div>
  359. <div id="drop1">
  360. </div>
  361. <div id="pop2">
  362. </div>
  363. <div id="drop2">
  364. </div>
  365. <div id="pop3">
  366. </div>
  367. <div id="drop3">
  368. </div>
  369. <div id="pop4">
  370. </div>
  371. <div id="drop4">
  372. </div>
  373. <div id="pop5">
  374. </div>
  375. <div id="drop5">
  376. </div>
  377.  
  378. <div id="blockerdiv2">
  379. </div>
  380. <div id="blockerdiv">
  381. </div>
  382.  
  383.  
  384. <div id="musiclist1">
  385. <div id="songheading">profile music</div>
  386.  
  387. <a href=#songA1> <div id="songlisting">
  388. change the guard
  389. </div></a>
  390. <a href=#songA2> <div id="songlisting">
  391. vegas
  392. </div></a>
  393. <a href=#songA3> <div id="songlisting">
  394. raindance
  395. </div></a>
  396.  
  397. <a href=#songA4> <div id="songlisting">
  398. ancient evil
  399. </div></a>
  400.  
  401. <a href=#songA5> <div id="songlisting">
  402. west coast
  403. </div></a>
  404.  
  405. <a href=#songA6> <div id="songlisting">
  406. jeapordy
  407. </div></a>
  408.  
  409. <a href=#nadda> <div id="songlisting">
  410. cancel
  411. </div></a>
  412.  
  413. </div>
  414.  
  415.  
  416.  
  417. <div id="musiclist2">
  418. <div id="songheading">old<br>music</div>
  419.  
  420.  
  421. <a href=#songB1> <div id="songlisting">
  422. don't hold applause
  423. </div></a>
  424.  
  425. <a href=#songB2> <div id="songlisting">
  426. go straight
  427. </div></a>
  428.  
  429. <a href=#songB3> <div id="songlisting">
  430. daze
  431. </div></a>
  432.  
  433. <a href=#songB4> <div id="songlisting">
  434. everybody rise
  435. </div></a>
  436.  
  437. <a href=#songB5> <div id="songlisting">
  438. night time
  439. </div></a>
  440.  
  441. <a href=#songB6> <div id="songlisting">
  442. oblivion
  443. </div></a>
  444.  
  445. <a href=#nadda> <div id="songlisting">
  446. cancel
  447. </div></a>
  448. </div>
  449.  
  450.  
  451. <div id="musiclist3">
  452. <div id="songheading">new<br>picks</div>
  453.  
  454. <a href=#songC1> <div id="songlisting">
  455. turn it down
  456. </div></a>
  457.  
  458. <a href=#songC2> <div id="songlisting">
  459. ruthless
  460. </div></a>
  461.  
  462. <a href=#songC3> <div id="songlisting">
  463. youth without youth
  464. </div></a>
  465.  
  466. <a href=#songC4> <div id="songlisting">
  467. from finner
  468. </div></a>
  469.  
  470. <a href=#songC5> <div id="songlisting">
  471. aim to win
  472. </div></a>
  473.  
  474. <a href=#nadda> <div id="songlisting">
  475. cancel
  476. </div></a>
  477. </div>
  478.  
  479.  
  480. <div id="musiclist4">
  481. <div id="songheading" style="padding-left: 10px;">friend's suggestions</div>
  482. <div id="holdsallstuff">
  483.  
  484. <a href=#songD1> <div id="songlisting">
  485. lsd
  486. </div></a>
  487.  
  488. <a href=#songD2> <div id="songlisting">
  489. silver
  490. </div></a>
  491.  
  492. <a href=#songD3> <div id="songlisting">
  493. control
  494. </div></a>
  495.  
  496. <a href=#songD4> <div id="songlisting">
  497. faith
  498. </div></a>
  499.  
  500. <a href=#songD5> <div id="songlisting">
  501. son of a gun
  502. </div></a>
  503.  
  504. <a href=#songD6> <div id="songlisting">
  505. my ugly boy
  506. </div></a>
  507.  
  508. <a href=#songD7> <div id="songlisting">
  509. le perv
  510. </div></a>
  511.  
  512. <a href=#songD8> <div id="songlisting">
  513. wicked games
  514. </div></a>
  515.  
  516. <a href=#songD9> <div id="songlisting">
  517. hot dreams
  518. </div></a>
  519.  
  520. <a href=#songD10> <div id="songlisting">
  521. the offbeat
  522. </div></a>
  523.  
  524. <a href=#songD11> <div id="songlisting">
  525. hurricane
  526. </div></a>
  527.  
  528. <a href=#songD12> <div id="songlisting">
  529. fckng best song ever
  530. </div></a>
  531.  
  532. <a href=#songD13> <div id="songlisting">
  533. devil walk, god walk
  534. </div></a>
  535.  
  536. <a href=#songD14> <div id="songlisting">
  537. souto
  538. </div></a>
  539. </div>
  540.  
  541. <a href=#nadda> <div id="songlisting" style="margin-left: 10px;">
  542. cancel
  543. </div></a>
  544. </div>
  545.  
  546.  
  547. <div id="musiclist5">
  548.  
  549. <div id="songheading" style="padding-left: 10px;">sword and sworcery</div>
  550. <div id="holdsallstuff">
  551. <a href=#songE1> <div id="songlisting">
  552. 1. dark flute
  553. </div></a>
  554.  
  555. <a href=#songE2> <div id="songlisting">
  556. 2. lone star
  557. </div></a>
  558.  
  559. <a href=#songE3> <div id="songlisting">
  560. 3. doom sock
  561. </div></a>
  562.  
  563. <a href=#songE4> <div id="songlisting">
  564. 4. prettiest weed
  565. </div></a>
  566.  
  567. <a href=#songE5> <div id="songlisting">
  568. 5. the cloud
  569. </div></a>
  570.  
  571. <a href=#songE6> <div id="songlisting">
  572. 6. under a tree
  573. </div></a>
  574.  
  575. <a href=#songE7> <div id="songlisting">
  576. 7. the maelstrom
  577. </div></a>
  578.  
  579. <a href=#songE8> <div id="songlisting">
  580. 8. ballad of the...
  581. </div></a>
  582.  
  583. <a href=#songE9> <div id="songlisting">
  584. 9. unknowable geometry
  585. </div></a>
  586.  
  587. <a href=#songE10> <div id="songlisting">
  588. 10. bones mccoy
  589. </div></a>
  590.  
  591. <a href=#songE11> <div id="songlisting">
  592. 11. ode to a room
  593. </div></a>
  594.  
  595. <a href=#songE12> <div id="songlisting">
  596. 12. the prettiest remix
  597. </div></a>
  598.  
  599. <a href=#songE13> <div id="songlisting">
  600. 13. the whirling infinite
  601. </div></a>
  602.  
  603. <a href=#songE14> <div id="songlisting">
  604. 14. little furnace
  605. </div></a>
  606.  
  607. <a href=#songE15> <div id="songlisting">
  608. 16. cabin music
  609. </div></a>
  610.  
  611. <a href=#songE16> <div id="songlisting">
  612. 17. battles 1
  613. </div></a>
  614.  
  615. <a href=#songE17> <div id="songlisting">
  616. 18. battles 2
  617. </div></a>
  618.  
  619. <a href=#songE18> <div id="songlisting">
  620. 19. com64
  621. </div></a>
  622.  
  623. <a href=#songE19> <div id="songlisting">
  624. 20. mushrooms
  625. </div></a>
  626.  
  627. <a href=#songE20> <div id="songlisting">
  628. 21. death to everyone
  629. </div></a>
  630.  
  631. <a href=#songE21> <div id="songlisting">
  632. 22. confronting the wol
  633. </div></a>
  634.  
  635. <a href=#songE22> <div id="songlisting">
  636. 23. up a mountain
  637. </div></a>
  638.  
  639. <a href=#songE23> <div id="songlisting">
  640. 24. activating trigons
  641. </div></a>
  642.  
  643. <a href=#songE24> <div id="songlisting">
  644. 25. how we got old
  645. </div></a>
  646.  
  647. <a href=#songE25> <div id="songlisting">
  648. 26. and we got older
  649. </div></a>
  650. </div>
  651.  
  652. <a href=#nadda> <div id="songlisting" style="margin-left:10px;">
  653. cancel
  654. </div></a>
  655.  
  656. </div>
  657.  
  658. <div id="musicholder">
  659. <div id="songA1" class="singsong">jijiji
  660. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/gpbxupu4i05ghjs/Kamasi%20Washington%20-%20%27Change%20of%20the%20Guard%27.mp3?dl=1&t0=Kamasi Change The Guard &total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  661.  
  662.  
  663.  
  664. </div>
  665.  
  666. <div id="songA2" class="singsong">
  667. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/0s4jzqj40ei3yx0/Polica%20-%20Vegas.mp3?dl=1&t0=Polica Vegas&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  668. </div>
  669.  
  670. <div id="songA3" class="singsong">
  671. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/x3sz3j4t1jrchdu/Anzo_-_Raindance.mp3?dl=1&t0=Raindanceo&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  672.  
  673. </div>
  674.  
  675. <div id="songA4" class="singsong">
  676. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/7b876l64j1hbgfk/C21%20FX%20-%20Ancient%20Evil%20%5BEpic%20Dramatic%20Orchestral%5D.mp3?dl=1&t0=Ancient&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  677.  
  678. </div>
  679.  
  680. <div id="songA5" class="singsong">
  681. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/iy0vrd5tafnx8ya/Lana%20Del%20Rey%20-%20West%20Coast%20%28Rob%20Orton%20Mix%29.mp3?dl=1&t0=West Coast&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  682.  
  683. </div>
  684.  
  685. <div id="songA6" class="singsong">
  686. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/n6je7s93g7jfoam/Jeopardy%20%281%29.mp3?dl=1&t0=Jeapordy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  687.  
  688. </div>
  689.  
  690. <div id="songB1" class="singsong">
  691. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/vol1ai9kfjylnyr/01%20Don%27t%20Hold%20Your%20Applause.mp3?dl=1&t0=HoldYourApplause&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  692.  
  693. </div>
  694.  
  695. <div id="songB2" class="singsong">
  696. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/nd475uchysfy4a5/01%20Go%20Straight.mp3?dl=1&t0=GoStraight&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  697.  
  698. </div>
  699.  
  700. <div id="songB3" class="singsong">
  701. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/5ztrxbur5fhg1g3/-%20Mekakucity%20Actors%20--daze--%20Lyrics%20Ver.%20-%20%28versi%C3%B3n%20Full%29%20HD.mp3?dl=1&t0=Daze&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  702.  
  703. </div>
  704.  
  705. <div id="songB4" class="singsong">
  706. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/mjp13fvo3qvzstw/02%20-%20Busta%20Rhymes%20-%20EVERYBODY%20RISE.mp3?dl=1&t0=everybodyrise&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  707.  
  708. </div>
  709.  
  710. <div id="songB5" class="singsong">
  711. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/6lc9mtqvpt1ywg9/10%20Night%20Time.mp3?dl=1&t0=nighttime&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  712.  
  713. </div>
  714.  
  715. <div id="songB6" class="singsong">
  716. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/tvg3imb3qkyytmb/30%20M83%20-%20Oblivion%20%28feat.%20Susanne%20Sundf%C3%B8r%29.mp3?dl=1&t0=oblivion&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  717.  
  718. </div>
  719.  
  720. <div id="songC1" class="singsong">
  721. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/vqp3zwltan8hxle/1-02%20Turn%20It%20Down%20%28with%20Rebecca%20%26%20Fi.mp3?dl=1&t0=turnitdown&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  722.  
  723. </div>
  724.  
  725. <div id="songC2" class="singsong">
  726. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/46au6c92bpbzf1x/01-Ruthless.mp3?dl=1&t0=ruthless&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  727.  
  728. </div>
  729.  
  730. <div id="songC3" class="singsong">
  731. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/b0gik0uu8x8pj4l/02%20Youth%20Without%20Youth.m4a?dl=1&t0=youthwithoutyouth&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  732.  
  733. </div>
  734.  
  735. <div id="songC4" class="singsong">
  736. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/4u2vzstgkhw0515/06%20Of%20Monsters%20and%20Men%20-%20From%20Finner.mp3?dl=1&t0=fromfinner&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  737.  
  738. </div>
  739.  
  740. <div id="songC5" class="singsong">
  741. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/s3kbnokw4zt33oq/102%20-%20AIM%20TO%20WIN%20%28Character%20Select%29.mp3?dl=1&t0=aimtowin&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  742.  
  743. </div>
  744.  
  745.  
  746. <div id="songD1" class="singsong">
  747. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/vfqp5ntfa40z4xg/A%24AP%20Rocky%20-%20LSD.mp3?dl=1&t0=LSD&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  748.  
  749. </div>
  750.  
  751. <div id="songD2" class="singsong">
  752. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/baegpg5khyc4w9z/Caribou%20-%20Silver.mp3?dl=1&t0=Silver&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  753.  
  754. </div>
  755.  
  756. <div id="songD3" class="singsong">
  757. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/dlpkx7q5v9djksa/CHVRN%20-%20Control.mp3?dl=1&t0=Control&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  758.  
  759. </div>
  760.  
  761. <div id="songD4" class="singsong">
  762. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/0ju7tpevpiypb9e/Faith%20-%20George%20Michael.mp3?dl=1&t0=faith&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  763.  
  764. </div>
  765.  
  766. <div id="songD5" class="singsong">
  767. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/329z7odh9zrlrso/Oh%20Land%20-%20Sun%20Of%20A%20Gun.mp3?dl=1&t0=sonofagun&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  768.  
  769. </div>
  770.  
  771. <div id="songD6" class="singsong">
  772. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/yaallg56zwzcd2c/Skunk%20Anansie%20-%20My%20Ugly%20Boy.mp3?dl=1&t0=myuglyboy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  773.  
  774. </div>
  775.  
  776.  
  777. <div id="songD7" class="singsong">
  778. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/eonzls6knfe24vs/Carpenter%20Brut%20-%20Le%20Perv.mp3?dl=1&t0=le perv&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  779.  
  780. </div>
  781.  
  782.  
  783. <div id="songD8" class="singsong">
  784. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/luuozxz8jbfjp0v/The%20Weeknd%20-%20Wicked%20Games%20%28Explicit%29.mp3?dl=1&t0=wickedgames&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  785.  
  786. </div>
  787.  
  788.  
  789. <div id="songD9" class="singsong">
  790. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/cfor84o45cfr6fx/Timber%20Timbre%20-%20Hot%20Dreams.mp3?dl=1&t0=hotdreams&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  791.  
  792. </div>
  793.  
  794. <div id="songD10" class="singsong">
  795. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/r9znvzz234nkv4r/Wildbirds%20%26%20Peacedrums%20-%20The%20Offbeat%20%28Official%20Video%29.mp3?dl=1&t0=theoffbeat&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  796.  
  797. </div>
  798.  
  799.  
  800. <div id="songD11" class="singsong">
  801. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/reyguz54d4j6aie/MS%20MR%20-%20Hurricane%20%28Official%20video%29.mp3?dl=1&t0=hurricane&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  802.  
  803. </div>
  804.  
  805.  
  806. <div id="songD12" class="singsong">
  807. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/ae9ir2rbadu26yo/Wallpaper.%20-%20FUCKING%20BEST%20SONG%20EVERRR%20%28Animated%20Short%29.mp3?dl=1&t0=bestsongever&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  808.  
  809. </div>
  810.  
  811.  
  812. <div id="songD13" class="singsong">
  813. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/0u3xy5d8e7jnbl2/Oceana%20-%20Devil%20Walk%2C%20God%20Walk%20%28Heaven%20Walk%2C%20Hell%20Walk%29.mp3?dl=1&t0=devilwalkgodwalk&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  814.  
  815. </div>
  816.  
  817. <div id="songD14" class="singsong">
  818. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/caac7zqbcyb9mnk/Tenhi%20-%20Souto.mp3?dl=1&t0=souto&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  819.  
  820. </div>
  821.  
  822. <div id="songE1" class="singsong">
  823. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/lsexcd2lyz67ji9/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2001%20Dark%20Flute.mp3?dl=1&t0=darkflute&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  824.  
  825. </div>
  826.  
  827. <div id="songE2" class="singsong">
  828. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/s02q1cnrpjc112x/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2002%20Lone%20Star.mp3?dl=1&t0=lonestar&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  829.  
  830. </div>
  831.  
  832. <div id="songE3" class="singsong">
  833. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/yshb0fe6578h2wm/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2003%20Doom%20Sock.mp3?dl=1&t0=doomsock&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  834.  
  835. </div>
  836.  
  837. <div id="songE4" class="singsong">
  838. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/2kl0ezxjdmm00it/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2004%20The%20Prettiest%20Weed.mp3?dl=1&t0=prettiestweed&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  839.  
  840. </div>
  841.  
  842. <div id="songE5" class="singsong">
  843. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/ooo4jbqjg7d5iop/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2005%20The%20Cloud.mp3?dl=1&t0=thecloud&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  844.  
  845. </div>
  846.  
  847. <div id="songE6" class="singsong">
  848. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/wzcxqjfogyq3oxa/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2006%20Under%20A%20Tree.mp3?dl=1&t0=underatree&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  849.  
  850. </div>
  851.  
  852. <div id="songE7" class="singsong">
  853. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/dvr7zvpn19oxats/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2007%20The%20Maelstrom.mp3?dl=1&t0=themaelstrom&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  854.  
  855. </div>
  856.  
  857. <div id="songE8" class="singsong">
  858. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/spizm3xctaheut7/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2008%20The%20Ballad%20Of%20The%20Space%20Babies.mp3?dl=1&t0=balladofbabies&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  859.  
  860. </div>
  861.  
  862. <div id="songE9" class="singsong">
  863. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/q6rw7raqcrpo9wf/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2009%20Unknowable%20Geometry.mp3?dl=1&t0=unknowablegeometry&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  864.  
  865. </div>
  866.  
  867. <div id="songE10" class="singsong">
  868. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/in03gcu5d6lomu1/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2010%20Bones%20McCoy.mp3?dl=1&t0=bonesmccoy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  869.  
  870. </div>
  871.  
  872. <div id="songE11" class="singsong">
  873. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/8c0fpja7qqr08vh/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2011%20Ode%20To%20A%20Room.mp3?dl=1&t0=odetoaroom&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  874.  
  875. </div>
  876.  
  877. <div id="songE12" class="singsong">
  878. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/3dmvn8tfnv7khiw/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2012%20The%20Prettiest%20Remix.mp3?dl=1&t0=theprettiestremix&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  879.  
  880. </div>
  881.  
  882. <div id="songE13" class="singsong">
  883. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/ln0ceb9cgze1ko2/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2013%20The%20Whirling%20Infinite.mp3?dl=1&t0=whirlinginfinite&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  884.  
  885. </div>
  886.  
  887. <div id="songE14" class="singsong">
  888. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/aia8su4xg5m9tq2/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2014%20Little%20Furnace.mp3?dl=1&t0=littlefurnace&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  889.  
  890. </div>
  891.  
  892. <div id="songE15" class="singsong">
  893. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/7dfo2e97qu5u7d1/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2016%20Cabin%20Music%20%28Bonus%20Track%29.mp3?dl=1&t0=cabinmusic&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  894.  
  895. </div>
  896.  
  897.  
  898. <div id="songE16" class="singsong">
  899. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/vy3i9sbqjlik55n/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2017%20Battles%201%28Bonus%20Track%29.mp3?dl=1&t0=battles1&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  900.  
  901. </div>
  902.  
  903.  
  904. <div id="songE17" class="singsong">
  905. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/zmnx2sv1r1bpobh/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2018%20Battles%202%20%28Bonus%20Track%29.mp3?dl=1&t0=battles2&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  906.  
  907. </div>
  908.  
  909. <div id="songE18" class="singsong">
  910. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/40c2d3o533dr3ux/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2019%20Com64%20%28Bonus%20Track%29.mp3?dl=1&t0=com64&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  911.  
  912. </div>
  913.  
  914. <div id="songE19" class="singsong">
  915. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/mtxn4ak24s0r7v1/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2020%20Mushrooms%20%28Bonus%20Track%29.mp3?dl=1&t0=mushrooms&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  916.  
  917. </div>
  918.  
  919. <div id="songE20" class="singsong">
  920. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/fikmeyj9fhtw9te/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2021%20Death%20To%20Everyone%20%28Bonus%20Track%29.mp3?dl=1&t0=deathtoeveryone&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  921.  
  922. </div>
  923.  
  924. <div id="songE21" class="singsong">
  925. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/qld8dvv9ysvsdvi/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2022%20Confronting%20The%20Wolf%20%28Bonus%20Track%29.mp3?dl=1&t0=confrontthewolf&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  926.  
  927. </div>
  928.  
  929. <div id="songE22" class="singsong">
  930. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/3rhzijb4z4tixcy/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2023%20Up%20A%20Mountain%20%28Bonus%20Track%29.mp3?dl=1&t0=upamountain&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  931.  
  932. </div>
  933.  
  934. <div id="songE23" class="singsong">
  935. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/6t8s3dj3ba33fn8/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2024%20Activating%20Trigons%20%28Bonus%20Track%29.mp3?dl=0&t0=activatingtrigons&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  936.  
  937. </div>
  938.  
  939. <div id="songE24" class="singsong">
  940. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/f0zip5p9apcjtt0/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2025%20How%20We%20Get%20Old%20%28Bonus%20Track%29.mp3?dl=1&t0=howwegotold&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  941.  
  942. </div>
  943.  
  944. <div id="songE25" class="singsong">
  945. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/pmxkpyjqg3hsgre/Jim%20Guthrie%20-%20Sword%20%26%20Sworcery%20LP%20-%20The%20Ballad%20of%20the%20Space%20Babies%20-%2026%20And%20We%20Got%20Older.mp3?dl=1&t0=andwegotolder&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  946.  
  947. </div>
  948.  
  949.  
  950. </div>
  951.  
  952. </div>
  953. </div>
  954. </div></center>
Advertisement
Add Comment
Please, Sign In to add comment