Advertisement
rasperries

farahmir 250 blue

Dec 17th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.22 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. septim theme
  5.  
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#aaaaaa"/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:Link Hover" content="#000000"/>
  25. <meta name="color:Bold" content="#000000"/>
  26. <meta name="color:Posts" content="#ffffff"/>
  27. <meta name="color:Sidebar Text" content="#ffffff"/>
  28. <meta name="color:Sidebar" content="#cccccc"/>
  29. <meta name="color:Scrollbar" content="#cccccc"/>
  30. <meta name="color:Top Bar" content="#ffffff"/>
  31.  
  32.  
  33. <meta name="text:Link 1 URL" content="" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 3 URL" content="" />
  38. <meta name="text:Link 3" content="" />
  39.  
  40. <meta name="image:Side Image" content=""/>
  41. <meta name="image:Background Image" content=""/>
  42.  
  43. <meta name="if:Hide Tags" content="0"/>
  44. <meta name="if:Hide Captions" content="0"/>
  45. <meta name="if:Infinite Scroll" content="1"/>
  46. <meta name="if:Show Side Image" content="1"/>
  47. <meta name="if:Background Image" content="0"/>
  48. <meta name="if:Stretch Background" content="0"/>
  49. <meta name="if:Top Bar" content="1"/>
  50.  
  51. <!-- jquery for tooltips-->
  52. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. {block:indexpage}
  57. {block:ifinfinitescroll}
  58. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  59. {/block:ifinfinitescroll}
  60. {/block:indexpage}
  61.  
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script>
  65.  
  66. (function($){
  67.  
  68. $(document).ready(function(){
  69.  
  70. $("a[title]").style_my_tooltips({
  71.  
  72. tip_follows_cursor:true,
  73.  
  74. tip_delay_time:30,
  75.  
  76. tip_fade_speed:300,
  77.  
  78. attribute:"title"
  79.  
  80. });
  81.  
  82. });
  83.  
  84. })(jQuery);
  85.  
  86. </script>
  87.  
  88. <script>
  89. $(document).ready(function() {
  90. $('#o').click(function() {
  91. $('#description').slideToggle(400);
  92. $(this).toggleClass('turn');
  93. });
  94. });
  95. </script>
  96.  
  97.  
  98. <!--CSS customization here. -->
  99.  
  100. <style type="text/css">
  101.  
  102. #s-m-t-tooltip{
  103. position:absolute;
  104. margin:25px 0 25px 25px;
  105. z-index:9999;
  106. background:{color:posts};
  107. font-size:8px;
  108. text-transform:uppercase;
  109. letter-spacing:1px;
  110. padding:2px 5px;
  111. color:{color:bold};
  112. }
  113.  
  114.  
  115.  
  116. #tumblr_lightbox {background-color:rgba(246, 246, 246, .9)!important;z-index:99999!important;}
  117. #tumblr_lightbox img { opacity:0; }
  118. #tumblr_lightbox_caption {color:black!important;
  119. font-family:arial!important;
  120. font-size:10px!important;
  121. font-weight:normal!important;text-shadow:none!important;}
  122. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {padding:10px!important;
  123. background:white!important;
  124. margin-top:-10px!important;
  125. margin-left:-10px!important;
  126. -moz-box-shadow:none!important;
  127. -webkit-box-shadow:none!important;
  128. box-shadow:none!important;
  129. -moz-border-radius:0px!important;
  130. -webkit-border-radius:0px!important;
  131. border-radius:0pxpx!important;
  132. opacity:1!important;}
  133.  
  134. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  135. opacity:.6!important;}
  136.  
  137.  
  138. iframe#tumblr_controls { white-space:nowrap!important;
  139. -webkit-filter:invert(100%)!important;
  140. -moz-filter:invert(100%)!important;
  141. -ms-filter:invert(100%)!important;
  142. -o-filter:invert(100%)!important;
  143. filter:invert(100%)!important;
  144. top:10px!important;
  145. right:5px!important;
  146. position:fixed!important;
  147. opacity:.3!Important;
  148. }
  149.  
  150. /*scrollbar*/
  151. ::-webkit-scrollbar{height: 3px;
  152. width: 3px;
  153. -webkit-border-radius: 0px;
  154. background-color:{color:background}}
  155. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};
  156. }
  157. ::-webkit-scrollbar-track{background-color:{color:background}
  158. }
  159.  
  160. /*basics*/
  161. blockquote {padding:0 0 0 10px;
  162. border-left:1px solid #ddd;
  163. margin:5px 0 0px 0px;
  164.  
  165.  
  166. }
  167.  
  168. body {
  169. {block:ifnotbackgroundimage}
  170. background:{color:background};
  171. {/block:ifnotbackgroundimage}
  172. {block:ifbackgroundimage}
  173. background:{color:background} url('{image:background image}') center center fixed repeat;
  174. {block:ifstretchbackground}
  175. -webkit-background-size: cover;
  176. -moz-background-size: cover;
  177. -o-background-size: cover;
  178. background-size: cover;
  179. {/block:ifstretchbackground}
  180. {/block:ifbackgroundimage}
  181. color:{color:text};
  182. font-family:consolas;
  183. font-size:9px;
  184. text-align:justify;
  185. -webkit-font-smoothing: antialiased;
  186. margin:0;
  187. line-height:150%}
  188.  
  189.  
  190. a {
  191. color:{color:link};
  192. text-decoration:none;
  193. }
  194.  
  195. a:hover {
  196. text-decoration:none;
  197. color:{color:link hover};
  198. }
  199.  
  200. img{opacity:1;
  201. border:none;
  202. text-decoration:none}
  203.  
  204.  
  205. small {
  206. font-family:consolas;
  207. font-size:9px;
  208. }
  209.  
  210. big {
  211. font-size:9px;}
  212.  
  213. h1, h2, h3, h1 {font-size:12px;
  214. font-family:trebuchet ms;
  215. font-weight:bold;
  216. }
  217.  
  218. b {color:{color:bold};}
  219.  
  220. ul {list-style:circle;}
  221. ol {list-style:lower-roman;}
  222.  
  223. p {margin:5px 0;}
  224. p:first-of-type {margin-top:0;}
  225. p:last-of-type {margin-bottom:0;}
  226.  
  227.  
  228. #title {font-size:12px;
  229. color:{color:sidebar text};
  230. background:{color:sidebar};
  231. font-family:trebuchet ms;
  232. font-weight:bold;
  233. padding:15px 20px;
  234. text-align:left;
  235. }
  236. #title a {color:{color:sidebar text};}
  237. #title a:hover {color:{color:link hover};}
  238.  
  239. /*sidebar*/
  240.  
  241. #bar {height:45px;
  242. position:fixed;
  243. top:0;
  244. left:0;
  245. width:100%;
  246. z-index:99;
  247. background:{color:top bar};}
  248.  
  249. #sidebar {
  250. position:fixed;
  251. left:50%;
  252. margin-left:-350px;
  253. top:100px;
  254. z-index:2;
  255. width:180px;
  256. -webkit-animation-name: fade-in;
  257. -webkit-animation-duration: 1.5s;
  258. }
  259.  
  260. #inner {position:relative;
  261. height:100%;
  262. padding:20px;
  263. color:{color:sidebar text};
  264. background:{color:sidebar};
  265. }
  266.  
  267. #k img {width:220px;
  268. display:block;
  269. }
  270.  
  271. #sidebar a {color:{color:sidebar text};}
  272.  
  273.  
  274. #hi {font-size:9px;
  275. letter-spacing:1px;
  276. font-weight:normal;
  277. display:block;}
  278.  
  279.  
  280. #blogt {font-size:10px;
  281. font-weight:bold;
  282. letter-spacing:2px;
  283. border-bottom:1px solid rgba(255,255,255,.3);
  284. padding-bottom:14px;
  285. text-transform:uppercase;
  286. position:relative;
  287. }
  288.  
  289. #o {position:absolute;
  290. right:5px;
  291. cursor:pointer;
  292. top:5px;
  293. font-size:14px;
  294. font-weight:bold;
  295. }
  296.  
  297. #o i {transition:0.4s;
  298. -o-transition-transition:0.4s;
  299. -webkit-transition-duration:0.4s;
  300. -moz-transition-duration:0.4s;}
  301.  
  302. #o.turn i {-ms-transform: rotate(-180deg); /* IE 9 */
  303. -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  304. transform: rotate(-180deg);}
  305.  
  306. #links {font-size:9px;
  307. letter-spacing:2px;
  308. text-transform:uppercase;
  309. padding:10px 15px 0 15px;
  310. }
  311.  
  312. #links a {
  313. display:block;
  314. line-height:25px;
  315. }
  316.  
  317. #links i {margin-right:15px;}
  318.  
  319.  
  320.  
  321. #description {font-size:8px;
  322. text-transform:uppercase;
  323. letter-spacing:2px;
  324. margin-top:15px;
  325. border-bottom:1px solid rgba(255,255,255,.3);
  326. padding-bottom:14px;
  327. display:none;
  328. }
  329.  
  330.  
  331. /*pagination*/
  332.  
  333. #pagination {border-top:1px solid rgba(255,255,255,.3);
  334. text-align:right;
  335. font-size:8px;
  336. margin-top:10px;
  337. padding-top:14px;
  338. text-transform:uppercase;
  339. letter-spacing:2px;
  340. background:{color:sidebar};
  341. }
  342. #pagination a {
  343. }
  344.  
  345.  
  346.  
  347. /*posts*/
  348.  
  349. #entries {
  350. margin:100px auto 150px auto;
  351. width:250px;
  352. position:relative;
  353. }
  354.  
  355. .posts {position:relative;
  356. width:250px;
  357. {block:IndexPage}
  358. margin-bottom:75px;
  359. {/block:IndexPage}
  360. {block:PermalinkPage}
  361. margin-bottom:25px;
  362. {/block:PermalinkPage}
  363. -webkit-animation-name: fade-in;
  364. -webkit-animation-duration: 1.5s;
  365. }
  366. .posts img {
  367. max-width:250px;
  368. }
  369. .but {background:{color:posts};}
  370.  
  371. .but img, .but iframe {display:block;
  372. width:250px;
  373. }
  374.  
  375. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  376.  
  377. .caption {display:block;
  378. margin-bottom:-5px;
  379. padding:20px 20px 0 20px;
  380. background:{color:posts};
  381. {block:ifhidecaptions}
  382. {block:indexpage}
  383. display:none;
  384. {/block:indexpage}
  385. {/block:ifhidecaptions}
  386. }
  387.  
  388. .butt {display:block;
  389. padding:20px 20px 0 20px;
  390. background:{color:posts};
  391. }
  392.  
  393. a.tumblr_blog {font-size:9px;
  394. text-decoration:underline;}
  395.  
  396. a.tumblr_blog:hover {color:{color:link};
  397. text-decoration:none;}
  398.  
  399. /*quote*/
  400.  
  401. #titlequote{text-align:justify;
  402. font-family:trebuchet ms;
  403. font-size:9px;
  404. margin-top:-15px;
  405. line-height:150%;
  406. letter-spacing:0.02em;
  407. font-weight:lighter;
  408. color:{color:text};
  409. }
  410.  
  411. #source {
  412. margin-top:10px;
  413. font-size:8px;
  414. text-transform:uppercase;
  415. letter-spacing:0.03em;
  416. margin-left:15px;}
  417.  
  418. /*audio*/
  419.  
  420. .left {width:140px;
  421. height:140px;
  422. background:{color:sidebar};
  423. color:{color:sidebar text};
  424. font-size:20px;
  425. line-height:140px;
  426. float:left;
  427. position:Relative;
  428. text-align:center;
  429. }
  430.  
  431. #cool {width:140px;
  432. position:Absolute;
  433. height:140px;
  434. top:0;
  435. left:0;}
  436.  
  437. .left img {width:140px;
  438. height:140px;
  439. display:block;}
  440.  
  441. .side {min-height:100px;
  442. margin-left:0px;
  443. padding:20px;
  444. background:{color:posts};
  445. }
  446. .player {
  447. width:25px;
  448. height:25px;
  449. overflow:hidden;}
  450.  
  451. .song {background:#fff;
  452. opacity:.5;
  453. display:block;
  454. position:relative;
  455. margin-bottom:15px;
  456. margin-top:-20px;
  457. border:10px solid #fff;
  458. }
  459.  
  460. .song:after {content:'Listen';
  461. font-size:9px;
  462. position:Absolute;
  463. left:40px;
  464. line-height:30px;
  465. letter-spacing:1px;
  466. top:0;
  467. color:{color:bold};
  468. text-transform:uppercase;}
  469.  
  470. .audioinfo {
  471. font-size:8px;
  472. text-transform:uppercase;
  473. letter-spacing:1px;
  474. line-height:20px;
  475. }
  476.  
  477. .audioinfo b {padding:0px 5px 0px 0px;
  478. }
  479.  
  480. /*asks*/
  481. .q {color:{color:sidebar text};
  482. background:{color:sidebar};
  483. padding:15px 20px;
  484. }
  485. .as {display:inline;
  486. text-transform:uppercase;
  487. letter-spacing:1px;
  488. font-size:9px;
  489. }
  490. .as a {color:{color:sidebar text};}
  491. .as a:hover {color:{color:link hover};}
  492. .a {text-align:left;
  493. padding:20px 20px 0 20px;
  494. background:{color:posts};
  495. }
  496.  
  497.  
  498. /*chat*/
  499.  
  500. .chat ol {
  501. padding:0;
  502. margin:0;
  503. list-style:none;
  504. }
  505. .line {padding:15px 20px;}
  506.  
  507. .line.odd {background:{color:sidebar};
  508. color:{color:sidebar text};}
  509.  
  510. .line.even {background:{color:posts};}
  511.  
  512. .label {font-size:9px;
  513. text-transform:uppercase;
  514. letter-spacing:1px;
  515. }
  516.  
  517.  
  518.  
  519.  
  520.  
  521. /*permalink and notes*/
  522.  
  523. .source {font-size:8px;
  524. text-transform:uppercase;
  525. letter-spacing:1px;
  526. display:block;
  527. padding:15px 20px;
  528. background:{color:posts};
  529. }
  530.  
  531. .source i {margin:0 5px;}
  532.  
  533. .s {float:right;
  534. text-align:right;}
  535.  
  536. .s a {margin-left:5px;}
  537.  
  538. #permalink {font-size:8px;
  539. text-transform:uppercase;
  540. letter-spacing:1px;
  541. display:block;
  542. padding:20px 20px 15px 20px;
  543. background:{color:posts};
  544. }
  545.  
  546. #permalink i {margin:0 5px;}
  547.  
  548. .tags {
  549. word-break:break-all;
  550. {block:ifhidetags}
  551. {block:indexpage}
  552. display:none;
  553. {/block:indexpage}
  554. {/block:ifhidetags}
  555. }
  556.  
  557. .pagenotes {
  558. width:210px;
  559. background:{color:posts};
  560. padding:20px;
  561. text-align:left;
  562. font-size:8px;
  563. text-transform:uppercase;
  564. letter-spacing:2px;
  565. }
  566. .pagenotes ol {margin:0;
  567. padding:0;}
  568.  
  569.  
  570. .more_notes_link {text-align:left!important;
  571. color:{color:bold};
  572. font-weight:bold;
  573. display:block;
  574. }
  575.  
  576. .script {position:fixed;
  577. bottom:0;
  578. right:0;
  579. padding:10px;
  580. line-height:15px;
  581. height:15px;
  582. width:15px;
  583. color:{color:link};
  584. opacity:.5;
  585. display:block;}
  586.  
  587. .pagenotes img {
  588. display:none!important;}
  589. .pagenotes li {
  590. list-style-type:none;
  591. padding:5px 0px;
  592. }
  593.  
  594. pre {
  595. white-space: pre-wrap; /* css-3 */
  596. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  597. white-space: -pre-wrap; /* Opera 4-6 */
  598. white-space: -o-pre-wrap; /* Opera 7 */
  599. word-wrap: break-word; /* Internet Explorer 5.5+ */
  600. }
  601.  
  602.  
  603. @-webkit-keyframes fade-in {
  604. 0% { opacity: 0; }
  605. 50% { opacity: 0; }
  606. 100% { opacity: 1; }
  607.  
  608. #cr {
  609. bottom:0px;
  610. right:0px;
  611. position:fixed;
  612. z-index:1000;
  613. padding:8px 9px;
  614. background-color:{color:background};
  615. }
  616. #cr a {
  617. font-size:7px;
  618. line-height:8px;
  619. background-color:transparent;
  620. font-family:arial;
  621. letter-spacing:0px;
  622. color:#4f4f4f;
  623.  
  624.  
  625. {CustomCSS}
  626.  
  627.  
  628. </style>
  629.  
  630.  
  631.  
  632.  
  633. </head>
  634.  
  635. <body>
  636.  
  637. {block:iftopbar}
  638. <div id="bar"></div>
  639. {/block:iftopbar}
  640.  
  641. <div id="sidebar">
  642. {block:ifshowsideimage}<div id="k"><a href="/"><img src="{image:side image}"></a></div>{/block:ifshowsideimage}
  643. <div id="inner">
  644. <div id="blogt">
  645. <a id="o"><i class="fa fa-angle-down"></i></a>
  646. <a href="/">{Title}</a>
  647. <span id="hi">{name}</span>
  648. </div>
  649. <div id="description">{Description} +<script language="JavaScript">
  650. var ref = (''+document.referrer+'');
  651. var w_h = window.screen.width + " x " + window.screen.height;
  652. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4581268&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  653. </script></div>
  654. <div id="links">
  655. <a href="/"><i class="fa fa-file-text-o"></i>home</a>
  656. {block:ifLink1}<a href="{text:Link 1 URL}"><i class="fa fa-folder-o"></i>{text:Link 1}</a>{/block:ifLink1}
  657. <a href="/faq"><i class="fa fa-envelope-o"></i>mail</a>
  658. {block:ifLink2}<a href="{text:Link 2 URL}"><i class="fa fa-bars"></i>{text:Link 2}</a>{/block:ifLink2}
  659. {block:ifLink3}<a href="{text:Link 3 URL}"><i class="fa fa-star-o"></i>{text:Link 3}</a>{/block:ifLink3}
  660. </div>
  661.  
  662. {block:ifnotinfinitescroll}
  663. {block:Pagination}
  664. <div id="pagination">
  665. {block:PreviousPage}
  666. <a href="{PreviousPage}">previous </a> /
  667. {/block:PreviousPage}
  668. {block:NextPage}
  669. <a href="{NextPage}">next</a>
  670. {/block:NextPage}
  671. </div>
  672. {/block:Pagination}
  673. {/block:ifnotinfinitescroll}
  674.  
  675. </div>
  676.  
  677.  
  678. </div>
  679.  
  680.  
  681.  
  682.  
  683. <div id="entries" class="autopagerize_page_element">
  684. {block:Posts}
  685. <div class="posts">
  686.  
  687. {block:Date}<div class="source"><a href="/">{name}</a>{block:RebloggedFrom}<i class="fa fa-retweet"></i><a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<span class="s"><a href="{ReblogRootURL}">source</a>{/block:ContentSource}</span>{/block:RebloggedFrom}</div>{/block:Date}
  688.  
  689.  
  690. {block:Quote}
  691. <div class="butt">
  692. <div id="titlequote">{Quote}</div>
  693. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  694. </div>{/block:Quote}
  695.  
  696.  
  697.  
  698. {block:Text}
  699. {block:Title}<div id="title">{Title}</div>{/block:Title}
  700. <div class="butt">{Body}</div>
  701. {/block:Text}
  702.  
  703. {block:Link}
  704. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}
  705. <div class="butt">{Description}</div>{/block:Description}
  706. {/block:Link}
  707.  
  708. {block:Chat}
  709. {block:Title}<div id="title">{Title}</div>{/block:Title}
  710. <div class="chat">
  711. <ol>{block:Lines}
  712. <li class="line {Alt}">
  713. {block:Label}
  714. <span class="label">
  715. {Label}</span>
  716. {/block:Label}{Line}</li>
  717. {/block:Lines}
  718. </ol></div>
  719. {/block:Chat}
  720.  
  721. {block:Photo}<div class="but">
  722. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  723. </div>{/block:Photo}
  724.  
  725. {block:Photoset}
  726. <div class="but">{Photoset-250}</div>
  727. {/block:Photoset}
  728.  
  729. {block:Video}
  730. <div class="but">{Video-250}</div>
  731. {/block:Video}
  732.  
  733. {block:Audio}
  734. <div class="side">
  735. <div class="song"><div class="player">{AudioPlayerWhite}</div></div>
  736. <div class="audioinfo">
  737. {block:TrackName}<b>Track:</b>{TrackName}{/block:TrackName}
  738. {block:Artist}<br><b>Artist:</b>{Artist}{/block:Artist}
  739. <br><b>Plays:</b>{playcount}
  740. </div></div>
  741. {/block:Audio}
  742.  
  743. {block:Answer}
  744. <div class="q">
  745. <div class="as">{Asker} said: </div>
  746. {Question}</div>
  747. <div class="a">{Answer}
  748. </div>
  749. {/block:Answer}
  750.  
  751. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  752.  
  753. {block:Date}
  754. <div id="permalink">
  755. <a href="{Permalink}" title="{timeago}">{month} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<i class="fa fa-heart-o"></i><a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:HasTags}<span class="tags"> / {block:Tags}<a href="{TagUrl}"> # {Tag}</a>{/block:Tags}</span>{/block:HasTags}
  756. </div>
  757. {/block:Date}
  758.  
  759.  
  760.  
  761. </div>
  762.  
  763.  
  764. {block:PostNotes}
  765. <div class="pagenotes">
  766. {PostNotes}
  767. </div>
  768. {/block:PostNotes}
  769.  
  770.  
  771. {/block:Posts}
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778. </div>
  779.  
  780.  
  781.  
  782. {block:ContentSource}
  783. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  784. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  785. {/block:SourceLogo}
  786. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  787. {/block:ContentSource}
  788. <div id="cr"><script language="JavaScript">
  789. var ref = (''+document.referrer+'');
  790. var w_h = window.screen.width + " x " + window.screen.height;
  791. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4580978&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  792. </script></div>
  793.  
  794. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement