Advertisement
UmFalsoPrinceso

Theme - 2

Jul 21st, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-------------------------------------------------------------------------
  6. PPPPPPPPP RRRRRRRRR III NN N CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  7. P P R R III N N N C E S O O !!
  8. P P R R N N N C E S O O !!
  9. P P R R III N N N C EEEEE S O O !!
  10. PPPPPPPPP R R I I N N N C EEEEE SSSSSSSS O O !!
  11. P R RRRRR I I N N N C E S O O !!
  12. P R R I I N NNN C E S O O
  13. P R R III N CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  14. --------------------------------------------------------------------------->
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript">
  19. //desabilita menu de opcoes ao clicar no botao direito
  20. function desabilitaMenu(e)
  21. {
  22. if (window.Event)
  23. {
  24. if (e.which == 2 || e.which == 3)
  25. return false;
  26. }
  27. else
  28. {
  29. event.cancelBubble = true
  30. event.returnValue = false;
  31. return false;
  32. }
  33. }
  34.  
  35. //desabilita botao direito
  36. function desabilitaBotaoDireito(e)
  37. {
  38. if (window.Event)
  39. {
  40. if (e.which == 2 || e.which == 3)
  41. return false;
  42. }
  43. else
  44. if (event.button == 2 || event.button == 3)
  45. {
  46. event.cancelBubble = true
  47. event.returnValue = false;
  48. return false;
  49. }
  50. }
  51.  
  52. //desabilita botao direito do mouse
  53. if ( window.Event )
  54. document.captureEvents(Event.MOUSEUP);
  55. if ( document.layers )
  56. document.captureEvents(Event.MOUSEDOWN);
  57.  
  58. document.oncontextmenu = desabilitaMenu;
  59. document.onmousedown = desabilitaBotaoDireito;
  60. document.onmouseup = desabilitaBotaoDireito;
  61. </script>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  66.  
  67. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. function slideSwitch() {
  70. var $active = $('#slideshow2 img.active');
  71.  
  72. $active.addClass('last-active');
  73.  
  74. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  75. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  76.  
  77. $next.css({opacity: 0.0})
  78. .addClass('active')
  79. .animate({opacity: 1.0}, 1000, function() {
  80. $active.removeClass('active last-active');
  81. });
  82. }
  83.  
  84. $(function() {
  85. //Executa a função a cada 2 segundos
  86. setInterval( "slideSwitch()", 2500 );
  87. });
  88. </script>
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <script type="text/javascript">
  97.  
  98.  
  99. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  100.  
  101.  
  102.  
  103.  
  104. function tb8_makeArray(n){
  105.  
  106.  
  107. this.length = n;
  108.  
  109.  
  110. return this.length;
  111.  
  112.  
  113. }
  114.  
  115.  
  116.  
  117.  
  118. tb8_messages = new tb8_makeArray(1);
  119.  
  120.  
  121.  
  122.  
  123. tb8_messages[0] = "{Title}";
  124.  
  125.  
  126.  
  127.  
  128. tb8_rptType = 'infinite';
  129.  
  130.  
  131.  
  132.  
  133. tb8_rptNbr = 5;
  134.  
  135.  
  136.  
  137.  
  138. tb8_speed = 100;
  139.  
  140.  
  141.  
  142.  
  143. tb8_delay = 2000;
  144.  
  145.  
  146.  
  147.  
  148. var tb8_counter=1;
  149.  
  150.  
  151.  
  152.  
  153. var tb8_currMsg=0;
  154.  
  155.  
  156.  
  157.  
  158. var tb8_tekst ="";
  159.  
  160.  
  161.  
  162.  
  163. var tb8_i=0;
  164.  
  165.  
  166.  
  167.  
  168. var tb8_TID = null;
  169.  
  170.  
  171.  
  172.  
  173. function tb8_pisi(){
  174.  
  175.  
  176.  
  177.  
  178. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  179.  
  180.  
  181.  
  182.  
  183. document.title = tb8_tekst;
  184.  
  185.  
  186.  
  187.  
  188. tb8_sp=tb8_speed;
  189.  
  190.  
  191.  
  192.  
  193. tb8_i++;
  194.  
  195.  
  196.  
  197.  
  198. if (tb8_i==tb8_messages[tb8_currMsg].length){
  199.  
  200.  
  201.  
  202.  
  203. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  204.  
  205.  
  206.  
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213. if (tb8_currMsg == tb8_messages.length){
  214.  
  215.  
  216.  
  217.  
  218. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  219.  
  220.  
  221.  
  222.  
  223. clearTimeout(tb8_TID);
  224.  
  225.  
  226.  
  227.  
  228. return;
  229.  
  230.  
  231.  
  232.  
  233. }
  234.  
  235.  
  236.  
  237.  
  238. tb8_counter++;
  239.  
  240.  
  241.  
  242.  
  243. tb8_currMsg = 0;
  244.  
  245.  
  246. }
  247.  
  248.  
  249.  
  250.  
  251. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  252.  
  253.  
  254.  
  255.  
  256. }
  257.  
  258.  
  259.  
  260.  
  261. tb8_pisi()
  262.  
  263.  
  264.  
  265.  
  266. </script>
  267.  
  268. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  269.  
  270. <!-- DEFAULT VARIABLES -->
  271. <meta name="color:background" content="#f8f8f8" />
  272. <meta name="color:link" content="#ffffff" />
  273. <meta name="color:linkhover" content="#ffffff" />
  274. <meta name="color:links" content="#000000" />
  275. <meta name="color:linkshover" content="#ffffff" />
  276. <meta name="color:post" content="#ffffff" />
  277. <meta name="color:ask" content="#f0f0f0" />
  278. <meta name="color:textdescription" content="#000000" />
  279. <meta name="color:text" content="#000000" />
  280. <meta name="color:sidebar" content="#000000" />
  281.  
  282. <meta name="color:scroll" content="#000000" />
  283. <meta name="color:maiszinhos" content="#ff00cc" />
  284.  
  285. <meta name="text:Link1" content="/" />
  286. <meta name="text:Link1 Title" content="link" />
  287. <meta name="text:Link2" content="/" />
  288. <meta name="text:Link2 Title" content="link" />
  289. <meta name="text:Link3" content="/" />
  290. <meta name="text:Link3 Title" content="link" />
  291. <meta name="text:Link4" content="/" />
  292. <meta name="text:Link4 Title" content="link" />
  293. <meta name="text:Link5" content="/" />
  294. <meta name="text:Link5 Title" content="link" />
  295. <meta name="text:Link6" content="/" />
  296. <meta name="text:Link6 Title" content="link" />
  297. <meta name="text:Link7" content="/" />
  298. <meta name="text:Link7 Title" content="link" />
  299.  
  300.  
  301. <title>{Title}</title>
  302. <link rel="shortcut icon" href="{Favicon}">
  303. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  304. {block:Description}
  305. <meta name="description" content="{MetaDescription}" />
  306. {/block:Description}
  307.  
  308. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  309.  
  310. <style type="text/css">
  311.  
  312.  
  313. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  314.  
  315. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  316.  
  317. p {margin: 6px 0 0 0}
  318.  
  319. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  320. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  321. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  322. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  323.  
  324. blockquote img{max-width: 470px!important}
  325. blockquote blockquote img{max-width: 450px!important}
  326. blockquote blockquote blockquote img{max-width: 430px!important}
  327. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  328. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  329.  
  330. }
  331. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  332.  
  333. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  334.  
  335. #entries{box-shadow: black 0.0em 0.0em 1.0em; float: left; margin-left:400px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  336.  
  337.  
  338. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  339.  
  340. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  341. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  342. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  343.  
  344. /* asker */
  345.  
  346. .asker {font-style: none; font-family: verdana; font-size: 12px;}
  347. .asker a {color: {color:borda};}
  348. .asker1 {font-size: 10px; font-family: verdana;}
  349. .question {font-size: 11px;}
  350. .answer {padding: 4px}
  351. .answer img {max-width: 470px;}
  352.  
  353. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  354.  
  355. #info{margin-top: 15px; }
  356. #info a{color: {color:links} !important}
  357. #info a:hover{color:{color:linkshover}!important}
  358. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  359.  
  360. .source{display:none}
  361.  
  362. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  363. #oidata a {font-size: 9px;}
  364.  
  365. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  366. #oidata2 a {font-size: 9px;}
  367.  
  368. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  369. #oidata3 a {font-size: 9px;}
  370.  
  371. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  372. .tags a:hover {color: #ffffff; text-decoration: none; filter:alpha(opacity=100);} a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  373.  
  374. #cap {width: 500px; margin-top: -2px;}
  375. .source {display: none;}
  376.  
  377. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  378. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  379. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  380. .notes img{display: none; border:0px}
  381.  
  382. .question {
  383. color: {color:text};
  384. font-size: 9px;
  385. font-weight: normal;
  386. font-family: {font:body};
  387. line-height:95%;
  388. background: {color:ask};
  389. margin: 0 0 10px 0;
  390. padding: 10px 15px;
  391. position: relative;}
  392.  
  393. .questionarrow {
  394. width: 13px;
  395. height: 7px;
  396. font-size:30px;
  397. font-family: verdana;
  398. position: absolute;
  399. color: {color:ask};
  400. bottom: -3.5px;
  401. left: 240px;}
  402.  
  403.  
  404. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  405. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  406. #pgs a:hover {background: {color:background}; color: {color:linkhover}; border: none;}
  407. #pgs span.pagina_atual {background: {color:background}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  408. .pg { position:fixed !important; clear: both; float: left; margin-top: 630px; margin-left: 200px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:background}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  409.  
  410. /*** Paginação ***/
  411. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  412. #links {margin-top: 20px; margin-left: 900px; position:fixed; width: auto; }
  413.  
  414. #links a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; background-color: {color:sidebar}; -moz-transition: all 0.4s ease-out; width: 100px; text-align: right; font-size: 8px; height:14px; margin: 1px 0 0px 0; color:{color:link}; margin-left: 3px; line-height:10px; }
  415.  
  416. #links a:hover{color: {color:linkhover}; margin-left:80px; }
  417.  
  418. #textdc {text-shadow: 0 0 0.3em #000; width:190px; height: auto; margin-left:120px; margin-top:240px; position:fixed; overflow:hidden; background-color: transparent ; color: {color:textdescription}; font-family: tinytots; font-size:8px;text-transform: uppercase; border-left:0px solid; border-right:0px solid; padding:3px;-moz-transform: rotate(1deg);-webkit-transform: rotate(1deg);-o-transform: rotate(1deg);-ms-transform: rotate(1deg);transform: rotate(1deg);}
  419.  
  420. #credits {text-shadow: 0 0 0.3em #000; width: 100px; margin-left: 290px; height: 9px; margin-top: 645px; float:left; text-align: right; font-size: 10px; position:fixed; padding: 4px; font-family:tahoma; color:{color:textdescription}; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px; z-index: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; overflow:hidden;}
  421.  
  422. ::-webkit-scrollbar{width:5px;height:5px;}
  423. ::-webkit-scrollbar-button:start:decrement
  424. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  425. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  426. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  427. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  428.  
  429. #tumblr_controls{position: fixed!important}
  430. #tumblr_controls{position: fixed!important}
  431. #tumblr_controls{position: fixed!important}
  432. #tumblr_controls{position: fixed!important}
  433.  
  434. </style>
  435.  
  436. </head>
  437.  
  438.  
  439. <body>
  440.  
  441.  
  442.  
  443.  
  444. <div id="tudo">
  445. </div>
  446.  
  447. <div id="links">
  448. {block:ifLink1}<a href="{text:Link1}"><font color="{color:maiszinhos}">+</font> {text:Link1 Title}</a>{/block:ifLink1}
  449. {block:ifLink2}<a href="{text:Link2}"><font color="{color:maiszinhos}">+</font> {text:Link2 Title}</a>{/block:ifLink2}
  450. {block:ifLink3}<a href="{text:Link3}"><font color="{color:maiszinhos}">+</font> {text:Link3 Title}</a>{/block:ifLink3}
  451. {block:ifLink4}<a href="{text:Link4}"><font color="{color:maiszinhos}">+</font> {text:Link4 Title}</a>{/block:ifLink4}
  452. {block:ifLink5}<a href="{text:Link5}"><font color="{color:maiszinhos}">+</font> {text:Link5 Title}</a>{/block:ifLink5}
  453. {block:ifLink6}<a href="{text:Link6}"><font color="{color:maiszinhos}">+</font> {text:Link6 Title}</a>{/block:ifLink6}
  454. {block:ifLink7}<a href="{text:Link7}"><font color="{color:maiszinhos}">+</font> {text:Link7 Title}</a>{/block:ifLink7}
  455. </div>
  456.  
  457. </div></div>
  458.  
  459. <div id="textdc">{description}</div>
  460.  
  461. <div class="pg"><div id="pgs"> <center>
  462. {block:JumpPagination length="3"}
  463. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  464. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  465. {/block:JumpPagination}
  466. </center></div></div>
  467.  
  468. </div>
  469. </font>
  470.  
  471. <div id="credits"><div class: "credito"></a></a><a href="http://um-falso-princeso.tumblr.com/"target=”_blank> <font color="{color:textdescription}">©</font></a></div></font>
  472.  
  473. </a></div>
  474. <div id="entries">
  475. {block:Posts}
  476. <div class="danpost">
  477.  
  478. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  479.  
  480. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  481.  
  482. {block:Photoset}{Photoset-500}{/block:Photoset}
  483.  
  484. {block:Quote}
  485. <div class="qquote"alt="" title="delicate" >"{Quote}"</div>
  486. {block:Source}<div class="qsource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ♡ </div>{/block:Source}
  487. {/block:Quote}
  488.  
  489. {/block:quote}
  490.  
  491. {block:Link}
  492. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  493. {block:Description}{Description}{/block:Description}
  494. {/block:Link}
  495.  
  496. {block:Chat}
  497. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  498. <div class="chat"><ul>{block:Lines}
  499. <li class="person{UserNumber}">{block:Label}
  500. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  501. {/block:Chat}
  502.  
  503. {block:Audio}
  504. <div class="player">{AudioPlayerBlack}</div>
  505. {block:Caption}{Caption}{/block:Caption}
  506. {/block:Audio}
  507.  
  508. {block:Video}{Video-500}{/block:Video}
  509.  
  510.  
  511. {block:Answer}
  512. <table cellspacing="0" cellpadding="0" width="100%"><tr><td class="apic"><img src="{AskerPortraitURL-48}"></td><td bgcolor="{color:ask}" width="30px"><span class="atip">&#9700;</span></td><td bgcolor="{color:ask}"><div class="asker"><b><a href="{URL}" class="asker">{Asker}</a></b> gemeu aqui:</br></div>
  513. <div class="asker1"></br>{Question}</div></td></tr></table>
  514. <div class="answer"><p></br>{Answer}</p></div>
  515. {/block:answer}
  516.  
  517. <div id="cap">
  518. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  519. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  520. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  521.  
  522. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  523. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  525. {/block:ContentSource}</div></div>
  526.  
  527. <div class="bg">
  528. <div class="tags"><b></b> {block:HasTags}{block:Tags}<font color="{color:tags}"># </font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  529.  
  530. <div class="tags">
  531. {block:Date}<a href="{Permalink}">{TimeAgo} . </a> {/block:Date} {block:NoteCount} <a href="{Permalink}"alt="" title="rawr" >{NoteCountWithLabel} <font color= {color:tags}></font> </a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage} <a href="{ReblogURL}" target="_blank" alt="" title="rebloga ae vei" > reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class=" alt="" title="rebloga ae vei" > </a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}(<font color= {color:tags}>@ </font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  532. </span> {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}(<font color= {color:tags}>via</font>: <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}</div>
  533. </div>
  534.  
  535.  
  536.  
  537. </div></div>
  538. {/block:Date}
  539.  
  540. {/block:Posts}
  541. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550. </div>
  551. </div>
  552. </div>
  553. </div>
  554. </div>
  555. </div>
  556.  
  557. </body>
  558. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement