Advertisement
tomkirk

Theme Dump: 2

Jul 18th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. <!--
  2. TOMKIRK.TUMBLR
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#828282"/>
  13. <meta name="color:Link" content="#54f394"/>
  14. <meta name="color:Link Hover" content="#ffadd7"/>
  15.  
  16. <!--Images-->
  17. <meta name="image:Background" content""/>
  18.  
  19. <!--Options-->
  20. <meta name="if:Infinite Scroll" content=""/>
  21. <meta name="if:Captions" content="1"/>
  22. <meta name="if:Rounded Edges" content=""/>
  23. <meta name="if:Inverted Images" content=""/>
  24. <meta name="if:Faded Images" content="1"/>
  25. <meta name="if:Tiny Cursor" content="1"/>
  26.  
  27.  
  28. <!--Links-->
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 1 name" content=""/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 2 name" content=""/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 3 name" content=""/>
  35.  
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  38.  
  39. <script src="jquery.js"></script>
  40. <script>
  41. $(document).ready(function(){
  42. $("#flip").click(function(){
  43. $("#panel").slideToggle("fast");
  44. });
  45. });
  46. </script>
  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. <style type="text/css">
  58.  
  59. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  60.  
  61. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  62.  
  63. body{
  64. background-color: {color:Background};
  65. background-image: url({image:Background});
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. background-position: center;
  69. font-family: consolas;
  70. font-size: 10px;
  71. line-height: 12px;
  72. color:{color:Text};
  73. {block:ifTinyCursor}
  74. cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;
  75. {/block:ifTinyCursor}
  76. }
  77.  
  78. a:link, a:active, a:visited{
  79. color: {color:Link};
  80. text-decoration:none;
  81. }
  82.  
  83. a:hover{
  84. color: {color:Link Hover};
  85. {block:ifTinyCursor}
  86. cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;
  87. {/block:ifTinyCursor}
  88. }
  89.  
  90. #container {
  91. margin:auto;
  92. width:600px;
  93. }
  94.  
  95. #content {
  96. margin:auto;
  97. {block:IndexPage}
  98. width:300px;
  99. {/block:IndexPage}
  100. {block:PermalinkPage}
  101. width:500px;
  102. {/block:PermalinkPage}
  103. padding-bottom:30px;
  104. }
  105.  
  106. article {
  107. float:left;
  108. margin-top:15px;
  109. padding:6px;
  110. {block:IndexPage}
  111. width:300px;
  112. {/block:IndexPage}
  113. {block:PermalinkPage}
  114. width:500px;
  115. {/block:PermalinkPage}
  116. {block:ifRoundedEdges}
  117. -webkit-border-radius: 4px;
  118. -moz-border-radius: 4px;
  119. border-radius: 4px;
  120. {/block:ifRoundedEdges}
  121. }
  122.  
  123. article img{
  124. {block:IndexPage}
  125. max-width:300px;
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. max-width:500px;
  129. {/block:PermalinkPage}
  130. {block:ifRoundedEdges}
  131. -webkit-border-radius: 4px;
  132. -moz-border-radius: 4px;
  133. border-radius: 4px;
  134. {/block:ifRoundedEdges}
  135. {block:ifFadedImages}
  136. opacity:.7;
  137. {/block:ifFadedImages}
  138. {block:ifInvertedImages}
  139. opacity:1;
  140. {/block:ifInvertedImages}
  141. -webkit-transition: all 0.6s ease-out;
  142. -moz-transition: all 0.6s ease-out;
  143. transition: all 0.6s ease-out;
  144. }
  145.  
  146. article img:hover{
  147. {block:ifFadedImages}
  148. opacity:1;
  149. {/block:ifFadedImages}
  150. {block:ifInvertedImages}
  151. opacity:.7;
  152. {/block:ifInvertedImages}
  153. }
  154.  
  155. #ps {
  156. {block:ifRoundedEdges}
  157. -webkit-border-radius: 4px;
  158. -moz-border-radius: 4px;
  159. border-radius: 4px;
  160. {/block:ifRoundedEdges}
  161. overflow:hidden;
  162. {block:ifFadedImages}
  163. opacity:.7;
  164. {/block:ifFadedImages}
  165. {block:ifInvertedImages}
  166. opacity:1;
  167. {/block:ifInvertedImages}
  168. -webkit-transition: all 0.6s ease-out;
  169. -moz-transition: all 0.6s ease-out;
  170. transition: all 0.6s ease-out;
  171. }
  172.  
  173. #ps:hover{
  174. {block:ifFadedImages}
  175. opacity:1;
  176. {/block:ifFadedImages}
  177. {block:ifInvertedImages}
  178. opacity:.7;
  179. {/block:ifInvertedImages}
  180. }
  181.  
  182. article #permalink{
  183. position:absolute;
  184. margin-left:30px;
  185. margin-top:20px;
  186. width:235px;
  187. padding:1px;
  188. line-height:14px;
  189. text-align:center;
  190. font-size:8px;
  191. letter-spacing:1px;
  192. text-transform:uppercase;
  193. background:white;
  194. color:{color:Link};
  195. z-index:1;
  196. opacity:0;
  197. -moz-box-shadow: 3px 3px {color:Link};
  198. -webkit-box-shadow: 3px 3px {color:Link};
  199. box-shadow: 3px 3px {color:Link};
  200. -webkit-transition: all 0.6s ease-out;
  201. -moz-transition: all 0.6s ease-out;
  202. transition: all 0.6s ease-out;
  203. }
  204.  
  205. article:hover #permalink{
  206. opacity:1;
  207. }
  208.  
  209. article #permalinkk{
  210. position:relative;
  211. width:300px;
  212. margin-top:0px;
  213. margin-left:0px;
  214. padding:2px;
  215. text-align:center;
  216. font-size:8px;
  217. letter-spacing:1px;
  218. text-transform:uppercase;
  219. opacity:1;
  220. color:{color:Link};
  221. -webkit-transition: all 0.3s ease-out;
  222. -moz-transition: all 0.3s ease-out;
  223. transition: all 0.3s ease-out;
  224. }
  225.  
  226. article:hover #permalinkk{
  227. opacity:1;
  228. }
  229.  
  230.  
  231. #z{position:fixed;bottom:0;right:0;padding:15px;}
  232.  
  233. #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);}
  234.  
  235. #z:hover .y{opacity:1;-webkit-transform: scale(1.0);margin-left:-10px;margin-top:-11px;}
  236.  
  237. #z .x{font-size:23px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  238. #z:hover .x{opacity:0;-webkit-transform: scale(.10);}
  239.  
  240. #side {
  241. position:fixed;
  242. text-align:right;;
  243. width:160px;
  244. margin-top:80px;
  245. z-index:1;
  246. {block:IndexPage}
  247. margin-left:-50px;
  248. {/block:IndexPage}
  249. {block:PermalinkPage}
  250. margin-left:-170px;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254. #panel,#flip{
  255. padding:1px;
  256. display:inline-block;
  257. }
  258.  
  259. #flip{
  260. padding:1px;
  261. color:{color:Link};
  262. }
  263.  
  264. #flip:hover{
  265. cursor:help;
  266. }
  267.  
  268. #panel{
  269. padding:1px;
  270. display:none;
  271. font-size:8px;
  272. text-transform:uppercase;
  273. }
  274.  
  275. .navigate{
  276. position:relative;
  277. margin-bottom:4px;
  278. font-size:9px;
  279. letter-spacing:1px;
  280. line-height:17px;
  281. text-transform:uppercase;
  282. }
  283.  
  284. .navigate a{
  285. margin-right:10px;
  286. padding:1px;
  287. }
  288.  
  289. .navigate a:hover{
  290. -moz-box-shadow: 3px 3px {color:Link};
  291. -webkit-box-shadow: 3px 3px {color:Link};
  292. box-shadow: 3px 3px {color:Link};
  293. }
  294.  
  295.  
  296. .blogtitle{
  297. font-size: 25px;
  298. line-height: 25px;
  299. text-transform: lowercase;
  300. font-family: "cedarcursive",consolas;
  301. }
  302.  
  303. .posttitle{
  304. font-size: 16px;
  305. line-height: 17px;
  306. margin-bottom: -8px;
  307. text-transform: uppercase;
  308. font-family: consolas;
  309. }
  310.  
  311. .chat .line{
  312. padding: 2px;
  313. }
  314.  
  315. .chat .line .odd{
  316. padding:2px;
  317. background:#ffffff;
  318. }
  319.  
  320. .audiop{
  321. background:black;
  322. padding:10px;
  323. {block:ifRoundedEdges}
  324. -webkit-border-radius: 4px;
  325. -moz-border-radius: 4px;
  326. border-radius: 4px;
  327. {/block:ifRoundedEdges}
  328. }
  329.  
  330. .audioplayer {
  331. position:absolute;
  332. margin-top:-53px;
  333. margin-left:100px;
  334. width:70px;
  335. overflow:hidden;
  336. }
  337.  
  338. .audiop img{
  339. {block:ifFadedImages}
  340. opacity:1;
  341. {/block:ifFadedImages}
  342. {block:ifInvertedImages}
  343. opacity:1;
  344. {/block:ifInvertedImages}
  345. }
  346.  
  347. .audiop img:hover{
  348. {block:ifFadedImages}
  349. opacity:1;
  350. {/block:ifFadedImages}
  351. {block:ifInvertedImages}
  352. opacity:1;
  353. {/block:ifInvertedImages}
  354. }
  355.  
  356. blockquote{
  357. margin-left:10px;
  358. padding-left:4px;
  359. border-left: 3px solid {color:Text};
  360. }
  361.  
  362. .p { padding-top: 5px; }
  363. .ol, ul { margin-left: 10px; padding: 5px; }
  364. .ul { list-style-type: square; }
  365.  
  366. .notes img{
  367. width:10px;
  368. position:left;
  369. top:3px;
  370. {block:ifRoundedEdges}
  371. -webkit-border-radius: 10px;
  372. -moz-border-radius: 10px;
  373. border-radius: 10px;
  374. {/block:ifRoundedEdges}
  375. }
  376.  
  377. .notes ul {
  378. list-style-type:none;
  379. margin-left:-30px;
  380. padding:5px;
  381. text-align:left;
  382. border-bottom:1px solid {color:Border};
  383. }
  384.  
  385.  
  386. .pagination{
  387. margin-top:10px;
  388. text-transform:uppercase;
  389. letter-spacing:1px;
  390. font-size:8px;
  391. line-height:22px;
  392. font-family: consolas;
  393. text-align:center;
  394. width:300px;
  395. }
  396.  
  397. {CustomCSS}
  398. </style>
  399.  
  400. </head>
  401. <body>
  402. <div id="z"><div class="x">▲</div>
  403. <div class="y"><a href="http://tomkirk.tumblr.com/">tomkirk</a></div>
  404. </div>
  405. <div id="container">
  406.  
  407. <div id="side">
  408. <div class="blogtitle"><div id="flip" title="click">{Title}</div></div>
  409. <div id="panel">
  410. {Description}
  411. </div>
  412. <div class="navigate">
  413. <a href="{text:Link 1 URL}">{text:Link 1 name}</a><br>
  414. <a href="{text:Link 2 URL}">{text:Link 2 name}</a><br>
  415. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  416. </div>
  417. </div>
  418.  
  419. <div id="content">
  420. {block:Posts}
  421. <article>
  422.  
  423. {block:Text}
  424. {block:Title}
  425. <div class="posttitle">{Title}</div>
  426. {/block:Title}
  427. {Body}
  428. {block:IndexPage}
  429. <div id="permalinkk">
  430. <a href="{Permalink}">{TimeAgo}</a> |
  431. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  432. </div>
  433. {/block:IndexPage}
  434. {/block:Text}
  435.  
  436. {block:Link}
  437. <div class="posttitle">
  438. <a href="{URL}">{Name}</a>
  439. </div>
  440. {block:Description}{Description}{/block:Description}
  441. {block:IndexPage}
  442. <div id="permalinkk">
  443. <a href="{Permalink}">{TimeAgo}</a> |
  444. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  445. </div>
  446. {/block:IndexPage}
  447. {/block:Link}
  448.  
  449. {block:Photo}
  450. {block:IndexPage}
  451. <div id="permalink">
  452. <a href="{Permalink}">{TimeAgo}</a> |
  453. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  454. </div>
  455. {/block:IndexPage}
  456. <center>
  457. {LinkOpenTag}
  458. <a href="{permalink}">
  459. <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  460. {LinkCloseTag}
  461. </center>
  462. {block:ifCaptions}
  463. {block:Caption}{Caption}{/block:Caption}
  464. {/block:ifCaptions}
  465. {block:ifNotCaptions}
  466. {block:PermalinkPage}
  467. {block:Caption}{Caption}{/block:Caption}
  468. {/block:PermalinkPage}
  469. {/block:ifNotCaptions}
  470. {block:ContentSource}
  471. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  472. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}
  474. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  475. {/block:ContentSource}
  476. {block:ReblogParentURL}
  477. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  478. {/block:ReblogParentURL}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. {block:IndexPage}
  483. <div id="permalink">
  484. <a href="{Permalink}">{TimeAgo}</a> |
  485. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  486. </div>
  487. {/block:IndexPage}
  488. <div id="ps">
  489. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  490. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  491. </div>
  492. {block:ifCaptions}
  493. {block:Caption}{Caption}{/block:Caption}
  494. {/block:ifCaptions}
  495. {block:ifNotCaptions}
  496. {block:PermalinkPage}
  497. {block:Caption}{Caption}{/block:Caption}
  498. {/block:PermalinkPage}
  499. {/block:ifNotCaptions}
  500. {/block:Photoset}
  501.  
  502. {block:Quote}
  503. <div class="posttitle">"{Quote}"</div>
  504. {block:Source}
  505. <br>
  506. - {Source}
  507. {/block:Source}
  508. {block:IndexPage}
  509. <div id="permalinkk">
  510. <a href="{Permalink}">{TimeAgo}</a> |
  511. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  512. </div>
  513. {/block:IndexPage}
  514. {/block:Quote}
  515.  
  516. {block:Chat}
  517. {block:Title}
  518. <div class="posttitle">{Title}</div><br>
  519. {/block:Title}
  520. <div class="chat">
  521. {block:Lines}
  522. <div class="chat">
  523. <div class="line {Alt}">
  524. <div class="{Alt} user_{UserNumber}">
  525. {block:Label}
  526. <b>{Label} </b>
  527. {/block:Label}
  528. {Line}
  529. </div>
  530. </div>
  531. </div>
  532. {/block:Lines}
  533. </div>
  534. {block:IndexPage}
  535. <div id="permalinkk">
  536. <a href="{Permalink}">{TimeAgo}</a> |
  537. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  538. </div>
  539. {/block:IndexPage}
  540. {/block:Chat}
  541.  
  542. {block:Audio}
  543.  
  544. <div class="audiop">
  545. {block:AlbumArt}
  546. <img src="{AlbumArtURL}" width="70px;" style="position:absolute;margin:5px;z-index:1;">
  547. {/block:AlbumArt}
  548.  
  549. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="70px;" style="position:relative;margin:5px;">
  550.  
  551. {block:AudioPlayer}
  552. <div class="audioplayer">
  553. {AudioPlayerBlack}
  554. </div>
  555. {/block:AudioPlayer}
  556. </div>
  557.  
  558. {block:Caption}{Caption}{/block:Caption}
  559. {block:IndexPage}
  560. <div id="permalinkk">
  561. <a href="{Permalink}">{TimeAgo}</a> |
  562. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  563. </div>
  564. {/block:IndexPage}
  565. {/block:Audio}
  566.  
  567. {block:Video}
  568. {block:IndexPage}
  569. <div id="permalink">
  570. <a href="{Permalink}">{TimeAgo}</a> |
  571. <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  572. </div>
  573. {/block:IndexPage}
  574. <div id="ps">
  575. {block:IndexPage}
  576. {Video-250}
  577. {/block:IndexPage}
  578. {block:PermalinkPage}
  579. {Video-500}
  580. {/block:PermalinkPage}
  581. </div>
  582. {block:ifCaptions}
  583. {block:Caption}{Caption}{/block:Caption}
  584. {/block:ifCaptions}
  585. {block:ifNotCaptions}
  586. {block:PermalinkPage}
  587. {block:Caption}{Caption}{/block:Caption}
  588. {/block:PermalinkPage}
  589. {/block:ifNotCaptions}
  590. {/block:Video}
  591.  
  592. {block:PermalinkPage}
  593. <div style="margin-top:5px;">
  594. {block:Date}
  595. <b>Posted:</b> {TimeAgo} on
  596. {ShortMonth} {DayofMonth},{Year} at
  597. {12Hour}:{Minutes} {CapitalAmPm}
  598. {/block:Date}
  599. {block:NoteCount}<br>
  600. <b>Notes:</b>
  601. {NoteCount}
  602. {/block:NoteCount}
  603. {block:HasTags}
  604. <br>
  605. <b>Tags:</b>
  606. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  607. {/block:Tags}
  608. {/block:HasTags}
  609. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  610. </div>
  611. {/block:PermalinkPage}
  612.  
  613. {block:PostNotes}
  614. {PostNotes}
  615. {/block:PostNotes}
  616. </article>
  617. {/block:Posts}
  618.  
  619. {block:Pagination}
  620. <div class="pagination">
  621. {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Last{/block:ifNotInfiniteScroll}</a>{/block:PreviousPage} [{CurrentPage} out of {TotalPages}]
  622. {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
  623. </div>
  624. {/block:Pagination}
  625. </div>
  626.  
  627. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  628.  
  629. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  630. {block:ifInfiniteScroll}
  631. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  632. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  633. {/block:ifInfiniteScroll}
  634.  
  635.  
  636. <script>
  637. (function() {
  638. var $tumblelog = $('#content');
  639. {block:IfInfiniteScroll}
  640. $tumblelog.infinitescroll({
  641. navSelector : ".pagination",
  642. nextSelector : ".pagination a:first",
  643. itemSelector : "article",
  644. bufferPx : 50,
  645. done : "",
  646. loading: {
  647. finishedMsg: "<p> </p>",
  648. img : " ",
  649. msg: null,
  650. msgText: "<p> </p>"
  651. },
  652. },
  653. function( newElements ) {
  654. var $newElems = $( newElements ).css({ opacity: 0 });
  655. $newElems.imagesLoaded(function(){
  656. $newElems.animate({ opacity: 1 });
  657. $tumblelog.masonry( 'appended', $newElems);
  658. });
  659. }
  660. );
  661. {/block:IfInfiniteScroll}
  662. $tumblelog.imagesLoaded( function(){
  663. $tumblelog.masonry({
  664. columnWidth: function( containerWidth ) {
  665. return containerWidth / 100;
  666. }
  667. });
  668. });
  669. })();
  670. </script>
  671.  
  672. <script>
  673. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  674. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  675. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  676. s.parentNode.insertBefore(g,s)}(document,'script'));
  677. </script>
  678. </body>
  679. </html>
  680. </body>
  681. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement