Advertisement
thisisnotras

Rhythm

Jul 10th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.44 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://i.4cdn.org/wg/1436232479310.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. text-align: center;
  184. font-size: 0pt;
  185. opacity: 0.001;
  186. color: white;
  187.  
  188. }
  189.  
  190.  
  191. #pop1:active ~ #musiclist1,
  192. #pop2:active ~ #musiclist2,
  193. #pop3:active ~ #musiclist3,
  194. #pop4:active ~ #musiclist4,
  195. #pop5:active ~ #musiclist5{
  196. -webkit-transition: all 0s;
  197. transition: all 0s;
  198. height: 200px !important;
  199. width: 100px !important;
  200. opacity: 1 !important;
  201. margin-right: 20px !important;
  202. font-size: 7pt;
  203. display: block;
  204. }
  205.  
  206. #drop1:active ~ #musiclist1,
  207. #drop2:active ~ #musiclist2,
  208. #drop3:active ~ #musiclist3,
  209. #drop4:active ~ #musiclist4,
  210. #drop5:active ~ #musiclist5{
  211. -webkit-transition: all 0s;
  212. transition: all 0s;
  213. height: 0.001px;
  214. width: 0.001px;
  215. opacity: 0.001 !important;
  216. margin-right: 0.0001px !important;
  217. font-size: 0.00001pt;
  218. overflow: hidden;
  219. display: none;
  220. }
  221.  
  222. #songlisting{
  223. float: left;
  224. height: 17px;
  225. width: 100%;
  226. background: black;
  227. border-radius: 20px 20px 20px 20px;
  228. overflow: hidden;
  229. -webkit-transition: all 1s .1s;
  230. transition: all 1s .1s;
  231. box-shadow: 0px 0px 10px white;
  232. box-sizing: border-box;
  233. margin-top: 5px;
  234. color: white;
  235. font-size: 9pt;
  236. font-weight: 400;
  237. padding-top: 2px;
  238. text-align: left;
  239. font-size: 5pt;
  240. padding-left: 6px;
  241.  
  242. }
  243.  
  244. #songheading{
  245. float: left;
  246. height: 20px;
  247. width: 100%;
  248. background: transparent;
  249. font-size: 7pt;
  250. font-weight: 400;
  251. text-align: center;
  252. overflow: hidden;
  253. color: white;}
  254.  
  255. #songlisting:hover{
  256. -webkit-transition: all .5s;
  257. transition: all .5s;
  258. background: white;
  259. box-shadow: 0px 0px 10px black;
  260. color: black;}
  261.  
  262. #musicholder{
  263. position: absolute;
  264. height: 20px;
  265. width: 20px;
  266. background: black;
  267. bottom: 0px;
  268. left: 0px;
  269. right: 0px;
  270. margin: auto;
  271. opacity: 0;
  272. }
  273.  
  274. .singsong {
  275. height: 20px;
  276. width: 20px;
  277. color: white;
  278. display: none;
  279. }
  280.  
  281. .singsong:target{
  282. display: block;}
  283.  
  284. #explanationdiv{position:absolute;
  285. top: 175px;
  286. left: 0px;
  287. right: 0px;
  288. margin: auto;
  289. height: 40px;
  290. width: 700px;
  291. color: white;
  292. font-size: 7pt;
  293. letter-spacing: 0px;
  294. text-align: center;
  295. line-height: 9pt;
  296. }
  297.  
  298. #dancemandance{position: absolute;
  299. bottom: 0px;
  300. left: 0px;
  301. height: 300px;
  302. width: 400px;
  303. background-image:
  304. url(http://i115.photobucket.com/albums/n289/SCWolf/tumblr_lztxaqPnBX1qfio03o1_500.gif);
  305. background-repeat: no-repeat;
  306. background-size: auto 100%;}
  307.  
  308. #holdsallstuff{
  309. height: 200px;
  310. width: 100px;
  311. padding-left: 10px;
  312. padding-right: 7px;
  313. padding-bottom: 10px;
  314. border-radius: 0px 0px 30px 30px;
  315. -webkit-transition: all 1s;
  316. transition: all 1s;
  317. overflow: hidden;}
  318.  
  319. #holdsallstuff:hover{
  320. overflow: auto;}
  321.  
  322. </style>
  323.  
  324. <div id="whole">
  325.  
  326. <div id="explanationdiv">
  327. 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.
  328. </div>
  329.  
  330. <div id="dancemandance">
  331. </div>
  332.  
  333. <div id="divcontainer">
  334. <div id="selectionbar">
  335. <div id="backspin">
  336. </div>
  337. <div id="titledivs" class="firstdiv">
  338. profs.
  339. </div>
  340. <div id="titledivs" class=>
  341. old
  342. </div>
  343. <div id="titledivs" class=>
  344. new
  345. </div>
  346. <div id="titledivs" class=>
  347. friends
  348. </div>
  349. <div id="titledivs" class=>
  350. select
  351. </div>
  352. </div>
  353.  
  354. <div id="pop1">
  355. </div>
  356. <div id="drop1">
  357. </div>
  358. <div id="pop2">
  359. </div>
  360. <div id="drop2">
  361. </div>
  362. <div id="pop3">
  363. </div>
  364. <div id="drop3">
  365. </div>
  366. <div id="pop4">
  367. </div>
  368. <div id="drop4">
  369. </div>
  370. <div id="pop5">
  371. </div>
  372. <div id="drop5">
  373. </div>
  374.  
  375. <div id="blockerdiv2">
  376. </div>
  377. <div id="blockerdiv">
  378. </div>
  379.  
  380.  
  381. <div id="musiclist1">
  382. <div id="songheading">profile music</div>
  383.  
  384. <a href=#songA1> <div id="songlisting">
  385. change the guard
  386. </div></a>
  387. <a href=#songA2> <div id="songlisting">
  388. vegas
  389. </div></a>
  390. <a href=#songA3> <div id="songlisting">
  391. raindance
  392. </div></a>
  393.  
  394. <a href=#songA4> <div id="songlisting">
  395. ancient evil
  396. </div></a>
  397.  
  398. <a href=#songA5> <div id="songlisting">
  399. west coast
  400. </div></a>
  401.  
  402. <a href=#songA6> <div id="songlisting">
  403. jeapordy
  404. </div></a>
  405.  
  406. <a href=#nadda> <div id="songlisting">
  407. cancel
  408. </div></a>
  409.  
  410. </div>
  411.  
  412.  
  413.  
  414. <div id="musiclist2">
  415. <div id="songheading">old<br>music</div>
  416.  
  417.  
  418. <a href=#songB1> <div id="songlisting">
  419. don't hold applause
  420. </div></a>
  421.  
  422. <a href=#songB2> <div id="songlisting">
  423. go straight
  424. </div></a>
  425.  
  426. <a href=#songB3> <div id="songlisting">
  427. daze
  428. </div></a>
  429.  
  430. <a href=#songB4> <div id="songlisting">
  431. everybody rise
  432. </div></a>
  433.  
  434. <a href=#songB5> <div id="songlisting">
  435. night time
  436. </div></a>
  437.  
  438. <a href=#songB6> <div id="songlisting">
  439. oblivion
  440. </div></a>
  441.  
  442. <a href=#nadda> <div id="songlisting">
  443. cancel
  444. </div></a>
  445. </div>
  446.  
  447.  
  448. <div id="musiclist3">
  449. <div id="songheading">new<br>picks</div>
  450.  
  451. <a href=#songC1> <div id="songlisting">
  452. turn it down
  453. </div></a>
  454.  
  455. <a href=#songC2> <div id="songlisting">
  456. ruthless
  457. </div></a>
  458.  
  459. <a href=#songC3> <div id="songlisting">
  460. youth without youth
  461. </div></a>
  462.  
  463. <a href=#songC4> <div id="songlisting">
  464. from finner
  465. </div></a>
  466.  
  467. <a href=#songC5> <div id="songlisting">
  468. aim to win
  469. </div></a>
  470.  
  471. <a href=#nadda> <div id="songlisting">
  472. cancel
  473. </div></a>
  474. </div>
  475.  
  476.  
  477. <div id="musiclist4">
  478. <div id="songheading" style="padding-left: 10px;">friend's suggestions</div>
  479. <div id="holdsallstuff">
  480.  
  481. <a href=#songD1> <div id="songlisting">
  482. lsd
  483. </div></a>
  484.  
  485. <a href=#songD2> <div id="songlisting">
  486. silver
  487. </div></a>
  488.  
  489. <a href=#songD3> <div id="songlisting">
  490. control
  491. </div></a>
  492.  
  493. <a href=#songD4> <div id="songlisting">
  494. faith
  495. </div></a>
  496.  
  497. <a href=#songD5> <div id="songlisting">
  498. son of a gun
  499. </div></a>
  500.  
  501. <a href=#songD6> <div id="songlisting">
  502. my ugly boy
  503. </div></a>
  504.  
  505. <a href=#songD7> <div id="songlisting">
  506. le perv
  507. </div></a>
  508.  
  509. <a href=#songD8> <div id="songlisting">
  510. wicked games
  511. </div></a>
  512.  
  513. <a href=#songD9> <div id="songlisting">
  514. hot dreams
  515. </div></a>
  516.  
  517. <a href=#songD10> <div id="songlisting">
  518. the offbeat
  519. </div></a>
  520.  
  521. <a href=#songD11> <div id="songlisting">
  522. hurricane
  523. </div></a>
  524.  
  525. <a href=#songD12> <div id="songlisting">
  526. fckng best song ever
  527. </div></a>
  528.  
  529. <a href=#songD13> <div id="songlisting">
  530. devil walk, god walk
  531. </div></a>
  532. </div>
  533.  
  534. <a href=#nadda> <div id="songlisting" style="margin-left: 10px;">
  535. cancel
  536. </div></a>
  537. </div>
  538.  
  539.  
  540. <div id="musiclist5">
  541.  
  542. <div id="songheading" style="padding-left: 10px;">sword and sorcery lp</div>
  543. <div id="holdsallstuff">
  544. <a href=#songE1> <div id="songlisting">
  545. 1. dark flute
  546. </div></a>
  547.  
  548. <a href=#songE2> <div id="songlisting">
  549. 2. lone star
  550. </div></a>
  551.  
  552. <a href=#songE3> <div id="songlisting">
  553. 3. doom sock
  554. </div></a>
  555.  
  556. <a href=#songE4> <div id="songlisting">
  557. 4. prettiest weed
  558. </div></a>
  559.  
  560. <a href=#songE5> <div id="songlisting">
  561. 5. the cloud
  562. </div></a>
  563.  
  564. <a href=#songE6> <div id="songlisting">
  565. 6. under a tree
  566. </div></a>
  567.  
  568. <a href=#songE7> <div id="songlisting">
  569. 7. the maelstrom
  570. </div></a>
  571.  
  572. <a href=#songE8> <div id="songlisting">
  573. 8. ballad of the...
  574. </div></a>
  575.  
  576. <a href=#songE9> <div id="songlisting">
  577. 9. unknowable geometry
  578. </div></a>
  579.  
  580. <a href=#songE10> <div id="songlisting">
  581. 10. bones mccoy
  582. </div></a>
  583.  
  584. <a href=#songE11> <div id="songlisting">
  585. 11. ode to a room
  586. </div></a>
  587.  
  588. <a href=#songE12> <div id="songlisting">
  589. 12. the prettiest remix
  590. </div></a>
  591.  
  592. <a href=#songE13> <div id="songlisting">
  593. 13. the whirling infinite
  594. </div></a>
  595.  
  596. <a href=#songE14> <div id="songlisting">
  597. 14. little furnace
  598. </div></a>
  599.  
  600. <a href=#songE15> <div id="songlisting">
  601. 16. cabin music
  602. </div></a>
  603.  
  604. <a href=#songE16> <div id="songlisting">
  605. 17. battles 1
  606. </div></a>
  607.  
  608. <a href=#songE17> <div id="songlisting">
  609. 18. battles 2
  610. </div></a>
  611.  
  612. <a href=#songE18> <div id="songlisting">
  613. 19. com64
  614. </div></a>
  615.  
  616. <a href=#songE19> <div id="songlisting">
  617. 20. mushrooms
  618. </div></a>
  619.  
  620. <a href=#songE20> <div id="songlisting">
  621. 21. death to everyone
  622. </div></a>
  623.  
  624. <a href=#songE21> <div id="songlisting">
  625. 22. confronting the wol
  626. </div></a>
  627.  
  628. <a href=#songE22> <div id="songlisting">
  629. 23. up a mountain
  630. </div></a>
  631.  
  632. <a href=#songE23> <div id="songlisting">
  633. 24. activating trigons
  634. </div></a>
  635.  
  636. <a href=#songE24> <div id="songlisting">
  637. 25. how we got old
  638. </div></a>
  639.  
  640. <a href=#songE25> <div id="songlisting">
  641. 26. and we got older
  642. </div></a>
  643. </div>
  644.  
  645. <a href=#nadda> <div id="songlisting" style="margin-left:10px;">
  646. cancel
  647. </div></a>
  648.  
  649. </div>
  650.  
  651. <div id="musicholder">
  652. <div id="songA1" class="singsong">jijiji
  653. <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" />
  654.  
  655.  
  656.  
  657. </div>
  658.  
  659. <div id="songA2" class="singsong">
  660. <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" />
  661. </div>
  662.  
  663. <div id="songA3" class="singsong">
  664. <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" />
  665.  
  666. </div>
  667.  
  668. <div id="songA4" class="singsong">
  669. <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" />
  670.  
  671. </div>
  672.  
  673. <div id="songA5" class="singsong">
  674. <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" />
  675.  
  676. </div>
  677.  
  678. <div id="songA6" class="singsong">
  679. <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" />
  680.  
  681. </div>
  682.  
  683. <div id="songB1" class="singsong">
  684. <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" />
  685.  
  686. </div>
  687.  
  688. <div id="songB2" class="singsong">
  689. <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" />
  690.  
  691. </div>
  692.  
  693. <div id="songB3" class="singsong">
  694. <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" />
  695.  
  696. </div>
  697.  
  698. <div id="songB4" class="singsong">
  699. <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" />
  700.  
  701. </div>
  702.  
  703. <div id="songB5" class="singsong">
  704. <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" />
  705.  
  706. </div>
  707.  
  708. <div id="songB6" class="singsong">
  709. <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" />
  710.  
  711. </div>
  712.  
  713. <div id="songC1" class="singsong">
  714. <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" />
  715.  
  716. </div>
  717.  
  718. <div id="songC2" class="singsong">
  719. <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" />
  720.  
  721. </div>
  722.  
  723. <div id="songC3" class="singsong">
  724. <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" />
  725.  
  726. </div>
  727.  
  728. <div id="songC4" class="singsong">
  729. <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" />
  730.  
  731. </div>
  732.  
  733. <div id="songC5" class="singsong">
  734. <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" />
  735.  
  736. </div>
  737.  
  738.  
  739. <div id="songD1" class="singsong">
  740. <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" />
  741.  
  742. </div>
  743.  
  744. <div id="songD2" class="singsong">
  745. <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" />
  746.  
  747. </div>
  748.  
  749. <div id="songD3" class="singsong">
  750. <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" />
  751.  
  752. </div>
  753.  
  754. <div id="songD4" class="singsong">
  755. <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" />
  756.  
  757. </div>
  758.  
  759. <div id="songD5" class="singsong">
  760. <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" />
  761.  
  762. </div>
  763.  
  764. <div id="songD6" class="singsong">
  765. <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" />
  766.  
  767. </div>
  768.  
  769.  
  770. <div id="songD7" class="singsong">
  771. <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" />
  772.  
  773. </div>
  774.  
  775.  
  776. <div id="songD8" class="singsong">
  777. <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" />
  778.  
  779. </div>
  780.  
  781.  
  782. <div id="songD9" class="singsong">
  783. <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" />
  784.  
  785. </div>
  786.  
  787. <div id="songD10" class="singsong">
  788. <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" />
  789.  
  790. </div>
  791.  
  792.  
  793. <div id="songD11" class="singsong">
  794. <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" />
  795.  
  796. </div>
  797.  
  798.  
  799. <div id="songD12" class="singsong">
  800. <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" />
  801.  
  802. </div>
  803.  
  804.  
  805. <div id="songD13" class="singsong">
  806. <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" />
  807.  
  808. </div>
  809.  
  810. <div id="songE1" class="singsong">
  811. <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" />
  812.  
  813. </div>
  814.  
  815. <div id="songE2" class="singsong">
  816. <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" />
  817.  
  818. </div>
  819.  
  820. <div id="songE3" class="singsong">
  821. <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" />
  822.  
  823. </div>
  824.  
  825. <div id="songE4" class="singsong">
  826. <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" />
  827.  
  828. </div>
  829.  
  830. <div id="songE5" class="singsong">
  831. <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" />
  832.  
  833. </div>
  834.  
  835. <div id="songE6" class="singsong">
  836. <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" />
  837.  
  838. </div>
  839.  
  840. <div id="songE7" class="singsong">
  841. <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" />
  842.  
  843. </div>
  844.  
  845. <div id="songE8" class="singsong">
  846. <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" />
  847.  
  848. </div>
  849.  
  850. <div id="songE9" class="singsong">
  851. <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" />
  852.  
  853. </div>
  854.  
  855. <div id="songE10" class="singsong">
  856. <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" />
  857.  
  858. </div>
  859.  
  860. <div id="songE11" class="singsong">
  861. <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" />
  862.  
  863. </div>
  864.  
  865. <div id="songE12" class="singsong">
  866. <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" />
  867.  
  868. </div>
  869.  
  870. <div id="songE13" class="singsong">
  871. <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" />
  872.  
  873. </div>
  874.  
  875. <div id="songE14" class="singsong">
  876. <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" />
  877.  
  878. </div>
  879.  
  880. <div id="songE15" class="singsong">
  881. <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" />
  882.  
  883. </div>
  884.  
  885.  
  886. <div id="songE16" class="singsong">
  887. <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" />
  888.  
  889. </div>
  890.  
  891.  
  892. <div id="songE17" class="singsong">
  893. <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" />
  894.  
  895. </div>
  896.  
  897. <div id="songE18" class="singsong">
  898. <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" />
  899.  
  900. </div>
  901.  
  902. <div id="songE19" class="singsong">
  903. <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" />
  904.  
  905. </div>
  906.  
  907. <div id="songE20" class="singsong">
  908. <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" />
  909.  
  910. </div>
  911.  
  912. <div id="songE21" class="singsong">
  913. <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" />
  914.  
  915. </div>
  916.  
  917. <div id="songE22" class="singsong">
  918. <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" />
  919.  
  920. </div>
  921.  
  922. <div id="songE23" class="singsong">
  923. <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" />
  924.  
  925. </div>
  926.  
  927. <div id="songE24" class="singsong">
  928. <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" />
  929.  
  930. </div>
  931.  
  932. <div id="songE25" class="singsong">
  933. <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" />
  934.  
  935. </div>
  936.  
  937.  
  938. </div>
  939.  
  940. </div>
  941. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement