Advertisement
officialdogblog

ed

Dec 27th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <script type="text/javascript">
  9. if(location.href == 'http://gay8.tumblr.com/') location.replace('http://gay8.tumblr.com/tagged/b');;
  10. </script>
  11.  
  12. {block:IfSnow}
  13. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  14.  
  15. <script type="text/javascript">
  16. snowStorm.snowColor = '#ffffff'; //
  17. snowStorm.flakesMaxActive = 200;
  18. </script>
  19. {/block:IfSnow}
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  22. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  23. <script type="text/javascript">
  24. $(window).load(function () {
  25. $('.posts').masonry({
  26. itemSelector : ".container",
  27. },
  28. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  29. );
  30. });
  31. </script>
  32.  
  33. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  34. <script type="text/javascript">
  35. $(window).load(function () {
  36. $('.posts').masonry({
  37. itemSelector : ".container",
  38. },
  39. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  40. );
  41. });
  42. </script>
  43. <script type="text/javascript">
  44. $(window).load(function () {
  45. $('.posts').masonry(),
  46. $('.masonryWrap').infinitescroll({
  47. itemSelector : ".container",
  48. navSelector : "div.navigation",
  49. nextSelector : ".navigation a#next",
  50. bufferPx : 10000,
  51. extraScrollPx: 10000,
  52. loadingImg : " ",
  53. loadingText : " ",
  54. },
  55. function() { $('.posts').masonry({ appendedContent: $(this) });
  56. });
  57. });</script>
  58.  
  59. {block:IfBackgroundChange}
  60. <script>
  61. $.fn.changebackground = function(change) {
  62. $("body").css("background-image", "url("+change+")");
  63. };
  64. </script>
  65. {/block:IfBackgroundChange}
  66.  
  67. <meta name="image:Background" content="" />
  68.  
  69. <meta name="color:Background" content="#999999" />
  70. <meta name="color:Border" content="#aeaeae" />
  71. <meta name="color:Link" content="#999999" />
  72. <meta name="color:Link Hover" content="#FFFFFF" />
  73. <meta name="color:Text" content="#000000" />
  74.  
  75. <meta name="text:Link 1 Title" content="ask" />
  76. <meta name="text:Link 1 URL" content="/ask" />
  77. <meta name="text:Link 2 Title" content="" />
  78. <meta name="text:Link 2 URL" content="" />
  79. <meta name="text:Link 3 Title" content="" />
  80. <meta name="text:Link 3 URL" content="" />
  81. <meta name="text:Link 4 Title" content="" />
  82. <meta name="text:Link 4 URL" content="" />
  83.  
  84. <meta name="if:Background Change" content="0" />
  85. <meta name="if:Cbox" content="0" />
  86. <meta name="if:Link 1" content="1" />
  87. <meta name="if:Link 2" content="0" />
  88. <meta name="if:Link 3" content="0" />
  89. <meta name="if:Link 4" content="0" />
  90. <meta name="if:Snow" content="0" />
  91.  
  92. </head>
  93.  
  94. <style type="text/css">
  95.  
  96. ::-webkit-scrollbar {
  97. width: 0px;
  98. height: 0px;
  99. }
  100.  
  101. @font-face {
  102. font-family: 'Carrois Gothic SC';
  103. font-style: normal;
  104. font-weight: 400;
  105. src: local('Carrois Gothic SC'), local('CarroisGothicSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSNce8QJcbznVYyCETTx3XZM.woff) format('woff');
  106. }
  107.  
  108.  
  109. body {
  110. font-family: calibri;
  111. font-size: 12px;
  112. color: {color:Text};
  113. background-color: {color:Background};
  114. background-image: url('{image:Background}');
  115. background-size: cover;
  116. background-attachment: fixed;
  117. }
  118.  
  119. body a {
  120. font-family: carrois gothic sc;
  121. text-decoration: none;
  122. color: {color:Link};
  123. -o-transition: .7s;
  124. -ms-transition: .7s;
  125. -moz-transition: .7s;
  126. -webkit-transition: .7s;
  127. transition: .7s;
  128. }
  129.  
  130. body a:hover {
  131. color: {color:Link Hover};
  132.  
  133. }
  134.  
  135. .posts {
  136. margin-left: 250px;
  137. width: 1200px;
  138. }
  139.  
  140. .container {
  141. float: left;
  142. }
  143.  
  144. .post {
  145. background-color: rgba(250, 250, 250, 1);
  146. position: relative;
  147. padding: 20px;
  148. margin-top: 100px;
  149. margin-left: 50px;
  150. margin-right: 50px;
  151. width: 380px;
  152. word-wrap: break-word;
  153. text-align: justify;
  154. -o-transition: all 0.8s ease;
  155. -ms-transition: all 0.8s ease;
  156. -moz-transition: all 0.8s ease;
  157. -webkit-transition: all 0.8s ease;
  158. transition: all 0.8s ease;
  159. outline: 0px solid {color:Border};
  160. }
  161.  
  162. .post img {
  163. width: 100%;
  164. }
  165.  
  166. .empty {
  167. position:absolute;
  168. width:100%;
  169. height:100%;
  170. top: 0;
  171. left: 0;
  172. z-index: 3;
  173.  
  174. -o-transition: all 0.8s ease;
  175. -ms-transition: all 0.8s ease;
  176. -moz-transition: all 0.8s ease;
  177. -webkit-transition: all 0.8s ease;
  178. transition: all 0.8s ease;
  179. }
  180.  
  181. .empty:hover {
  182. opacity: 0;
  183. }
  184.  
  185. .photopost {
  186. margin-top: 100px;
  187. margin-left: 50px;
  188. margin-right: 50px;
  189. width: 380px;
  190. background-color: rgba(250, 250, 250, 1);
  191. -o-transition: .7s;
  192. -ms-transition: .7s;
  193. -moz-transition: .7s;
  194. -webkit-transition: .7s;
  195. transition: .7s;
  196. }
  197.  
  198. .photopost:hover {
  199. background-color: rgba(0, 0, 0, 0);
  200. }
  201.  
  202. .zoom {
  203. width: 100%;
  204. -o-transition: .7s;
  205. -ms-transition: .7s;
  206. -moz-transition: .7s;
  207. -webkit-transition: .7s;
  208. transition: .7s;
  209. }
  210.  
  211. .zoom:hover {
  212. opacity: 0;
  213. }
  214.  
  215. .answer {
  216. width: 360px;
  217. padding: 10px;
  218. background-color: rgba(200, 200, 200, 0.6);
  219. }
  220.  
  221. .permalink .answer {
  222. width: 480px;
  223. }
  224.  
  225. .permalink {
  226. padding: 20px;
  227. margin-top: 50px;
  228. margin-left: 100px;
  229. margin-right: 100px;
  230. width: 500px;
  231. word-wrap: break-word;
  232. text-align: justify;
  233. background-color: rgba(250, 250, 250, 0);
  234. }
  235.  
  236. .permalink img {
  237. width: 100%;
  238. }
  239.  
  240. .title {
  241. font-family: carrois gothic sc;
  242. font-size: 17px;
  243. text-transform: uppercase;
  244. }
  245.  
  246. .quote.short {
  247. font-size: 17px;
  248. font-weight: 100;
  249. }
  250.  
  251. .quote.medium {
  252. font-size: 16px;
  253. font-weight: 100;
  254. }
  255.  
  256. .quote.long {
  257. font-size: 13px;
  258. font-weight: 100;
  259. }
  260.  
  261. .sidebar {
  262. position: fixed;
  263. left: 25px;
  264. }
  265.  
  266. .tab {
  267. position: absolute;
  268. width: 200px;
  269. padding: 5px;
  270. margin-top: 50px;
  271. background-color: rgba(250, 250, 250, 0);
  272. text-align: center;
  273. z-index: 100;
  274. -o-transition:.7s;
  275. -ms-transition:.7s;
  276. -moz-transition:.7s;
  277. -webkit-transition:.7s;
  278. transition:.7s;
  279. }
  280.  
  281. ol.notes {
  282. height: 200px;
  283. overflow: auto;
  284. list-style-type: none;
  285. margin-left: -35px;
  286. }
  287.  
  288. ol.notes img {
  289. padding-right: 5px;
  290. width: 16px;
  291. }
  292.  
  293. blockquote {
  294. width: 95%;
  295. margin-left: 8px;
  296. padding-left: 5px;
  297. text-align: justify;
  298. }
  299.  
  300. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  301. display: none;
  302. }
  303.  
  304. #infscr-loading {
  305. display: none;
  306. }
  307.  
  308. .navigation {
  309. display: none !important;
  310. }
  311.  
  312. #cbox {
  313. position: fixed;
  314. left: 30px;
  315. bottom: 30px;
  316. }
  317.  
  318. #cbox a {
  319. color: rgba(250, 250, 250, 0);
  320. }
  321.  
  322. #cbox a:hover {
  323. color: rgba(250, 250, 250, 0);
  324. }
  325.  
  326. </style>
  327.  
  328. <body>
  329.  
  330. <div class="sidebar">
  331.  
  332. <br /><br /><br /><br /><br /><br /><br /><br />
  333.  
  334. <div class="tab">
  335. <br />
  336. <img src="http://i39.tinypic.com/v6oops.png" />
  337. <a href="/">home</a>
  338. {block:IfLink1}  
  339. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  340. {/block:IfLink1}
  341. {block:IfLink2}  
  342. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  343. {/block:IfLink2}
  344. {block:IfLink3}  
  345. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  346. {/block:IfLink3}
  347. {block:IfLink4}  
  348. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  349. {/block:IfLink4}
  350. <br /><br />
  351. {block:Description}{Description}{/block:Description}
  352. </div>
  353.  
  354. {block:IfCbox}
  355. <br /><br /><br /><br /><br /><br />
  356.  
  357. <div class="tab">
  358. <!-- BEGIN CBOX - www.cbox.ws - v001 -->
  359. <div id="cboxdiv" style="text-align: center; line-height: 0">
  360. <div><iframe frameborder="0" width="200" height="222" src="http://www6.cbox.ws/box/?boxid=779174&amp;boxtag=wpa1ma&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-779174" style="border: 0px solid;" id="cboxmain6-779174"></iframe></div>
  361. <div><iframe frameborder="0" width="200" height="78" src="http://www6.cbox.ws/box/?boxid=779174&amp;boxtag=wpa1ma&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform6-779174" style="border: 0px solid;border-top:0px" id="cboxform6-779174"></iframe></div>
  362. </div>
  363. <!-- END CBOX -->
  364. </div>
  365.  
  366.  
  367. <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
  368.  
  369. <div class="tab">
  370. <a href="/">home</a>  
  371. {block:IfLink1}
  372. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>  
  373. {/block:IfLink1}
  374. {block:IfLink2}
  375. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>  
  376. {/block:IfLink2}
  377. {block:IfLink3}
  378. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>  
  379. {/block:IfLink3}
  380. {block:IfLink4}
  381. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  382. {/block:IfLink4}
  383. <br /><br />
  384. </div>
  385. {/block:IfCbox}
  386.  
  387. </div>
  388.  
  389. <div class="autopagerize_page_element">
  390. <div class="posts">
  391.  
  392. {block:Posts}
  393.  
  394. <div class="container">
  395.  
  396. {block:Text}
  397. {block:IndexPage}
  398. <div class="post" title="{NoteCountWithLabel}">
  399. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  400. {block:Title}<div class="title">{Title}</div>{/block:Title}
  401. {Body}
  402. </div>
  403. {/block:IndexPage}
  404. {block:PermalinkPage}
  405. <div style="margin-top: 100px;"></div>
  406. <div class="permalink">
  407. {block:Title}<div class="title">{Title}</div>{/block:Title}
  408. {Body}
  409. {block:HasTags}
  410. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  411. <br />
  412. {/block:HasTags}
  413. {block:NoteCount}
  414. <span style="float: left;">{NoteCountWithLabel}</span>
  415. {/block:NoteCount}
  416. {block:Date}
  417. <span style="float: right;">{TimeAgo}</span>
  418. <div style="clear: both;"></div>
  419. {/block:Date}
  420. </div>
  421. {/block:PermalinkPage}
  422. {/block:Text}
  423.  
  424. {block:Photo}
  425. {block:IndexPage}
  426. <div class="post">
  427. <a href="{Permalink}" title="{NoteCountWithLabel}" target="_blank">
  428. <img src="{PhotoURL-HighRes}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')" onmouseout="$(this).changebackground('{color:Background}')" />
  429. </a>
  430. </div>
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. <div style="margin-top: 100px;"></div>
  434. <div class="permalink">
  435. <img src="{PhotoURL-HighRes}" width="100%" />
  436. {block:Caption}{Caption}{/block:Caption}
  437. <div style="margin-top: -10px;"></div>
  438. <br />
  439. {block:HasTags}
  440. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  441. <br />
  442. {/block:HasTags}
  443. <span style="float: left;">{NoteCountWithLabel}</span>
  444. <span style="float: right;">{TimeAgo}</span>
  445. <div style="clear: both;"></div>
  446. </div>
  447. {/block:PermalinkPage}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. {block:IndexPage}
  452. <div class="post" title="{NoteCountWithLabel}">
  453. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  454. {Photoset}
  455. </div>
  456. {/block:IndexPage}
  457. {block:PermalinkPage}
  458. <div style="margin-top: 100px;"></div>
  459. <div class="permalink">
  460. {Photoset}
  461. {block:Caption}{Caption}{/block:Caption}
  462. <div style="margin-top: -10px;"></div>
  463. <br />
  464. {block:HasTags}
  465. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  466. <br />
  467. {/block:HasTags}
  468. <span style="float: left;">{NoteCountWithLabel}</span>
  469. <span style="float: right;">{TimeAgo}</span>
  470. <div style="clear: both;"></div>
  471. </div>
  472. {/block:PermalinkPage}
  473. {/block:Photoset}
  474.  
  475. {block:Quote}
  476. {block:IndexPage}
  477. <div class="post" title="{NoteCountWithLabel}">
  478. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  479. <div class="quote {Length}">“{Quote}”</div>
  480. {block:Source}<span style="float: right; font-family: arial;"><i>{Source}</i></span>{/block:Source}
  481. <div style="clear:both;"></div>
  482. </div>
  483. {/block:IndexPage}
  484. {block:PermalinkPage}
  485. <div style="margin-top: 100px;"></div>
  486. <div class="permalink">
  487. <div class="quote {Length}">“{Quote}”</div>
  488. {block:Source}<span style="float: right; font-family: arial;"><i>{Source}</i></span>{/block:Source}<div style="clear: both;"></div><br />
  489. {block:HasTags}
  490. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  491. <br />
  492. {/block:HasTags}
  493. <span style="float: left;">{NoteCountWithLabel}</span>
  494. <span style="float: right;">{TimeAgo}</span>
  495. <div style="clear: both;"></div>
  496. </div>
  497. {/block:PermalinkPage}
  498. {/block:Quote}
  499.  
  500. {block:Chat}
  501. {block:IndexPage}
  502. <div class="post" title="{NoteCountWithLabel}">
  503. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  504. {block:Title}<div class="title">{Title}</div>{/block:Title}
  505. {block:Lines}
  506. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  507. {/block:Lines}
  508. <div style="margin-top: -10px;"></div>
  509. </div>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. <div style="margin-top: 100px;"></div>
  513. <div class="permalink">
  514. {block:Title}<div class="title">{Title}</div>{/block:Title}
  515. {block:Lines}
  516. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  517. {/block:Lines}
  518. {block:HasTags}
  519. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  520. <br />
  521. {/block:HasTags}
  522. <span style="float: left;">{NoteCountWithLabel}</span>
  523. <span style="float: right;">{TimeAgo}</span>
  524. <div style="clear: both;"></div>
  525. </div>
  526. {/block:PermalinkPage}
  527. {/block:Chat}
  528.  
  529. {block:Audio}
  530. {block:IndexPage}
  531. <div class="post" title="{NoteCountWithLabel}">
  532. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  533. <center>
  534. <div class="opacity">
  535. {block:AlbumArt}
  536. <img src="{AlbumArtURL}" width="100%" /><br />
  537. {/block:AlbumArt}
  538. {block:AudioEmbed}
  539. <br />{AudioEmbed-250}<br /><br />
  540. {/block:AudioEmbed}
  541. {block:AudioPlayer}
  542. <br />{AudioPlayer}
  543. {/block:AudioPlayer}
  544. </div>
  545. {block:AudioPlayer}
  546. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  547. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  548. {/block:AudioPlayer}
  549. </center>
  550. </div>
  551. {/block:IndexPage}
  552. {block:PermalinkPage}
  553. <div style="margin-top: 100px;"></div>
  554. <div class="permalink">
  555. <center>
  556. {block:AlbumArt}
  557. <img src="{AlbumArtURL}" width="100%" /><br />
  558. {/block:AlbumArt}
  559. {block:AudioEmbed}
  560. <br />{AudioEmbed-400}<br /><br />
  561. {/block:AudioEmbed}
  562. {block:AudioPlayer}
  563. <br />{AudioPlayer}
  564. {/block:AudioPlayer}
  565. {block:AudioPlayer}
  566. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  567. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  568. {/block:AudioPlayer}
  569. </center>
  570. {block:Caption}
  571. {block:AudioPlayer}<div style="margin-top: -10px;"></div>{/block:AudioPlayer}
  572. {Caption}
  573. {/block:Caption}
  574. {block:HasTags}
  575. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  576. <br />
  577. {/block:HasTags}
  578. <span style="float: left;">{NoteCountWithLabel}</span>
  579. <span style="float: right;">{TimeAgo}</span>
  580. <div style="clear: both;"></div>
  581. </div>
  582. {/block:PermalinkPage}
  583. {/block:Audio}
  584.  
  585. {block:Video}
  586. {block:IndexPage}
  587. <div class="post" title="{NoteCountWithLabel}">
  588. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  589. <br />
  590. <center>
  591. <div class="opacity">
  592. {VideoEmbed-250}
  593. </div>
  594. </center>
  595. </div>
  596. {/block:IndexPage}
  597. {block:PermalinkPage}
  598. <div style="margin-top: 100px;"></div>
  599. <div class="permalink">
  600. <br />
  601. <center>
  602. {VideoEmbed-400}
  603. </center>
  604. <br />
  605. {block:Caption}{Caption}{/block:Caption}
  606. {block:HasTags}
  607. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  608. <br />
  609. {/block:HasTags}
  610. <span style="float: left;">{NoteCountWithLabel}</span>
  611. <span style="float: right;">{TimeAgo}</span>
  612. <div style="clear: both;"></div>
  613. </div>
  614. {/block:PermalinkPage}
  615. {/block:Video}
  616.  
  617. {block:Answer}
  618. {block:IndexPage}
  619. <div class="post" title="{NoteCountWithLabel}">
  620. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  621. <div class="answer">
  622. <i>{Asker} asked:</i> {Question}
  623. </div>
  624. {Answer}
  625. </div>
  626. {/block:IndexPage}
  627. {block:PermalinkPage}
  628. <div style="margin-top: 100px;"></div>
  629. <div class="permalink">
  630. <div class="answer">
  631. <i>{Asker} asked:</i> {Question}
  632. </div>
  633. {Answer}
  634. {block:HasTags}
  635. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  636. <br />
  637. {/block:HasTags}
  638. <span style="float: left;">{NoteCountWithLabel}</span>
  639. <span style="float: right;">{TimeAgo}</span>
  640. <div style="clear: both;"></div>
  641. </div>
  642. {/block:PermalinkPage}
  643. {/block:Answer}
  644.  
  645. {block:PostNotes}
  646. <div class="permalink">
  647. {PostNotes-16}
  648. </div>
  649. {/block:PostNotes}
  650.  
  651. <div class="navigation">
  652. {block:Pagination}
  653. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  654. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  655. {/block:Pagination}
  656. </div>
  657.  
  658. {block:ContentSource}
  659. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  660. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  661. {/block:SourceLogo}
  662. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  663. {/block:ContentSource}
  664.  
  665. {block:ReblogParent}{/block:ReblogParent}
  666.  
  667. </div>
  668.  
  669. {/block:Posts}
  670.  
  671. </div>
  672. </div>
  673.  
  674. <div id="cbox">
  675. <script language="JavaScript">
  676. var ref = (''+document.referrer+'');
  677. var w_h = window.screen.width + " x " + window.screen.height;
  678. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3668994&e1= &e2= &r=' + ref + '&wh=' + w_h + '"><\/script>');
  679. </script> <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID1886598&name="></script>
  680. </div>
  681.  
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement