Advertisement
tomkirk

#017

Sep 12th, 2013
3,337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.22 KB | None | 0 0
  1. <!--
  2. [ T H E M E B Y ]
  3.  
  4. ○ ● ○
  5. #17
  6.  
  7. [ 1 3 I N (T O M K I R K) ]
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#696969"/>
  16. <meta name="color:Link" content="#b3dff1"/>
  17. <meta name="color:Link Hover" content="#b3dff1"/>
  18. <meta name="color:Scrollbar" content="#b3dff1"/>
  19. <meta name="color:Border" content="#f7f7f7"/>
  20. <meta name="color:Tooltip" content="#1f1d1d"/>
  21. <meta name="color:Tooltip Text" content="#f7f7f7"/>
  22. <meta name="color:Side Border" content="#1f1d1d"/>
  23. <meta name="color:Sidelinks" content="#1f1d1d"/>
  24.  
  25. <!--Options-->
  26. <meta name="if:Infinite Scroll" content="1"/>
  27. <meta name="if:Captions" content=""/>
  28. <meta name="if:Faded Images" content=""/>
  29. <meta name="if:Inverted Images" content=""/>
  30. <meta name="if:Tiny Cursor" content=""/>
  31. <meta name="if:Crosshair Cursor" content=""/>
  32.  
  33. <!--Links-->
  34. <meta name="text:Perma" content="x"/>
  35. <meta name="text:Link 1 URL" content="/"/>
  36. <meta name="text:Link 1 name" content=""/>
  37. <meta name="text:Link 2 URL" content="/"/>
  38. <meta name="text:Link 2 name" content=""/>
  39. <meta name="text:Link 3 URL" content="/"/>
  40. <meta name="text:Link 3 name" content=""/>
  41. <meta name="text:Link 4 URL" content="/"/>
  42. <meta name="text:Link 4 name" content=""/>
  43. <meta name="text:Link 5 URL" content="/"/>
  44. <meta name="text:Link 5 name" content=""/>
  45.  
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49. <meta charset="utf-8">
  50. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  51. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  55. <style type="text/css">
  56. /*Basic styles*/
  57.  
  58.  
  59. {block:ifInvertedImages}img{
  60. opacity: 1;
  61. filter:alpha(opacity=10);
  62. -moz-opacity: 0.1;
  63. -moz-transition: all .9s ease;
  64. -o-transition: all .9s ease;
  65. transition: all .9s ease;
  66. -webkit-transition: all .9s ease;}
  67. {/block:ifInvertedImages}
  68.  
  69.  
  70. {block:ifInvertedImages} img:hover{
  71. opacity: .8;
  72. filter:alpha(opacity=100);
  73. -moz-opacity: 1;
  74. -moz-transition: all .9s ease;
  75. -o-transition: all .9s ease;
  76. transition: all .9s ease;
  77. -webkit-transition: all .9s ease;}
  78. {/block:ifInvertedImages}
  79.  
  80. {block:ifFadedImages}img{
  81. opacity: .8;
  82. filter:alpha(opacity=10);
  83. -moz-opacity: 0.1;
  84. -moz-transition: all .9s ease;
  85. -o-transition: all .9s ease;
  86. transition: all .9s ease;
  87. -webkit-transition: all .9s ease;}
  88. {/block:ifFadedImages}
  89.  
  90.  
  91. {block:ifFadedImages} img:hover{
  92. opacity: 1;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifFadedImages}
  100.  
  101. {block:ifInvertedImages}.photo {
  102. opacity: 1;
  103. filter:alpha(opacity=10);
  104. -moz-opacity: 0.1;
  105. -moz-transition: all .9s ease;
  106. -o-transition: all .9s ease;
  107. transition: all .9s ease;
  108. -webkit-transition: all .9s ease;}
  109. {/block:ifInvertedImages}
  110.  
  111.  
  112. {block:ifInvertedImages}.photo:hover{
  113. opacity: .8;
  114. filter:alpha(opacity=100);
  115. -moz-opacity: 1;
  116. -moz-transition: all .9s ease;
  117. -o-transition: all .9s ease;
  118. transition: all .9s ease;
  119. -webkit-transition: all .9s ease;}
  120. {/block:ifInvertedImages}
  121.  
  122. {block:ifFadedImages}.photo {
  123. opacity: .8;
  124. filter:alpha(opacity=10);
  125. -moz-opacity: 0.1;
  126. -moz-transition: all .9s ease;
  127. -o-transition: all .9s ease;
  128. transition: all .9s ease;
  129. -webkit-transition: all .9s ease;}
  130. {/block:ifFadedImages}
  131.  
  132.  
  133. {block:ifFadedImages}.photo:hover{
  134. opacity: 1;
  135. filter:alpha(opacity=100);
  136. -moz-opacity: 1;
  137. -moz-transition: all .9s ease;
  138. -o-transition: all .9s ease;
  139. transition: all .9s ease;
  140. -webkit-transition: all .9s ease;}
  141. {/block:ifFadedImages}
  142.  
  143. .photo a:hover{background:transparent;}
  144.  
  145. #s-m-t-tooltip {
  146. max-width:300px;
  147. padding:2px 3px 2px 3px;
  148. {block:ifTinyCursor}
  149. margin:15px 0px 0px 15px;
  150. {/block:ifTinyCursor}
  151. {block:ifNotTinyCursor}
  152. margin:20px 0px 0px 20px;
  153. {/block:ifNotTinyCursor}
  154. font-style:italic;
  155. background: {color:Tooltip};
  156. font-size:9px;
  157. line-height:9px;
  158. color:{color:Tooltip Text};
  159. z-index:999999999999999999999999999999999999;
  160. -webkit-border-radius: 2px;
  161. -moz-border-radius: 2px;
  162. border-radius: 2px;
  163. }
  164.  
  165. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  166.  
  167. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  168.  
  169. ::-webkit-scrollbar {width:16px; height:16px; background: {color:Background};}
  170. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};-webkit-border-radius: 100px;
  171. -moz-border-radius: 100px;border-radius: 100px;}
  172.  
  173. body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:10px;line-height:12px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  174.  
  175. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;}
  176.  
  177. a:hover{text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
  178.  
  179. #content {{block:IndexPage}width:1150px;{/block:IndexPage}{block:PermalinkPage}width:600px;{/block:PermalinkPage}}
  180.  
  181. #cage {margin-left:60px;padding-top:20px;padding-bottom:10px;{block:IndexPage}width:650px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  182.  
  183. blockquote{padding-left:5px;margin-left:23px;border-left:4px solid {color:Link};}
  184.  
  185. .p { padding-top: 5px; }
  186. .ol, ul { margin-left: 30px; padding: 5px; }
  187. .ul { list-style-type: square; }
  188.  
  189. p {margin:0px;}
  190.  
  191. .pt {font-size:12px;line-height:13px;text-transform:uppercase;letter-spacing:1px;}
  192.  
  193. .b{font-size:14px;line-height:20px;letter-spacing:2px;text-transform:uppercase;margin-bottom:1px;}
  194.  
  195. .b a{background:{color:Link};color:{color:Background};border:1px solid {color:Link};padding:1px;padding-left:6px;padding-right:6px;}
  196.  
  197. .b a:hover{background:transparent;color:{color:Link};}
  198.  
  199. .navigate a{height:3px;display:inline-block;padding:1px 8px 8px 3px;margin-right:12px;margin-top:3px;background:{color:Sidelinks};border:1px solid {color:Sidelinks};}
  200.  
  201. .navigate a:hover{background:Transparent;}
  202.  
  203. .audiop{background:white;border:1px solid {color:Border};-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding:2px;padding-top:4px;position:relative;margin-top:5px;margin-bottom:5px;}
  204. .audiop img{max-width:470px;}
  205.  
  206. .notes img{width:10px; position:left;top:3px;-webkit-border-radius: 10px;
  207. -moz-border-radius: 10px; border-radius: 10px;}
  208.  
  209. iframe, img, embed, object, video {max-width: 100%;}
  210.  
  211. #side {bottom:0;width:145px;background:white;position:fixed;text-align:left;padding:10px;padding-bottom:40px;z-index:999;{block:IndexPage}margin-left:920px;{/block:IndexPage}{block:PermalinkPage}margin-left:580px;{/block:PermalinkPage}}
  212.  
  213. article img{{block:IndexPage}display:block;max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  214.  
  215. article {margin:17px;padding:6px;border:1px solid {color:Border};box-shadow:rgba(0,0,0,0.04) 5px 5px;{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background:white;}
  216.  
  217. article .permat{width:250px;position:absolute;opacity:0;margin-top:-8px;font-size:10px;letter-spacing:1px;text-transform:uppercase;font-family:courier new;text-align:right;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;color:{color:Link};}
  218.  
  219. article:hover .permat{opacity:1;}
  220.  
  221. .chat .line{padding: 2px;}
  222.  
  223. .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
  224.  
  225. .label {font-weight:bold;}
  226.  
  227. .notes img{width:10px; position:left;top:3px;-webkit-border-radius: 10px;
  228. -moz-border-radius: 10px; border-radius: 10px;display:inline;}
  229. .notes {line height:16px;}
  230.  
  231. .pagination{padding-top:10px;font-size:8px;letter-spacing:1px;text-transform:uppercase;}
  232.  
  233. {CustomCSS}
  234. </style>
  235. </head>
  236. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  237.  
  238. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  239.  
  240. <script>
  241.  
  242. (function($){
  243.  
  244. $(document).ready(function(){
  245.  
  246. $("a[title]").style_my_tooltips({
  247.  
  248. tip_follows_cursor:true,
  249.  
  250. tip_delay_time:100,
  251.  
  252. tip_fade_speed:400,
  253.  
  254. attribute:"title"
  255.  
  256. });
  257.  
  258. });
  259.  
  260. })(jQuery);
  261.  
  262. </script>
  263. <body>
  264. <div style="position:fixed;left:0;top:0;height:100%;width:40px;background:{color:Side Border}"></div>
  265. <div style="position:fixed;right:0;bottom:0;padding-right:0px;padding-bottom:15px;z-index:999;"><div class="navigate"><a title="theme by 13in" href="http://13in.tumblr.com/"></a></div>
  266. </div>
  267. <div id="cage">
  268. <header id="side">
  269. <div class="b"><a href="/">{Title}</a></div>
  270. {Description}
  271. <div class="navigate">
  272. {block:ifLink1name}
  273. <a title="{text:Link 1 name}"href="{text:Link 1 URL}"></a>
  274. {/block:ifLink1name}
  275. {block:ifLink2name}
  276. <a title="{text:Link 2 name}"href="{text:Link 2 URL}"></a>
  277. {/block:ifLink2name}
  278. {block:ifLink3name}
  279. <a title="{text:Link 3 name}"href="{text:Link 3 URL}"></a>
  280. {/block:ifLink3name}
  281. {block:ifLink4name}
  282. <a title="{text:Link 4 name}"href="{text:Link 4 URL}"></a>
  283. {/block:ifLink4name}
  284. {block:ifLink5name}
  285. <a title="{text:Link 5 name}"href="{text:Link 5 URL}"></a>
  286. {/block:ifLink5name}
  287. </div>
  288. {block:Pagination}
  289. <div class="pagination">
  290. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Prev{/block:ifNotInfiniteScroll}</a> {text:Perma}{/block:PreviousPage}
  291. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  292. </div>
  293. {/block:Pagination}
  294. </header>
  295.  
  296. <div id="content">
  297. {block:Posts}
  298. <article>
  299.  
  300. {block:Text}
  301. {block:Title}
  302. <div class="pt">{Title}</div>
  303. {/block:Title}
  304. {Body}
  305. {block:IndexPage}
  306. <div class="permat">
  307. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  308. </div>
  309. {/block:IndexPage}
  310. {/block:Text}
  311.  
  312. {block:Photo}
  313. <div class="photo">
  314. {LinkOpenTag}
  315. <a title="{NoteCountWithLabel}"href="{permalink}">
  316. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500">
  317. </a>
  318. {LinkCloseTag}
  319. {block:ifCaptions}
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:ifCaptions}
  322. {block:ifNotCaptions}
  323. {block:PermalinkPage}
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:PermalinkPage}
  326. {/block:ifNotCaptions}
  327. {block:ContentSource}
  328. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  329. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  330. {/block:SourceLogo}
  331. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  332. {/block:ContentSource}
  333. {block:ReblogParentURL}
  334. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  335. {/block:ReblogParentURL}
  336. {/block:Photo}
  337.  
  338. {block:Photoset}
  339. <div class="photoset">
  340. <div class="photo">
  341. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  342. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  343. </div>
  344. </div>
  345. {block:ifCaptions}
  346. {block:Caption}{Caption}{/block:Caption}
  347. {/block:ifCaptions}
  348. {block:ifNotCaptions}
  349. {block:PermalinkPage}
  350. {block:Caption}{Caption}{/block:Caption}
  351. {/block:PermalinkPage}
  352. {/block:ifNotCaptions}
  353. {block:IndexPage}
  354. <div class="permat">
  355. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  356. </div>
  357. {/block:IndexPage}
  358. {/block:Photoset}
  359.  
  360. {block:Quote}
  361. <div class="pt">
  362. "{Quote}"
  363. </div>
  364. {block:Source}-{Source}{/block:Source}
  365. {block:IndexPage}
  366. <div class="permat">
  367. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  368. </div>
  369. {/block:IndexPage}
  370. {/block:Quote}
  371.  
  372. {block:Link}
  373. <div class="pt">
  374. <a href="{URL}">{Name} »</a>
  375. </div>
  376. {block:Description}{Description}{/block:Description}
  377. {block:IndexPage}
  378. <div class="permat">
  379. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  380. </div>
  381. {/block:IndexPage}
  382. {/block:Link}
  383.  
  384. {block:Chat}
  385. <div class="chat">
  386. {block:Lines}
  387. <div class="chat">
  388. <div class="line {Alt}">
  389. <div class="{Alt} user_{UserNumber}">
  390. {block:Label}
  391. <b>{Label} </b>
  392. {/block:Label}
  393. {Line}
  394. </div>
  395. </div>
  396. {/block:Lines}
  397. {block:IndexPage}
  398. <div class="permat">
  399. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  400. </div>
  401. {/block:IndexPage}
  402. {/block:Chat}
  403.  
  404. {block:Audio}
  405. <div class="audio">
  406. <center>
  407. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div></center>
  408. <div class="audiop">{AudioPlayerWhite}</div>
  409. {block:Caption}{Caption}{/block:Caption}
  410. {block:IndexPage}
  411. <div class="permat">
  412. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  413. </div>
  414. {/block:IndexPage}
  415. {/block:Audio}
  416.  
  417. {block:Video}
  418. <div class="video">
  419. <div class="video-player">{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  420. {block:ifCaptions}
  421. {block:Caption}{Caption}{/block:Caption}
  422. {/block:ifCaptions}
  423. {block:ifNotCaptions}
  424. {block:PermalinkPage}
  425. {block:Caption}{Caption}{/block:Caption}
  426. {/block:PermalinkPage}
  427. {/block:ifNotCaptions}
  428. {block:IndexPage}
  429. <div class="permat">
  430. <a title="{NoteCountWithLabel}"href="{Permalink}">{text:Perma}</a>
  431. </div>
  432. {/block:IndexPage}
  433. {/block:Video}
  434.  
  435. {block:Panorama}
  436. {block:IndexPage}
  437. <div class="permap">
  438. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  439. </div>
  440. {/block:IndexPage}
  441. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  442. {block:ifCaptions}
  443. {block:Caption}{Caption}{/block:Caption}
  444. {/block:ifCaptions}
  445. {block:ifNotCaptions}
  446. {block:PermalinkPage}
  447. {block:Caption}{Caption}{/block:Caption}
  448. {/block:PermalinkPage}
  449. {/block:ifNotCaptions}
  450. {/block:Panorama}
  451.  
  452. {block:PermalinkPage}
  453. <div style="margin-top:5px;">
  454. {block:Date}
  455. <b>Posted:</b> {TimeAgo} on
  456. {ShortMonth} {DayofMonth},{Year} at
  457. {12Hour}:{Minutes} {CapitalAmPm}
  458. {/block:Date}
  459. {block:NoteCount}<br>
  460. <b>Notes:</b>
  461. {NoteCount}
  462. {/block:NoteCount}
  463. {block:HasTags}
  464. <br>
  465. <b>Tags:</b>
  466. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  467. {/block:Tags}
  468. {/block:HasTags}
  469. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  470. </div>
  471. {/block:PermalinkPage}
  472. {block:PostNotes}
  473. {PostNotes}
  474. {/block:PostNotes}
  475. </article>
  476. {/block:Posts}
  477.  
  478. </div>
  479. </div>
  480.  
  481. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  482.  
  483. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  484. {block:ifInfiniteScroll}
  485. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  486. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  487. {/block:ifInfiniteScroll}
  488.  
  489.  
  490. <script>
  491. (function() {
  492. var $tumblelog = $('#content');
  493. {block:IfInfiniteScroll}
  494. $tumblelog.infinitescroll({
  495. navSelector : ".pagination",
  496. nextSelector : ".pagination a:first",
  497. itemSelector : "article",
  498. bufferPx : 50,
  499. done : "",
  500. loading: {
  501. finishedMsg: "<p> </p>",
  502. img : " ",
  503. msg: null,
  504. msgText: "<p> </p>"
  505. },
  506. },
  507. function( newElements ) {
  508. var $newElems = $( newElements ).css({ opacity: 0 });
  509. $newElems.imagesLoaded(function(){
  510. $newElems.animate({ opacity: 1 });
  511. $tumblelog.masonry( 'appended', $newElems);
  512. });
  513. }
  514. );
  515. {/block:IfInfiniteScroll}
  516. $tumblelog.imagesLoaded( function(){
  517. $tumblelog.masonry({
  518. columnWidth: function( containerWidth ) {
  519. return containerWidth / 100;
  520. }
  521. });
  522. });
  523. })();
  524. </script>
  525.  
  526. <script>
  527. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  528. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  529. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  530. s.parentNode.insertBefore(g,s)}(document,'script'));
  531. </script>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement