Advertisement
shiroihime

i7/trg chara sorter

Nov 25th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=66ac555bc5745ebe20abdae7cbc40704"></script>
  3. <!doctype HTML>
  4. <link rel="shortcut icon" href="http://31.media.tumblr.com/tumblr_lkl6vh7giB1qfamg6.gif">
  5.  
  6. <html>
  7.  
  8. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
  11.  
  12. <meta http-equiv="Content-Style-Type" content="text/css">
  13.  
  14. <meta http-equiv="Content-Script-Type" content="text/javascript">
  15.  
  16. <script type="text/javascript">
  17.  
  18. <!--
  19.  
  20. var namMember = new Array(
  21.  
  22. "Izumi Iori<br /><img width=\"100px\" src=\"https://41.media.tumblr.com/8d57752a695e5578751bc6bce67c378f/tumblr_nyd13ySKWb1qc9pqxo1_400.png\">",
  23.  
  24. "Nikaidou Yamato<br /><img width=\"100px\" src=\"https://41.media.tumblr.com/9d591b4543a9216373e01435570f02ca/tumblr_nyd13ySKWb1qc9pqxo2_400.png\">",
  25.  
  26. "Izumi Mitsuki<br /><img width=\"100px\" src=\"https://40.media.tumblr.com/d655c2715d0b2cc357f87e9a697249b4/tumblr_nyd13ySKWb1qc9pqxo3_400.png\">",
  27.  
  28. "Yotsuba Tamaki<br /><img width=\"100px\" src=\"https://41.media.tumblr.com/483fd061e81edfeee3c7615dd9a11186/tumblr_nyd13ySKWb1qc9pqxo4_400.png\">",
  29.  
  30. "Osaka Sougo<br /><img width=\"100px\" src=\"https://40.media.tumblr.com/9376d990a58078aebb50e358d49e06d0/tumblr_nyd13ySKWb1qc9pqxo5_400.png\">",
  31.  
  32. "Rokuya Nagi<br /><img width=\"100px\" src=\"https://36.media.tumblr.com/c6e5bdd5015c37fcead4f2cec087829a/tumblr_nyd13ySKWb1qc9pqxo6_400.png\">",
  33.  
  34. "Nanase Riku<br /><img width=\"100px\" src=\"https://36.media.tumblr.com/2f07af1683c5e8179ef3ca05e70f527b/tumblr_nyd13ySKWb1qc9pqxo7_400.png\">",
  35.  
  36. "Yaotome Gaku<br /><img width=\"100px\" src=\"https://40.media.tumblr.com/b8acb0be7b097107ba966fd9c3b64636/tumblr_nyd13ySKWb1qc9pqxo10_400.png\">",
  37.  
  38. "Kujou Ten<br /><img width=\"100px\" src=\"https://40.media.tumblr.com/44b7964e2b1f8cf73f49d7618f7887a5/tumblr_nyd13ySKWb1qc9pqxo8_400.png\">",
  39.  
  40. "Tsunashi Ryuunosuke<br /><img width=\"100px\" src=\"https://40.media.tumblr.com/3ec0caa9f4000d3d85b146ccafd0676a/tumblr_nyd13ySKWb1qc9pqxo9_400.png\">"
  41.  
  42.  
  43.  
  44.  
  45. );
  46.  
  47.  
  48.  
  49. //*********************************************************
  50.  
  51.  
  52.  
  53. var lstMember = new Array();
  54.  
  55. var parent = new Array();
  56.  
  57. var equal = new Array();
  58.  
  59. var rec = new Array();
  60.  
  61. var cmp1,cmp2;
  62.  
  63. var head1,head2;
  64.  
  65. var nrec;
  66.  
  67.  
  68.  
  69. var numQuestion;
  70.  
  71. var totalSize;
  72.  
  73. var finishSize;
  74.  
  75. var finishFlag;
  76.  
  77.  
  78.  
  79. //The initialization of the variable+++++++++++++++++++++++++++++++++++++++++++++
  80.  
  81. function initList(){
  82.  
  83. var n = 0;
  84.  
  85. var mid;
  86.  
  87. var i;
  88.  
  89.  
  90.  
  91. //The sequence that you should sort
  92.  
  93. lstMember[n] = new Array();
  94.  
  95. for (i=0; i<namMember.length; i++) {
  96.  
  97. lstMember[n][i] = i;
  98.  
  99. }
  100.  
  101. parent[n] = -1;
  102.  
  103. totalSize = 0;
  104.  
  105. n++;
  106.  
  107.  
  108.  
  109. for (i=0; i<lstMember.length; i++) {
  110.  
  111. //And element divides it in two/more than two
  112.  
  113. //Increase divided sequence of last in first member
  114.  
  115. if(lstMember[i].length>=2) {
  116.  
  117. mid = Math.ceil(lstMember[i].length/2);
  118.  
  119. lstMember[n] = new Array();
  120.  
  121. lstMember[n] = lstMember[i].slice(0,mid);
  122.  
  123. totalSize += lstMember[n].length;
  124.  
  125. parent[n] = i;
  126.  
  127. n++;
  128.  
  129. lstMember[n] = new Array();
  130.  
  131. lstMember[n] = lstMember[i].slice(mid,lstMember[i].length);
  132.  
  133. totalSize += lstMember[n].length;
  134.  
  135. parent[n] = i;
  136.  
  137. n++;
  138.  
  139. }
  140.  
  141. }
  142.  
  143.  
  144.  
  145. //Preserve this sequence
  146.  
  147. for (i=0; i<namMember.length; i++) {
  148.  
  149. rec[i] = 0;
  150.  
  151. }
  152.  
  153. nrec = 0;
  154.  
  155.  
  156.  
  157. //List that keeps your results
  158.  
  159. //Value of link initial
  160.  
  161. // Value of link initial
  162.  
  163. for (i=0; i<=namMember.length; i++) {
  164.  
  165. equal[i] = -1;
  166.  
  167. }
  168.  
  169.  
  170.  
  171. cmp1 = lstMember.length-2;
  172.  
  173. cmp2 = lstMember.length-1;
  174.  
  175. head1 = 0;
  176.  
  177. head2 = 0;
  178.  
  179. numQuestion = 1;
  180.  
  181. finishSize = 0;
  182.  
  183. finishFlag = 0;
  184.  
  185. }
  186.  
  187.  
  188.  
  189. //&#12522;&#12473;&#12488;&#12398;&#12477;&#12540;&#12488;+++++++++++++++++++++++++++++++++++++++++++
  190.  
  191. //flag&#65306;Don't know characters
  192.  
  193. // -1&#65306;Chose the left
  194.  
  195. // 0&#65306;Tie
  196.  
  197. // 1&#65306;Chose the right
  198.  
  199. function sortList(flag){
  200.  
  201. var i;
  202.  
  203. var str;
  204.  
  205.  
  206.  
  207. //rec preservation
  208.  
  209. if (flag<0) {
  210.  
  211. rec[nrec] = lstMember[cmp1][head1];
  212.  
  213. head1++;
  214.  
  215. nrec++;
  216.  
  217. finishSize++;
  218.  
  219. while (equal[rec[nrec-1]]!=-1) {
  220.  
  221. rec[nrec] = lstMember[cmp1][head1];
  222.  
  223. head1++;
  224.  
  225. nrec++;
  226.  
  227. finishSize++;
  228.  
  229. }
  230.  
  231. }
  232.  
  233. else if (flag>0) {
  234.  
  235. rec[nrec] = lstMember[cmp2][head2];
  236.  
  237. head2++;
  238.  
  239. nrec++;
  240.  
  241. finishSize++;
  242.  
  243. while (equal[rec[nrec-1]]!=-1) {
  244.  
  245. rec[nrec] = lstMember[cmp2][head2];
  246.  
  247. head2++;
  248.  
  249. nrec++;
  250.  
  251. finishSize++;
  252.  
  253. }
  254.  
  255. }
  256.  
  257. else {
  258.  
  259. rec[nrec] = lstMember[cmp1][head1];
  260.  
  261. head1++;
  262.  
  263. nrec++;
  264.  
  265. finishSize++;
  266.  
  267. while (equal[rec[nrec-1]]!=-1) {
  268.  
  269. rec[nrec] = lstMember[cmp1][head1];
  270.  
  271. head1++;
  272.  
  273. nrec++;
  274.  
  275. finishSize++;
  276.  
  277. }
  278.  
  279. equal[rec[nrec-1]] = lstMember[cmp2][head2];
  280.  
  281. rec[nrec] = lstMember[cmp2][head2];
  282.  
  283. head2++;
  284.  
  285. nrec++;
  286.  
  287. finishSize++;
  288.  
  289. while (equal[rec[nrec-1]]!=-1) {
  290.  
  291. rec[nrec] = lstMember[cmp2][head2];
  292.  
  293. head2++;
  294.  
  295. nrec++;
  296.  
  297. finishSize++;
  298.  
  299. }
  300.  
  301. }
  302.  
  303.  
  304.  
  305. //Processing after finishing with one list
  306.  
  307. if (head1<lstMember[cmp1].length && head2==lstMember[cmp2].length) {
  308.  
  309. //List the remainder of cmp2 copies, list cmp1 copies when finished scanning
  310.  
  311. while (head1<lstMember[cmp1].length){
  312.  
  313. rec[nrec] = lstMember[cmp1][head1];
  314.  
  315. head1++;
  316.  
  317. nrec++;
  318.  
  319. finishSize++;
  320.  
  321. }
  322.  
  323. }
  324.  
  325. else if (head1==lstMember[cmp1].length && head2<lstMember[cmp2].length) {
  326.  
  327. //List the remainder of cmp1 copies, list cmp2 copies when finished scanning
  328.  
  329. while (head2<lstMember[cmp2].length){
  330.  
  331. rec[nrec] = lstMember[cmp2][head2];
  332.  
  333. head2++;
  334.  
  335. nrec++;
  336.  
  337. finishSize++;
  338.  
  339. }
  340.  
  341. }
  342.  
  343.  
  344.  
  345. //When it arrives at the end of both lists
  346.  
  347. //Update a pro list
  348.  
  349. if (head1==lstMember[cmp1].length && head2==lstMember[cmp2].length) {
  350.  
  351. for (i=0; i<lstMember[cmp1].length+lstMember[cmp2].length; i++) {
  352.  
  353. lstMember[parent[cmp1]][i] = rec[i];
  354.  
  355. }
  356.  
  357. lstMember.pop();
  358.  
  359. lstMember.pop();
  360.  
  361. cmp1 = cmp1-2;
  362.  
  363. cmp2 = cmp2-2;
  364.  
  365. head1 = 0;
  366.  
  367. head2 = 0;
  368.  
  369.  
  370.  
  371. //Initialize the rec before performing the new comparison
  372.  
  373. if (head1==0 && head2==0) {
  374.  
  375. for (i=0; i<namMember.length; i++) {
  376.  
  377. rec[i] = 0;
  378.  
  379. }
  380.  
  381. nrec = 0;
  382.  
  383. }
  384.  
  385. }
  386.  
  387.  
  388.  
  389. if (cmp1<0) {
  390.  
  391. str = "Battle #"+(numQuestion-1)+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
  392.  
  393. document.getElementById("battleNumber").innerHTML = str;
  394.  
  395.  
  396.  
  397. showResult();
  398.  
  399. finishFlag = 1;
  400.  
  401. }
  402.  
  403. else {
  404.  
  405. showImage();
  406.  
  407. }
  408.  
  409. }
  410.  
  411.  
  412.  
  413. //The results+++++++++++++++++++++++++++++++++++++++++++++++
  414.  
  415. //&#38918;&#20301;=Rank/Grade/Position/Standing/Status
  416.  
  417. //&#21517;&#21069;=Identification term
  418.  
  419. function showResult() {
  420.  
  421. var ranking = 1;
  422.  
  423. var sameRank = 1;
  424.  
  425. var str = "";
  426.  
  427. var i;
  428.  
  429.  
  430.  
  431. str += "<table style=\"width:200px; font-size:11px; line-height:120%; margin-left:auto; margin-right:auto; border:1px solid #000; border-collapse:collapse\" align=\"center\">";
  432.  
  433. str += "<tr><td style=\"color:#ffffff; background-color:#000; text-align:center;\">Rank<\/td><td style=\"color:#ffffff; background-color:#000; text-align:center;\">Character<\/td><\/tr>";
  434.  
  435.  
  436.  
  437. for (i=0; i<namMember.length; i++) {
  438.  
  439. str += "<tr><td style=\"border:1px solid #000; text-align:center; padding-right:5px;\">"+ranking+"<\/td><td style=\"border:1px solid #000; padding-left:5px;\">"+namMember[lstMember[0][i]]+"<\/td><\/tr>";
  440.  
  441. if (i<namMember.length-1) {
  442.  
  443. if (equal[lstMember[0][i]]==lstMember[0][i+1]) {
  444.  
  445. sameRank++;
  446.  
  447. } else {
  448.  
  449. ranking += sameRank;
  450.  
  451. sameRank = 1;
  452.  
  453. }
  454.  
  455. }
  456.  
  457. }
  458.  
  459. str += "<\/table>";
  460.  
  461.  
  462.  
  463. document.getElementById("resultField").innerHTML = str;
  464.  
  465. }
  466.  
  467.  
  468.  
  469. //Indicates two elements to compare+++++++++++++++++++++++++++++++++++
  470.  
  471. function showImage() {
  472.  
  473. var str0 = "Battle #"+numQuestion+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
  474.  
  475. var str1 = ""+toNameFace(lstMember[cmp1][head1]);
  476.  
  477. var str2 = ""+toNameFace(lstMember[cmp2][head2]);
  478.  
  479.  
  480.  
  481. document.getElementById("battleNumber").innerHTML = str0;
  482.  
  483. document.getElementById("leftField").innerHTML = str1;
  484.  
  485. document.getElementById("rightField").innerHTML = str2;
  486.  
  487.  
  488.  
  489. numQuestion++;
  490.  
  491. }
  492.  
  493.  
  494.  
  495. //Convert numeric value into a name (emoticon)+++++++++++++++++++++++++++++++
  496.  
  497. function toNameFace(n){
  498.  
  499. var str = namMember[n];
  500.  
  501.  
  502.  
  503. /*
  504.  
  505. str += '<br />';
  506.  
  507. switch(n) {
  508.  
  509. //case -1 Because it is a sample, delete it
  510.  
  511. case -1: str+=""; break;
  512.  
  513. }*/
  514.  
  515. return str;
  516.  
  517. }
  518.  
  519. //-->
  520.  
  521. </script>
  522.  
  523. <style type="text/css">
  524.  
  525. <!--
  526.  
  527. #mainTable{
  528.  
  529. font-size: 17px;
  530.  
  531. font-family: 'Microsoft Sans Serif', serif;
  532.  
  533. text-align: center;
  534.  
  535. vertical-align: middle;
  536.  
  537. width: 410px;
  538.  
  539. margin-left: auto;
  540.  
  541. margin-right: auto;
  542.  
  543. border-collapse: separate;
  544.  
  545. border-spacing: 10px 5px;
  546.  
  547. }
  548.  
  549. #leftField{
  550.  
  551. width: 120px;
  552.  
  553. height: 150px;
  554.  
  555. border: 1px solid #000;
  556.  
  557. cursor: pointer;
  558.  
  559. }
  560.  
  561. #rightField{
  562.  
  563. width: 120px;
  564.  
  565. height: 150px;
  566.  
  567. border: 1px solid #000;
  568.  
  569. cursor: pointer;
  570.  
  571. }
  572.  
  573. .middleField{
  574.  
  575. width: 120px;
  576.  
  577. height: 70px;
  578.  
  579. border: 1px solid #000;
  580.  
  581. cursor: pointer;
  582.  
  583. }
  584.  
  585. a{
  586.  
  587. color: #5b17ba;
  588.  
  589. text-decoration : none;
  590.  
  591. }
  592.  
  593. a:hover{
  594.  
  595. color: #945ce3;
  596.  
  597. }
  598.  
  599. body {
  600.  
  601. width: 600px;
  602.  
  603. margin: 0 auto;
  604.  
  605. font-family: 'Microsoft Sans Serif', erif;
  606.  
  607. }
  608.  
  609. -->
  610.  
  611. </style>
  612.  
  613.  
  614. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="Not Found" /><meta property="og:url" content="" /><meta property="og:description" content="The URL you requested could not be found." /><meta property="og:determiner" content="a" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://assets.tumblr.com/images/og/text_200.png" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  615.  
  616.  
  617. <!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The URL you requested could not be found." /><meta name="twitter:title" content="Not Found" /><meta name="twitter:url" content="" /><meta name="twitter:site" content="tumblr" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&amp;postID=&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&amp;postID=&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&amp;postID=&amp;referrer=twitter-cards" />
  618.  
  619. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=a9e2d0b0ade5958a1a2a936adf448061"></script>
  620. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  621. </head>
  622. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'>
  623.  
  624. <body text="#000000" bgcolor="#ffffff" link="#0099ff" vlink="#0099ff" alink="#0099ff">
  625.  
  626.  
  627.  
  628. <p class="instructions">
  629. <center><img src="https://41.media.tumblr.com/e05f23f87d557ca00da423dc96995ec3/tumblr_nyd206Z7IG1v00ziro1_500.jpg"><br /><br />
  630. <b>Welcome to the IDOLiSH7/TRIGGER character sorter!<br /></b>At the moment, the only characters present are the IDOLiSH7 and TRIGGER members (more will be added eventually).<br />Pick who you like better in each battle to get an accurate list of your<br />favorite characters from the show. Have fun and choose wisely!<br /><br />Note: hitting 'no opinion' or 'I like both' frequently will negatively affect your results.<br /><br /></center>
  631.  
  632.  
  633.  
  634. </p>
  635.  
  636.  
  637.  
  638. <table id="mainTable" align="center">
  639.  
  640. <tbody><tr>
  641.  
  642. <td id="battleNumber" colspan="3" style="padding-bottom: 10px;" style="text-align:center;"><b>Battle #1<br>0% sorted.</b></td>
  643.  
  644. </tr>
  645.  
  646. <tr>
  647.  
  648. <td id="leftField" onclick="if(finishFlag==0) sortList(-1);" rowspan="2" style="text-align:center;"></td>
  649.  
  650. <td class="middleField" onclick="if(finishFlag==0) sortList(0);" style="text-align:center;">
  651.  
  652. I Like Both
  653.  
  654. </td>
  655.  
  656. <td id="rightField" onclick="if(finishFlag==0) sortList(1);" rowspan="2"style="text-align:center;"></td>
  657.  
  658. </tr>
  659.  
  660. <tr>
  661.  
  662. <td class="middleField" onclick="if(finishFlag==0) sortList(0);"style="text-align:center;">
  663.  
  664. No Opinion
  665.  
  666. </td>
  667.  
  668. </tr>
  669.  
  670. </tbody></table>
  671.  
  672. <br><br>
  673.  
  674. <div id="resultField" style="text-align: center;">
  675.  
  676. <br>
  677.  
  678. </div>
  679.  
  680. <script type="text/javascript">
  681.  
  682. <!--
  683.  
  684. initList();
  685.  
  686. showImage();
  687.  
  688. //-->
  689.  
  690.  
  691. </script>
  692. <p class="other">
  693. <center><small><br />This page was made by <a href="http://shiroihime.tumblr.com/">shiroihime</a>.<br />Due to the nature of the ranking system, some characters had to be left out.<br />Image credit goes to the <a href="http://idolish7.com/">official IDOLiSH7 website</a>.
  694. </p>
  695.  
  696. <!-- BEGIN TUMBLR CODE --><iframe id="tumblr_controls" width="1" height="1" frameborder="0" scrolling="no" style="position:absolute; z-index:2147483647; top:0; right:0; border:0; background-color:transparent; overflow:hidden; " src="http://assets.tumblr.com/assets/html/iframe/o.html?_v=dddebe193046ef922006b33d60687b05#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&amp;lang=en_US&amp;name=roosterteethcs&amp;avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&amp;title=rt+character+sorter&amp;url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&amp;page_slide=slide"></iframe><div id="teaser_iframe_container" style="display:none;"><iframe scrolling="no" frameborder="0" src="http://www.tumblr.com/assets/html/iframe/teaser.html?_v=0334cdd0135fa4ea13587cd37c2dcf98#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&amp;lang=en_US&amp;name=roosterteethcs&amp;avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&amp;title=rt+character+sorter&amp;url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&amp;page_slide=slide" id="teaser_iframe" width="1" height="1"></iframe></div><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><iframe onload="javascript:this.contentWindow.postMessage(['tick_google_analytics', '/ask?route=404_page'].join(';'), this.src.split('/analytics.html')[0]); COMSCORE = true;this.contentWindow.postMessage('enable_comscore;' + window.location, this.src.split('/analytics.html')[0]);" src="http://assets.tumblr.com/analytics.html?9bbb9e7732da937858cd0531689c20b1" scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0 z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
  697. var _qevents = _qevents || [];
  698.  
  699. (function() {
  700. var elem = document.createElement('script');
  701.  
  702. elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
  703. elem.async = true;
  704. elem.type = "text/javascript";
  705. var scpt = document.getElementsByTagName('script')[0];
  706. scpt.parentNode.insertBefore(elem, scpt);
  707. })();
  708. </script><script type="text/javascript">
  709. _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );
  710. </script><noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="1" width="1" alt="Quantcast"/></div></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSJ9&U=GJPMNFPHIN&K=745811f0e9615242e744b26218c2e56a6c6b184a1315e6c9e9e871a0c242e3ab&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSIsIm5vc2NyaXB0IjoxfQ==&U=GJPMNFPHIN&K=c7a8ec33be24dcae3b08d0ffc26af0508ef65362a18101b8963123d054b7f79e&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F"></noscript><script type="text/javascript" src="http://l.yimg.com/ss/rapid-3.9.js"></script><script>
  711. (function(YAHOO) {
  712. if (YAHOO) {
  713. YAHOO.i13n.beacon_server = 'nol.yahoo.com';
  714. var keys = { pd:'404_page', _li:0, i_rad:0, i_strm:0 };
  715. YAHOO.rapid = new YAHOO.i13n.Rapid({spaceid:1197719233, oo:1, client_only:1, yql_enabled:false, keys:keys});
  716. }
  717. })(window.YAHOO);
  718. </script><!-- END TUMBLR CODE -->
  719.  
  720. </body>
  721.  
  722. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement