Advertisement
mafercuellardiaz

hearbroken

Jul 23rd, 2013
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.47 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <head>
  12.  
  13. <style>
  14. .scrollie{ /*main box yo*/
  15. width: 80px;
  16. border-radius:80px;
  17. height: 100px;
  18. overflow-y:scroll;
  19. overflow-x:hidden;
  20.  
  21. padding: 10px; /*this makes the box tighter or farther away from your text*/
  22. }
  23. .scrollie::-webkit-scrollbar {
  24. bprder-radius:90px;
  25. width: 5px; /*the width of the whole scrollbar*/
  26.  
  27. }
  28.  
  29. .scrollie::-webkit-scrollbar-track {
  30. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  31. border-radius: 90px; /*how curved the ends of the track are*/
  32.  
  33. }
  34.  
  35. .scrollie::-webkit-scrollbar-thumb {
  36. border-radius: 3px;
  37. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  38. background-color: #000000; /*the part that you click and grab on */
  39. }
  40. .scrollie::-webkit-scrollbar-track-piece {
  41. background-color: #FFFFFF; /*the background track color*/
  42. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  43. }
  44. </style>
  45.  
  46.  
  47.  
  48. <meta name="color:bg" content="#FFFFFF">
  49. <meta name="color:title" content="#FFFFFF">
  50. <meta name="color:link" content="#b3afaf">
  51. <meta name="color:hover" content="#454545">
  52. <meta name="color:infobg" content="#FCFCFC">
  53. <meta name="color:text" content="#9A9A9A">
  54. <meta name="color:tags" content="#EDEDED">
  55. <meta name="color:scrollbar" content="#D6D5D5">
  56. <meta name="color:border" content="#FAFAFA">
  57. <meta name="color:linkbg" content="#0a0a0a">
  58. <meta name="color:triangle" content="#0a0a0a">
  59.  
  60.  
  61.  
  62. <meta name="image:thekey" content=""/>
  63. <meta name="image:sidebar" content=""/>
  64. <meta name="image:sidebar2" content=""/>
  65. <meta name="image:sidebar3" content=""/>
  66.  
  67. <meta name="text:titletab" content="">
  68. <meta name="text:link1" content="">
  69. <meta name="text:link1 url" content="/">
  70. <meta name="text:link2" content="">
  71. <meta name="text:link2 url" content="/">
  72. <meta name="text:link3" content="">
  73. <meta name="text:link3 url" content="/">
  74.  
  75.  
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  77. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  78. <link rel="shortcut icon" href="{Favicon}" />
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  80. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  81. <head><title>{Title}</title><style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  82. <style type="text/css">
  83.  
  84. #bite
  85. #bite a{
  86. display:block
  87. }
  88. #bite .death {
  89. margin-top:0px;filter: alpha(opacity = 0);
  90. opacity:0;-webkit-transition: all 0.5s ease-out;
  91. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  92. }
  93.  
  94. #bite:hover .death {
  95. margin-top:0px;
  96. -webkit-transition: all 0.8s ease-out;
  97. -moz-transition: all 0.8s ease-out;
  98. transition: all 0.8s ease-out;
  99. filter: alpha(opacity = 100);
  100. filter: alpha(opacity = 100);
  101. opacity:100;
  102. }
  103.  
  104. a {
  105. color:{color:link};
  106. text-decoration:none;
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112. a:hover {
  113. color:{color:hover};
  114. text-decoration:none;
  115. -moz-transition-duration:0.5s;
  116. -webkit-transition-duration:0.5s;
  117. -o-transition-duration:0.5s;
  118. }
  119.  
  120.  
  121. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  122. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  123. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  124.  
  125. body {
  126. background-color:{color:bg};
  127. font-family:Calibri;
  128. font-weight:normal;
  129. }
  130.  
  131.  
  132.  
  133.  
  134. h1 {
  135. font-weight:normal;
  136. font-size:10px;
  137. text-align:center;
  138. font-style:normal;
  139. line-height:80%;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. color:{color:text};
  143. }
  144.  
  145. h2 {
  146. font-size:15px;
  147. text-align:center;
  148. line-height:100%;
  149. letter-spacing:-0.5px;
  150. color:{color:text};
  151. font-weight:normal;
  152. padding:5px;
  153. padding-bottom:2px;
  154. }
  155.  
  156.  
  157. blockquote {
  158. border-left:2px solid {color:text};
  159. padding-left:5px;
  160. margin:5px;
  161. }
  162.  
  163. #theme {
  164. background-color:{color:bg};
  165. width:700px;
  166. margin: 0 auto -12px auto;
  167. text-align: center;
  168.  
  169.  
  170.  
  171. }
  172.  
  173.  
  174. #actualnews {
  175. font-family:calibri;
  176. font-size:10px;
  177. color: #b8b8b8;
  178. width:100px;
  179. height:auto;
  180. padding-top:3px;
  181. border:1px solid#e6e4e4;
  182. margin-left: 950px;
  183. margin-top:30px;
  184. text-align:center;
  185. position:fixed;
  186. }
  187.  
  188. #thekey img{
  189. width:auto;
  190. height:auto;
  191. margin-top: 0px;
  192. margin-left: 1030px;
  193. position:fixed;
  194. }
  195. #sidebar {
  196.  
  197.  
  198. padding:10px;
  199. margin-left:-160px;
  200.  
  201. height:170px;
  202.  
  203. color:{color:text};
  204. position:fixed;
  205. width:160px;
  206.  
  207. margin-top:170px;
  208. text-align:left;
  209.  
  210. }
  211.  
  212.  
  213.  
  214.  
  215. #sidebarimage {
  216. width 100px;
  217.  
  218. }
  219.  
  220. #sidebar img {
  221. opacity:.8;
  222. width:100px;
  223. margin-top:-90px;
  224. margin-left:164px;
  225. padding:6px;
  226. border: 1px solid #bbb;
  227. border-radius:120px;
  228. -o-transition-transition: all 0.7s ease-out;
  229. -webkit-transition: all 0.7s ease-out;
  230. -moz-transition: all 0.7s ease-out;
  231. }
  232.  
  233. #sidebar:hover #sidebar img {
  234. opacity:.8;
  235.  
  236. -webkit-transition: opacity .5s linear;
  237. -webkit-transition: all .5s linear;
  238.  
  239. -webkit-transition: all 1s ease-in-out;
  240. -moz-transition: all 0.6s ease-in-out;
  241. -o-transition: all 0.6s ease-in-out;
  242. -ms-transition: all 0.6s ease-in-out;
  243. -webkit-transform: rotate(360deg);
  244. -moz-transform: rotate(0deg);
  245. -o-transform: rotate(360deg);
  246. }
  247.  
  248.  
  249. #sidebar2{
  250. width 100px;
  251. }
  252.  
  253. #sidebar2 img {
  254. opacity:0;
  255. width:90px;
  256. height:90px;
  257. margin-top:89px;
  258. margin-left:15px;
  259. padding:6px;
  260. border: 1px solid #bbb;
  261. border-radius:60px;
  262. -o-transition-transition: all 1s ease-out;
  263. -webkit-transition: all 0.7s ease-out;
  264. -moz-transition: all 0.6s ease-out;
  265. }
  266.  
  267. #sidebar:hover #sidebar2 img {
  268. opacity:.8;
  269. margin-top:-30px;
  270. -webkit-transition: opacity .5s linear;
  271. -webkit-transition: all .5s linear;
  272. -webkit-transform: rotate(360deg);
  273. -moz-transform: rotate(0deg);
  274. -o-transform: rotate(0deg);
  275. -webkit-transition: all 0.6s ease-in-out;
  276. -moz-transition: all 0.6s ease-in-out;
  277. -o-transition: all 0.6s ease-in-out;
  278. -ms-transition: all 0.6s ease-in-out;
  279. }
  280.  
  281. #sidebar3 {
  282. width 100px;
  283. }
  284.  
  285. #sidebar3 img {
  286. opacity:0;
  287. width:90px;
  288. height:90px;
  289. margin-top:-96px;
  290. margin-left:15px;
  291. padding:6px;
  292. border: 1px solid #bbb; border-radius:60px;
  293. -o-transition-transition: all 0.6s ease-out;
  294. -webkit-transition: all 0.6s ease-out;
  295. -moz-transition: all 0.6s ease-out;
  296. }
  297.  
  298. #sidebar:hover #sidebar3 img {
  299. opacity:.8;
  300. margin-top:140px;
  301. -webkit-transition: opacity .5s linear;
  302. -webkit-transition: all .5s linear;
  303. -webkit-transform: rotate(360deg);
  304. -moz-transform: rotate(360deg);
  305. -o-transform: rotate(360deg);
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. }
  311. #desc {
  312. border-radius:90px;
  313. background:#fff;
  314. position:fixed;
  315. padding:12px;
  316. font-family:cambria;
  317. font-size:11px;
  318. width:80px;
  319. height:80px;
  320. margin-top:-110px;
  321. margin-left:20px;
  322. text-align:center;
  323. color:#b4b4b4;
  324. opacity:0;
  325. -o-transition-transition: all 0.6s ease-out;
  326. -webkit-transition: all 0.6s ease-out;
  327. -moz-transition: all 0.6s ease-out;
  328. }
  329.  
  330. #desc a{
  331. width:80px;}
  332.  
  333. #sidebar:hover #desc {
  334. opacity:1;
  335. margin-top:-230px;
  336. -webkit-transition: all 0.6s ease-in-out;
  337. -moz-transition: all 0.6s ease-in-out;
  338. -o-transition: all 0.6s ease-in-out;
  339. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  340. }
  341.  
  342.  
  343. #links {
  344. width:10px;
  345. padding:7px;
  346. line-height:150%;
  347. text-align:center;
  348. margin-top:-95px;
  349. margin-left:70px;
  350. font-size:10px;
  351. opacity:1;
  352. position:fixed;
  353. font-family:'Courier';
  354. text-transform:uppercase;
  355. text-align:center;
  356.  
  357.  
  358.  
  359. }
  360.  
  361. #links a{
  362. display:block;
  363. margin-bottom:2px;
  364. color: {color:link};
  365.  
  366. -moz-transition-duration:0s;
  367. -webkit-transition-duration:0s;
  368. -o-transition-duration:0s;
  369. }
  370.  
  371. #links a:hover{
  372.  
  373. color:#e4e1e1;
  374. text-transform:uppercase;
  375.  
  376. -moz-transition-duration:.3s;
  377. -webkit-transition-duration:.3s;
  378. -o-transition-duration:.3s;
  379.  
  380. }
  381. #sidebar :hover #links{
  382. opacity:1
  383. }
  384.  
  385.  
  386. @font-face{font-family:Jenna Sue;src:url(http://static.tumblr.com/9wzbixa/nq2mj2mox/jennasue.ttf);}
  387. #pagi {
  388. padding:300px;
  389. opacity:1
  390. margin-top:25px;
  391. margin-left:350px;
  392. width:200px;
  393. font-family:Jenna sue;
  394. font-size:30px;
  395. position:fixed;
  396. letter-spacing:3px;
  397. font-style:normal;
  398. text-align:center;
  399.  
  400. }
  401.  
  402. #pagi a {
  403.  
  404. color:{color:link};
  405.  
  406. }
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. #stuffcontainer {
  414.  
  415. float:left;
  416. margin-left:525px;
  417. margin-top:40px;
  418. text-align:justify;
  419. background-color:{color:bg};
  420. color:{color:text};
  421.  
  422. margin-bottom: 35px;
  423. }
  424.  
  425.  
  426. #stuff {
  427. border-top:1px solid #e9e6e6;
  428. padding:10px;
  429. border-left:1px solid #e9e6e6;
  430. padding:10px;
  431. border-right:1px solid #e9e6e6;
  432. padding:10px;
  433. border-bottom:1px solid #e9e6e6;
  434. width:400px;
  435. margin-top:15px;
  436. margin-left:0px;
  437. text-align:justify;
  438. font-size:11px;
  439. line-height:90%;
  440. opacity:.8;
  441. letter-spacing:0x;
  442. color:{color:text};
  443. }
  444.  
  445. .caption {
  446. width:500px;
  447. text-align:justify;
  448. line-height:120%;
  449. }
  450.  
  451. .ask {
  452. background:#000;
  453. padding:10px;
  454. text-align:left;
  455. color:#ffffff;
  456. background:#000;
  457. border-bottom:1px solid {color:border};
  458. border-right:1px solid {color:border};
  459. }
  460.  
  461. .ans {
  462. text-align:left;
  463. padding:10px;
  464. color:{color:text};
  465. }
  466.  
  467. .audio {
  468. width:500px;
  469. padding-bottom:10px;
  470. background-color:{color:infobg};
  471. }
  472.  
  473. .albumart {
  474. float:left;
  475. padding:0px 10px 10px 0px;
  476. }
  477.  
  478. .albumart img {
  479. width:45px;
  480. height:45px;
  481. }
  482.  
  483. .playercontainer {
  484. text-align:left;
  485. padding:10px;
  486. background-color:#ffffff;
  487. width:480px;
  488. }
  489.  
  490. .audioinfo {
  491. padding:10px;
  492. color:{color:text};
  493. }
  494.  
  495. #postinfo {
  496. width:390px;
  497. padding:5px;
  498. font-size:8px;
  499. color:{color:link};
  500. text-transform:uppercase;
  501. font-style:normal;
  502. letter-spacing:2px;
  503. text-align:left;
  504. border-bottom:1px solid {color:border};
  505. -moz-transition-duration:0.5s;
  506. -webkit-transition-duration:0.5s;
  507. -o-transition-duration:0.5s;
  508. }
  509.  
  510. #postinfo a {
  511.  
  512. color:{color:link};
  513. text-align:center;
  514. letter-spacing:1px;
  515. font-style:normal;
  516. }
  517.  
  518. #postinfo a:hover {
  519. color:{color:hover};
  520. }
  521.  
  522. .note {
  523. text-transform:uppercase;
  524. font-style:normal;
  525. letter-spacing:0px;
  526. font-size: 9px;
  527. text-align:left;
  528. line-height:90%;
  529. margin-left:-40px;
  530. }
  531.  
  532. .note li {
  533. list-style-type:none;
  534. border-bottom:1px solid {color:border};
  535. padding:10px 25px 10px 25px;
  536. text-align:left;
  537. margin:0px;
  538. -moz-transition-duration:0.5s;
  539. -webkit-transition-duration:0.5s;
  540. -o-transition-duration:0.5s;
  541. }
  542.  
  543. .tags {
  544. background:#d6d5d5;
  545. font-style:normal;
  546. width:400px;
  547. text-transform:uppercase;
  548. font-style:normal;
  549. color:{color:tags};
  550. letter-spacing:2px;
  551. line-height:120%;
  552. font-size:8px;
  553. text-align:left;
  554. padding:2px;
  555. -moz-transition-duration:0.5s;
  556. -webkit-transition-duration:0.5s;
  557. -o-transition-duration:0.5s;
  558. }
  559.  
  560. .tags a {
  561.  
  562. color:{color:tags};
  563. letter-spacing:1px;
  564. padding:1px;
  565. }
  566.  
  567. .tags a:hover {
  568. color:{color:link};
  569. }
  570.  
  571. ul.chat, .chat ol, .chat li {
  572. list-style:none;
  573. margin:0px;
  574. padding:2px;
  575. }
  576.  
  577. .label {
  578. text-decoration:underline;
  579. font-weight:700;
  580. background-color:{color:infobg};
  581. margin-right:5px;
  582. }
  583. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  584.  
  585. #box {
  586.  
  587. letter-spacing:3px;
  588. text-align: center;
  589. font-size: 16px;
  590. position:fixed;
  591. left:460px;
  592. top:-142px;
  593. width:545px;
  594. -webkit-transition: all .5s ease-in-out;
  595. -moz-transition: all .5s ease-in-out;
  596. -o-transition: all .5s ease-in-out;
  597. z-index:99;
  598. }
  599.  
  600. #box:hover {
  601. top:-30px;
  602. -webkit-transition: all .5s ease-in-out;
  603. -moz-transition: all .5s ease-in-out;
  604. -o-transition: all .5s ease-in-out;}
  605.  
  606. #texts {
  607. color:#999;
  608. font-family:cambria;
  609. padding: 40px 10px 10px 10px;
  610. background:{color:bg};
  611. text-align:center;
  612. font-size:10px;
  613. width:525px;
  614. height:90px;
  615. z-index: 9999;
  616. }
  617.  
  618.  
  619. #nametitle {
  620. background:#fff;
  621. color:{color:text};
  622. letter-spacing:0px;
  623. font-family:lala;
  624. font-size:40px;
  625. text-align: center;
  626. border-bottom:1px solid {color:border};
  627. width:550px;
  628. height:50px;
  629. line-height:150%;
  630. padding: 5px;
  631. -webkit-transition: all .5s ease-in-out;
  632. -moz-transition: all .5s ease-in-out;
  633. -o-transition: all .5s ease-in-out;
  634. }
  635.  
  636.  
  637.  
  638. #cred {
  639. position:fixed;
  640. font-size:8px;
  641. font-weight:normal;
  642. line-height:150%;
  643. letter-spacing:2px;
  644. right:10px;
  645. bottom:10px;
  646. text-transform:uppercase;
  647. text-align:center;
  648. }
  649.  
  650. #cred a {
  651. padding:3px;
  652. color:{color:link};
  653. background-color:#f5f5f5;
  654. -moz-transition-duration:0.5s;
  655. -webkit-transition-duration:0.5s;
  656. -o-transition-duration:0.5s;
  657. }
  658.  
  659.  
  660.  
  661.  
  662.  
  663. {CustomCSS}
  664.  
  665. </style></head>
  666.  
  667. <body>
  668.  
  669. <div id="bite">
  670. <div id="thekey"><img src="{image:thekey}"></div>
  671. <div class="death">
  672. <div id="actualnews">
  673.  
  674. ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡
  675.  
  676. <br>
  677.  
  678. </div></div></div>
  679.  
  680.  
  681.  
  682. <div id="theme">
  683.  
  684.  
  685. <div id="sidebar">
  686.  
  687.  
  688.  
  689. <div id="sidebar"><img src="{image:sidebar}"></div>
  690. <div id="sidebar2"><img src="{image:sidebar2}"> </div>
  691. <div id="sidebar3"><img src="{image:sidebar3}"></div>
  692.  
  693.  
  694. <div id="desc">
  695. {Description}
  696.  
  697. <div id="links">
  698. <br>
  699. <a title="home"href="/">.i</a>
  700. <a title="mail"href="{text:link1 url}">.ii</a>
  701. <a title="{text:link2}"href="{text:link2 url}">.iii</a>
  702. <a title="{text:link3}"href="{text:link3 url}">.iv</a>
  703.  
  704. </div></div>
  705. </div>
  706.  
  707.  
  708.  
  709. {block:Pagination}
  710. <div id="pagi">
  711. {block:PreviousPage}
  712. <a href="{PreviousPage}">Spring-</a>
  713. {/block:PreviousPage}
  714. {block:NextPage}
  715. <a href="{NextPage}">Summer</a>
  716. {/block:NextPage}
  717. </div>
  718. {/block:Pagination}
  719. </div>
  720.  
  721.  
  722. </div></div></div>
  723. <div id="stuffcontainer">
  724.  
  725. {block:Posts}
  726.  
  727. <div id="stuff">
  728.  
  729. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  730.  
  731. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  732.  
  733. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  734. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  735.  
  736. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  737.  
  738. {block:Photoset}<center>{Photoset-400}</center>
  739. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  740.  
  741. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  742.  
  743. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  744.  
  745. {block:Answer}<div class="ask">{Asker} bitched me: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  746.  
  747. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  748. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  749. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  750. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  751. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  752.  
  753.  
  754.  
  755. {block:Date}<div id="postinfo"> | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}"><font color=#ff009f>♥</font>{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  756. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  757. {block:HasTags}
  758. <div class="tags">
  759. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  760. {/block:HasTags}
  761. <div class="note">
  762. {block:PostNotes}{PostNotes}{/block:PostNotes}
  763. </div>
  764. </div>
  765. {/block:Posts}
  766.  
  767.  
  768. </div>
  769.  
  770. <div id="cred"><a href="http://niallsdicks.tumblr.com/">ND</a></div>
  771.  
  772.  
  773. </div>
  774. </div>
  775. </div>
  776.  
  777. <div id="box">
  778. <div id="texts">
  779.  
  780.  
  781. ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡
  782.  
  783.  
  784.  
  785. </div>
  786. <div id="nametitle">{text:titletab}</div>
  787. </div>
  788.  
  789. </body>
  790. </font size="0">|<script language="JavaScript">
  791. var ref = (''+document.referrer+'');
  792. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3162906&e1=&e2=&r=' + ref + '"><\/script>');
  793. </script>|</font>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement