sexycullen

# 94 2

Aug 19th, 2014
2,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.22 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SPUNKHANDSOME THEMES # 94 2
  9. THEME BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <meta name="color:Background" content="#FFFFFF">
  22. <meta name="color:Link" content="#5A5A5A">
  23. <meta name="color:Link Hover" content="#9D9D9D">
  24. <meta name="color:Text" content="#5A5A5A">
  25. <meta name="color:Scrollbar" content="#000000">
  26. <meta name="color:Blockquote" content="#EAEAEA">
  27. <meta name="color:Info Border" content="#F5F5F5">
  28. <meta name="color:Image Border" content="#F5F5F5">
  29. <meta name="color:Questions Border" content="#FBFBFB">
  30. <meta name="color:Hover Border" content="#F5F5F5">
  31.  
  32. <meta name="text:Body Font Size" content="10px"/>
  33. <meta name="text:Body Font" content="calibri"/>
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <meta name="if:Show 400px posts" content="0"/>
  38. <meta name="if:Hover Tags" content="0"/>
  39. <meta name="if:Show Link1" content="0" />
  40. <meta name="if:Show Link2" content="0" />
  41. <meta name="if:Show Link3" content="0" />
  42. <meta name="if:Show Link4" content="0" />
  43.  
  44. <meta name="text:link1" content="">
  45. <meta name="text:link1 url" content="/">
  46. <meta name="text:link2" content="">
  47. <meta name="text:link2 url" content="/">
  48. <meta name="text:link3" content="">
  49. <meta name="text:link3 url" content="/">
  50. <meta name="text:link4" content="">
  51. <meta name="text:link4 url" content="/">
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("a[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:90,
  75. tip_fade_speed:600,
  76. attribute:"title"
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  83.  
  84. <style type="text/css">
  85.  
  86. #scrollToTop:link,#scrollToTop:visited {
  87. display: none;
  88. font-family:Inconsolata;
  89. text-transform:uppercase;
  90. font-size:10px;
  91. }
  92.  
  93. #s-m-t-tooltip {
  94. max-width:300px;
  95. padding:2px 2px 2px 2px;
  96. margin:20px 0px 0px 20px;
  97. margin-left:0px;
  98. font-size:11px;
  99. padding:2px;
  100. font-family:calibri;
  101. letter-spacing:1px;
  102. font-weight:normal;
  103. text-align:center;
  104. text-transform:uppercase;
  105. background-color:{color:Links BG};
  106. color:{color:Links Title};
  107. z-index:999999999999999999999999999999999999;
  108. }
  109.  
  110. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  111. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  112. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  113.  
  114.  
  115. h1 {
  116. font-weight:normal;
  117. font-size:11px;
  118. text-align:center;
  119. font-style:italic;
  120. line-height:50%;
  121. letter-spacing:0px;
  122. font-family:Josefin Slab;
  123. text-transform:none;
  124. color:{color:text};
  125. }
  126.  
  127. h2 {
  128. font-size:18px;
  129. font-family:Open Sans Condensed;
  130. letter-spacing:0px;
  131. margin-bottom:12px;
  132. padding-bottom:10px;
  133. font-weight:normal;
  134. line-height:90%;
  135. text-transform:lowercase;
  136. color: {color:Text};
  137. margin: 0px;
  138. border-bottom:1px solid {color:Info Border};}
  139.  
  140. code {
  141. font-size:11px;
  142. font-family:Arial;
  143. color:{color:Text};
  144. }
  145.  
  146. pre {
  147. {block:ifNotShow400pxposts}
  148. width:500px;
  149. {/block:ifNotShow400pxposts}
  150. {block:ifShow400pxposts}
  151. width:400px;
  152. {/block:ifShow400pxposts}
  153. text-align: left;
  154. word-wrap: break-word;
  155. color:{color:Text};
  156. }
  157.  
  158. blockquote {
  159. border-left:1px solid {color:Blockquote};
  160. padding-left:6px;
  161. margin:8px;
  162. }
  163.  
  164. blockquote img {
  165. max-width:460px;
  166. }
  167.  
  168. body {
  169. color: {color:Text};
  170. line-height:90%;
  171. background-color:{color:Background};}
  172.  
  173. a {
  174. color: {color:Link};
  175. text-decoration: none;
  176. -moz-transition-duration: 0.5s;
  177. -o-transition-duration: 0.5s;
  178. -webkit-transition-duration: 0.5s;
  179. transition-duration: 0.5s;}
  180.  
  181. a:hover {
  182. color: {color:Link Hover};
  183. -moz-transition-duration: 0.5s;
  184. -o-transition-duration: 0.5s;
  185. -webkit-transition-duration: 0.5s;
  186. transition-duration: 0.5s;}
  187.  
  188. .sidebar {
  189. width:245px;
  190. color:{color:Text};
  191. position: fixed;
  192. margin-top:90px;
  193. margin-left:-14px;
  194. }
  195.  
  196. .sidebar a {
  197. color:{color:Link};
  198. }
  199.  
  200. .sidebar a:hover {
  201. color:{color:Link Hover};
  202. }
  203.  
  204. .sidebarimage {
  205. width:245px;
  206. margin-left:0px;
  207. margin-bottom:6px;
  208. padding:0px;
  209. -webkit-filter: grayscale(0%);
  210. }
  211.  
  212. .sidebarlinks {
  213. width:245px;
  214. padding-top:0px;
  215. margin-bottom:7px;
  216. font-size:12px;
  217. font-family:arial;
  218. text-transform:lowercase;
  219. text-align:center;
  220. letter-spacing:0px;
  221. border-bottom:0px solid {color:Sidebar Link Border};
  222. }
  223.  
  224.  
  225. .sidebarlinks a {
  226. color:{color:Link};
  227. padding:3px;
  228. -moz-transition-duration: 0.5s;
  229. -o-transition-duration: 0.5s;
  230. -webkit-transition-duration: 0.5s;
  231. transition-duration: 0.5s;}
  232.  
  233. .sidebarlinks a:hover {
  234. color:{color:Hover};
  235. -moz-transition-duration: 0.5s;
  236. -o-transition-duration: 0.5s;
  237. -webkit-transition-duration: 0.5s;
  238. transition-duration: 0.5s;}
  239.  
  240.  
  241. .description {
  242. text-transform:lowercase;
  243. width:245px;
  244. margin-top:2px;
  245. padding-bottom:5px;
  246. padding:0px;
  247. line-height:100%;
  248. text-align:center;
  249. font-size:11px;
  250. font-family:arial;
  251. color:{color:Text};
  252. letter-spacing:0px;
  253. background-color:;
  254. border-left:0px solid {color:Sidebar Link Border};
  255. }
  256.  
  257. .description a:hover {
  258. color:{color:Hover};
  259. }
  260.  
  261. .pagination {
  262. padding:3px;
  263. font-family:arial;
  264. font-size:11px;
  265. text-transform:lowercase;
  266. letter-spacing:-1x;
  267. }
  268.  
  269. .pagination a {
  270. padding:3px;
  271. color:{color:Text};
  272. }
  273.  
  274. .pagination a:hover {
  275. color:{color:Hover};
  276. }
  277.  
  278. .container {
  279. width:900px;
  280. margin: auto;
  281. margin-top:-8px;
  282. margin-bottom:38px;
  283. outline:0px solid {color:Posts Border};
  284. }
  285.  
  286. .postscontainer {
  287. {block:ifNotShow400pxposts}
  288. max-width:500px;
  289. {/block:ifNotShow400pxposts}
  290. {block:ifShow400pxposts}
  291. max-width:400px;
  292. {/block:ifShow400pxposts}
  293. margin: auto;
  294. margin-top:-60px;
  295. margin-left:310px;
  296. outline:0px solid {color:Posts Border};
  297. }
  298.  
  299. .posts {
  300. font-size: {text:Body Font Size};
  301. font-family: {text:Body Font};
  302. font-weight:lighter;
  303. {block:ifNotShow400pxposts}
  304. width:500px;
  305. {/block:ifNotShow400pxposts}
  306. {block:ifShow400pxposts}
  307. width:400px;
  308. {/block:ifShow400pxposts}
  309. line-height:100%;
  310. margin-top:120px;
  311. text-align:justify;
  312. }
  313.  
  314. .posts img {
  315. {block:ifNotShow400pxposts}
  316. max-width:500px;
  317. {/block:ifNotShow400pxposts}
  318. {block:ifShow400pxposts}
  319. max-width:400px;
  320. {/block:ifShow400pxposts}
  321. }
  322.  
  323. .info {
  324. margin-top:20px;
  325. padding-bottom:3px;
  326. margin-left:3px;
  327. line-height:0px;
  328. text-align:left;
  329. text-transform:lowercase;
  330. font-size:9px;
  331. font-family:arial;
  332. letter-spacing:0px;
  333. border-top:1px solid {color:Info Border};
  334. }
  335.  
  336. .info a {
  337. color:{color:Text};
  338. }
  339.  
  340. .info a:hover {
  341. text-decoration:underline;
  342. color:{color:Hover};
  343. }
  344.  
  345. .info2 {
  346. font-size:9px;
  347. font-family:arial;
  348. text-transform:lowercase;
  349. font-weight:lighter;
  350. margin-top:4px;
  351. text-align:left;
  352. }
  353.  
  354. .info2 a {
  355. color:{color:link};
  356. }
  357.  
  358. .info2 a:hover {
  359. text-decoration:underline;
  360. color:{color:hover};
  361. }
  362.  
  363. .postscontainer:hover .tags {
  364. {block:ifHoverTags}
  365. margin-top:1px;filter: alpha(opacity = 100);
  366. opacity:100;-webkit-transition: all 0.5s ease-out;
  367. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  368. {/block:ifHoverTags}}
  369.  
  370. .tags {{block:ifHoverTags}
  371. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  372. {/block:ifHoverTags}
  373. {block:ifNotShow400pxposts}
  374. width:500px;
  375. {/block:ifNotShow400pxposts}
  376. {block:ifShow400pxposts}
  377. width:400px;
  378. {/block:ifShow400pxposts}
  379. margin-top:1px;
  380. line-height:122%;
  381. text-transform:none;
  382. letter-spacing:0px;
  383. font-size:9px;
  384. font-family:arial;
  385. font-weight:lighter;
  386. text-align:left;
  387. padding:2px;
  388. border-top:0px solid {color:infobg};
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. .tags a {
  395. background-color:none;
  396. color:{color:text};
  397. }
  398.  
  399. .tags a:hover {
  400. text-decoration:underline;
  401. color:{color:hover};
  402. }
  403.  
  404. .postnote {
  405. {block:ifNotShow400pxposts}
  406. width:500px;
  407. {/block:ifNotShow400pxposts}
  408. {block:ifShow400pxposts}
  409. width:400px;
  410. {/block:ifShow400pxposts}
  411. font-family:calibri;
  412. text-transform:lowercase;
  413. font-style:normal;
  414. letter-spacing:0px;
  415. font-size:10px;
  416. text-align:left;
  417. line-height:90%;
  418. margin-top:40px;
  419. }
  420.  
  421. .postnote li {
  422. list-style-type:none;
  423. border-bottom:1px solid {color:Questions Border};
  424. padding:37px 0px 3px 0px;
  425. text-align:left;
  426. margin:0px;
  427. -moz-transition-duration:0.5s;
  428. -webkit-transition-duration:0.5s;
  429. -o-transition-duration:0.5s;
  430. }
  431.  
  432. .postnote img {
  433. align: left;
  434. margin: 0px 2px -4px 1px;
  435. padding: 3px;
  436. }
  437.  
  438. .music {
  439. width:500px;
  440. {block:ifShow400pxposts}
  441. width:400px;
  442. {/block:ifShow400pxposts}
  443. padding-bottom:10px;
  444. }
  445.  
  446. .albumart {
  447. float:left;
  448. padding:10px 10px 10px 0px;
  449. }
  450.  
  451. .albumart img {
  452. width:30px;
  453. padding: 3px;
  454. margin:2px 7px -3px 6px;
  455. border:2px solid {color:Info Border};
  456. border-radius:100px;
  457. -webkit-border-radius:100px;
  458. -moz-border-radius:100px;
  459. }
  460.  
  461. .playercontainer {
  462. text-align:left;
  463. padding:5px 5px -5px;
  464. width:480px;
  465. }
  466.  
  467. .musicinfo {
  468. padding:10px;
  469. margin-top:9px;
  470. color:{color:text};
  471. }
  472.  
  473. .quote {
  474. font-size:18px;
  475. font-family:Open Sans Condensed;
  476. letter-spacing:0px;
  477. line-height:90%;
  478. font-weight:normal;
  479. text-align:center;
  480. text-transform:lowercase;
  481. }
  482.  
  483. .source {
  484. font-family:calibri;
  485. font-size:10px;
  486. font-style:normal;
  487. text-align:center;
  488. line-height:17px;
  489. }
  490.  
  491. .chat ol {
  492. font-family:Open Sans Condensed;
  493. font-size:12px;
  494. line-height:100%;
  495. padding:0px;
  496. list-style:none;
  497. }
  498. .label {
  499. font-family:Open Sans Condensed;
  500. text-transform:lowercase;
  501. font-size:12px;
  502. font-weight:bold;
  503. color:{color:Text};
  504. }
  505. .line.odd {
  506. padding:4px;
  507. margin-bottom:2px;
  508. }
  509. .line.even {
  510. padding:4px;
  511. margin-bottom:2px;
  512. }
  513.  
  514. .ask {
  515. font-size:18px;
  516. font-family:Open Sans Condensed;
  517. letter-spacing:0px;
  518. text-align:left;
  519. margin-top:3px;
  520. text-transform:lowercase;
  521. }
  522.  
  523. .question {
  524. {block:ifNotShow400pxposts}
  525. width:500px;
  526. {/block:ifNotShow400pxposts}
  527. {block:ifShow400pxposts}
  528. width:400px;
  529. {/block:ifShow400pxposts}
  530. letter-spacing:0px;
  531. margin-top:10px;
  532. font-family:arial;
  533. font-size:11px;
  534. padding-bottom:4px;
  535. text-align:justify;
  536. color:{color:Text};
  537. border-bottom: 1px solid {color:Questions Border};
  538. }
  539.  
  540. .answer {
  541. {block:ifNotShow400pxposts}
  542. width:500px;
  543. {/block:ifNotShow400pxposts}
  544. {block:ifShow400pxposts}
  545. width:400px;
  546. {/block:ifShow400pxposts}
  547. letter-spacing:0px;
  548. text-align:justify;
  549. font-family:arial;
  550. font-size:11px;
  551. padding-top:5px;
  552. margin-bottom:1px;
  553. color:{color:Text};
  554. }
  555.  
  556. .askimg {
  557. padding: 3px;
  558. margin:2px 7px -3px 6px;
  559. border:2px solid {color:Info Border};
  560. border-radius:100px;
  561. -webkit-border-radius:100px;
  562. -moz-border-radius:100px;
  563. }
  564.  
  565. .credit {
  566. position:fixed;
  567. font-family:calibri;
  568. font-size:8px;
  569. font-weight:normal;
  570. line-height:150%;
  571. letter-spacing:0px;
  572. right:5px;
  573. bottom:20px;
  574. text-transform:uppercase;
  575. text-align:center;
  576. }
  577.  
  578. .credit a {
  579. font-style:normal;
  580. padding:3px;
  581. color:{color:Link};
  582. -moz-transition-duration:0.5s;
  583. -webkit-transition-duration:0.5s;
  584. -o-transition-duration:0.5s;
  585. }
  586.  
  587. </style>
  588. </head>
  589.  
  590. <body>
  591. <div class="container">
  592. <div class="sidebar">
  593. <a href="/">
  594. <center>
  595. <img src="{image:sidebar}" class="sidebarimage">
  596. </a>
  597.  
  598. <div class="sidebarlinks">
  599. {block:PreviousPage}
  600. <a href="{PreviousPage}"> ‹ </a>
  601. {/block:PreviousPage}
  602.  
  603. <a href="/">index</a>
  604. <a href="/ask">ask</a>
  605. {block:ifShowLink1}
  606. <a href="{text:link1 url}">{text:link1}</a>
  607. {/block:IfShowLink1}
  608. {block:ifShowLink2}
  609. <a href="{text:link2 url}">{text:link2}</a>
  610. {/block:IfShowLink2}
  611. {block:ifShowLink3}
  612. <a href="{text:link3 url}">{text:link3}</a>
  613. {/block:IfShowLink3}
  614. {block:ifShowLink4}
  615. <a href="{text:link4 url}">{text:link4}</a>
  616. {/block:IfShowLink4}
  617. {block:Pagination}
  618.  
  619.  
  620. {block:NextPage}
  621. <a href="{NextPage}"> › </a>
  622. {/block:NextPage}
  623. {/block:Pagination}
  624. </div>
  625. <div class="description">
  626. {Description}
  627. </div>
  628. </div>
  629.  
  630.  
  631.  
  632. <div class="postscontainer">
  633. {block:Posts}
  634.  
  635. <div class="posts">
  636.  
  637. {block:Text}
  638. {block:Title}<h2>{Title}</h2>{/block:Title}
  639. {Body}
  640. {/block:Text}
  641.  
  642. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  643.  
  644. {/block:Quote}
  645.  
  646. {block:Link}
  647. <h2><a href="{URL}">{Name}</a></h2>
  648. {block:Description}{Description}{/block:Description}
  649. {/block:Link}
  650.  
  651. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  652. </ol></div>{/block:Chat}
  653.  
  654. {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  655.  
  656. {block:Photo}
  657. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  658. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  659. {/block:Photo}
  660.  
  661. {block:Photoset}
  662. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Photoset}
  665.  
  666. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  667. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  668. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  669. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  670. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  671.  
  672. {block:Video}
  673. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  674. {block:Caption}{Caption}{/block:Caption}
  675. {/block:Video}
  676.  
  677. {block:Date}<div class="info"><span style="background-color:{color:background};padding:1px;"><span style="text-transform:uppercase;"><a href="{Permalink}">{12HourWithZero}:{Minutes} {AmPm}</a></span>{block:NoteCount} <span style="font-family:calibri;font-size:8px;text-transform:uppercase;">♡</span> {NoteCountwithlabel}{/block:NoteCount} </span></div>{/block:Date}
  678.  
  679. {block:PermalinkPage}
  680. <div class="info2">{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} © <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource} // <a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>
  681. {/block:PermalinkPage}
  682.  
  683. {block:HasTags}
  684. <div class="tags">
  685. {block:Tags}<a href="{TagURL}">#</a>{Tag} {/block:Tags}
  686. {/block:HasTags}</div>
  687.  
  688. <div class="postnote">
  689. {block:PostNotes}{PostNotes}{/block:PostNotes}
  690. </div>
  691. {/block:Posts}
  692.  
  693. <div class="credit"><div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  694.  
  695.  
  696. </div>
  697. </div>
  698. </div>
  699. </body>
Advertisement
Add Comment
Please, Sign In to add comment