Advertisement
hor4ny

Theme 24 - Themesbycaralinaandnancy

Jul 23rd, 2012
2,973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.99 KB | None | 0 0
  1. <!--
  2. Theme by cuntcealer.
  3. If you take out the credit, put it in your FAQ or i will cut you.
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script type="text/javascript">
  12. <!--
  13.  
  14. // Disable Right Click Script
  15.  
  16. function IE(e)
  17. {
  18. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  19. {
  20. return false;
  21. }
  22. }
  23. function NS(e)
  24. {
  25. if (document.layers || (document.getElementById && !document.all))
  26. {
  27. if (e.which == "2" || e.which == "3")
  28. {
  29. return false;
  30. }
  31. }
  32. }
  33. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  34.  
  35. //-->
  36. </script>
  37.  
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <!-- DEFAULT VARIABLES -->
  44. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  45. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  47. <meta name="color:background" content="#ffffff"/>
  48. <meta name="color:link" content="#000000"/>
  49. <meta name="color:text" content="#000000"/>
  50. <meta name="color:title" content="#000000"/>
  51. <meta name="color:blogtitle" content="#000000" />
  52. <meta name="color:hover" content="#ffffff"/>
  53. <meta name="color:scrollbar" content="#000000" />
  54. <meta name="image:sidebar" content="1"/>
  55. <meta name="image:background" content="1"/>
  56. <meta name="if:show photo" content="1"/>
  57. <meta name="if:show blog title" content="1"/>
  58. <meta name="if:scrollbar" content="1"/>
  59. <meta name="if:one column" content="0" />
  60. <meta name="if:two column" content="1" />
  61. <meta name="if:twitter button" content="0"/>
  62. <meta name="text:twitter username" content="">
  63. <meta name="text:link separation" content="/" />
  64. <meta name="text:link one" content="" />
  65. <meta name="text:link one title" content="home" />
  66. <meta name="text:link two" content="" />
  67. <meta name="text:link two title" content="link" />
  68. <meta name="text:blogtitle size" content="40" />
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72. <script>
  73. $(document).ready(function() {
  74. //
  75. $('a.poplight[href^=#]').click(function() {
  76. var popID = $(this).attr('rel'); //Get Popup Name
  77. var popURL = $(this).attr('href'); //Get Popup href to define size
  78. var query= popURL.split('?');
  79. var dim= query[1].split('&');
  80. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  81. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  82. var popMargTop = ($('#' + popID).height() + 80) / 2;
  83. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  84. //Apply Margin to Popup
  85. $('#' + popID).css({
  86. 'margin-top' : -popMargTop,
  87. 'margin-left' : -popMargLeft
  88. });
  89. $('body').append('<div id="fade"></div>');
  90. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  91. return false;
  92. });
  93. $('a.close, #fade').live('click', function() {
  94. $('#fade , .popup_block').fadeOut(function() {
  95. $('#fade, a.close').remove(); //fade them both out
  96. });
  97. return false;
  98. });
  99. });
  100. </script>
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105.  
  106. {block:ifscrollbar}
  107. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff;}
  108. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  109. {/block:ifscrollbar}
  110.  
  111. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  112.  
  113. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  114.  
  115.  
  116. #twitter{
  117. top:25px;
  118. right:-15px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  119. }
  120.  
  121. #twitter:hover{
  122. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  123.  
  124. .wrapper{
  125. margin: 0px auto;
  126. width: 100%;
  127. }
  128.  
  129. .header{
  130. float: left;
  131. width: 100%;
  132. }
  133.  
  134. .left{
  135. float: left;
  136. margin-right: 20px;
  137. width: 802px;
  138. }
  139.  
  140. .right{
  141. float: right;
  142. width: 200px;
  143. background-color: #fff;
  144. }
  145.  
  146. p {
  147. margin:0px;
  148. margin-top:0px;
  149. }
  150.  
  151. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  152.  
  153.  
  154.  
  155. #fade { /*--Transparent background layer--*/
  156. display: none; /*--hidden by default--*/
  157. background: #000;
  158. position: fixed; left: 0; top: 0;
  159. width: 100%; height: 100%;
  160. opacity: .8;
  161. z-index: 9999;
  162. }
  163. .popup_block{
  164. display: none; /*--hidden by default--*/
  165. background: #ffffff;
  166. color:#000000;
  167. padding: 6px;
  168. border: 1px solid #bbb;
  169. float: left;
  170. font-size: 10;
  171. opacity:0.95;
  172. position: fixed;
  173. top: 50%; left: 50%;
  174. z-index: 99999;
  175. -webkit-transition: all .7s ease;
  176. -moz-transition: all .7s ease;
  177. -o-transition: all .7s ease;
  178. transition: all .7s ease;
  179. /*--CSS3 Box Shadows--*/
  180. -webkit-box-shadow: 0px 0px 20px #000;
  181. -moz-box-shadow: 0px 0px 20px #000;
  182. box-shadow: 0px 0px 20px #000;
  183. /*--CSS3 Rounded Corners--*/
  184. -webkit-border-radius: 0px;
  185. -moz-border-radius: 0px;
  186. border-radius: 0px;
  187. }
  188.  
  189. img.btn_close {
  190. float: right;
  191. margin: -20 -20px 0 0;
  192. }
  193. /*--Making IE6 Understand Fixed Positioning--*/
  194. *html #fade {
  195. position: absolute;
  196. }
  197. *html .popup_block {
  198. position: absolute;
  199. }
  200.  
  201.  
  202. body {
  203. padding: 0px;
  204. margin: 0px;
  205. color:{color:text};
  206. font-family: handy00;
  207. font-size: 8px;
  208. line-height:9px;
  209. letter-spacing: 1px;
  210. background-color: {color:Background};
  211. background-image:url({image:Background});
  212. background-attachment: fixed;
  213. background-repeat: repeat;
  214. }
  215.  
  216. a:link, a:active, a:visited{
  217. text-decoration: none;
  218. -webkit-transition: color 0.3s ease-out;
  219. -moz-transition: color 0.3s ease-out;
  220. transition: color 0.3s ease-out;
  221. color: {color:Link};
  222. }
  223.  
  224. a:hover {
  225. text-decoration: none;
  226. font-style: italic;
  227. color: {color:Hover};
  228. }
  229.  
  230. div#center{
  231. margin:auto;
  232. position:relative;
  233. width:1000px;
  234. background-color:;
  235. overflow:auto;
  236. overflow-y:hidden;
  237. }
  238.  
  239. .entry {
  240. float:left;
  241. display: block;
  242. margin: 1px;
  243. margin-bottom:0px;
  244. padding:0px;
  245. border:0px solid #bbb;
  246. overflow:hidden;
  247. width:250px;
  248. {block:PermalinkPage}
  249. {block:ifonecolumn}
  250. width:250px;
  251. {/block:ifonecolumn}
  252. {block:iftwocolumn}
  253. width:500px;
  254. {/block:iftwocolumn}
  255. text-align:center;
  256. {/block:PermalinkPage}
  257. background: transparent;
  258. background-image:URL();
  259.  
  260. }
  261.  
  262.  
  263. .entry .perma a{
  264. color:;}
  265.  
  266.  
  267. .entry .perma{
  268. width:250px;
  269. font-family: pixel;
  270. position: absolute;
  271. color:#000000;
  272. line-height: 11px;
  273. overflow:hidden;
  274. background-color:white;
  275. letter-spacing: 1px;
  276. height: 12px;
  277. opacity: 0.0;
  278. -webkit-transition: opacity 0.4s linear;
  279. -webkit-transition: all 0.4s linear;
  280. -moz-transition: all 0.4s linear;
  281. transition: all 0.4s linear;
  282. }
  283.  
  284. .entry:hover .perma{
  285. margin-top: 0px;
  286. margin-left: 0px;
  287. height: 12px;
  288. overflow:visible;
  289. opacity:0.75;
  290. -webkit-transition: all 0.4s linear;
  291. -webkit-transition: all 0.4s linear;
  292. -moz-transition: all 0.4s linear;
  293. transition: all 0.4s linear;
  294. }
  295.  
  296.  
  297. #posts {
  298. {block:ifonecolumn}
  299. width:260px;
  300. margin-left:375px;
  301. {/block:ifonecolumn}
  302.  
  303. {block:iftwocolumn}
  304. width:510px;
  305. margin-left:275px;
  306. {/block:iftwocolumn}
  307. margin-top: 1px;
  308. right:auto;
  309. margin-right:auto;
  310. position:relative;
  311. overflow-y: hidden;
  312. }
  313.  
  314. #sidebar{
  315. position:fixed !important;
  316. width:185px;
  317. height:auto;
  318. margin-top:100px;
  319. margin-left:85px;
  320. {block:ifonecolumn}
  321. margin-left:185px;
  322. {/block:ifonecolumn}
  323. border:0px solid #bbb;
  324. }
  325.  
  326. .flip-horizontal {
  327. -webkit-transition: all .7s ease;
  328. -moz-transition: all .7s ease;
  329. -o-transition: all .7s ease;
  330. transition: all .7s ease;
  331. }
  332.  
  333. .flip-horizontal:hover {
  334. -webkit-filter:grayscale(100%);
  335. -moz-transform: scaleX(-1);
  336. -webkit-transform: scaleX(-1);
  337. -o-transform: scaleX(-1);
  338. transform: scaleX(-1);
  339. -ms-filter: fliph; /*IE*/
  340. filter: fliph; /*IE*/
  341. -webkit-transition: all .7s ease;
  342. -moz-transition: all .7s ease;
  343. -o-transition: all .7s ease;
  344. transition: all .7s ease;
  345. }
  346.  
  347. .title{
  348. font-family: fineliner;
  349. font-size: 20px;
  350. line-height:15px;
  351. color:{color:Title};
  352. letter-spacing:1px;
  353. font-weight: normal;
  354. padding:0px 0px 0px 0px;
  355. }
  356.  
  357. @font-face { font-family: "fineliner"; src: url('http://static.tumblr.com/q54tzar/JcYm21fwu/fineliner_script_1_.otf'); }
  358.  
  359.  
  360. .blogtitle{ font-family: "black swan"; opacity:0.9999; z-index:1; line-height:15px; text-shadow:1px 1px 1px #ccc; font-size: {text:blogtitle size}px; letter-spacing:2px; color:{color:blogtitle}; }
  361.  
  362. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  363.  
  364. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  365.  
  366. .permalink{
  367. text-transform: normal;
  368. display: block;
  369. text-align: right;
  370. text-decoration: none;
  371. margin-top:4px;
  372. padding:3px;
  373. border-top:1px solid #bbb;
  374. font-family:pixel;
  375. }
  376.  
  377. @font-face{
  378. font-family: 'pixel';src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  379.  
  380. #infscr-loading{
  381. bottom: -70px;
  382. position: absolute;
  383. left: 50%;
  384. margin-left:-8px;
  385. width:16px;
  386. height:11px;
  387. overflow:hidden;
  388. margin-bottom: 50px;
  389. }
  390.  
  391. #postnotes{
  392. text-align: justify;}
  393.  
  394. #postnotes blockquote{
  395. border: 0px;}
  396.  
  397. blockquote{
  398. padding:0px 0px 2px 5px;
  399. margin:0px 0px 2px 10px;
  400. border-left: 1px dotted #555555;
  401. }
  402.  
  403. blockquote p, ul{
  404. margin:0px;
  405. padding:0px;
  406. }
  407.  
  408. a img{border: 0px;}
  409.  
  410.  
  411. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  412.  
  413. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  414. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  415.  
  416. .notes img{width:10px; position:relative; top:3px;}
  417. <--ses-->
  418. small{font-size: 90%;}
  419.  
  420. {CustomCSS}
  421.  
  422. </style>
  423.  
  424. {block:IndexPage}
  425. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  426. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  427.  
  428. <script type="text/javascript">
  429. $(window).load(function () {
  430. var $content = $('#posts');
  431. $content.masonry({itemSelector: '.entry'}),
  432. $content.infinitescroll({
  433. navSelector : 'div#pagination',
  434. nextSelector : 'div#pagination a#nextPage',
  435. itemSelector : '.entry',
  436. loading: {
  437. finishedMsg: '',
  438. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  439. },
  440. bufferPx : 600,
  441. debug : false,
  442. },
  443. // call masonry as a callback.
  444. function( newElements ) {
  445. var $newElems = $( newElements );
  446. $newElems.hide();
  447. // ensure that images load before adding to masonry layout
  448. $newElems.imagesLoaded(function(){
  449. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  450.  
  451.  
  452. });
  453. });
  454. });
  455. </script>
  456.  
  457. {/block:IndexPage}
  458.  
  459.  
  460. <title>{title}</title>
  461.  
  462. <link rel="shortcut icon" href="{Favicon}" />
  463. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  464. <meta name="viewport" content="width=820" />
  465. </head>
  466. <body onkeydown="return false">
  467.  
  468. <body>
  469.  
  470. <div class="wrapper">
  471. <div class="header">
  472. </div>
  473.  
  474. <div id="cage">
  475. <div id="center">
  476.  
  477.  
  478. <div id="sidebar">
  479. {block:ifshowblogtitle}<div style="text-align:left;"><span class="blogtitle">{title}</span></div>{/block:ifshowblogtitle}<center>
  480. {block:ifshowphoto}<div class="flip-horizontal"><a href="/"><img src="{image:sidebar}" width=100%></a></div>{/block:ifshowphoto}
  481. {Description}<br>
  482. <a href="/">home</a> {text:link separation}
  483. <a href="#?w=350" rel="02" class="poplight">inbox</a> {text:link separation}
  484. <a href="{text:link one}">{text:link one title}</a> {text:link separation}
  485. <a href="{text:link two}">{text:link two title}</a>
  486. </center></div>
  487.  
  488.  
  489. <div class="left">
  490. <div id="posts">
  491. {block:Posts}
  492. <div class="entry">
  493.  
  494. {block:Answer}
  495. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  496. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  497. {Asker}: {Question}</div>
  498. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  499. <div class="permalink"> <a href="{permalink}">posted {timeago} ♥</a> </div>
  500. {/block:Answer}
  501.  
  502. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">posted {timeago} ♥</a></a><br>{/block:HasTags}</span></align>
  503. {/block:Text}
  504.  
  505. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">posted {timeago} ♥</a> <a href="{Permalink}"></span></align>{block:Link}
  506.  
  507. {block:Photo}
  508. {block:IndexPage}
  509. <center>
  510.  
  511. <div class="photo">
  512. <div class="perma">
  513. <a href="{permalink}">{NoteCountWithLabel}</a> / posted {timeago} / <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  514. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  515. {/block:IndexPage}
  516. {block:PermalinkPage}
  517. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  518. {/block:PermalinkPage}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}
  523. <center>
  524. {Photoset-250}</center>
  525. {/block:IndexPage}
  526. {block:PermalinkPage}
  527. <center>
  528. {Photoset-500}</center>
  529. {/block:PermalinkPage}
  530. {/block:Photoset}
  531.  
  532. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">posted {timeago} ♥</a> <a href="{Permalink}"> </span>{/block:Quote}
  533.  
  534. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  535. <ul class="chat">
  536. {block:Lines}
  537. <li class="user_{UserNumber}">
  538. {block:Label}
  539. <span class="label">{Label}</span>
  540. {/block:Label}
  541.  
  542. {Line}
  543. </li>
  544. {/block:Lines}
  545. <p align=right><span class="permalink"><a href="{Permalink}">posted {timeago} ♥</a> <a href="{Permalink}">
  546. {/block:Chat}
  547.  
  548. {block:Audio}
  549. <div style="width:400px; height:30px;">
  550. {AudioPlayerBlack}
  551. </div>
  552. {block:IndexPage}<span class="permalink">
  553. <p align=right><span class="permalink"><a href="{Permalink}">posted {timeago} ♥</a> <a href="{Permalink}"> </a>
  554. </span>{/block:IndexPage}
  555. {/block:Audio}
  556.  
  557. {block:Video}
  558. {block:IndexPage}
  559. <center>
  560. {Video-250}</center>
  561. posted {timeago} ♥
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. <center>
  565. {Video-500}</center>
  566. {/block:PermalinkPage}
  567. {block:Video}
  568.  
  569.  
  570. {block:PostNotes}<div align="middle">{caption}</div>
  571. <center>
  572.  
  573. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  574.  
  575. {block:HasTags}
  576. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  577. {block:RebloggedFrom}
  578. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  579. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  580.  
  581. {/block:RebloggedFrom}
  582. </center></span>
  583. <br>
  584. <div id="postnotes">{PostNotes}</div><br>
  585.  
  586. <center>{block:ContentSource}
  587. <br><a href="{SourceURL}">
  588. {lang:Source}:
  589. {block:SourceLogo}
  590. <img src="{BlackLogoURL}" width="{LogoWidth}"
  591. height="{LogoHeight}" alt="{SourceTitle}" />
  592. {/block:SourceLogo}
  593. {block:NoSourceLogo}
  594. {SourceLink}
  595. {/block:NoSourceLogo}
  596. </a>
  597. {/block:ContentSource}</center>
  598.  
  599. {/block:PostNotes}
  600. </div>
  601. {/block:Posts}
  602. </div></div>
  603.  
  604. {block:IndexPage}
  605. {block:Pagination}
  606. <div id="pagination">
  607. {block:NextPage}
  608. <a id="nextPage" href="{NextPage}"></a>
  609. {/block:NextPage}
  610. {block:PreviousPage}
  611. <a href="{PreviousPage}"></a>
  612. {/block:PreviousPage}
  613. </div>
  614. {/block:Pagination}
  615. {/block:IndexPage}
  616. </body>
  617.  
  618. </div>
  619.  
  620. {block:iftwitterbutton}
  621. <div id="twitter"><a href="https://twitter.com/{text:twitter username}" class="twitter-follow-button" data-show-count="false">Follow @{text:twitter username}</a>
  622. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
  623. {/block:iftwitterbutton}
  624.  
  625.  
  626. <div style="position:fixed; right:1px; bottom:1px;"> <a href="http://themesbycaralinaandnancy.tumblr.com/">theme</a></div>
  627.  
  628. <div id="02" class="popup_block">
  629. <Center>ask me anything!
  630.  
  631. <iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  632. </center></div>
  633.  
  634. </div></div></div></div></div></div></div></div></div></div>
  635.  
  636. </center>
  637. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement