ubc-themes

theme 80

Mar 20th, 2013
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 43.64 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.        
  4.   theme by: thai, umabonecaciumenta
  5.        sem cópias totais ou parciais.
  6.          p l a g i o  e  c r i m e
  7. ---------------------------------------------- !>
  8. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Margarine|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Milonga|Crafty+Girls' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
  15.  
  16. <head> <!-- DEFAULT VARIABLES -->
  17. <meta name="color:link" content="#000000" />
  18. <meta name="color:linkhover" content="#696969" />
  19. <meta name="color:text" content="#aaa" />
  20. <meta name="color:text side" content="#fff" />
  21. <meta name="color:sidebar" content="#fff" />
  22. <meta name="color:entry" content="#fff" />
  23. <meta name="color:chat1" content="#c9c9c9" />
  24. <meta name="color:chat2" content="#aaa" />
  25. <meta name="color:bglinkshover" content="#8D6491" />
  26. <meta name="image:sidebar" content="http://static.tumblr.com/2a505d0d1e49230ae1550d6899c90647/e5skbcf/4qEmjinhc/tumblr_static_oie.jpg" />
  27. <meta name="image:fundinho" content="http://static.tumblr.com/4e09b0458628d4151786501db6ad5ed1/e5skbcf/RT3mjij05/tumblr_static_1771__1_.png" />
  28. <meta name="color:background" content="#F5f5f5" />
  29. <meta name="image:background" content="http://static.tumblr.com/3f876f63670e21f9ef8460319ce87f3c/e5skbcf/Eszmjjw4i/tumblr_static_bglindathai.jpg" />
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="link" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="link" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="link" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="link" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="link" />
  40. <meta name="text:Link6" content="/" />
  41. <meta name="text:Link6 Title" content="link" />
  42. <meta name="image:img da sid link" content="http://static.tumblr.com/7dfc163667c923421d49ab3bbb99b24c/e5skbcf/QzEmjiis7/tumblr_static_thaaaaaaaaaie.png" />
  43.  
  44.     <meta name="image:img top" content="http://static.tumblr.com/973a2edbcb60edfd6f975d4d70264808/e5skbcf/Tazmjihem/tumblr_static_awnthai.png" />
  45.  
  46. <script type='text/javascript'>
  47. $(document).ready(function() {
  48.         $('.box_containere').hover(function(){
  49.                         var width = $(this).outerWidth() / 2;
  50.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  51.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  52.         }, function(){
  53.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  54.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  55.         });
  56.        
  57.         $('.box_container3').hover(function(){
  58.            
  59.             var width = $(this).outerWidth() / 2;
  60.            
  61.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  62.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  63.         }, function(){
  64.            
  65.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  66.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  67.            
  68.         });
  69.              
  70.   });
  71. </script>
  72.  
  73. </script>
  74. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  75.  
  76. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  77.  
  78. <script type="text/javascript">
  79. $(window).load(function(){
  80. var $wall = $('#allboxes');
  81. $wall.imagesLoaded(function(){
  82. $wall.masonry({
  83. itemSelector: '.entry',
  84. isAnimated : true
  85. });
  86. });
  87. $wall.infinitescroll({
  88. navSelector : "div#navigation",
  89. nextSelector : "div#navigation a#nextPage",
  90. itemSelector : '.entry',
  91. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  92. loadingText : " ",
  93. donetext : " ",
  94. extraScrollPx : 9000,
  95. bufferPx : 10000,
  96. debug : false,
  97. errorCallback: function() {
  98. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  99. }},
  100. function( newElements ) {
  101. var $newElems = $( newElements );
  102. $newElems.hide();
  103. $newElems.imagesLoaded(function(){
  104. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  105. });
  106. }); $('#allboxes').show(500);
  107. });
  108. </script>
  109.                     <title>{Title}</title>
  110.          <link rel="shortcut icon" href="http://1.bp.blogspot.com/_a9LUpETaBCY/TN3LJnakSuI/AAAAAAAAC3k/jlkK_iXFBLY/s1600/brushes+de+lacinhos++bythataschultz8.png">
  111.  
  112.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  113. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  114.           {block:IndexPage}
  115. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  116. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  117. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  118. <script type="text/javascript">
  119. $(window).load(function () {
  120. $('#allboxes').masonry(),
  121. $('.masonryWrap').infinitescroll({
  122. navSelector : "#page,.page",
  123. nextSelector : ".page a",
  124. itemSelector : ".entry",
  125. bufferPx : 10000,
  126. extraScrollPx: 10,
  127. loadingImg : "",
  128. loadingText : "carregando...",
  129. },
  130. // call masonry as a callback.
  131. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  132. );
  133. });
  134. </script>
  135. {/block:IndexPage}
  136. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  137.     <style type="text/css">
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: justify; font-size: 10px;  background-image:url('{image:background}'); background-attachment: fixed; ;
  145.  
  146. }
  147.  
  148. a {color: {color:link}; text-decoration: none; text-transform: none;}
  149. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;text-shadow:0px 0px 9px ;}
  150.  
  151. p {margin: 6px 0 0 0}
  152. /*theme by umabonecaciumenta*/  
  153.  
  154.  
  155.  
  156. /*theme by umabonecaciumenta*/  
  157. #allboxes {float: left;margin-left:380px;margin-top:45px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width: 900px;}
  158. .entry {width: 250px; background-color: {color:entry}; padding: 15px; margin-bottom:0px;text-align:none; ;font-family: 'muli' ;font-size: 12px; position: relative;-webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; border:5px double {color:background};{block:indexpage}width:250px;{/block:indexpage}{block:PermalinkPage}width:515px;{/block:PermalinkPage}};}
  159. .entry:hover {}/*theme by umabonecaciumenta*/  
  160. .entry:hover #perma {display: inline;}
  161.  /*theme by umabonecaciumenta*/  
  162. h1:first-letter{font-family:Rochester  ;  font-size: 21px;color:#d0a4c5;}
  163. h1 {font-family:   'muli' ;  text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  164. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  165. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  166. /*theme by umabonecaciumenta*/  
  167. .image {text-align: center; border: 0px}
  168. .image img {max-width: 250px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  169. .image img:hover {border:2px dashed #fe80c0;webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  170.  
  171. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  172.  
  173.  
  174.  
  175.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  189.  
  190.  
  191.  
  192.  
  193.   /*theme by umabonecaciumenta*/  
  194.  #thaiti1 {text-align: center; overflow: hidden; height:77px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 32px; font-family: sacramento; position: fixed; margin-left:25px; width: 394px; background-color:; color: {color:text side}; padding: 5px; margin-top: 77px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 52px; z-index:705;text-shadow: 3px 5px 9px #c9c9c9;;;}/*theme by umabonecaciumenta*/  
  195.  #thaiit1 a {color:#000;text-transform: none;font-size:20px;}
  196. /*theme by umabonecaciumenta*/  
  197.   #thaiit1:hover {color:#000;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  198.  
  199.  
  200.  
  201. .chat{
  202. line-height: 12px;
  203. list-style: none
  204. }
  205.  
  206. .chat ul {
  207. line-height: 15px;
  208. list-style: none;
  209. padding: 0px;
  210. }
  211.  
  212. .person1 {
  213. background-color:{color:chat1};
  214. color: #888;
  215. }
  216. .person1 .label {
  217. padding: 0px;
  218. margin-left: 5px;
  219. color:#888;
  220. }
  221. .person2 {
  222. background-color: {color:chat2};
  223. color:#888;
  224. }
  225. .person2 .label {
  226. padding: 0px;
  227. margin-left: 5px;
  228. color: #888;}
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236. #questionpam{width:240px;
  237. padding:5px;
  238. background-color: {color:background};
  239. -webkit-border-radius: 5px 5px 5px 5px;
  240. -moz-border-radius: 5px 5px 5px 5px;
  241. border-radius: 5px 5px 5px 5px;}
  242.  
  243. #askerpam{text-align: left;
  244. vertical-align:bottom;
  245. margin-top:-24px;
  246. margin-left:20px;
  247. font-size:12px;
  248. font-family:'muli';}
  249.  
  250. #askerpam img{vertical-align:center;
  251. float:left;
  252. max-height:15px;
  253. margin-left: 20px;
  254. margin-right: 5px;
  255. -webkit-border-radius: 60px 0px 60px 60px;
  256. -moz-border-radius: 60px 0px 60px 60px;
  257. border-radius: 60px 0px 60px 60px;
  258. box-shadow: 3px 3px 0 0 {color:background};}
  259.  
  260. #setapam {margin-top:-0px;
  261. margin-left:18px;
  262. width: 0;
  263. height: 0;
  264. border-top: 17px solid  {color:background};;
  265. border-left: 17px solid transparent;}
  266.  
  267.    
  268.  
  269. .xquote:first-letter{font-family: Rochester ;  font-size: 21px;color:#d0a4c5;}
  270.  
  271. .xquote {text-align:justify; font-family:muli;; font-size: 12px; line-height:15px; text-align: center;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;}
  272. .xquotesource {font-family: sacramento ; text-align:  center; text-transform: none; margin-bottom:5px; ;font-size:20px;  ;}
  273. .xquotesource a, a:hover{text-transform: none;}
  274. .xquotesource a, a:hover{text-transform: none;}
  275.  
  276.  
  277.  
  278. #cap {width: 450px; margin-top: -2px;}
  279.  
  280. b, strong, bold {color:#d0a4c5;}
  281.  
  282. u,underline {color: #d0a4c5; border-bottom: 1px dotted ;#d0a4c5; text-decoration:none; }
  283.  
  284. i, em{color: #d0a4c5;; }
  285.  
  286.  ::-moz-selection {
  287.   color: #fff;
  288.   background: #d0a4c5;;
  289. }
  290.   ::selection {
  291.  color: #fff;
  292.           background:#d0a4c5;;
  293. }
  294.  
  295. #ssource{ display: none; :}
  296.  
  297.  
  298.  
  299.  
  300. .notes {width: 450px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 8px; text-align: center; text-transform: uppercase;background-color:#fff}
  301.  
  302. .notes a{text-transform: uppercase;background-color:#fff}
  303.  
  304. ol.notes {list-style: none; text-transform: uppercase; margin: 0 20px 0 0px; padding: 0px; z-index: 11;background-color:#fff}
  305.  
  306. ol.notes li {letter-spacing: 0px; text-transform: uppercase; margin-bottom: 1px; padding: 0px; background-color:#fff}
  307.  
  308. .notes img{display: none; border:0px;background-color:#fff}
  309.  
  310.  
  311.  
  312. #tumblr_controls{position: fixed!important}
  313. #tumblr_controls{position: fixed!important}
  314. #tumblr_controls{position: fixed!important}
  315. #tumblr_controls{position: fixed!important}
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. #thats2 {width:320; height: 51px; float: left; margin-left:109px; margin-top: 418px; padding: 2px; text-align:  center; position: fixed; z-index:800; }/*theme by umabonecaciumenta*/  
  326. #thats2  a {display: inline-block;float: left; margin-left: 2px; font-family:calibri   ;font-size: 11px;border:1px  double  {color:text side};;letter-spacing:1px; ;text-align:  center; margin-top: 5px; height: 27px; width: 112px; ;color:{color:text side}; line-height: 27px;  text-transform:    uppercase;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#fff;background-image:url('{image:img da sid link}')}
  327.  
  328. #thats2   :hover {-webkit-transition: all 0.9s ease-out; color:#8D6491;   font-family:sacramento   ;font-size: 21px;text-transform:    none;;}
  329.  
  330.  
  331.  #thaidlc:first-letter{font-family: sacramento ;  font-size: 21px;color:#d0a4c5;}
  332.  #thaidlc {text-align: center; overflow: hidden; height:267px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 12px; font-family: muli, cursive;; ; position: fixed; margin-left:109px; width: 235px; background-color:; color: {color:text side}; padding: 5px; margin-top: 333px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 12px; z-index:295;;}
  333.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  334.  
  335.  
  336. #thaiamor2 {width:120%; height: 45px; margin-left:-20px; margin-top:-12px; position:fixed; overflow:hidden; background-color:#fff ; line-height:25px;color: #; font-family:calibri; font-size:15px; text-align: center; padding:3px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;z-index:259; text-transform: uppercase; letter-spacing:1px;background-image:url('{image:img top}') }}
  337.  
  338. #thaiamor2:hover{}
  339.  
  340.  
  341.  
  342.  
  343.  #thai9 {text-align: center; overflow: hidden; height:15px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 20px; font-family:  Rochester ; position: fixed; ;margin-left:7px; width: 62px; background-color:{color:sidebar}; color: #b5b5b5; padding: 5px; margin-top: 38px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 20px; z-index:900;border-bottom:1px dotted {color:bglinkshover};}
  344.  #thai9 a {color:#b5b5b5;text-transform: none;font-size:17px;}
  345.  
  346. /* by umabonecaciumenta* se pegar credite*/  
  347.  
  348. .thaimg3 {left: 115px; top:126px; position:fixed; background-color: #transp;  border-left:0px solid #000; padding:1px; padding-bottom: 0px; opacity: 1; z-index:280;-webkit-border-radius: 20px ;  }
  349. .thaimg3  img {position:fixed;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;  border:3px solid {color:sidebar}; height:183px; ;width: 215px; padding:10px;  -webkit-transition: all 0.4s ease-out;  -moz-transition: all 0.1s ease-out ;  opacity:0.6; opacity:1;
  350. ;background-image: url('{image:img da sid link}');}
  351.  
  352. .thaimg3:hover .textoss{opacity:0.1;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:#fff;opacity:0.5;-o-transition-duration:0.5s;-webkit-transform: rotate(-50deg); text-shadow:0px 0px 7px #000; -webkit-filter: blur(1px);}
  353. .thaimg3:hover img.top, .cf4.hover_effect img.top {opacity:0;-webkit-transform: rotate(-70deg);}
  354.  
  355. .thaimg3:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray};-webkit-transform: rotate(-70deg);} /
  356.  
  357.  
  358. ::-webkit-scrollbar-thumb:vertical {width:10px;background-color:#ffffff;border-bottom:8px double #fff;border-top:8px double #fff;background-image: url('http://static.tumblr.com/fzbupk7/E6Cmjgswy/tumblr_m86vdaduyk1qi10ni.png');}
  359. ::-webkit-scrollbar {height:0px;width:10px;background-color:#fff; border-bottom:6px double #fff;}
  360. ::-webkit-scrollbar-button:vertical {height:10px;background-color:#ffffff;}
  361.  
  362.  
  363.  
  364.  
  365.  #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed;  right:25px;bottom:55px;font-size:50px;}
  366.  
  367. .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px; }
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  #thailinda{margin-top: 12px ; margin-left:97px; position: fixed; background-color:#fff;  font-family: verdana; font-size:9px; width:252px; font-style: none; color: #c9c9c9;  border-radius:0px 0px 16px 16px;height:1457px; line-height:130%;padding: 2px; text-align: center; border-left:5px double #fff; ;border-right:5px double #fff;;border-bottom:2px dashed #fff;;border-top:2px dotted #fff;z-index: 200; background-image:url('{image:fundinho}');  }
  375.  
  376. .caixinha { opacity:0.0;
  377. position: absolute;
  378. z-index: 99;
  379. text-align: center;
  380. height:100%
  381. text-transform:uppercase;
  382. top: 10%;
  383. bottom: 20%;
  384. left:14%;}
  385.  
  386.  
  387. .caixinha{margin-left:-20px;-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;transition: all 0.9s ease; margin-top:3px;}
  388.  
  389.  
  390. .entry:hover .caixinha {opacity: 1.0; ; }
  391.  
  392.  
  393. </style>
  394.  <script>
  395.  
  396.  
  397.  
  398. $(document).ready(function() {
  399.  
  400.     //
  401.  
  402.  
  403.  
  404. //When you click on a link with class of poplight and the href starts with a #
  405.  
  406. $('a.poplight[href^=#]').click(function() {
  407.  
  408.     var popID = $(this).attr('rel'); //Get Popup Name
  409.  
  410.     var popURL = $(this).attr('href'); //Get Popup href to define size
  411.  
  412.  
  413.  
  414.     //Pull Query & Variables from href URL
  415.  
  416.    var query= popURL.split('?');
  417.  
  418.     var dim= query[1].split('&');
  419.  
  420.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  421.  
  422.  
  423.  
  424.     //Fade in the Popup and add close button
  425.  
  426.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lrumtrIPQm1qgnots.png" class="btn_close" title="volte baby" alt="Close" /></a>');
  427.  
  428.  
  429.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  430.  
  431.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  432.  
  433.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  434.  
  435.  
  436.  
  437.     //Apply Margin to Popup
  438.  
  439.     $('#' + popID).css({
  440.  
  441.         'margin-top' : -popMargTop,
  442.  
  443.         'margin-left' : -popMargLeft
  444.  
  445.     });
  446.  
  447.  
  448.  
  449.     //Fade in Background
  450.  
  451.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  452.  
  453.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  454.  
  455.  
  456.  
  457.     return false;
  458.  
  459. });
  460.  
  461.  
  462.  
  463. //Close Popups and Fade Layer
  464.  
  465. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  466.  
  467.     $('#fade , .popup_block').fadeOut(function() {
  468.  
  469.         $('#fade, a.close').remove();  //fade them both out
  470.  
  471.     });
  472.  
  473.     return false;
  474.  
  475. });
  476.  
  477.  
  478.  
  479.  
  480.  
  481. });
  482. </script>
  483.  
  484. <body>
  485. <!-- SCM Music Player http://scmplayer.net -->
  486. <script type="text/javascript" src="http://scmplayer.net/script.js"
  487. data-config="{'skin':'http://static.tumblr.com/eckbpcx/nw6mdjp6i/boneca.css','volume':90,'autoplay':'true','shuffle':'true','repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1 -','url':'http://www.youtube.com/watch?v=1zfzka5VwRc'},{'title':'2 -','url':'http://www.youtube.com/watch?v=VT1-sitWRtY&ob=av2e'},{'title':'3 -','url':'http://www.youtube.com/watch?v=XI6RtE-_9Gc'},{'title':'4 -','url':'http://www.youtube.com/watch?v=nIDstc5GXQw'},{'title':'5 -','url':'http://www.youtube.com/watch?v=vXJ5Di1RX3o&feature=fvst'},{'title':'6 -','url':'http://www.youtube.com/watch?v=QJO3ROT-A4E'},{'title':'7 -','url':'http://www.youtube.com/watch?v=8aRor905cCw&feature=related'},{'title':'8 -','url':'http://www.youtube.com/watch?v=Ahha3Cqe_fk&feature=related'},{'title':'9 -','url':'http://www.youtube.com/watch?v=0G3_kG5FFfQ&feature=relmfu'},{'title':'10 -','url':'http://www.youtube.com/watch?v=hLQl3WQQoQ0&feature=related'},{'title':'11 -','url':'http://www.youtube.com/watch?v=W-w3WfgpcGg&feature=related'},{'title':'12 -','url':'http://www.youtube.com/watch?v=1G4isv_Fylg&feature=related'},{'title':'13 -','url':'http://www.youtube.com/watch?v=qMxX-QOV9tI'},{'title':'14 -','url':'http://www.youtube.com/watch?v=XPBwXKgDTdE&feature=related'},{'title':'15 -','url':'http://www.youtube.com/watch?v=HRzKvDnLcA4&feature=fvst'},{'title':'16 -','url':'http://www.youtube.com/watch?v=mjSyG6qksOo'},{'title':'17 -','url':'http://www.youtube.com/watch?v=xBcMKwbMEcQ'},{'title':'18 -','url':'http://www.youtube.com/watch?v=zQcgY8d8X2A&feature=relmfu'},{'title':'19 -','url':'http://www.youtube.com/watch?v=r_8ydghbGSg&feature=related'},{'title':'20 -','url':'http://www.youtube.com/watch?v=rYEDA3JcQqw&ob=av2e'},{'title':'21 -','url':'http://www.youtube.com/watch?v=BiEEJds8JFE'},{'title':'22 -','url':'http://www.youtube.com/watch?v=BzE1mX4Px0I'},{'title':'23 -','url':'http://www.youtube.com/watch?v=a_YR4dKArgo'},{'title':'24 -','url':'http://www.youtube.com/watch?v=RoFXbt2tfbU'},{'title':'25 -','url':'http://www.youtube.com/watch?v=LXr75U6XXdI'},{'title':'26 -','url':'http://www.youtube.com/watch?v=9N5ypFoHguY'},{'title':'27 -','url':'http://www.youtube.com/watch?v=3OnnDqH6Wj8&feature=related'},{'title':'28 -','url':'http://www.youtube.com/watch?v=adGVpCsf9N4&context=C4151e06ADvjVQa1PpcFO-LG_EUB4Qsjutn7P9wofsNJa5mLDUdT4='},{'title':'29 -','url':'http://www.youtube.com/watch?v=btypPwyjFIU&context=C440fee6ADvjVQa1PpcFO-LG_EUB4Qsh0V9uWJiK3S9MFy-XORZgo='},{'title':'30 -','url':'http://www.youtube.com/watch?v=hdBId3hrTek&context=C4128085ADvjVQa1PpcFO-LG_EUB4QssKdvhAQm0D4_g_fcTpSkwM='},{'title':'31 -','url':'http://www.youtube.com/watch?v=FuA-GKdUN5c&context=C474b02eADvjVQa1PpcFO-LG_EUB4Qsi0mUZMeO24SXz-h_isoQaU='},{'title':'32 -','url':'http://www.youtube.com/watch?v=IFncottUEPw&context=C4cd4863ADvjVQa1PpcFO-LG_EUB4Qsk1oAb_l__TNzJwnsXIh59s='},{'title':'33 -','url':'http://www.youtube.com/watch?v=k5pbWv5m__4&context=C47a1db8ADvjVQa1PpcFO-LG_EUB4QsmmSIwuRzoFmcLAmHRjvbKI='},{'title':'34 -','url':'http://www.youtube.com/watch?v=TQ_DPm8dmlo'},{'title':'35 -','url':'http://www.youtube.com/watch?v=zBEzaH9h148'},{'title':'36 -','url':'http://www.youtube.com/watch?v=bjgFH01k0gU&feature=related'},{'title':'37 -','url':'http://www.youtube.com/watch?v=EmZvOhHF85I&feature=related'},{'title':'38 -','url':'http://www.youtube.com/watch?v=fWNaR-rxAic&feature=related'},{'title':'39 -','url':'http://www.youtube.com/watch?v=luvg7KS6RPg'},{'title':'40 -','url':'http://www.youtube.com/watch?v=_bTdLi0YUVM&#39'},{'title':'41 -','url':'http://www.youtube.com/watch?v=8sUr5uBFInQ&feature=related'},{'title':'42 -','url':'http://www.youtube.com/watch?v=u2C9UKkAAPw&feature=fvst'},{'title':'43 -','url':'http://www.youtube.com/watch?v=4wxA7nurXi4&feature=related'},{'title':'44 -','url':'http://www.youtube.com/watch?v=5qzpPmLCiFs&feature=related'},{'title':'45 -','url':'http://www.youtube.com/watch?v=ioW8N9G3JEU&feature=related'},{'title':'46 -','url':'http://www.youtube.com/watch?v=EKqxRPQpfxA&feature=related'},{'title':'47 -','url':'http://www.youtube.com/watch?v=eUMwFaXTM3s&ob=av2e'},{'title':'48 -','url':'http://www.youtube.com/watch?v=_RRyniZG0Jo&feature=related'},{'title':'49 -','url':'http://www.youtube.com/watch?v=0QB0odACr_M&feature=related'},{'title':'50 -','url':'http://www.youtube.com/watch?v=wrYT_EIxT-k&feature=related'},{'title':'51 -','url':'http://www.youtube.com/watch?v=Xh2NndvJPZI&feature=related'},{'title':'52 -','url':'http://www.youtube.com/watch?v=oIofXdI1w5U&feature=player_embedded'},{'title':'53 -','url':'http://www.youtube.com/watch?v=lY_NMSAZZxU&feature=fvst'},{'title':'54 -','url':'http://www.youtube.com/watch?v=kLhvnlfaqPw&feature=related'},{'title':'55 -','url':'http://www.youtube.com/watch?v=_6DxZfV9ZBc&feature=related%27'},{'title':'56 -','url':'http://www.youtube.com/watch?v=va97SZUc86c&feature=fvwrel'},{'title':'57 -','url':'http://www.youtube.com/watch?v=jYv-Supd-j8&feature=related'},{'title':'58 -','url':'http://www.youtube.com/watch?v=s-NJR0ixc5c&feature=related'},{'title':'59 -','url':'http://www.youtube.com/watch?v=73GZ3Drfc3o&feature=related'},{'title':'60 -','url':'http://www.youtube.com/watch?v=0QB0odACr_M&feature=related'},{'title':'61 -','url':'http://www.youtube.com/watch?v=USw3LRhhmL4&feature=related'},{'title':'62 -','url':'http://www.youtube.com/watch?v=i4Y6068lcl4&feature=related'},{'title':'63 -','url':'http://www.youtube.com/watch?v=JkGYAUAsdR4&feature=related'},{'title':'64 -','url':'http://www.youtube.com/watch?v=KZETS1bsMUw&feature=related'},{'title':'65 -','url':'http://www.youtube.com/watch?v=ymMqA_iC9A8&feature=related'},{'title':'66 -','url':'http://www.youtube.com/watch?v=2ohJfudnxR4&feature=related'},{'title':'67 -','url':'http://www.youtube.com/watch?v=_ZpxGLVxCpw&feature=related&#39'},{'title':'68 -','url':'http://www.youtube.com/watch?v=pX_gvhDdkCs&feature=related'},{'title':'69 -','url':'http://www.youtube.com/watch?v=LJyxQvhV7cE&feature=related'},{'title':'70 -','url':'http://www.youtube.com/watch?v=_mvGgliwuWY&feature=related'},{'title':'71 -','url':'http://www.youtube.com/watch?v=-mgnPMIhpow&feature=related'},{'title':'72 -','url':'http://www.youtube.com/watch?v=hj6tUPV35AI&feature=related'},{'title':'73 -','url':'http://www.youtube.com/watch?v=ZBOZzZa6Tis'},{'title':'74 -','url':'http://www.youtube.com/watch?v=8fAzcNIsT5I&feature=related'},{'title':'75 -','url':'http://www.youtube.com/watch?v=_XC_sbg13XA'},{'title':'76 -','url':'http://www.youtube.com/watch?v=4vZ6VWAZmx0'},{'title':'77 -','url':'http://www.youtube.com/watch?v=U-xI2Gck8kM'},{'title':'78 -','url':'http://www.youtube.com/watch?v=8sUr5uBFInQ&feature=related'},{'title':'79 -','url':'http://www.youtube.com/watch?v=V3sQF8DUxac'},{'title':'80 -','url':'http://www.youtube.com/watch?v=C0WNR33cLnY&feature=related&#39'},{'title':'81 -','url':'http://www.youtube.com/watch?v=OeczcR5zKfo&feature=related&#39'},{'title':'82 -','url':'http://www.youtube.com/watch?v=FlsBObg-1BQ'},{'title':'83 -','url':'http://www.youtube.com/watch?v=rp4UwPZfRis&feature=related'},{'title':'84 -','url':'http://www.youtube.com/watch?v=WM2UYjvaoKw'},{'title':'85 -','url':'http://www.youtube.com/watch?v=ZHIeXqkNJ7Q'},{'title':'86 -','url':'http://www.youtube.com/watch?v=awsftSftago&feature=related'},{'title':'87 -','url':'http://www.youtube.com/watch?v=HL9CzXTSXq0&feature=related'},{'title':'88 -','url':'http://www.youtube.com/watch?v=6PRCyN4tMDA&feature=related'},{'title':'89 -','url':'http://www.youtube.com/watch?v=fAXgGWY6X5E'},{'title':'90 -','url':'http://www.youtube.com/watch?v=h5Ci3VOCgF8'},{'title':'91 -','url':'http://www.youtube.com/watch?v=3Jp9MNZ0msc&feature=related'},{'title':'92 -','url':'http://www.youtube.com/watch?v=VuNIsY6JdUw'},{'title':'93 -','url':'http://www.youtube.com/watch?v=3abtt_zn6i4'},{'title':'94 -','url':'http://www.youtube.com/watch?v=FJREweepqPM'},{'title':'95 -','url':'http://www.youtube.com/watch?v=2qea3lLr5qQ'},{'title':'96 -','url':'http://www.youtube.com/watch?v=VvGYYg40Ijw'},{'title':'97 -','url':'http://www.youtube.com/watch?v=s6IfmmuHnbU&feature=related'},{'title':'98 -','url':'http://www.youtube.com/watch?v=RvnkAtWcKYg&ob=av2e'},{'title':'99 -','url':'http://www.youtube.com/watch?v=gFM1aHHUXJo'},{'title':'100 -','url':'http://www.youtube.com/watch?v=1OfsZyYPLoI&ob=av2e'},{'title':'101 -','url':'http://www.youtube.com/watch?v=EqWLpTKBFcU&ob=av2e'},{'title':'102 -','url':'http://www.youtube.com/watch?v=XPBwXKgDTdE&ob=av2e'},{'title':'103 -','url':'http://www.youtube.com/watch?v=O8cm8bb5YmA'},{'title':'104 -','url':'http://www.youtube.com/watch?v=F00ZHHnTggM'},{'title':'105 -','url':'http://www.youtube.com/watch?v=dyWMJsNQfIU'},{'title':'106 -','url':'http://www.youtube.com/watch?v=b91UmFfcw2o'},{'title':'107 -','url':'http://www.youtube.com/watch?v=nTGHf0KRzSY'},{'title':'108 -','url':'http://www.youtube.com/watch?v=sZ0AhJgSKoU'},{'title':'109 -','url':'http://www.youtube.com/watch?v=Uld5ONLBqOw&feature=related'},{'title':'110 -','url':'http://www.youtube.com/watch?v=O6Sf-EmIDIs&feature=related'},{'title':'111 -','url':'http://www.youtube.com/watch?v=voGg9HKNfUA'},{'title':'112 -','url':'http://www.youtube.com/watch?v=M79e5ji-53w'},{'title':'113 -','url':'http://www.youtube.com/watch?v=PkqUZWFVGcc'},{'title':'114 -','url':'http://www.youtube.com/watch?v=SwU20LHycd4'},{'title':'115 -','url':'http://www.youtube.com/watch?v=h4L_dOU_QNE'},{'title':'116 -','url':'http://www.youtube.com/watch?v=H-bkyxDuSJA'},{'title':'117 -','url':'http://www.youtube.com/watch?v=0H5y-GDTrHc&feature=related'},{'title':'118 -','url':'http://www.youtube.com/watch?v=SwU20LHycd4'},{'title':'119 -','url':'http://www.youtube.com/watch?v=f9MijCIVgn0&feature=related'},{'title':'120 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=4TElYp60ORc#!'},{'title':'121 -','url':'http://www.youtube.com/watch?v=0H5y-GDTrHc&feature=related'},{'title':'122 -','url':'http://www.youtube.com/watch?v=l50yFF-faV8&feature=related'},{'title':'123 -','url':'http://www.youtube.com/watch?v=MntbN1DdEP0&ob=av3e'},{'title':'124 -','url':'http://www.youtube.com/watch?v=qzkSj_UVN3w&feature=related'},{'title':'125 -','url':'http://www.youtube.com/watch?v=BtnWQLn97T4'},{'title':'126 -','url':'http://www.youtube.com/watch?v=SYh_DveK_YI&feature=related'},{'title':'127 -','url':'http://www.youtube.com/watch?v=YwtYMUtYRYw'},{'title':'128 -','url':'http://www.youtube.com/watch?v=EoltjgkEnTQ&feature=related'},{'title':'129 -','url':'http://www.youtube.com/watch?v=InY1IS-TFd4&feature=relmfu'},{'title':'130 -','url':'http://www.youtube.com/watch?v=e950UMHEf3A&feature=relmfu'},{'title':'131 -','url':'http://www.youtube.com/watch?v=IvorpnVnMQY&feature=relmfu'},{'title':'132 -','url':'http://www.youtube.com/watch?v=siu1h03wykQ'},{'title':'133 -','url':'http://www.youtube.com/watch?v=b3HeLs8Yosw&ob=av3e'},{'title':'134 -','url':'http://www.youtube.com/watch?v=M095niM05iw'},{'title':'135 -','url':'http://www.youtube.com/watch?v=1ipGVToPIfM&feature=related'},{'title':'136 -','url':'http://www.youtube.com/watch?v=QN92lRPK2tM'},{'title':'137 -','url':'http://www.youtube.com/watch?v=5cn_fdCkZlc'},{'title':'138 -','url':'http://www.youtube.com/watch?v=wDnhhLw7uhQ'},{'title':'139 -','url':'http://www.youtube.com/watch?v=q0IwdQ1MMwM&feature=related'},{'title':'140 -','url':'http://www.youtube.com/watch?v=zR5Uw7aR0RI&feature=related'},{'title':'141 -','url':'http://www.youtube.com/watch?v=pXxwxEb3akc&feature=related'},{'title':'142 -','url':'http://www.youtube.com/watch?v=1trnO9a3T2c&feature=related'},{'title':'143 -','url':'http://www.youtube.com/watch?v=qzFXTyd-73E'},{'title':'144 -','url':'http://www.youtube.com/watch?v=CHJGVKGlVus&feature=related'},{'title':'145 -','url':'http://www.youtube.com/watch?v=IgUt2A6cnRo'},{'title':'146 -','url':'http://www.youtube.com/watch?v=BtnWQLn97T4%u2019'},{'title':'147 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=dBKED9ZHGoA#!'},{'title':'148 -','url':'http://www.youtube.com/watch?v=GWX9ixGobYw&feature=related'},{'title':'149 -','url':'http://www.youtube.com/watch?v=_fJpWw0BBNo&feature=related'},{'title':'150 -','url':'http://www.youtube.com/watch?v=qzFXTyd-73E'},{'title':'151 -','url':'http://www.youtube.com/watch?feature=endscreen&v=cZ9xkT8syW4&NR=1'},{'title':'152 -','url':'http://www.youtube.com/watch?v=rwK73QbNPKo'},{'title':'153 -','url':'http://www.youtube.com/watch?v=eUMwFaXTM3s'},{'title':'154 -','url':'http://www.youtube.com/watch?v=Q7VWuJvyzLg'},{'title':'155 -','url':'http://www.youtube.com/watch?v=zxiMEgaV48E'},{'title':'156 -','url':'http://www.youtube.com/watch?v=TJAeYWIBORk'},{'title':'157 -','url':'http://www.youtube.com/watch?v=8ERzw2COPLQ&feature=related'},{'title':'158 -','url':'http://www.youtube.com/watch?v=wwq0r5XZt3w&feature=related'},{'title':'159 -','url':'http://www.youtube.com/watch?v=b-RQIN3wo5U&ob=av3n'},{'title':'160 -','url':'http://www.youtube.com/watch?v=Sv6dMFF_yts&ob=av2e'},{'title':'161 -','url':'http://www.youtube.com/watch?v=8NxKoqnxCvs'},{'title':'162 -','url':'http://www.youtube.com/watch?v=3wzq6xzITnI'},{'title':'163 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=3YaStzbltk4'},{'title':'164 -','url':'http://www.youtube.com/watch?v=IWYEQHQzNVQ'},{'title':'165 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=j19_bA515Ws'},{'title':'166 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=9G1I16gJBvU'},{'title':'167 -','url':'http://www.youtube.com/watch?v=kdih7kjmQJw'},{'title':'168 -','url':'http://www.youtube.com/watch?v=P2MaemE-oks'},{'title':'169 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=_QO5idbqSuw'},{'title':'170 -','url':'http://www.youtube.com/watch?v=YSbSDYzGWig'},{'title':'171 -','url':'http://www.youtube.com/watch?v=YSbSDYzGWig'},{'title':'172 -','url':'http://www.youtube.com/watch?v=YLMuBwUwVB4'},{'title':'173 -','url':'http://www.youtube.com/watch?v=prR7_-w-2gU&feature=relmfu'},{'title':'174 -','url':'http://www.youtube.com/watch?v=GP7zpdwo3Xo&feature=relmfu'},{'title':'175 -','url':'http://www.youtube.com/watch?v=FWRhuZihrKA&feature=related'},{'title':'176 -','url':'http://www.youtube.com/watch?v=P1QBsfgdZsY&feature=related'},{'title':'177 -','url':'http://www.youtube.com/watch?v=VQhfjZlyGUI'},{'title':'178 -','url':'http://www.youtube.com/watch?v=SRcnnId15BA&feature=related'},{'title':'179 -','url':'http://www.youtube.com/watch?v=RgEo_sxwZ8g'},{'title':'180 -','url':'http://www.youtube.com/watch?v=RFS5N_yAGTo'},{'title':'181 -','url':'http://www.youtube.com/watch?v=0yuc34PkbfU'},{'title':'182 -','url':'https://www.youtube.com/watch?feature=player_embedded&v=33godbdFB2w#!'},{'title':'183 -','url':'https://www.youtube.com/watch?v=sXmWAOIWg3w&feature=related'},{'title':'184 -','url':'http://www.youtube.com/watch?v=my4Bl6KniVY'},{'title':'185 -','url':'http://www.youtube.com/watch?v=TZTb61h_mfE&feature=related'},{'title':'186 -','url':'http://www.youtube.com/watch?v=MB_OJCi8lt0&feature=related'},{'title':'187 -','url':'http://www.youtube.com/watch?v=Zl39Pb_8OmM&feature=related'},{'title':'188 -','url':'http://www.youtube.com/watch?v=Bv53zhe0uLI'},{'title':'189 -','url':'http://www.youtube.com/watch?v=5Tj8LSil3BY'},{'title':'190 -','url':'http://www.youtube.com/watch?v=boPw4_DguGI&feature=related'},{'title':'191 -','url':'http://www.youtube.com/watch?v=ID_fxG_6hCc&feature=related'},{'title':'192 -','url':'http://www.youtube.com/watch?v=FUBaLT9sa_4&feature=related'},{'title':'193 -','url':'http://www.youtube.com/watch?v=bnczpusiKRA'},{'title':'194 -','url':'http://www.youtube.com/watch?v=bjgFH01k0gU'},{'title':'195 -','url':'http://www.youtube.com/watch?v=bpOR_HuHRNs&feature=related'},{'title':'196 -','url':'http://www.youtube.com/watch?v=y_SI2EDM6Lo&feature=related'},{'title':'197 -','url':'http://www.youtube.com/watch?v=XMiGengJqIw'},{'title':'198 -','url':'http://www.youtube.com/watch?v=ZsCoe9lglBM&feature=related'},{'title':'199 -','url':'http://www.youtube.com/watch?v=esx0-7694aI'},{'title':'200 -','url':'http://www.youtube.com/watch?v=7CPYoGtI75Q'},{'title':'201 -','url':'http://www.youtube.com/watch?v=5FlQSQuv_mg'},{'title':'202 -','url':'http://www.youtube.com/watch?v=oxqnFJ3lp5k&feature=related'},{'title':'203 -','url':'http://www.youtube.com/watch?v=-AWoZmAxKxg&feature=related%u2019'},{'title':'204 -','url':'http://www.youtube.com/watch?v=HpyZEzrDf4c'},{'title':'205 -','url':'http://www.youtube.com/watch?v=3OnnDqH6Wj8&feature=related'},{'title':'206 -','url':'http://www.youtube.com/watch?v=vHJAUuicC0Q'},{'title':'207 -','url':'http://www.youtube.com/watch?v=WLqRIowfmEY&feature=related'},{'title':'208 -','url':'http://www.youtube.com/watch?v=uDTlvp2jCio'},{'title':'209 -','url':'http://www.youtube.com/watch?v=VCxe9FjKRxc'},{'title':'210 -','url':'http://www.youtube.com/watch?v=U_f0u0swGic'},{'title':'211 -','url':'http://www.youtube.com/watch?v=fJXEerT4TCk'},{'title':'212 -','url':'http://www.youtube.com/watch?v=OjpCfW-VpRo'},{'title':'213 -','url':'http://www.youtube.com/watch?v=yJ-Ndg5DRUM'},{'title':'214 -','url':'http://www.youtube.com/watch?v=k1BFHYtZlAU&ob=av2e'},{'title':'215 -','url':'http://www.youtube.com/watch?v=r00ikilDxW4&feature=related'},{'title':'216 -','url':'http://www.youtube.com/watch?v=-a3VyjREDNQ&ob=av3e'},{'title':'217 -','url':'http://www.youtube.com/watch?v=7SK7skeC-AY&feature=relmfu'},{'title':'228 -','url':'http://www.youtube.com/watch?v=WFQPL1L7AUw&feature=related'},{'title':'219 -','url':'http://www.youtube.com/watch?v=KmAnXxrVC94&feature=related'},{'title':'220 -','url':'http://www.youtube.com/watch?v=CxRMFwPpkBE&feature=related'},{'title':'221 -','url':'http://www.youtube.com/watch?v=CdXesX6mYUE&feature=related'},{'title':'222 -','url':'http://www.youtube.com/watch?v=bqg424-2K9A&feature=related'},{'title':'223 -','url':'http://www.youtube.com/watch?v=6x2_Z1ettu8'},{'title':'224 -','url':'http://www.youtube.com/watch?v=hdt6bkO57RU'},{'title':'225 -','url':'http://www.youtube.com/watch?feature=player_embedded&v=5jjs2oaX8-Y'},{'title':'226 -','url':'http://www.youtube.com/watch?v=fguTe2Ljm1s'},{'title':'227 -','url':'http://www.youtube.com/watch?v=GBZqhATijuM'},{'title':'228 -','url':'http://www.youtube.com/watch?v=1DXqcF08w6g'},{'title':'229 -','url':'https://www.youtube.com/watch?feature=player_embedded&v=kszkoFI84JU#!'},{'title':'230 -','url':'http://www.youtube.com/watch?v=e950UMHEf3A&feature=relmfu'},{'title':'231 -','url':'http://www.youtube.com/watch?v=my4Bl6KniVY'},{'title':'232 -','url':'http://www.youtube.com/watch?v=TZTb61h_mfE&feature=related'},{'title':'233 -','url':'http://www.youtube.com/watch?v=OYR-NcQd2cA&feature=related'},{'title':'234 -','url':'http://www.youtube.com/watch?v=Zl39Pb_8OmM&feature=related'},{'title':'235 -','url':'http://www.youtube.com/watch?v=Bv53zhe0uLI'},{'title':'236 -','url':'http://www.youtube.com/watch?v=5Tj8LSil3BY'},{'title':'237 -','url':'http://www.youtube.com/watch?v=boPw4_DguGI&feature=related'},{'title':'238 -','url':'http://www.youtube.com/watch?v=qsVPZ5kH5Gc'},{'title':'239 -','url':'http://www.youtube.com/watch?v=wTVSz6FnGtY'},{'title':'240 -','url':'http://www.youtube.com/watch?v=T4QblqUcRec'},{'title':'241 -','url':'http://www.youtube.com/watch?v=J9y3xb1kiiM&feature=related'},{'title':'242 -','url':'http://www.youtube.com/watch?v=maAyKVy-w_o&feature=related'},{'title':'243 -','url':'http://www.youtube.com/watch?v=g6xV-SHZLxE&feature=related'},{'title':'244 -','url':'http://www.youtube.com/watch?v=sAOfwJJ6FqY&feature=related'},{'title':'245 -','url':'http://www.youtube.com/watch?v=7H7fJ615nyE&feature=related'},{'title':'246 -','url':'http://www.youtube.com/watch?v=N51zUmHWBzQ&feature=related'},{'title':'247 -','url':'http://www.youtube.com/watch?v=25oGXg7c_HA'},{'title':'248 -','url':'http://www.youtube.com/watch?v=U-s7ogblQNA'},{'title':'249 -','url':'http://www.youtube.com/watch?v=yTzyv41V-S0&feature=related'},{'title':'250 -','url':'http://www.youtube.com/watch?v=7yccUB57eqc&feature=related'},{'title':'251 -','url':'http://www.youtube.com/watch?v=qIi5bRezfZw'},{'title':'252 -','url':'ttp://www.youtube.com/watch?v=P3sHI3onI4A'},{'title':'253 -','url':'http://www.youtube.com/watch?v=tvc7MebW4TM'},{'title':'254 -','url':'http://www.youtube.com/watch?v=6aLXjMFmotk'},{'title':'255 -','url':'http://www.youtube.com/watch?v=mx5eGaYExiA&feature=related'},{'title':'256 -','url':'http://www.youtube.com/watch?v=Twd_7QEYhdg'},{'title':'257 -','url':'http://www.youtube.com/watch?v=dSbl30ozJ-0'},{'title':'258 -','url':'http://www.youtube.com/watch?v=7W4HJovc8uk'},{'title':'259 -','url':'http://www.youtube.com/watch?v=_ZnelNSofsk'},{'title':'260 -','url':'http://www.youtube.com/watch?v=lyxKaR5q6dA'},{'title':'261 -','url':'http://www.youtube.com/watch?v=ZwuyTn-apOg'},{'title':'262 -','url':'http://www.youtube.com/watch?v=YzZ0LCLilW8'},{'title':'263 -','url':'http://www.youtube.com/watch?v=qUNt58lo5oU'},{'title':'264 -','url':'http://www.youtube.com/watch?v=M1i-iGxUz9M'},{'title':'265 -','url':'http://www.youtube.com/watch?v=7Kni_KvBhMI'},{'title':'266 -','url':'http://www.youtube.com/watch?v=bFqektCRonk'},{'title':'267 -','url':'http://www.youtube.com/watch?v=Ed1AFxcQBTk'},{'title':'268 -','url':'http://www.youtube.com/watch?v=2kfptvYODsE'}]}" ></script>
  488. <!-- SCM Music Player script end -->
  489.  
  490.  
  491. <div id="puqueceehlindathai1"></div>
  492. </div>  
  493. <div id="puqueceehlindathai2"></div>
  494. </div>  
  495.  
  496. <div id="thaidlc">{description}</div>
  497.  
  498.  
  499.  <div id="thai9" title="Créditos: Umabonecaciumenta (c) | Detalhes things-to-help-you |  NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/"> Boneca <font color="{color:bglinkshover}">©</font></a> </div>
  500.      
  501.  
  502.  
  503. <div id="thaiti1"> I'll always be with you.. </div>
  504.  
  505.  
  506.  
  507.  
  508. <div id="thats2">
  509.  
  510.  
  511. <a href="{text:link1}">{text:link1 title}</a>
  512. <a href="{text:link2}">{text:link2 title}</a>
  513. <a href="{text:link3}">{text:link3 title}</a>
  514. <a href="{text:link4}">{text:link4 title}</a>
  515. <a href="{text:link5}">{text:link5 title}</a>
  516. <a href="{text:link6}">{text:link6 title}</a>
  517.  
  518.  
  519. </div></div>
  520.  
  521. <div id="top">  
  522. </div></div></div></div>
  523.  
  524.  
  525.  
  526.  
  527. </div></div></div>
  528.  
  529.  
  530.  
  531. <div id="thaiamor1">
  532. </div></div></div>
  533. </div>
  534.  
  535.  <div id="thaiamor2"></div>
  536.  
  537.  <div id="thailinda"></div>
  538. <div class="thaimg3" class="hover">
  539.  
  540. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);"title=" I just wanted to hold you">
  541. <img class="top shadow" src="{image:sidebar}" title=" I just wanted to hold you"></div>
  542. </div>
  543.  
  544.  
  545. </div></div></div></div></div></div></div></div></div></div>
  546.  
  547.  
  548.  
  549.  
  550.  
  551. <div id="allboxes">
  552.  
  553. {block:Posts}
  554.  
  555.  
  556.  
  557. <div class="entry">
  558.  
  559. <div class="caixinha">
  560. <a href="{ReblogURL}" target="_blank" title="reblog my love"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"></a>
  561. <a href="{permalink}" title="sweet like this" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png" target="_blank"></a>
  562. </div>
  563.  
  564.  
  565. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  566.  
  567.  
  568. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  569.  
  570.  
  571. {block:Photoset}{Photoset-250}{/block:Photoset}
  572.  
  573.  
  574. {block:Quote}
  575. <div class="xquote">“{Quote}”</div>
  576. {block:Source}<div class="xquotesource">  {Source}</div>
  577. {/block:Source}
  578. {/block:Quote}
  579.  
  580.  
  581. {block:Link}
  582. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  583. {block:Description}{Description}{/block:Description}
  584. {/block:Link}
  585.  
  586. {block:Chat}
  587. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  588. <div class="chat"><ul>{block:Lines}
  589. <li class="person{UserNumber}">{block:Label}
  590. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  591. {/block:Chat}
  592.  
  593.  
  594. {block:Audio}
  595. <div class="player">{AudioPlayerBlack}</div>
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:Audio}
  598.  
  599.  
  600. {block:Video}{Video-500}{/block:Video}
  601.  
  602.  
  603.  
  604. {block:Answer}
  605. <div id="questionpam">{Question}</div>
  606. <div id="setapam"></div>
  607. <br>
  608. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  609. {Answer}{/block:Answer}
  610.  
  611. <div id="cap">
  612. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  613. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  614. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  615.  
  616.  
  617.  
  618. <div id="ssource">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  619. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  620. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  621. </div></div>
  622. <br>
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630. <div id="info">
  631.  
  632. </div>
  633. </div>{/block:Date}
  634.  
  635.  
  636.  
  637. {/block:Posts}
  638. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  639.  
  640.  
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650. </div>
  651. </div>
  652. </div>
  653. </div>
  654. </div>
  655. </div>
  656. </div>
  657. </body>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment