Advertisement
Guest User

COMMISSION REDONE

a guest
May 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.09 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. ROYALTY THEMES
  6. ~This code was made by Jo aka Spaceheatcr
  7. ~Do NOT redistribute or steal any part of this code.
  8. ~Do NOT remove credit or claim as your own.
  9. ~if you have any questions you can contact me at the Credit link.
  10. ~tutorials for the theme came from Google & Octomoosey.
  11.  
  12. -->
  13.  
  14.  
  15. <head>
  16.  
  17. <link rel=“stylesheet” href=“//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”>
  18.  
  19.  
  20. <script type="text/javascript"
  21. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53.  
  54. <script type="text/javascript">
  55. function tb8_makeArray(n){
  56. this.length = n;
  57. return this.length;
  58. }
  59. tb8_messages = new tb8_makeArray(3);
  60. tb8_messages[0] = "ind. multi muse";
  61. tb8_messages[1] = "highly selective";
  62. tb8_messages[2] = "mutually exclusive";
  63. tb8_rptType = 'infinite';
  64. tb8_rptNbr = 5;
  65. tb8_speed = 100;
  66. tb8_delay = 2000;
  67. var tb8_counter=1;
  68. var tb8_currMsg=0;
  69. var tb8_tekst ="";
  70. var tb8_i=0;
  71. var tb8_TID = null;
  72. function tb8_pisi(){
  73. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  74. document.title = tb8_tekst;
  75. tb8_sp=tb8_speed;
  76. tb8_i++;
  77. if (tb8_i==tb8_messages[tb8_currMsg].length){
  78. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  79. }
  80. if (tb8_currMsg == tb8_messages.length){
  81. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  82. clearTimeout(tb8_TID);
  83. return;
  84. }
  85. tb8_counter++;
  86. tb8_currMsg = 0;
  87. }
  88. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  89. }
  90. tb8_pisi()
  91. </script>
  92.  
  93.  
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $(“a[title]”).style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:90,
  100. tip_fade_speed:600,
  101. attribute:“title”
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106.  
  107.  
  108. <title>{Title}</title>
  109. <link rel="shortcut icon" href="{Favicon}">
  110. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  111. {block:Description}
  112. <meta name="description" content="{MetaDescription}" />
  113. {/block:Description}
  114. </head>
  115.  
  116.  
  117. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  118.  
  119. <script src=“https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
  120.  
  121. <style type="text/css">
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. ::-webkit-scrollbar {
  132. width: 2px;
  133. height: 2px;
  134. }
  135. ::-webkit-scrollbar-button {
  136. width: 0px;
  137. height: 0px;
  138. }
  139. ::-webkit-scrollbar-thumb {
  140. background: transparent;
  141. border: 0px none #ffffff;
  142. border-radius: 0px;
  143. }
  144. ::-webkit-scrollbar-thumb:hover {
  145. background: #ffffff;
  146. }
  147. ::-webkit-scrollbar-thumb:active {
  148. background: #000000;
  149. }
  150. ::-webkit-scrollbar-track {
  151. background: transparent;
  152. border: 0px none #ffffff;
  153. border-radius: 2px;
  154. }
  155. ::-webkit-scrollbar-track:hover {
  156. background: transparent;
  157. }
  158. ::-webkit-scrollbar-track:active {
  159. background: transparent;
  160. }
  161. ::-webkit-scrollbar-corner {
  162. background: transparent;
  163. }
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. body {
  171. background-color:#000;
  172. font-family:'Gibson', sans-serif;
  173. font-size: 10px;
  174. color:#727272;
  175. background-image:url('http://static.tumblr.com/hbkpzlg/7tzoq82jk/playon.png'); /* you may use my background for a template as to where to place your own image but please do not use my graphic on your blog. */
  176. background-position: left top;
  177. background-repeat:no-repeat;
  178. background-attachment:fixed;
  179. }
  180.  
  181.  
  182.  
  183. b, strong {
  184. color:#86777c;
  185. text-transform:uppercase;
  186. }
  187.  
  188. i, em {
  189. color:#fff;
  190. font-family:'Bookman', serif;
  191. }
  192.  
  193. blockquote {
  194. padding:2px 7px;
  195. margin:3px 0 3px 8px;
  196. border-left:1px solid #fff;
  197. background-color:#000;
  198. }
  199.  
  200. blockquote img {
  201. max-width:100%;
  202. height:auto;
  203. }
  204.  
  205.  
  206.  
  207. h1 {
  208. color:#88888a;
  209. background-color:transparent;
  210. line-height:12px;
  211. font-size:18px;
  212. font-family:'Bookman', Serif;
  213. font-weight:lighter;
  214. text-align:justify;
  215. margin:2% 0% 0% 0%;
  216. letter-spacing:-0.5px;
  217. padding:4%;
  218. width:92%;
  219. float:left;
  220. border-left:10px solid #836f71;
  221. }
  222.  
  223. #container {
  224. position:absolute;
  225. left:362px;
  226. height:350px;
  227. padding:20px;
  228. margin-bottom:30px;
  229. position:relative;
  230. width:300px;
  231. top:180px;
  232. overflow-y:scroll;
  233. overflow-x:hidden;
  234. -webkit-mask-image: -webkit-gradient(
  235. linear, center 75%, center bottom,
  236. from(rgba(0,0,0,20)),
  237. to(rgba(20,0,0,0)));
  238. border:1px solid transparent;}
  239. }
  240.  
  241. .posts {
  242. width:300px;
  243. background-color:transparent;
  244. margin-bottom:200px;
  245. }
  246.  
  247. .posts a { color:#fff;}
  248.  
  249.  
  250.  
  251. #links {
  252. position:fixed;
  253. color:#fff;
  254. text-align:left;
  255. left:50%;
  256. top:610px;
  257. margin-left:-310px;
  258. }
  259.  
  260. #links a {
  261. margin-top:15px;
  262. color:#fff;
  263. font size:15px;
  264. line height:21px;
  265. text-align:center;
  266. font-weight:normal;
  267. text-transform:uppercase;
  268. letter-spacing:1px;
  269. }
  270.  
  271. .link { color:#fff; }
  272.  
  273.  
  274. @keyframes spin {
  275. 0% { transform: rotate(360deg); }
  276. 100% { transform: rotate(0deg); }
  277. }
  278. @-webkit-keyframes spin {
  279. 0% {-webkit-transform: rotate(360deg); }
  280. 100% { -webkit-transform: rotate(0deg); }
  281. }
  282. @-ms-keyframes spin {
  283. 0% {-ms-transform: rotate(360deg); }
  284. 100% { -ms-transform: rotate(0deg); }
  285. }
  286. @-moz-keyframes spin {
  287. 0% { -moz-transform: rotate(360deg); }
  288. 100% { -moz-transform: rotate(0deg); }
  289. }
  290. @-o-keyframes spin {
  291. 0% { -o-transform: rotate(360deg); }
  292. 100% { -o-transform: rotate(0deg); }
  293. }
  294.  
  295. #links a:hover {
  296. opacity:0.7px;
  297. }
  298.  
  299. #linkone {
  300. position:fixed;
  301. margin-left:-250px;
  302. margin-top:-200px;
  303. text-decoration:none;
  304. }
  305.  
  306.  
  307.  
  308.  
  309. #linkone a {
  310. color:#fff;
  311. text-shadow:#000;
  312. position:fixed;
  313. text-decoration:none;
  314. opacity:0.2;
  315.  
  316.  
  317.  
  318. }
  319.  
  320. #linkone a:hover {
  321.  
  322. -webkit-animation: spin 3s linear 0s infinite normal;
  323. -moz-animation: spin 3s linear 0s infinite normal;
  324. -ms-animation: spin 3s linear 0s infinite normal;
  325. -o-animation: spin 3s linear 0s infinite normal;
  326. animation: spin 3s linear 0s infinite normal;
  327. }
  328.  
  329.  
  330. #linktwo {
  331. position:fixed;
  332. margin-left:770px;
  333. margin-top:-250px;
  334. }
  335.  
  336. #linktwo a {
  337. color:#fff;
  338. text-shadow:#000;
  339. position:fixed;
  340. text-decoration:none;
  341. opacity:0.2;
  342.  
  343. }
  344.  
  345. #linktwo a:hover {
  346. opacity:0.2;
  347. opacity:0.2;
  348. -webkit-animation: spin 3s linear 0s infinite normal;
  349. -moz-animation: spin 3s linear 0s infinite normal;
  350. -ms-animation: spin 3s linear 0s infinite normal;
  351. -o-animation: spin 3s linear 0s infinite normal;
  352. animation: spin 3s linear 0s infinite normal;
  353. }
  354.  
  355.  
  356.  
  357. #linkthree {
  358. position:fixed;
  359. margin-left:-355px;
  360. margin-top:-650px;
  361. }
  362.  
  363. #linkthree a {
  364. color:#fff;
  365. text-shadow:#000;
  366. position:fixed;
  367. text-decoration:none;
  368. opacity:0.2;
  369.  
  370.  
  371. }
  372.  
  373. #linkthree a:hover {
  374.  
  375. -webkit-animation: spin 3s linear 0s infinite normal;
  376. -moz-animation: spin 3s linear 0s infinite normal;
  377. -ms-animation: spin 3s linear 0s infinite normal;
  378. -o-animation: spin 3s linear 0s infinite normal;
  379. animation: spin 3s linear 0s infinite normal;
  380. }
  381.  
  382.  
  383.  
  384. #linkfour {
  385. position:fixed;
  386. margin-left:540px;
  387. margin-top:-210px;
  388. }
  389.  
  390. #linkfour a {
  391. color:#fff;
  392. text-shadow:#000;
  393. position:fixed;
  394. text-decoration:none;
  395. opacity:0.2;
  396.  
  397. }
  398.  
  399. #linkfour a:hover {
  400. opacity:0.2;
  401. -webkit-animation: spin 3s linear 0s infinite normal;
  402. -moz-animation: spin 3s linear 0s infinite normal;
  403. -ms-animation: spin 3s linear 0s infinite normal;
  404. -o-animation: spin 3s linear 0s infinite normal;
  405. animation: spin 3s linear 0s infinite normal;
  406. }
  407.  
  408.  
  409. #linkfive {
  410. position:fixed;
  411. margin-left:100px;
  412. margin-top:10px;
  413. }
  414.  
  415. #linkfive a {
  416. color:#fff;
  417. text-shadow:#000;
  418. position:fixed;
  419. text-decoration:none;
  420.  
  421. }
  422.  
  423. #linkfive a:hover {
  424. opacity:0.2;
  425. }
  426.  
  427. #linksix {
  428. position:fixed;
  429. margin-left:530px;
  430. margin-top:10px;
  431. }
  432.  
  433. #linksix a {
  434. color:#fff;
  435. text-shadow:#000;
  436. position:fixed;
  437. text-decoration:none;
  438.  
  439. }
  440.  
  441. #linksix a:hover {
  442. opacity:0.2;
  443. }
  444.  
  445.  
  446.  
  447.  
  448. .permalinks {
  449. background-color:transparent;
  450. padding:5px;
  451. height:22px;
  452. margin-bottom:30px;
  453.  
  454. }
  455.  
  456. .permalinks a {
  457. text-decoration:none;
  458. font-size: 12px;
  459. color:#8d8a8a;
  460. }
  461.  
  462. .permalinks a:hover {
  463. color:#000;
  464. }
  465.  
  466. .date {
  467. float:left;
  468. }
  469.  
  470. .reblogs {
  471. float:right;
  472. }
  473.  
  474. {block:PermalinkPage}
  475. .tags {
  476. text-align:center;
  477. }
  478.  
  479. .tags a {
  480. text-decoration:none;
  481. font-size: 8px;
  482. text-transform:uppercase;
  483. color:#fff;
  484. }
  485.  
  486. .tags a:hover {
  487. color:#000;
  488. }
  489. {/block:PermalinkPage}
  490.  
  491. #sidebar {
  492. position:fixed;
  493. left:710px;
  494. top:160px;
  495. height:350px;
  496. width:130px;
  497. background:#transparent; /* if you wish to change the background to one like the container, change transparent to a color. Same thing for the container, change the background from transparent to a color. */
  498. padding:10px;
  499. background-position: bottom left;
  500. background-repeat:no-repeat;
  501. background-attachment:fixed;
  502. opacity:1;
  503. -webkit-transition: all 0.7s ease;
  504. -moz-transition: all 0.7s ease;
  505. -o-transition: all 0.7s ease;
  506. }
  507.  
  508. #sidebar:hover {
  509. opacity:1;
  510. }
  511.  
  512. #description {
  513. font-size:10px;
  514. color:#8c8d90;
  515. text-align:right;
  516. padding:10px;
  517. }
  518.  
  519.  
  520.  
  521. #pagination {
  522. position:fixed;
  523. bottom:30px;
  524. top:100;
  525. left:850px;
  526. }
  527.  
  528. #pagination a {
  529. color:#fff;
  530. font-size:12px;
  531. text-decoration:none;
  532. -webkit-transition: all 0.7s ease;
  533. -moz-transition: all 0.7s ease;
  534. -o-transition: all 0.7s ease;
  535. }
  536.  
  537. #pagination a:hover {
  538. color:#ffffff;
  539. }
  540.  
  541. .asker {
  542.  
  543. font-size:15px;
  544. background-image:url('http://static.tumblr.com/hbkpzlg/dbFoq8495/ask.png');
  545. font-style: italic;
  546. text-align:center;
  547. border-bottom:1px solid #464646;
  548. margin-bottom:5px;
  549. padding-bottom:3px;
  550. }
  551.  
  552. .question {
  553. font-style: italic;
  554. padding-left:50px;
  555. padding-right:50px;
  556. }
  557.  
  558. .quote {
  559. font-size:13px;
  560. color:#fff;
  561. letter-spacing:1px;
  562. text-align:center;
  563. border-bottom:1px solid #464646;
  564. margin-bottom:5px;
  565. padding-bottom:3px;
  566. }
  567.  
  568. .quotesource {
  569. font-size:10px;
  570. letter-spacing:1px;
  571. text-align:center;
  572. margin-bottom:5px;
  573. }
  574.  
  575.  
  576. #s-m-t-tooltip {
  577.  
  578. max-width:300px;
  579. border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
  580. padding:4px; /* space around the text */
  581. margin:5px 10px 5px 0px; /* positioning of your hover info in relation to the link */
  582. color:#fff; /* text color */
  583. border:1px solid #fff; /* optional border and border color */
  584. font-family: ‘Fjalla One’, sans-serif; /* i’ve added a custom font in here but you can remove this line if you don’t use custom fonts */
  585. font-size:10px; /* font size of your hover info */
  586. letter-spacing:2px; /* optional letter spacing */
  587. background:#000; /* change the background color of your hover info */
  588. z-index:99999;}
  589.  
  590.  
  591. .popup_block{
  592. display:none;
  593. background:#000;
  594. width: 300px;
  595. height: 400px;
  596. overflow-y:scroll;
  597. overflow-x:hidden;
  598. font-size:10px;
  599. padding:20px;
  600. /* if you want a solid white pop-up, delete this */
  601. float:left;
  602. position:fixed;
  603. top:50%;left:50%;
  604. z-index: 99999;
  605. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  606. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  607. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  608. }
  609.  
  610. *html #fade {position: absolute;}
  611. *html .popup_block {position: absolute;}
  612. #fade {
  613. display:none;
  614. position:fixed;
  615. left:0px;
  616. top:0px;
  617. width:100%;
  618. height:100%;
  619. z-index:9999;
  620. background:#000; /* change to #fff for solid white */
  621. opacity:0.5; /* change to opacity:1; */
  622. }
  623.  
  624.  
  625. </style>
  626.  
  627.  
  628.  
  629. <div id="links">
  630. <div id="linkone"><a href="/" rel="box4" class="poplight" title="refresh"><img src="http://static.tumblr.com/hbkpzlg/oZyoq83fr/icon3.png"></a></div>
  631. <div id="linktwo"><a href="#?w=300" rel="box1" class="poplight" title="message"><img src="http://static.tumblr.com/hbkpzlg/oZyoq83fr/icon3.png"></a></a></div>
  632. <div id="linkthree"><a href="#?w=300" rel="box2" class="poplight" title="muses"><img src="http://static.tumblr.com/hbkpzlg/oZyoq83fr/icon3.png"></a></a></div>
  633. <div id="linkfour"><a href="#?w=300" rel="box3" class="poplight" title="rules"><img src="http://static.tumblr.com/hbkpzlg/oZyoq83fr/icon3.png"></a></a></div>
  634. <div id="linksix"><a href="https://spaceheatcr.tumblr.com/" title="credit">jo</a></div>
  635.  
  636.  
  637.  
  638.  
  639.  
  640. </div>
  641.  
  642.  
  643.  
  644. <div id="sidebar">
  645. <h1>{Title}</h1>
  646.  
  647. <div id="description">{block:Description}{Description}{/block:Description}</div>
  648.  
  649.  
  650.  
  651.  
  652. </div>
  653.  
  654.  
  655.  
  656. <div id="pagination">{block:Pagination}
  657. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">>></a>
  658. {/block:NextPage}
  659. {/block:Pagination}</div>
  660.  
  661. <div id="container">
  662.  
  663. {block:Posts}
  664.  
  665. <div class="posts">
  666.  
  667. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  668.  
  669. {block:Photo}<img src="{PhotoURL-HighRes}" width="300px" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  670.  
  671. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  672.  
  673. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-360}">{LinkCloseTag}</center>{block:Caption}{/block:Caption}{/block:Photo}
  674. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  675.  
  676. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  677.  
  678. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  679.  
  680. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  681. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  682.  
  683. {block:Video}{Video-360}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  684.  
  685. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  686.  
  687. {block:Answer}
  688. <div class="asker">{Asker} declared</div>
  689. <div class="question">{Question}</div>
  690. {Answer}
  691. {/block:Answer}
  692.  
  693. <div class="permalinks">
  694. <div class="date"><a href="{Permalink}" title="posted {TimeAgo}">*</a>
  695.  
  696. <a href="{Permalink}" title="{NoteCountWithLabel}">*</a></div>
  697.  
  698.  
  699. <div class="reblogs">
  700.  
  701. {block:RebloggedFrom}
  702. <a href="{ReblogParentURL}" title="via : {ReblogParentName}">*</a>
  703. <a href="{ReblogRootURL}" title="source: {ReblogRootName}">*</a>
  704. {/block:RebloggedFrom} <a href="{ReblogURL}" title="Reblog">*</a></div>
  705. </div>
  706.  
  707. {block:PermalinkPage}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  708.  
  709. </div>
  710.  
  711. {/block:Posts}
  712.  
  713. </div>
  714.  
  715. {block:ContentSource}
  716. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  717. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  718. {/block:SourceLogo}
  719. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  720. {/block:ContentSource}
  721. </body>
  722.  
  723. <div id="box1" class="popup_block">
  724. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="100%"></iframe></p>
  725. </div>
  726.  
  727. <div id="box2" class="popup_block">
  728.  
  729.  
  730. <b>Verse One.</b> Describe your verses here, maybe put your muses? <br><br><Br>
  731. Make sure to keep the br codes to have proper spacings . . <br>
  732. this can be as l o n g or as short as you'd like <br>
  733.  
  734.  
  735.  
  736.  
  737. </div></fieldset>
  738. </div>
  739.  
  740. <div id="box3" class="popup_block">
  741. <p style="text-align: center;">
  742. <h2 style="text-align: center;"><h2>Guidelines</h2>
  743. Rules or anything can go here. <Br>
  744. it can be as l o n g or as short as you'd like<br>
  745. it should scroll.
  746.  
  747.  
  748.  
  749. </div>
  750.  
  751.  
  752. </div></div></div></div></div></div></div></div></div></div>
  753.  
  754. </div></div></div></div></div></div></div></div></div></div>
  755.  
  756.  
  757.  
  758. </div>
  759.  
  760. </div></div></div></div></div></div></div></div></div></div>
  761.  
  762.  
  763.  
  764.  
  765. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement