Advertisement
tomkirk

#003 *updated*

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