Advertisement
UmFalsoPrinceso

Theme - 3 playlist + skin

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