sexycullen

# 92 2

Aug 1st, 2014
2,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 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 # 92 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:Sidebar 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.  
  189. .sidebar {
  190. width:245px;
  191. color:{color:Text};
  192. position: fixed;
  193. margin-top:120px;
  194. margin-left:23px;
  195. }
  196.  
  197. .sidebar a {
  198. color:{color:Link};
  199. }
  200.  
  201. .sidebar a:hover {
  202. color:{color:Link Hover};
  203. }
  204.  
  205. .sidebarimage {
  206. width:245px;
  207. margin-left:0px;
  208. margin-bottom:10px;
  209. padding:0px;
  210. -webkit-filter: grayscale(0%);
  211. }
  212.  
  213. .sidebarlinks {
  214. width:245px;
  215. padding-top:5px;
  216. margin-bottom:3px;
  217. font-size:10px;
  218. font-family:calibri;
  219. text-transform:uppercase;
  220. text-align:center;
  221. letter-spacing:0px;
  222. border-bottom:0px solid {color:Sidebar Link Border};
  223. }
  224.  
  225.  
  226. .sidebarlinks a {
  227. color:{color:Link};
  228. padding:3px;
  229. -moz-transition-duration: 0.5s;
  230. -o-transition-duration: 0.5s;
  231. -webkit-transition-duration: 0.5s;
  232. transition-duration: 0.5s;}
  233.  
  234. .sidebarlinks a:hover {
  235. color:{color:Hover};
  236. -moz-transition-duration: 0.5s;
  237. -o-transition-duration: 0.5s;
  238. -webkit-transition-duration: 0.5s;
  239. transition-duration: 0.5s;}
  240.  
  241.  
  242. .description {
  243. text-transform:lowercase;
  244. width:245px;
  245. margin-top:6px;
  246. padding-bottom:5px;
  247. padding:0px;
  248. line-height:95%;
  249. text-align:center;
  250. font-size:11px;
  251. font-family:arial;
  252. color:{color:Text};
  253. letter-spacing:0px;
  254. background-color:;
  255. border-left:0px solid {color:Sidebar Link Border};
  256. }
  257.  
  258. .description a:hover {
  259. color:{color:Hover};
  260. }
  261.  
  262. .pagination {
  263. padding:3px;
  264. font-family:arial;
  265. font-size:11px;
  266. text-transform:lowercase;
  267. letter-spacing:-1x;
  268. }
  269.  
  270. .pagination a {
  271. padding:3px;
  272. color:{color:Text};
  273. }
  274.  
  275. .pagination a:hover {
  276. color:{color:Hover};
  277. }
  278.  
  279. .container {
  280. width:900px;
  281. margin: auto;
  282. margin-top:-8px;
  283. margin-bottom:38px;
  284. outline:0px solid {color:Posts Border};
  285. }
  286.  
  287. .postscontainer {
  288. {block:ifNotShow400pxposts}
  289. max-width:500px;
  290. {/block:ifNotShow400pxposts}
  291. {block:ifShow400pxposts}
  292. max-width:400px;
  293. {/block:ifShow400pxposts}
  294. margin: auto;
  295. margin-top:-60px;
  296. margin-left:360px;
  297. outline:0px solid {color:Posts Border};
  298. }
  299.  
  300. .posts {
  301. font-size: {text:Body Font Size};
  302. font-family: {text:Body Font};
  303. font-weight:lighter;
  304. {block:ifNotShow400pxposts}
  305. width:500px;
  306. {/block:ifNotShow400pxposts}
  307. {block:ifShow400pxposts}
  308. width:400px;
  309. {/block:ifShow400pxposts}
  310. line-height:100%;
  311. margin-top:120px;
  312. text-align:justify;
  313. }
  314.  
  315. .posts img {
  316. {block:ifNotShow400pxposts}
  317. max-width:500px;
  318. {/block:ifNotShow400pxposts}
  319. {block:ifShow400pxposts}
  320. max-width:400px;
  321. {/block:ifShow400pxposts}
  322. }
  323.  
  324. .info {
  325. margin-top:20px;
  326. margin-bottom:1px;
  327. padding-bottom:0px;
  328. padding-top:px;
  329. margin-left:3px;
  330. line-height:100%;
  331. text-align:left;
  332. font-family:calibri;
  333. text-transform:lowercase;
  334. letter-spacing:0px;
  335. font-size:10px;
  336. border-top:0px solid {color:Info Border};
  337. }
  338.  
  339. .info a {
  340. color:{color:Text};
  341. }
  342.  
  343. .info a:hover {
  344. text-decoration:underline;
  345. color:{color:Hover};
  346. }
  347.  
  348. .info2 {
  349. font-size:8px;
  350. letter-spacing:0.9px;
  351. font-family:calibri;
  352. text-transform:uppercase;
  353. font-weight:lighter;
  354. margin-top:0px;
  355. text-align:left;
  356. }
  357.  
  358. .info2 a {
  359. color:{color:link};
  360. }
  361.  
  362. .info2 a:hover {
  363. text-decoration:underline;
  364. color:{color:hover};
  365. }
  366.  
  367. .postscontainer:hover .tags {
  368. {block:ifHoverTags}
  369. margin-top:-2px;filter: alpha(opacity = 100);
  370. opacity:100;-webkit-transition: all 0.5s ease-out;
  371. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  372. {/block:ifHoverTags}}
  373.  
  374. .tags {{block:ifHoverTags}
  375. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  376. {/block:ifHoverTags}
  377. {block:ifNotShow400pxposts}
  378. width:500px;
  379. {/block:ifNotShow400pxposts}
  380. {block:ifShow400pxposts}
  381. width:400px;
  382. {/block:ifShow400pxposts}
  383. margin-top:-2px;
  384. line-height:122%;
  385. text-transform:uppercase;
  386. font-family:calibri;
  387. letter-spacing:0px;
  388. font-size:8px;
  389. font-weight:lighter;
  390. text-align:left;
  391. padding:2px;
  392. border-top:0px solid {color:infobg};
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398. .tags a {
  399. background-color:none;
  400. color:{color:text};
  401. }
  402.  
  403. .tags a:hover {
  404. text-decoration:underline;
  405. color:{color:hover};
  406. }
  407.  
  408. .postnote {
  409. {block:ifNotShow400pxposts}
  410. width:500px;
  411. {/block:ifNotShow400pxposts}
  412. {block:ifShow400pxposts}
  413. width:400px;
  414. {/block:ifShow400pxposts}
  415. font-family:calibri;
  416. text-transform:lowercase;
  417. font-style:normal;
  418. letter-spacing:0px;
  419. font-size:10px;
  420. text-align:left;
  421. line-height:90%;
  422. margin-top:40px;
  423. }
  424.  
  425. .postnote li {
  426. list-style-type:none;
  427. border-bottom:1px solid {color:Questions Border};
  428. padding:37px 0px 3px 0px;
  429. text-align:left;
  430. margin:0px;
  431. -moz-transition-duration:0.5s;
  432. -webkit-transition-duration:0.5s;
  433. -o-transition-duration:0.5s;
  434. }
  435.  
  436. .postnote img {
  437. align: left;
  438. margin: 0px 2px -4px 1px;
  439. padding: 3px;
  440. }
  441.  
  442. .music {
  443. width:500px;
  444. {block:ifShow400pxposts}
  445. width:400px;
  446. {/block:ifShow400pxposts}
  447. padding-bottom:10px;
  448. }
  449.  
  450. .albumart {
  451. float:left;
  452. padding:10px 10px 10px 0px;
  453. }
  454.  
  455. .albumart img {
  456. width:30px;
  457. padding: 3px;
  458. margin:2px 7px -3px 6px;
  459. border:2px solid {color:Info Border};
  460. border-radius:100px;
  461. -webkit-border-radius:100px;
  462. -moz-border-radius:100px;
  463. }
  464.  
  465. .playercontainer {
  466. text-align:left;
  467. padding:5px 5px -5px;
  468. width:480px;
  469. }
  470.  
  471. .musicinfo {
  472. padding:10px;
  473. margin-top:9px;
  474. color:{color:text};
  475. }
  476.  
  477. .quote {
  478. font-size:18px;
  479. font-family:Open Sans Condensed;
  480. letter-spacing:0px;
  481. line-height:90%;
  482. font-weight:normal;
  483. text-align:center;
  484. text-transform:lowercase;
  485. }
  486.  
  487. .source {
  488. font-family:calibri;
  489. font-size:10px;
  490. font-style:normal;
  491. text-align:center;
  492. line-height:17px;
  493. }
  494.  
  495. .chat ol {
  496. font-family:Open Sans Condensed;
  497. font-size:12px;
  498. line-height:100%;
  499. padding:0px;
  500. list-style:none;
  501. }
  502. .label {
  503. font-family:Open Sans Condensed;
  504. text-transform:lowercase;
  505. font-size:12px;
  506. font-weight:bold;
  507. color:{color:Text};
  508. }
  509. .line.odd {
  510. padding:4px;
  511. margin-bottom:2px;
  512. }
  513. .line.even {
  514. padding:4px;
  515. margin-bottom:2px;
  516. }
  517.  
  518. .ask {
  519. font-size:18px;
  520. font-family:Open Sans Condensed;
  521. letter-spacing:0px;
  522. text-align:left;
  523. margin-top:3px;
  524. text-transform:lowercase;
  525. }
  526.  
  527. .question {
  528. {block:ifNotShow400pxposts}
  529. width:500px;
  530. {/block:ifNotShow400pxposts}
  531. {block:ifShow400pxposts}
  532. width:400px;
  533. {/block:ifShow400pxposts}
  534. letter-spacing:0px;
  535. margin-top:10px;
  536. font-family:arial;
  537. font-size:11px;
  538. padding-bottom:4px;
  539. text-align:justify;
  540. color:{color:Text};
  541. border-bottom: 1px solid {color:Questions Border};
  542. }
  543.  
  544. .answer {
  545. {block:ifNotShow400pxposts}
  546. width:500px;
  547. {/block:ifNotShow400pxposts}
  548. {block:ifShow400pxposts}
  549. width:400px;
  550. {/block:ifShow400pxposts}
  551. letter-spacing:0px;
  552. text-align:justify;
  553. font-family:arial;
  554. font-size:11px;
  555. padding-top:5px;
  556. margin-bottom:1px;
  557. color:{color:Text};
  558. }
  559.  
  560. .askimg {
  561. padding: 3px;
  562. margin:2px 7px -3px 6px;
  563. border:2px solid {color:Info Border};
  564. border-radius:100px;
  565. -webkit-border-radius:100px;
  566. -moz-border-radius:100px;
  567. }
  568.  
  569. .credit {
  570. position:fixed;
  571. font-family:calibri;
  572. font-size:8px;
  573. font-weight:normal;
  574. line-height:150%;
  575. letter-spacing:0px;
  576. right:5px;
  577. bottom:20px;
  578. text-transform:uppercase;
  579. text-align:center;
  580. }
  581.  
  582. .credit a {
  583. font-style:normal;
  584. padding:3px;
  585. color:{color:Link};
  586. -moz-transition-duration:0.5s;
  587. -webkit-transition-duration:0.5s;
  588. -o-transition-duration:0.5s;
  589. }
  590.  
  591. </style>
  592. </head>
  593.  
  594. <body>
  595. <div class="container">
  596. <div class="sidebar">
  597. <a href="/">
  598. <center>
  599. <img src="{image:sidebar}" class="sidebarimage">
  600. </a>
  601.  
  602. <div class="sidebarlinks">
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}"> ‹ </a>
  605. {/block:PreviousPage}
  606.  
  607. <a href="/">index</a>
  608. <a href="/ask">ask</a>
  609. {block:ifShowLink1}
  610. <a href="{text:link1 url}">{text:link1}</a>
  611. {/block:IfShowLink1}
  612. {block:ifShowLink2}
  613. <a href="{text:link2 url}">{text:link2}</a>
  614. {/block:IfShowLink2}
  615. {block:ifShowLink3}
  616. <a href="{text:link3 url}">{text:link3}</a>
  617. {/block:IfShowLink3}
  618. {block:ifShowLink4}
  619. <a href="{text:link4 url}">{text:link4}</a>
  620. {/block:IfShowLink4}
  621. {block:Pagination}
  622.  
  623.  
  624. {block:NextPage}
  625. <a href="{NextPage}"> › </a>
  626. {/block:NextPage}
  627. {/block:Pagination}
  628. </div>
  629. <div class="description">
  630. {Description}
  631. </div>
  632. </div>
  633.  
  634.  
  635.  
  636. <div class="postscontainer">
  637. {block:Posts}
  638.  
  639. <div class="posts">
  640.  
  641. {block:Text}
  642. {block:Title}<h2>{Title}</h2>{/block:Title}
  643. {Body}
  644. {/block:Text}
  645.  
  646. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  647.  
  648. {/block:Quote}
  649.  
  650. {block:Link}
  651. <h2><a href="{URL}">{Name}</a></h2>
  652. {block:Description}{Description}{/block:Description}
  653. {/block:Link}
  654.  
  655. {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}
  656. </ol></div>{/block:Chat}
  657.  
  658. {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}
  659.  
  660. {block:Photo}
  661. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  662. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  667. {block:Caption}{Caption}{/block:Caption}
  668. {/block:Photoset}
  669.  
  670. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  671. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  672. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  673. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  674. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  675.  
  676. {block:Video}
  677. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  678. {block:Caption}{Caption}{/block:Caption}
  679. {/block:Video}
  680.  
  681. {block:Date}<div class="info"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</div>{/block:Date}
  682.  
  683. {block:PermalinkPage}
  684. <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>
  685. {/block:PermalinkPage}
  686.  
  687. {block:HasTags}
  688. <div class="tags">
  689. {block:Tags}<a href="{TagURL}"><span style="font-size:8px;letter-spacing:0;text-transform:uppercase;">#</span></a> {Tag} {/block:Tags}
  690. {/block:HasTags}</div>
  691.  
  692. <div class="postnote">
  693. {block:PostNotes}{PostNotes}{/block:PostNotes}
  694. </div>
  695. {/block:Posts}
  696.  
  697. <div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  698.  
  699.  
  700. </div>
  701. </div>
  702. </div>
  703. </body>
Advertisement
Add Comment
Please, Sign In to add comment