Advertisement
octomoosey

regiment

Jul 24th, 2016 (edited)
3,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <script type="text/javascript"
  6. src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel');
  12. var popURL = $(this).attr('href');
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1];
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 50) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 50) / 2;
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove();
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35.  
  36.  
  37. <link href='//fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {
  42. width: 3px;
  43. height: 3px;}
  44. ::-webkit-scrollbar-button {
  45. width: 0px;
  46. height: 0px;}
  47. ::-webkit-scrollbar-thumb {
  48. background: #ca3230; /** change scrollbar color **/
  49. border: 0px none #000;
  50. border-radius: 50px;}
  51.  
  52. iframe#tumblr_controls {
  53. right:3px !important;
  54. position: fixed !important;
  55. -webkit-transition: opacity 0.7s
  56. linear;opacity: 0.2;
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. transition: all 0.8s ease-out;}
  60.  
  61. iframe#tumblr_controls:hover{
  62. -webkit-transition: opacity 0.7s linear;
  63. opacity: 1;
  64. -webkit-transition: all 0.4s ease-out;
  65. -moz-transition: all 0.4s ease-out;
  66. transition: all 0.4s ease-out;}
  67.  
  68. body {
  69. line-height:100%;
  70. color:#000;
  71. font-family:'Gibson', sans-serif;
  72. font-size: 11px;
  73. background-attachment:fixed;
  74. background-color:#000; /** change main background color **/
  75. margin-top:0px;
  76. margin-left:0px;
  77. background-attachment:fixed;
  78. background-image:url('//static.tumblr.com/uopakca/l8Goatu52/dean_bg.jpg'); /** change background url **/
  79. background-repeat:no-repeat;
  80. background-position: bottom right;}
  81.  
  82. a {
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. color:#9d9d9d; /** change link color**/
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;}
  90.  
  91. a:hover {
  92. color:#ca3230; /** change link hover color **/
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease;}
  96.  
  97. #nav{
  98. position:relative;
  99. margin-top:35px;
  100. margin-right:20px;
  101. text-align:right;}
  102.  
  103. #nav a {
  104. font-family: 'Fjalla One', sans-serif;
  105. display:inline-block;
  106. line-height:32px;
  107. font-size: 12px;
  108. margin-right: 10px;
  109. letter-spacing: 0px;
  110. padding-left:10px;
  111. text-shadow: 1px 1px 1px #000;
  112. -moz-transition-duration:0.6s;
  113. -webkit-transition-duration:0.6s;
  114. -o-transition-duration:0.6s;}
  115.  
  116. #nav a:hover{
  117. font-family: 'Fjalla One', sans-serif;
  118. font-size: 10px;
  119. margin-right: 10px;
  120. letter-spacing: 2px;
  121. word-spacing: -2px;
  122. -moz-transition-duration:0.6s;
  123. -webkit-transition-duration:0.6s;
  124. -o-transition-duration:0.6s;}
  125.  
  126. #header {
  127. left:50%;
  128. margin-left:-400px;
  129. background:#545454; /** change header background color **/
  130. width:800px;
  131. height:100px;
  132. position: fixed;
  133. top: 130px;}
  134.  
  135. #header2 {
  136. background-image: url('//static.tumblr.com/uopakca/hs6oatsk1/dean_banner.jpg'); /** change banner image url **/
  137. background-repeat: no-repeat;
  138. left:50%;
  139. margin-left:-400px;
  140. width:800px;
  141. height:100px;
  142. position: fixed;
  143. top: 250px;}
  144.  
  145. #credit {
  146. z-index:8;
  147. bottom:0px;
  148. left:5px;
  149. height:30px;
  150. width:30px;
  151. opacity:0.8;
  152. position:fixed;
  153. padding:5px;}
  154.  
  155. .popup_block{
  156. width: 440px;
  157. max-height: 420px;
  158. overflow-y:scroll;
  159. overflow-x:hidden;
  160. color:#ddd; /** change popup text color **/
  161. display:none;
  162. background:#000; /** change popup background color**/
  163. background-image: url('//static.tumblr.com/uopakca/2Xroatt6n/dean_popup.jpg'); /** change popup background url or delete for plain background **/
  164. background-position: bottom; /** change popup background image alignment **/
  165. background-repeat: no-repeat;
  166. padding:20px;
  167. border:1px solid #eee;
  168. text-shadow:2px 2px 2px #000;
  169. float:left;
  170. position:fixed;
  171. top:50%;left:50%;
  172. z-index: 99999;
  173. -webkit-box-shadow: 2px 2px 5px #000;
  174. -moz-box-shadow: 2px 2px 5px #000;
  175. box-shadow: 2px 2px 5px #000;}
  176.  
  177. *html #fade {position: absolute;}
  178. *html .popup_block {position: absolute;}
  179. #fade {
  180. display:none;
  181. position:fixed;
  182. left:0px;
  183. top:0px;
  184. width:100%;
  185. height:100%;
  186. z-index:9999;
  187. background:#000; /** change popup background fade color **/
  188. opacity:0.6; }
  189.  
  190. #blockcontainer {
  191. top:370px;
  192. position:absolute;
  193. left:50%;
  194. margin-left:-400px;
  195. background:#545454; /** change link block background color **/
  196. width:800px;
  197. height:215px;}
  198.  
  199. #blocktitles {
  200. margin-top:5px;
  201. font-family: 'Fjalla One', sans-serif;
  202. text-align:center;}
  203.  
  204. #blocktitles a {
  205. display:inline-block;
  206. width:165px;
  207. padding:5px;
  208. margin:10px 10px 10px 10px;
  209. background:#fff;} /** change link background color **/
  210.  
  211. #boxtitle {
  212. font-family: 'Fjalla One', sans-serif;
  213. text-align:center;
  214. font-size:18px;
  215. margin-bottom:10px;}
  216.  
  217. #headertitle {
  218. margin-top:30px;
  219. font-family: 'Fjalla One', sans-serif;
  220. line-height:40px;
  221. margin-left:20px;
  222. position:fixed;
  223. font-size:30px;
  224. color:#fff;} /** change title color **/
  225.  
  226. </style>
  227. <body>
  228.  
  229. <div id="header">
  230. <div id="headertitle">title here</div>
  231. <div id="nav">
  232. <a href="/">return</a>
  233. <a href="/ask">ask</a>
  234. <a href="/submit">submit</a>
  235. <a href="//www.tumblr.com/dashboard">dash</a>
  236. </div>
  237. </div></div>
  238.  
  239. <div id="header2"></div>
  240.  
  241. <!-- for more boxes make sure to add in another box reference to this list, then make sure it matches the box number below -->
  242.  
  243. <div id="blockcontainer">
  244. <div id="blocktitles">
  245. <a href="#?w=400" rel="box1" class="poplight">title one</a>
  246. <a href="#?w=400" rel="box2" class="poplight">title two</a>
  247. <a href="#?w=400" rel="box3" class="poplight">title three</a>
  248. <a href="#?w=400" rel="box4" class="poplight">title four</a><br>
  249. <a href="#?w=400" rel="box5" class="poplight">title five</a>
  250. <a href="#?w=400" rel="box6" class="poplight">title six</a>
  251. <a href="#?w=400" rel="box7" class="poplight">title seven</a>
  252. <a href="#?w=400" rel="box8" class="poplight">title eight</a><br>
  253. <a href="#?w=400" rel="box9" class="poplight">title nine</a>
  254. <a href="#?w=400" rel="box10" class="poplight">title ten</a>
  255. <a href="#?w=400" rel="box11" class="poplight">title eleven</a>
  256. <a href="#?w=400" rel="box12" class="poplight">title twelve</a><br>
  257. <a href="#?w=400" rel="box13" class="poplight">title thirteen</a>
  258. <a href="#?w=400" rel="box14" class="poplight">title fourteen</a>
  259. <a href="#?w=400" rel="box15" class="poplight">title fifteen</a>
  260. <a href="#?w=400" rel="box16" class="poplight">title sixteen</a><br>
  261. <a href="#?w=400" rel="box17" class="poplight">title seventeen</a>
  262. <a href="#?w=400" rel="box18" class="poplight">title eighteen</a>
  263. <a href="#?w=400" rel="box19" class="poplight">title nineteen</a>
  264. <a href="#?w=400" rel="box20" class="poplight">title twenty</a>
  265. </div></div>
  266.  
  267. <!-- for more boxes copy from here to END COPY, and make sure the box number matches with a link number above!! -->
  268.  
  269. <div id="box1" class="popup_block">
  270. <div id="boxtitle">boxtitle</div>
  271. <li><a href="/">well the way</a></li>
  272. <li><a href="/">they make shows is</a></li>
  273. <li><a href="/">they make one show</a></li>
  274. <li><a href="/">that show's called</a></li>
  275. <li><a href="/">a pilot</a></li>
  276. <li><a href="/">then they show</a></li>
  277. <li><a href="/">that show</a></li>
  278. <li><a href="/">to the people</a></li>
  279. <li><a href="/">who make shows</a></li>
  280. <li><a href="/">and on the strength</a></li>
  281. <li><a href="/">of that one show</a></li>
  282. <li><a href="/">they decide if theyre</a></li>
  283. <li><a href="/">going to make more shows</a></li>
  284. <li><a href="/">some pilots get</a></li>
  285. <li><a href="/">picked and</a></li>
  286. <li><a href="/">become television programs</a></li>
  287. <li><a href="/">some dont</a></li>
  288. <li><a href="/">become nothing</a></li>
  289. <li><a href="/">she starred in one</a></li>
  290. <li><a href="/">of the ones that</a></li>
  291. <li><a href="/">became nothing</a></li>
  292. </div>
  293.  
  294. <!-- END COPY -->
  295.  
  296. <div id="box2" class="popup_block">
  297. <div id="boxtitle">boxtitle</div>
  298. <li><a href="/">now there is the tec-9</a></li>
  299. <li><a href="/">a crappy spray gun from</a></li>
  300. <li><a href="/">south miami</a></li>
  301. <li><a href="/">this gun is advertised as the</a></li>
  302. <li><a href="/">most popular gun in american crime</a></li>
  303. <li><a href="/">do you believe that shit?</a></li>
  304. </div>
  305.  
  306. <div id="box3" class="popup_block">
  307. <div id="boxtitle">boxtitle</div>
  308. <li><a href="/">you think water</a></li>
  309. <li><a href="/">moves fast</a></li>
  310. <li><a href="/">you should see ice</a></li>
  311. <li><a href="/">it moves like it</a></li>
  312. <li><a href="/">has a mind</a></li>
  313. <li><a href="/">like it knows it</a></li>
  314. <li><a href="/">killed the world once</a></li>
  315. <li><a href="/">and got a taste</a></li>
  316. <li><a href="/">for murder</a></li>
  317. <li><a href="/">after the avalanche</a></li>
  318. <li><a href="/">it took us a week to</a></li>
  319. <li><a href="/">climb out</a></li>
  320. <li><a href="/">now i don't exactly</a></li>
  321. <li><a href="/">know when we</a></li>
  322. <li><a href="/">turned on each other</a></li>
  323. <li><a href="/">but i know that seven of us</a></li>
  324. <li><a href="/">survived the slide</a></li>
  325. <li><a href="/">and only five</a></li>
  326. <li><a href="/">made it out</a></li>
  327. </div>
  328.  
  329. <div id="box4" class="popup_block">
  330. <div id="boxtitle">boxtitle</div>
  331. <li><a href="/">your bones dont break</a></li>
  332. <li><a href="/">mine do</a></li>
  333. <li><a href="/">thats clear</a></li>
  334. <li><a href="/">your cells react to bacteria and</a></li>
  335. <li><a href="/">viruses differently than mine</a></li>
  336. <li><a href="/">you dont get sick</a></li>
  337. <li><a href="/">i do</a></li>
  338. <li><a href="/">thats also clear</a></li>
  339. <li><a href="/">but for some reason you and i</a></li>
  340. <li><a href="/">react the same way to water</a></li>
  341. <li><a href="/">we swallow it too fast</a></li>
  342. <li><a href="/">we choke</a></li>
  343. <li><a href="/">we get some in our lungs</a></li>
  344. <li><a href="/">we drown</a></li>
  345. <li><a href="/">we are connected you and i</a></li>
  346. <li><a href="/">were on the same curve</a></li>
  347. <li><a href="/">just at opposite ends</a></li>
  348. </div>
  349.  
  350. <div id="box5" class="popup_block">
  351. <div id="boxtitle">boxtitle</div>
  352. <li><a href="/">now there is the tec-9</a></li>
  353. <li><a href="/">a crappy spray gun from</a></li>
  354. <li><a href="/">south miami</a></li>
  355. <li><a href="/">this gun is advertised as the</a></li>
  356. <li><a href="/">most popular gun in american crime</a></li>
  357. <li><a href="/">do you believe that shit?</a></li>
  358. </div>
  359.  
  360. <div id="box6" class="popup_block">
  361. <div id="boxtitle">boxtitle</div>
  362. <li><a href="/">normally</a></li>
  363. <li><a href="/">both your asses would be dead</a></li>
  364. <li><a href="/">as a fucking fried chicken</a></li>
  365. <li><a href="/">but you happen to pull</a></li>
  366. <li><a href="/">this shit</a></li>
  367. <li><a href="/">when im in a transitional period</a></li>
  368. <li><a href="/">so i don't wanna kill you</a></li>
  369. <li><a href="/">i wanna help you</a></li>
  370. <li><a href="/">but i cant give you this case</a></li>
  371. <li><a href="/">it dont belong to me</a></li>
  372. <li><a href="/">besides ive already been through too much</a></li>
  373. <li><a href="/">shit this morning over this case</a></li>
  374. <li><a href="/">to had it over to your dumb ass</a></li>
  375. </div>
  376.  
  377. <div id="box7" class="popup_block">
  378. <div id="boxtitle">boxtitle</div>
  379. <li><a href="/">well the way</a></li>
  380. <li><a href="/">they make shows is</a></li>
  381. <li><a href="/">they make one show</a></li>
  382. <li><a href="/">that show's called</a></li>
  383. <li><a href="/">a pilot</a></li>
  384. <li><a href="/">then they show</a></li>
  385. <li><a href="/">that show</a></li>
  386. <li><a href="/">to the people</a></li>
  387. <li><a href="/">who make shows</a></li>
  388. <li><a href="/">and on the strength</a></li>
  389. <li><a href="/">of that one show</a></li>
  390. <li><a href="/">they decide if theyre</a></li>
  391. <li><a href="/">going to make more shows</a></li>
  392. <li><a href="/">some pilots get</a></li>
  393. <li><a href="/">picked and</a></li>
  394. <li><a href="/">become television programs</a></li>
  395. <li><a href="/">some dont</a></li>
  396. <li><a href="/">become nothing</a></li>
  397. <li><a href="/">she starred in one</a></li>
  398. <li><a href="/">of the ones that</a></li>
  399. <li><a href="/">became nothing</a></li>
  400. </div>
  401.  
  402. <div id="box8" class="popup_block">
  403. <div id="boxtitle">boxtitle</div>
  404. <li><a href="/">now there is the tec-9</a></li>
  405. <li><a href="/">a crappy spray gun from</a></li>
  406. <li><a href="/">south miami</a></li>
  407. <li><a href="/">this gun is advertised as the</a></li>
  408. <li><a href="/">most popular gun in american crime</a></li>
  409. <li><a href="/">do you believe that shit?</a></li>
  410. </div>
  411.  
  412. <div id="box9" class="popup_block">
  413. <div id="boxtitle">boxtitle</div>
  414. <li><a href="/">you think water</a></li>
  415. <li><a href="/">moves fast</a></li>
  416. <li><a href="/">you should see ice</a></li>
  417. <li><a href="/">it moves like it</a></li>
  418. <li><a href="/">has a mind</a></li>
  419. <li><a href="/">like it knows it</a></li>
  420. <li><a href="/">killed the world once</a></li>
  421. <li><a href="/">and got a taste</a></li>
  422. <li><a href="/">for murder</a></li>
  423. <li><a href="/">after the avalanche</a></li>
  424. <li><a href="/">it took us a week to</a></li>
  425. <li><a href="/">climb out</a></li>
  426. <li><a href="/">now i don't exactly</a></li>
  427. <li><a href="/">know when we</a></li>
  428. <li><a href="/">turned on each other</a></li>
  429. <li><a href="/">but i know that seven of us</a></li>
  430. <li><a href="/">survived the slide</a></li>
  431. <li><a href="/">and only five</a></li>
  432. <li><a href="/">made it out</a></li>
  433. </div>
  434.  
  435. <div id="box10" class="popup_block">
  436. <div id="boxtitle">boxtitle</div>
  437. <li><a href="/">your bones dont break</a></li>
  438. <li><a href="/">mine do</a></li>
  439. <li><a href="/">thats clear</a></li>
  440. <li><a href="/">your cells react to bacteria and</a></li>
  441. <li><a href="/">viruses differently than mine</a></li>
  442. <li><a href="/">you dont get sick</a></li>
  443. <li><a href="/">i do</a></li>
  444. <li><a href="/">thats also clear</a></li>
  445. <li><a href="/">but for some reason you and i</a></li>
  446. <li><a href="/">react the same way to water</a></li>
  447. <li><a href="/">we swallow it too fast</a></li>
  448. <li><a href="/">we choke</a></li>
  449. <li><a href="/">we get some in our lungs</a></li>
  450. <li><a href="/">we drown</a></li>
  451. <li><a href="/">we are connected you and i</a></li>
  452. <li><a href="/">were on the same curve</a></li>
  453. <li><a href="/">just at opposite ends</a></li>
  454. </div>
  455.  
  456. <div id="box11" class="popup_block">
  457. <div id="boxtitle">boxtitle</div>
  458. <li><a href="/">now there is the tec-9</a></li>
  459. <li><a href="/">a crappy spray gun from</a></li>
  460. <li><a href="/">south miami</a></li>
  461. <li><a href="/">this gun is advertised as the</a></li>
  462. <li><a href="/">most popular gun in american crime</a></li>
  463. <li><a href="/">do you believe that shit?</a></li>
  464. </div>
  465.  
  466. <div id="box12" class="popup_block">
  467. <li><a href="/">normally</a></li>
  468. <li><a href="/">both your asses would be dead</a></li>
  469. <li><a href="/">as a fucking fried chicken</a></li>
  470. <li><a href="/">but you happen to pull</a></li>
  471. <li><a href="/">this shit</a></li>
  472. <li><a href="/">when im in a transitional period</a></li>
  473. <li><a href="/">so i don't wanna kill you</a></li>
  474. <li><a href="/">i wanna help you</a></li>
  475. <li><a href="/">but i cant give you this case</a></li>
  476. <li><a href="/">it dont belong to me</a></li>
  477. <li><a href="/">besides ive already been through too much</a></li>
  478. <li><a href="/">shit this morning over this case</a></li>
  479. <li><a href="/">to had it over to your dumb ass</a></li>
  480. </div>
  481.  
  482. <div id="box13" class="popup_block">
  483. <div id="boxtitle">boxtitle</div>
  484. <li><a href="/">well the way</a></li>
  485. <li><a href="/">they make shows is</a></li>
  486. <li><a href="/">they make one show</a></li>
  487. <li><a href="/">that show's called</a></li>
  488. <li><a href="/">a pilot</a></li>
  489. <li><a href="/">then they show</a></li>
  490. <li><a href="/">that show</a></li>
  491. <li><a href="/">to the people</a></li>
  492. <li><a href="/">who make shows</a></li>
  493. <li><a href="/">and on the strength</a></li>
  494. <li><a href="/">of that one show</a></li>
  495. <li><a href="/">they decide if theyre</a></li>
  496. <li><a href="/">going to make more shows</a></li>
  497. <li><a href="/">some pilots get</a></li>
  498. <li><a href="/">picked and</a></li>
  499. <li><a href="/">become television programs</a></li>
  500. <li><a href="/">some dont</a></li>
  501. <li><a href="/">become nothing</a></li>
  502. <li><a href="/">she starred in one</a></li>
  503. <li><a href="/">of the ones that</a></li>
  504. <li><a href="/">became nothing</a></li>
  505. </div>
  506.  
  507. <div id="box14" class="popup_block">
  508. <div id="boxtitle">boxtitle</div>
  509. <li><a href="/">now there is the tec-9</a></li>
  510. <li><a href="/">a crappy spray gun from</a></li>
  511. <li><a href="/">south miami</a></li>
  512. <li><a href="/">this gun is advertised as the</a></li>
  513. <li><a href="/">most popular gun in american crime</a></li>
  514. <li><a href="/">do you believe that shit?</a></li>
  515. </div>
  516.  
  517. <div id="box15" class="popup_block">
  518. <div id="boxtitle">boxtitle</div>
  519. <li><a href="/">you think water</a></li>
  520. <li><a href="/">moves fast</a></li>
  521. <li><a href="/">you should see ice</a></li>
  522. <li><a href="/">it moves like it</a></li>
  523. <li><a href="/">has a mind</a></li>
  524. <li><a href="/">like it knows it</a></li>
  525. <li><a href="/">killed the world once</a></li>
  526. <li><a href="/">and got a taste</a></li>
  527. <li><a href="/">for murder</a></li>
  528. <li><a href="/">after the avalanche</a></li>
  529. <li><a href="/">it took us a week to</a></li>
  530. <li><a href="/">climb out</a></li>
  531. <li><a href="/">now i don't exactly</a></li>
  532. <li><a href="/">know when we</a></li>
  533. <li><a href="/">turned on each other</a></li>
  534. <li><a href="/">but i know that seven of us</a></li>
  535. <li><a href="/">survived the slide</a></li>
  536. <li><a href="/">and only five</a></li>
  537. <li><a href="/">made it out</a></li>
  538. </div>
  539.  
  540. <div id="box16" class="popup_block">
  541. <div id="boxtitle">boxtitle</div>
  542. <li><a href="/">your bones dont break</a></li>
  543. <li><a href="/">mine do</a></li>
  544. <li><a href="/">thats clear</a></li>
  545. <li><a href="/">your cells react to bacteria and</a></li>
  546. <li><a href="/">viruses differently than mine</a></li>
  547. <li><a href="/">you dont get sick</a></li>
  548. <li><a href="/">i do</a></li>
  549. <li><a href="/">thats also clear</a></li>
  550. <li><a href="/">but for some reason you and i</a></li>
  551. <li><a href="/">react the same way to water</a></li>
  552. <li><a href="/">we swallow it too fast</a></li>
  553. <li><a href="/">we choke</a></li>
  554. <li><a href="/">we get some in our lungs</a></li>
  555. <li><a href="/">we drown</a></li>
  556. <li><a href="/">we are connected you and i</a></li>
  557. <li><a href="/">were on the same curve</a></li>
  558. <li><a href="/">just at opposite ends</a></li>
  559. </div>
  560.  
  561. <div id="box17" class="popup_block">
  562. <div id="boxtitle">boxtitle</div>
  563. <li><a href="/">now there is the tec-9</a></li>
  564. <li><a href="/">a crappy spray gun from</a></li>
  565. <li><a href="/">south miami</a></li>
  566. <li><a href="/">this gun is advertised as the</a></li>
  567. <li><a href="/">most popular gun in american crime</a></li>
  568. <li><a href="/">do you believe that shit?</a></li>
  569. </div>
  570.  
  571. <div id="box18" class="popup_block">
  572. <div id="boxtitle">boxtitle</div>
  573. <li><a href="/">normally</a></li>
  574. <li><a href="/">both your asses would be dead</a></li>
  575. <li><a href="/">as a fucking fried chicken</a></li>
  576. <li><a href="/">but you happen to pull</a></li>
  577. <li><a href="/">this shit</a></li>
  578. <li><a href="/">when im in a transitional period</a></li>
  579. <li><a href="/">so i don't wanna kill you</a></li>
  580. <li><a href="/">i wanna help you</a></li>
  581. <li><a href="/">but i cant give you this case</a></li>
  582. <li><a href="/">it dont belong to me</a></li>
  583. <li><a href="/">besides ive already been through too much</a></li>
  584. <li><a href="/">shit this morning over this case</a></li>
  585. <li><a href="/">to had it over to your dumb ass</a></li>
  586. </div>
  587.  
  588. <div id="box19" class="popup_block">
  589. <div id="boxtitle">boxtitle</div>
  590. <li><a href="/">well the way</a></li>
  591. <li><a href="/">they make shows is</a></li>
  592. <li><a href="/">they make one show</a></li>
  593. <li><a href="/">that show's called</a></li>
  594. <li><a href="/">a pilot</a></li>
  595. <li><a href="/">then they show</a></li>
  596. <li><a href="/">that show</a></li>
  597. <li><a href="/">to the people</a></li>
  598. <li><a href="/">who make shows</a></li>
  599. <li><a href="/">and on the strength</a></li>
  600. <li><a href="/">of that one show</a></li>
  601. <li><a href="/">they decide if theyre</a></li>
  602. <li><a href="/">going to make more shows</a></li>
  603. <li><a href="/">some pilots get</a></li>
  604. <li><a href="/">picked and</a></li>
  605. <li><a href="/">become television programs</a></li>
  606. <li><a href="/">some dont</a></li>
  607. <li><a href="/">become nothing</a></li>
  608. <li><a href="/">she starred in one</a></li>
  609. <li><a href="/">of the ones that</a></li>
  610. <li><a href="/">became nothing</a></li>
  611. </div>
  612.  
  613. <div id="box20" class="popup_block">
  614. <div id="boxtitle">boxtitle</div>
  615. <li><a href="/">now there is the tec-9</a></li>
  616. <li><a href="/">a crappy spray gun from</a></li>
  617. <li><a href="/">south miami</a></li>
  618. <li><a href="/">this gun is advertised as the</a></li>
  619. <li><a href="/">most popular gun in american crime</a></li>
  620. <li><a href="/">do you believe that shit?</a></li>
  621. </div>
  622.  
  623. </div>
  624.  
  625. </div></div>
  626. <!-- DON'T remove credit, thanks -->
  627. <div id="credit"><a href="//octomoosey.tumblr.com/" title="theme by octomoosey"><img src="//static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  628. </div></div></div>
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement