Facebook
From karolina jablonska, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 307
  1. <html lang="en">
  2.  
  3. <head><link href='http://fonts.googleapis.com/css?family=Arima+Madurai&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  4. <link rel="shortcut icon" href="{Favicon}"/>
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  7. <meta name="color:background" content="#ffffff" />
  8. <meta name="color:text" content="#000000" />
  9. <meta name="color:title" content="#000000" />
  10. <meta name="color:title hover" content="#000000" />
  11. <meta name="color:link" content="#000000" />
  12. <meta name="color:link hover" content="#000000" />
  13. <meta name="color:scrollbar" content="#000000" />
  14. <meta name="color:highlight text" content="#ffffff" />
  15. <meta name="color:highlight background" content="#cccccc" />
  16.  
  17.  
  18. <meta name="text:ask title" content:"ask" />
  19. <meta name="text:link 1 title" content="" />
  20. <meta name="text:link 1" content="" />
  21. <meta name="text:link 2 title" content="" />
  22. <meta name="text:link 2" content="" />
  23. <meta name="text:link 3 title" content="" />
  24. <meta name="text:link 3" content="" />
  25. <meta name="text:link 4 title" content="" />
  26. <meta name="text:link 4" content="" />
  27. <meta name="text:link 5 title" content="" />
  28. <meta name="text:link 5" content="" />
  29. <meta name="text:link 6 title" content="" />
  30. <meta name="text:link 6" content="" />
  31.  
  32. <meta name="image:Left Background" content""/>
  33. <meta name="image:Right Background" content""/>
  34. <meta name="image:Cover Background" content""/>
  35. <meta name="image:Sidebar Background" content""/>
  36. <meta name="image:Sidebar" content""/>
  37.  
  38. <meta name="if:Two Columns" content""/>
  39. <meta name="if:Three Columns" content""/>
  40.  
  41. <meta name="if:Link One" content""/>
  42. <meta name="if:Link Two" content""/>
  43. <meta name="if:Link Three" content""/>
  44. <meta name="if:Link Four" content""/>
  45. <meta name="if:Link Five" content""/>
  46. <meta name="if:Link Six" content""/>
  47.  
  48.  
  49.  
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52.  
  53. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  54. <script>
  55.    (function($){
  56.        $(document).ready(function(){
  57.            $("[title]").style_my_tooltips({
  58.                tip_follows_cursor:true,
  59.                tip_delay_time:200,
  60.                tip_fade_speed:300
  61.            }
  62.                );
  63.        });
  64.    })(jQuery);
  65. </script>
  66.  
  67. {block:IndexPage}
  68.  
  69. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  70. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  71.  
  72. <script type="text/javascript">
  73. $(window).load(function(){
  74. var $wall = $('#entries');
  75. $wall.imagesLoaded(function(){
  76. $wall.masonry({
  77. itemSelector: '#post, #post_photo',
  78. isAnimated : false
  79. });
  80. });
  81.  
  82. $wall.infinitescroll({
  83. navSelector : '#pagination',
  84. nextSelector : '#pagination a',
  85. itemSelector : '#post, #post_photo',
  86. bufferPx : 2000,
  87. debug : false,
  88. errorCallback: function() {
  89. $('#scroll').fadeOut('normal');
  90. }},
  91. function( newElements ) {
  92. var $newElems = $( newElements );
  93. $newElems.hide();
  94. $newElems.imagesLoaded(function(){
  95. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  96. });
  97. }); $('#entries').show(500);
  98. });
  99. </script>
  100. {/block:IndexPage}
  101. <style type="text/css">
  102.  
  103. #s-m-t-tooltip{
  104. max-width:300px;
  105. margin:15px;
  106. padding:5px 8px;
  107. border:1px solid #ccc;
  108. border-radius:4px;
  109. background:#FFF;
  110. z-index:999999;
  111. letter-spacing:0px;
  112. font-size:11px;
  113. text-transform:uppercase;
  114. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  115.  
  116. body{
  117. background-color:{color:background};
  118. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  119. background-attachment: fixed;
  120. background-position: bottom 0px left 0px, bottom 0px right 0px;
  121. background-repeat: no-repeat, no-repeat, no-repeat;
  122. -webkit-background-size: auto, auto, auto;
  123. -moz-background-size: auto, auto, auto;
  124. -o-background-size: auto, auto, auto;
  125. background-size: auto, auto, cover;
  126. color:{color:text};
  127. font-family:'Corbel', sans-serif;
  128. font-size:11px;
  129. }
  130.  
  131. ::selection {
  132. background:{color:highlight background};
  133. color:{color:highlight text};
  134. }
  135. ::-moz-selection {
  136. background:{color:highlight background};
  137. color:{color:highlight text};
  138. }
  139.  
  140. ::-webkit-scrollbar{
  141. width:0px;
  142. height:4px;
  143. background:{color:background};}
  144.    
  145. ::-webkit-scrollbar-thumb{
  146. background:{color:scrollbar};
  147. height:5px;
  148. border:{color:background} solid 3px;}
  149.  
  150. a:link, a:active, a:visited{
  151. -webkit-transition: 0.3s ease;
  152. transition: 0.3s ease;
  153. -o-transition: 0.3s ease;
  154. -moz-transition: 0.3s ease;      
  155. color:{color:link};
  156. text-decoration:none;
  157. }
  158.  
  159. a:hover{
  160. -webkit-transition: 0.3s ease;
  161. transition: 0.3s ease;
  162. -o-transition: 0.3s ease;
  163. -moz-transition: 0.3s ease;
  164. color:{color:link hover};
  165. }
  166.  
  167. #n{
  168.    
  169. }
  170.  
  171. #entries{{block:IndexPage}
  172. width:250px;
  173. {block:IfTwoColumns}
  174. width:800px;
  175. {/block:IfTwoColumns}
  176. {block:IfThreeColumns}
  177. width:1000px;
  178. {/block:IfThreeColumns}
  179. margin-top:0px;
  180. margin-left:450px;
  181. position:absolute;
  182. {/block:IndexPage}{block:PermalinkPage}
  183. width:500px;
  184. margin-top:10px;
  185. margin-left:450px;
  186. position:absolute;
  187. {/block:PermalinkPage}
  188. }
  189.  
  190. #post{  
  191. {block:IndexPage}
  192. margin-top:10px;
  193. margin-left:150px;
  194. padding:10px;
  195. width:250px;
  196. {/block:IndexPage}
  197. {block:PermalinkPage}
  198. width:500px;
  199. {/block:PermalinkPage}
  200. }
  201.  
  202. #post .perma{
  203. {block:IndexPage}
  204. -webkit-transition: 0.3s ease;
  205. transition: 0.3s ease;
  206. -o-transition: 0.3s ease;
  207. -moz-transition: 0.3s ease;  
  208. margin-top:5px;
  209. text-align:center;
  210. width:250px;
  211. opacity:0;
  212. font-size:11px;
  213. text-transform:lowercase;
  214. {/block:IndexPage}{block:PermalinkPage}
  215. display:none;
  216. {/block:PermalinkPage}
  217. }    
  218.  
  219.  
  220.      
  221. #post:hover .perma{
  222. -webkit-transition: 0.3s ease;
  223. transition: 0.3s ease;
  224. -o-transition: 0.3s ease;
  225. -moz-transition: 0.3s ease;      
  226. opacity:1;
  227. }
  228.  
  229. #post .p{
  230. {block:IndexPage}
  231. -webkit-transition: 0.3s ease;
  232. transition: 0.3s ease;
  233. -o-transition: 0.3s ease;
  234. -moz-transition: 0.3s ease;  
  235. margin-top:-35px;
  236. padding:5px;
  237. text-align:center;
  238. position:absolute;
  239. background:#fff;
  240. width:100px;
  241. opacity:0;
  242. font-size:11px;
  243. text-transform:lowercase;
  244. {/block:IndexPage}{block:PermalinkPage}
  245. display:none;
  246. {/block:PermalinkPage}
  247. }    
  248.  
  249.  
  250.      
  251. #post:hover .p{
  252. -webkit-transition: 0.3s ease;
  253. transition: 0.3s ease;
  254. -o-transition: 0.3s ease;
  255. -moz-transition: 0.3s ease;
  256. width:250px;
  257. opacity:0;
  258. }
  259.  
  260. #sidebar{
  261. margin-top:100px;      
  262. text-align:center;
  263. background:transparent;
  264. width:200px;
  265. margin-left:100px;
  266. position:fixed;
  267. background-attachment: fixed;
  268. background-image:url({image:Sidebar Background});
  269. }
  270.  
  271. #sidebar img{
  272. max-width:150px;    
  273. }
  274.  
  275. #desc{
  276.     padding:6px;
  277. }
  278.  
  279. .title{
  280.     padding:6px;
  281. font-family:'Corbel', sans-serif;    
  282. font-size:11px;}
  283.  
  284. .title a{
  285. -webkit-transition: 0.3s ease;
  286. transition: 0.3s ease;
  287. -o-transition: 0.3s ease;
  288. -moz-transition: 0.3s ease;    
  289. color:{color:title};    
  290. }
  291.  
  292. .title a:hover{
  293. -webkit-transition: 0.3s ease;
  294. transition: 0.3s ease;
  295. -o-transition: 0.3s ease;
  296. -moz-transition: 0.3s ease;    
  297. color:{color:title hover};    
  298. }
  299.  
  300. .links{
  301.     padding:6px;
  302.  text-transform:lowercase;  
  303. font-family:'Corbel', sans-serif;
  304. font-size:11px;
  305. letter-spacing:0px;}
  306.  
  307. .links a{
  308. }
  309.  
  310. i, em{
  311. color:{color:link};}
  312. b, strong{
  313. font-weight:normal;
  314. text-transform:lowercase;
  315. color:{color:link};}
  316. ul,ol{
  317. margin:0px;
  318. margin-left:-5px;}
  319. p{
  320. padding:5px;
  321. margin:2px;}
  322.  
  323.  
  324.  
  325. #credit {
  326. position:fixed;
  327. font-family:'Corbel', sans-serif;
  328. font-size:11px;
  329. bottom:10px;
  330. z-index:999999999999;
  331. right:10px;
  332. text-transform:uppercase;
  333. }
  334.  
  335.  
  336. blockquote{
  337. padding:5px;
  338. border-left:1px solid #e1e1e1;
  339. margin-left:10px;    
  340. line-height:10px;
  341. }
  342.  
  343. {block:IndexPage}
  344. blockquote img{
  345. width:100px;  
  346. overflow:hidden;
  347. }
  348. {/block:IndexPage}
  349. {block:PermalinkPage}
  350. blockquote img{
  351. width:100px;  
  352. overflow:hidden;
  353. }
  354. {/block:PermalinkPage}
  355.  
  356. .text{
  357. text-decoration:italic;
  358. font-size:11px;
  359. text-transform:lowercase;
  360. }
  361.  
  362.  
  363. float:left;  
  364. padding:5px;    
  365. }
  366.  
  367.  
  368. font-size:11px;
  369. letter-spacing:0px;
  370. text-transform:uppercase;
  371. }
  372.  
  373.  
  374. padding:5px;
  375. border-radius:6px;
  376. background:#eee;
  377. min-height:28px;
  378. border-top:1px solid #000;
  379. font-weight: bold;
  380. }
  381.  
  382.  
  383. border-radius:6px;    
  384. }
  385.  
  386.  .player{  
  387. margin-left:110px;  
  388. margin-top:25px;
  389. position:absolute;
  390. padding:5px;
  391. max-width:135px;
  392. padding:5px;
  393. font-size:11px;
  394. text-transform:uppercase;
  395. z-index:999999;
  396. {block:PermalinkPage}
  397. margin-top:0px;
  398. {/block:PermalinkPage}
  399. }
  400.  
  401. .audioplayer{
  402. margin-top:20px;
  403. margin-left:20px;
  404. opacity:.7;
  405. width:27px;
  406. height:27px;
  407. border-radius:30px;
  408. overflow:hidden;
  409. background:#fff;
  410. padding:15px;
  411. }    
  412.  
  413. #cover{
  414. width:100px;
  415. background:#eee;
  416. position:absolute;
  417. height:100px;
  418. display:inline-block;
  419. float:left;    
  420. {block:PermalinkPage}
  421. margin-top:-20px;
  422. {/block:PermalinkPage}
  423. }
  424.  
  425. #cover img{
  426. width:100px;
  427. height:100px;
  428. {block:PermalinkPage}
  429. margin-top:0px;
  430. {/block:PermalinkPage}
  431. }
  432.  
  433. .playbutton {
  434. width:30px;
  435. height:30px;
  436. overflow:hidden;
  437. position:relative;
  438. z-index:1000;
  439. margin:0px;}
  440.  
  441. </style>
  442.  
  443. </head>
  444. <body>
  445. <script language=JavaScript>
  446. <!--
  447.  
  448. //Disable right mouse click Script
  449. //By Maximus ([email protected]) w/ mods by DynamicDrive
  450. //For full source code, visit http://www.dynamicdrive.com
  451.  
  452. var message="elówa;-)";
  453.  
  454. ///////////////////////////////////
  455. function clickIE4(){
  456. if (event.button==2){
  457. alert(message);
  458. return false;
  459. }
  460. }
  461.  
  462. function clickNS4(e){
  463. if (document.layers||document.getElementById&&!document.all){
  464. if (e.which==2||e.which==3){
  465. alert(message);
  466. return false;
  467. }
  468. }
  469. }
  470.  
  471. if (document.layers){
  472. document.captureEvents(Event.MOUSEDOWN);
  473. document.onmousedown=clickNS4;
  474. }
  475. else if (document.all&&!document.getElementById){
  476. document.onmousedown=clickIE4;
  477. }
  478.  
  479. document.oncontextmenu=new Function("alert(message);return false")
  480.  
  481. // -->
  482. </script>
  483.  
  484. <div id="sidebar">
  485. <img src="{image:Sidebar}">
  486. <div class="title"><a href="/">{Title}</a></div>
  487. <div id="desc">{Description}</div>
  488. <div class="links">
  489.  
  490. <a href="/ask">{text:ask title}</a><br>
  491. {block:IfLinkOne}
  492. <a href="{text:link 1}">{text:link 1 title}</a><br>
  493. {/block:IfLinkOne}
  494. {block:IfLinkTwo}
  495. <a href="{text:link 2}">{text:link 2 title}</a><br>
  496. {/block:IfLinkTwo}
  497. {block:IfLinkThree}
  498. <a href="{text:link 3}">{text:link 3 title}</a><br>
  499. {/block:IfLinkThree}
  500. {block:IfLinkFour}
  501. <a href="{text:link 4}">{text:link 4 title}</a><br>
  502. {/block:IfLinkFour}
  503. {block:IfLinkFive}
  504. <a href="{text:link 5}">{text:link 5 title}</a><br>
  505. {/block:IfLinkFive}
  506. {block:IfLinkSix}
  507. <a href="{text:link 6}">{text:link 6 title}</a><br>
  508. {/block:IfLinkSix}
  509.  
  510.  
  511. <div><embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/ghrdfychz8/Yann_-_Poranki.mp3&t0=&f1=http://k003.kiwi6.com/hotlink/i6w6222kbu/Deys_-_Cera_prod_Apriljoke.mp3&t1=&f2=http://k003.kiwi6.com/hotlink/frsqdbjgzr/Siles_-_Mieli_my.mp3&t2=&f3=http://k003.kiwi6.com/hotlink/96eiejp3nq/Jan_-_rapowanie_-_NO_CO_TAM_WIRY_XD_prod._Megot_mixdown_.mp3&t3=&f4=http://k003.kiwi6.com/hotlink/4rpzftw3w7/Pikers-Rozmawiaj_Ze_Mn_.mp3&t4=&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  512. </center> </div>
  513. </div>
  514.  
  515. <div id="entries">
  516.    
  517.  
  518. {block:Posts}
  519.  
  520.  
  521. {block:ContentSource}
  522. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  526. {/block:ContentSource}
  527.  
  528. <div id="post">
  529.  
  530. {block:Photo}
  531. {block:IndexPage}
  532. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  533. <div class="perma">
  534. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  535. <a href="{ReblogURL}">  ↺</a>
  536. </div>
  537. {/block:IndexPage}
  538. {block:PermalinkPage}
  539. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  540. {/block:PermalinkPage}
  541. {/block:Photo}
  542.  
  543.  
  544. {block:Photoset}
  545. {block:IndexPage}
  546. {Photoset-250}
  547.  <div class="perma">
  548. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  549. <a href="{ReblogURL}">  ↺</a>
  550. </div>
  551. {/block:IndexPage}
  552. {block:PermalinkPage}
  553. {Photoset-500}
  554. {/block:PermalinkPage}
  555. {/block:Photoset}
  556.  
  557. {block:Video}
  558. {block:IndexPage}
  559. {Video-250}
  560. <div class="p">
  561. <a href="{Permalink}"></a>  
  562. <a href=""> </a>
  563. </div>
  564. {/block:IndexPage}
  565. {block:PermalinkPage}
  566. {Video-500}
  567. {/block:PermalinkPage}
  568. {/block:Video}
  569.  
  570.  
  571. {block:Text}
  572. <div class="text">{Title}</div>{Body}
  573. <div class="perma">
  574. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  575. <a href="{ReblogURL}">  ↺</a>
  576. </div>
  577. {/block:Text}
  578.  
  579.  
  580. {block:Link}
  581. <div class="text" style="background:#eee; padding:5px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  582. {block:Description}{Description}{/block:Description}
  583. <div class="perma">
  584. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  585. <a href="{ReblogURL}">  ↺</a>
  586. </div>
  587. {/block:Link}
  588.  
  589.  
  590. {block:Quote}
  591. <div class="text">"{Quote}"</div>
  592.  
  593. <div class="perma">
  594. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  595. <a href="{ReblogURL}">  ↺</a>
  596. </div>
  597. {/block:Quote}
  598.  
  599.  
  600. {block:Chat}
  601. {block:Lines}
  602. {block:Label}<br>
  603. <div class="text" div style="font-size:11px; padding:5px; background:#eee;">{Label}
  604. {/block:Label}
  605. &nbsp;{Line}</div>
  606. {/block:Lines}
  607. <div class="perma">
  608. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  609. <a href="{ReblogURL}">  ↺</a>
  610. </div>
  611. {/block:Chat}
  612.  
  613.  
  614. {block:Audio}
  615. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  616. {block:Artist}by {Artist}{/block:Artist}<br>
  617. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  618. </div>
  619. <div id="cover">
  620. {block:AlbumArt}
  621. <img src="{AlbumArtURL}">
  622. {/block:AlbumArt}</div>
  623. <div class="audioplayer"><div class="playbutton">
  624. {AudioPlayerWhite}</div></div><br><br>
  625. <div class="perma">
  626. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  627. <a href="{ReblogURL}">  ↺</a>
  628. </div>
  629. {/block:Audio}
  630.  
  631.  
  632.  
  633. {block:Answer}<div id="questions">
  634. <img="{AskerURL-24}">{Asker}: {Question} :</div>
  635. {Answer}
  636. <div class="perma">
  637. <a href="{Permalink}">{NoteCountWithLabel}</a>  
  638. <a href="{ReblogURL}">  ↺</a>
  639. </div>
  640. {/block:Answer}
  641.  
  642. {block:PermalinkPage}<div id="n">
  643. <br>
  644. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  645. <br>
  646. {block:Date}{TimeAgo}{/block:Date}
  647. {block:NoteCount}
  648. {NoteCountWithLabel}
  649. {/block:NoteCount}
  650. <br>
  651. {block:Caption}
  652. {Caption}
  653. {/block:Caption}
  654. <br>
  655. {block:PostNotes}{PostNotes}{/block:PostNotes}
  656. </div>
  657. {/block:PermalinkPage}
  658. </div>
  659. {/block:Posts}
  660. </div>
  661.  
  662.  
  663.  
  664.  
  665. {block:IndexPage}
  666. {block:Pagination}
  667. <div id="pagination">
  668. {block:NextPage}
  669. <a id="nextPage" href="{NextPage}"></a>
  670. {/block:NextPage}
  671. {block:PreviousPage}
  672. <a href="{PreviousPage}"></a>
  673. {/block:PreviousPage}
  674. </div>
  675. {/block:Pagination}
  676. {/block:IndexPage}
  677.  
  678. </div>
  679. <div id="credit"><a href="http://resiliens.tumblr.com"></a></div>
  680. </div>
  681. </body>
  682.  
  683. <div id='cornerplayer'><center>
  684. <div id='cornericon'><img src="http://68.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"/></div>
  685. <div>
  686. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  687.  
  688. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"><script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "p o c a l u n k i";tb8_messages[1] = "p o c a l u n k i";tb8_messages[2] = "p o c a l u n k i" ;tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script><title></title>