<head><br /><!---------------- cursor-------------------><br /><script type='text/javascript'><br />// <![CDATA[<br />var colour=\"
#181F2B\"
;<br />var sparkles=50;<br />var x=ox=400;<br />var y=oy=300;<br />var swide=800;<br />var shigh=600;<br />var sleft=sdown=0;<br />var tiny=new Array();<br />var star=new Array();<br />var starv=new Array();<br />var starx=new Array();<br />var stary=new Array();<br />var tinyx=new Array();<br />var tinyy=new Array();<br />var tinyv=new Array();<br />window.onload=function() { if (document.getElementById) {<br />  var i, rats, rlef, rdow;<br />  for (var i=0; i<sparkles; i++) {<br />    var rats=createDiv(3, 3);<br />    rats.style.visibility=\"
hidden\"
;<br />    document.body.appendChild(tiny[i]=rats);<br />    starv[i]=0;<br />    tinyv[i]=0;<br />    var rats=createDiv(5, 5);<br />    rats.style.backgroundColor=\"
transparent\"
;<br />    rats.style.visibility=\"
hidden\"
;<br />    var rlef=createDiv(1, 5);<br />    var rdow=createDiv(5, 1);<br />    rats.appendChild(rlef);<br />    rats.appendChild(rdow);<br />    rlef.style.top=\"
2px\"
;<br />    rlef.style.left=\"
0px\"
;<br />    rdow.style.top=\"
0px\"
;<br />    rdow.style.left=\"
2px\"
;<br />    document.body.appendChild(star[i]=rats);<br />  }<br />  set_width();<br />  sparkle();<br />}}<br />function sparkle() {<br />  var c;<br />  if (x!=ox || y!=oy) {<br />    ox=x;<br />    oy=y;<br />    for (c=0; c<sparkles; c++) if (!starv[c]) {<br />      star[c].style.left=(starx[c]=x)+\"
px\"
;<br />      star[c].style.top=(stary[c]=y)+\"
px\"
;<br />      star[c].style.clip=\"
rect(0px, 5px, 5px, 0px)\"
;<br />      star[c].style.visibility=\"
visible\"
;<br />      starv[c]=50;<br />      break;<br />    }<br />  }<br />  for (c=0; c<sparkles; c++) {<br />    if (starv[c]) update_star(c);<br />    if (tinyv[c]) update_tiny(c);<br />  }<br />  setTimeout(\"
sparkle()\"
, 40);<br />}<br />function update_star(i) {<br />  if (--starv[i]==25) star[i].style.clip=\"
rect(1px, 4px, 4px, 1px)\"
;<br />  if (starv[i]) {<br />    stary[i]+=1+Math.random()*3;<br />    if (stary[i]<shigh+sdown) {<br />      star[i].style.top=stary[i]+\"
px\"
;<br />      starx[i]+=(i%5-2)/5;<br />      star[i].style.left=starx[i]+\"
px\"
;<br />    }<br />    else {<br />      star[i].style.visibility=\"
hidden\"
;<br />      starv[i]=0;<br />      return;<br />    }<br />  }<br />  else {<br />    tinyv[i]=50;<br />    tiny[i].style.top=(tinyy[i]=stary[i])+\"
px\"
;<br />    tiny[i].style.left=(tinyx[i]=starx[i])+\"
px\"
;<br />    tiny[i].style.width=\"
2px\"
;<br />    tiny[i].style.height=\"
2px\"
;<br />    star[i].style.visibility=\"
hidden\"
;<br />    tiny[i].style.visibility=\"
visible\"
<br />  }<br />}<br />function update_tiny(i) {<br />  if (--tinyv[i]==25) {<br />    tiny[i].style.width=\"
1px\"
;<br />    tiny[i].style.height=\"
1px\"
;<br />  }<br />  if (tinyv[i]) {<br />    tinyy[i]+=1+Math.random()*3;<br />    if (tinyy[i]<shigh+sdown) {<br />      tiny[i].style.top=tinyy[i]+\"
px\"
;<br />      tinyx[i]+=(i%5-2)/5;<br />      tiny[i].style.left=tinyx[i]+\"
px\"
;<br />    }<br />    else {<br />      tiny[i].style.visibility=\"
hidden\"
;<br />      tinyv[i]=0;<br />      return;<br />    }<br />  }<br />  else tiny[i].style.visibility=\"
hidden\"
;<br />}<br />document.onmousemove=mouse;<br />function mouse(e) {<br />  set_scroll();<br />  y=(e)?e.pageY:event.y+sdown;<br />  x=(e)?e.pageX:event.x+sleft;<br />}<br />function set_scroll() {<br />  if (typeof(self.pageYOffset)==\"
number\"
) {<br />    sdown=self.pageYOffset;<br />    sleft=self.pageXOffset;<br />  }<br />  else if (document.body.scrollTop || document.body.scrollLeft) {<br />    sdown=document.body.scrollTop;<br />    sleft=document.body.scrollLeft;<br />  }<br />  else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {<br />    sleft=document.documentElement.scrollLeft;<br />sdown=document.documentElement.scrollTop;<br />  }<br />  else {<br />    sdown=0;<br />    sleft=0;<br />  }<br />}<br />window.onresize=set_width;<br />function set_width() {<br />  if (typeof(self.innerWidth)==\"
number\"
) {<br />    swide=self.innerWidth;<br />    shigh=self.innerHeight;<br />  }<br />  else if (document.documentElement && document.documentElement.clientWidth) {<br />    swide=document.documentElement.clientWidth;<br />    shigh=document.documentElement.clientHeight;<br />  }<br />  else if (document.body.clientWidth) {<br />    swide=document.body.clientWidth;<br />    shigh=document.body.clientHeight;<br />  }<br />}<br />function createDiv(height, width) {<br />  var div=document.createElement(\"
div\"
);<br />  div.style.position=\"
absolute\"
;<br />  div.style.height=height+\"
px\"
;<br />  div.style.width=width+\"
px\"
;<br />  div.style.overflow=\"
hidden\"
;<br />  div.style.backgroundColor=colour;<br />  return (div);<br />}<br />// ]]><br /></script><br /><!-----------------fim do cursor-------------><br /><!------INICIO------><br /><script>/*JavaScript error stopper-for javascript capable browsers compliments of ghost, ©ghostc@mediaone.net*/function stoperror(){return true}window.onerror=stoperror</script><br /><!------FIM------><br /><title>My meow</title><br /><!------------------ INICIO DO CSS-----------------------><br /><style type=\"
text/css\"
><br />/****************** MENU NAVEGACAO *******************/<br />#nav {<br />background: #FFF0F5;<br />border: 1px solid #ff99cc;<br />color: #666666;<br />font-family: tahoma;<br />font-size: 10px;<br />text-align : left;<br />padding-bottom : 2px;<br />padding-left : 3px;<br />margin-bottom: 3px;<br />}<br />#nav:hover {<br />background: #ff99cc;<br />border: 1px solid #FFF0F5;<br />color: #B5B5B5;<br />font-family: tahoma;<br />font-size: 10px;<br />text-align : left;<br />padding-bottom : 2px;<br />padding-left : 3px;<br />margin-bottom: 3px;<br />}<br />#nav a {<br />font-size : 11px;<br />line-height: 15px;<br />font-family: tahoma;<br />text-align : left;<br />font-weight: normal;<br />color: FEC2E1;<br />padding: 2px;<br />}<br />#nav a:hover {<br />font-size : 11px;<br />line-height: 15px;<br />font-family: tahoma;<br />text-align : left;<br />font-weight: normal;<br />color: #E6E6FA;<br />padding: 2px;<br />}<br /><!------------ FIM DO MENU---------><br />#navbar-iframe{ display: none;}<br />body{ background-image: url(http://i51.tinypic.com/sxf4es.png);  } <br />a:link,a:visited,a:active{ border-bottom: 1px #eeeeee solid; color: #555555; text-decoration: none; }<br />a:hover{ border-bottom: 1px #888888 solid; }<br />.text { font-family: arial; font-size: 8pt; color: #444444; }<br />.header { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 19pt; }<br />.title1 { font-family: georgia; font-size: 7pt; color: #777777; }<br />.title2 { font-family: arial; font-size: 20pt; color: #A0C4E8; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />.title3 { font-family: arial; font-size: 20pt; color: #FC935F; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />.title4 { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />blockquote { border-left: 15px #f5f5f5 solid; padding: 10px; color: #999999; }<br />blockquote:hover { border-left: 15px #e5e5e5 solid; color: #444444;  }<br />b, strong { color: #FC5F8E; }<br />i { color: #FC935F; }<br />u { text-decoration: none; color: #A0C4E8; border-bottom: 1px #A0C4E8 dotted; }<br />s { color: #bbbbbb; }<br />::-moz-selection { background-color: #ddd; color: #000000; }<br />::selection { background-color: #ddd; color: #000000; }<br /></style><br /></head><br /><body><br /><!------------------------------- INICIO DE PERFIL LATERAL---------------------><br /><div align=\"
center\"
><br /><table border=\"
0\"
 cellpadding=\"
10\"
 cellspacing=\"
20\"
 ><tr><br /><td style=\"
background-color: #ffffff;\"
 valign=\"
top\"
 width=\"
200\"
><br /><!------------------------------- foto do perfil lateral------------><br /><center><br /><img src=\"
http://i52.tinypic.com/21o511y.png\"
 border=\"
0\"
 </a></center><br /><!---------------------- SOBRE VOCE-------------------><br /><div class=\"
text\"
><br /><div class=\"
title2\"
>welcome</div><br /><div class=\"
title1\"
>about me</div><br><br />Seja bem vindo!<br />Se escrevo o que sinto é porque assim diminuo a febre de sentir. O que confesso não tem importância, pois nada tem importância. Faço paisagens com o que sinto. <br />Faço do Tumblr um refúgio pessoal. Aqui, rompo minhas fraquezas, e desabafo comigo mesma. <br />•A gente se fode. A gente chora. A gente sofre. Mas a gente <b>amadurece</b>, a gente aprende e a gente cresce.<br /><!--------------------------------- menu -----------------><br /><br><br><br /><div id=\"
nav\"
><a title=\"
home\"
 href=\"
http://my-meow.tumblr.com/\"
><br />home</a> início</div><br /><div id=\"
nav\"
><a title=\"
ask\"
 href=\"
http://my-meow.tumblr.com/ask\"
><br />ask</a> /Perguntas, críticas e elogios.</div><br /><div id=\"
nav\"
><a title=\"
rss\"
 href=\"
http://my-meow.tumblr.com/rss\"
><br />rss</a> rss mobile</div><br /><div id=\"
nav\"
><a title=\"
archives\"
 href=\"
http://my-meow.tumblr.com/archives\"
><br />archives</a> arquivos</div><br /><div id=\"
nav\"
><a title=\"
themes\"
 href=\"
http://tearsfromheart.tumblr.com\"
><br />theme</a> theme</div><br /><div id=\"
nav\"
><a title=\"
We♥it\"
 href=\"
http://weheartit.com/bellysilva\"
><br />We♥it</a> We♥it</div><br /><!----------------------------- RECOMENDO--------------------><br /><div class=\"
title2\"
>recomendo</div><br /><div class=\"
title1\"
>melhores tumblrs</div><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://tearsfromheart.tumblr.com\"
>Tears From Heart</a><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://dearjoohn.tumblr.com/\"
>Je t'aime</a><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://myaways2.tumblr.com/\"
>-My away</a><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://LINK.COM.BR\"
>link</a><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://LINK.COM.BR\"
>link</a><br><br /><img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> <a href=\"
http://LINK.COM.BR\"
>link</a><br /><!------------------- FOLLOWING------------><br /><br><br><br /><div class=\"
title3\"
>following</div><br /><div class=\"
title1\"
>who i follow</div><br><br /><marquee behavior=scroll direction=\"
left\"
 scrollamount=\"
4\"
><br />{block:Following}<br /><center>{block:Followed}<img style=\"
border:2px solid #eee\"
 src=\"
{FollowedPortraitURL-24}\"
></a> {/block:Followed} <br /></center><BR>{/block:Following}<br /></marquee><br /><!--------------------- STATUS E CREDITOS------------><br /><br><br><br /><div class=\"
title4\"
>credits</div><br /><div class=\"
title1\"
>and status</div><br><br /><IMG SRC='http://patty-mor.zip.net/2939.gif' ALIGN='LEFT'> <font color='#ff88a6'> Até hoje: </font><script language=\"
JavaScript\"
 type=\"
text/javascript\"
 src=\"
http://contador.codigofonte.net/log.php?id=108377&d=texto\"
></script> visitas<br /><BR><font color='#ff88a6'> No momento: </font> <style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'><br /><script type=\"
text/javascript\"
 src=\"
http://fastonlineusers.com/on3.php?d=www.SEU TUMBLR .COM\"
></script><style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'> online<br /><br><br><br /><CENTER><br />Base Code <font style=\"
font-family: georgia; font-style: italic; font-size: 7pt;\"
><a href=\"
http://blogskins.com/me/nic96ole\"
>Nic</a><a href=\"
http://spillmywords.blogspot.com\"
>ole</a></font><br><br />Theme e Adaptação:<font style=\"
font-family: georgia; font-style: italic; font-size: 7pt;\"
><a href=\"
http://tearsfromheart.tumblr.com\"
>Tears From Heart</a><br /></CENTER><br /><!------------------ FIM DE PERFIL LATERAL------------------><br /><br><br><br /></div><br /><!--------------------------------------------------- INICIO   DAS   TAGS   DO   POST -----------------------------------------><br /> <br /><td style=\"
background-color: #ffffff;\"
 valign=\"
top\"
 width=\"
500\"
><br /><div class=\"
title4\"
>just a dream</div><br /><div class=\"
title1\"
>www.seutumblr.com</div><br><br /><!----- nao mexer----><br /> <font color=#B8B2B2 <br />.text { font-family: arial; font-size: 6pt; color:#B8B2B2 ; }<br />{block:Posts}<div id=\"
posts\"
>  <br /><br>    <br /><HR SIZE=1 border-bottom size=\"
1\"
 dashed color=\"
#D3D3D3\"
> <br /><br><br /><blockquote><br />{block:Regular}                 <br />{block:Title}<span class=\"
post_title\"
>{Title}</span>{/block:Title}<br /></blockquote><br />{Body}<br />{block:More}<br><a href=\"
{permalink}\"
 class=\"
readmore\"
 title=\"
click here to read more\"
>&#187; read more</a>{/block:More}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog </a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Regular}<br />                   <br />{block:Photo}<br />                      <br />{LinkOpenTag}<img src=\"
{PhotoURL-500}\"
 width=\"
500px\"
 />{LinkCloseTag}<br />{block:Caption} {Caption} <BR>{/block:Caption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Photo}<br />{block:Photoset}<br />{PhotoSet-500}<br />{block:IfShowPictureCaption}{block:Caption} {Caption} <BR>{/block:Caption}{/block:IfShowPictureCaption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date}<img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Photoset}<br />                   <br />                   <br />                  <br />{block:Quote}<br /><span class=\"
quote\"
><a href=\"
{Permalink}\"
><b>&ldquo;</B>{Quote}<b>&rdquo;</b></a></span><BR><br />{block:Source}&ndash;{Source}{/block:Source}<br /><BR><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Quote}<br />{block:Link}<br /><a href=\"
{URL}\"
 class=\"
post_title\"
 target=\"
_blank\"
>&#8594; {Name}</a><br />{Description}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Link}<br />{block:Conversation}<br />{block:Title}<span class=\"
post_title\"
>{Title}</span>{/block:Title}<br />{block:Lines}<br />{block:Label}<b><span class=\"
label\"
>{Label}</b></span>{/block:Label}<br />{Line}<BR><br />{/block:Lines}<br /><BR><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Conversation}<br />               <br />{block:Audio}<center><br /><b>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</b><br><br />{block:AlbumArt}<img src=\"
{AlbumArtURL}\"
 width=\"
200px\"
 height=\"
200px\"
 />{/block:AlbumArt}<br><br />{AudioPlayerGrey}<br />{PlayCountWithLabel} {block:ExternalAudio}- <a href=\"
{ExternalAudioURL}\"
>Download</a>{/block:ExternalAudio}<br />{block:Caption} {Caption} {/block:Caption}</center><br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date} <img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a> Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Audio}<br />{block:Video}<br />{Video-500}<br /><BR>{Caption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\"
details\"
><a class=\"
dsq-comment-count\"
 href=\"
{Permalink}#disqus_thread\"
>comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date}<img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a>  Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:Video}<br />{block:Answer}<br /><div id=\"
askr\"
><br /><img src=\"
{AskerPortraitURL-30}\"
 width=\"
23\"
 align=\"
left\"
 style=\"
margin-right:5px;\"
 /></div><br /><div id=\"
question\"
><div id=\"
asked\"
>{Asker} disse: {Question}</div></div><br><br />{answer}<br /><div style=\"
float:left;\"
 class=\"
details\"
><br />{block:Date}<img src=\"
http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\"
 border=\"
0\"
</a>  Posted <a href=\"
{Permalink}\"
>{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\"
{SourceURL}\"
 target=\"
_blank\"
>{block:SourceLogo}<img src=\"
{BlackLogoURL}\"
 width=\"
{LogoWidth}\"
 height=\"
{LogoHeight}\"
 alt=\"
{SourceTitle}\"
 />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\"
float:right;\"
 class=\"
details\"
><br />{block:IndexPage}<a href=\"
http://tmv.proto.jp/reblog.php?post_url={Permalink};\"
 target=\"
_blank\"
>&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\"
{ReblogParentURL}\"
>{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\"
all\"
 />{block:Tags}<a href=\"
{TagURL}\"
>#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\"
all\"
 /><BR><br />{/block:answer}<br />{block:IfDisqusShortname}<br /><script type=\"
text/javascript\"
>var disqus_url = \"
{Permalink}\"
; var disqus_title =\"
{block:PostTitle}{PostTitle}{/block:PostTitle}\"
;</script>{block:Permalink}<div id=\"
disqus_thread\"
></div><br /><script type=\"
text/javascript\"
><br />  /**<br />    * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] <br />    */<br />  (function() {<br />   var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;<br />   dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';<br />   (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);<br />  })();<br /></script><br /><noscript>Please enable JavaScript to view the <a href=\"
http://disqus.com/?ref_noscript={text:Disqus Shortname}\"
>comments powered by Disqus.</a></noscript><br /><a href=\"
http://disqus.com\"
 class=\"
dsq-brlink\"
>blog comments powered by <span class=\"
logo-disqus\"
>Disqus</span></a><br />{/block:Permalink}<script type=\"
text/javascript\"
><br />var disqus_shortname = '{text:Disqus Shortname}';<br />(function () {<br />  var s = document.createElement('script'); s.async = true;<br />  s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';<br />  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);<br />}());<br /></script><br />{/block:IfDisqusShortname}<br /> {block:PostNotes}  {PostNotes} {/block:PostNotes}<br /></div>{/block:Posts}<br /><center><br />{block:Pagination}<BR><span class=\"
page_link\"
><br />{block:PreviousPage}<br /><a href=\"
{PreviousPage}\"
 title=\"
newer posts\"
 class=\"
page_link\"
>&#171; posts recentes</a> | {/block:PreviousPage}<br />{block:NextPage}<br /><a href=\"
{NextPage}\"
 title=\"
older posts\"
 class=\"
page_link\"
>posts antigos &#187;</a>{/block:NextPage}</span><br />{/block:Pagination}<BR><BR><br /></td><br /></tr></table></div><br /></font><br /><!---------------------- RODAPÉ DO THEME ------------------------><br /> <br /><center><table border=\"
0\"
 ><br /><tr><td width=\"
90%\"
 style=\"
background-color: #FFFFFF; border-top: #C0C0C0 1px solid; border-left: # 0px solid; border-bottom: #C0C0C0 1px dashed \"
><br /><font face=\"
verdana\"
 size=\"
1\"
 color=\"
#CC6699\"
><center><br /><center><br /><div class=\"
footer\"
><br />Theme By: <a href=\"
http://www.tearsfromheart.tumblr.com\"
 target=’_blank’>Tears From Heart</a> | direitos reservados xx<br /></center></td><br /></tr></table><BR><br /><CENTER><br /><object width=\"
150\"
 height=\"
50\"
 align=\"
middle\"
><param name=\"
allowScriptAccess\"
 value=\"
sameDomain\"
 /><param name=\"
wmode\"
 value=\"
transparent\"
 /><embed src=\"
http://muzicons.com/musicon_v_srv_new.swf\"
 width=\"
150\"
 height=\"
50\"
 menu=\"
false\"
 quality=\"
high\"
  align=\"
middle\"
 type=\"
application/x-shockwave-flash\"
 flashvars=\"
&autostart=1&nomuz=muzicon%20unavailable&site=http://muzicons.com/&icon_pic=7.png&music_file=http://listen.musicmp3.ru/736607f40b878314&bg_color=73cac5&type_of_clip=whith_bar&text_color=FFFFFF&text_message=boom+boom&buy_link=http%3A%2F%2Fmusicmp3.ru%2Fartist_miley-cyrus__album_cant-be-tamed.html%3Fref%3D1708%238\"
 wmode=\"
transparent\"
 menu=\"
false\"
 quality=\"
high\"
></embed></object><br/><br /></CENTER><br /></body><br /></html><br />
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro
Theme verdadeiro

Theme verdadeiro

  • 1.
    <head><br /><!---------------- cursor-------------------><br/><script type='text/javascript'><br />// <![CDATA[<br />var colour=\" #181F2B\" ;<br />var sparkles=50;<br />var x=ox=400;<br />var y=oy=300;<br />var swide=800;<br />var shigh=600;<br />var sleft=sdown=0;<br />var tiny=new Array();<br />var star=new Array();<br />var starv=new Array();<br />var starx=new Array();<br />var stary=new Array();<br />var tinyx=new Array();<br />var tinyy=new Array();<br />var tinyv=new Array();<br />window.onload=function() { if (document.getElementById) {<br /> var i, rats, rlef, rdow;<br /> for (var i=0; i<sparkles; i++) {<br /> var rats=createDiv(3, 3);<br /> rats.style.visibility=\" hidden\" ;<br /> document.body.appendChild(tiny[i]=rats);<br /> starv[i]=0;<br /> tinyv[i]=0;<br /> var rats=createDiv(5, 5);<br /> rats.style.backgroundColor=\" transparent\" ;<br /> rats.style.visibility=\" hidden\" ;<br /> var rlef=createDiv(1, 5);<br /> var rdow=createDiv(5, 1);<br /> rats.appendChild(rlef);<br /> rats.appendChild(rdow);<br /> rlef.style.top=\" 2px\" ;<br /> rlef.style.left=\" 0px\" ;<br /> rdow.style.top=\" 0px\" ;<br /> rdow.style.left=\" 2px\" ;<br /> document.body.appendChild(star[i]=rats);<br /> }<br /> set_width();<br /> sparkle();<br />}}<br />function sparkle() {<br /> var c;<br /> if (x!=ox || y!=oy) {<br /> ox=x;<br /> oy=y;<br /> for (c=0; c<sparkles; c++) if (!starv[c]) {<br /> star[c].style.left=(starx[c]=x)+\" px\" ;<br /> star[c].style.top=(stary[c]=y)+\" px\" ;<br /> star[c].style.clip=\" rect(0px, 5px, 5px, 0px)\" ;<br /> star[c].style.visibility=\" visible\" ;<br /> starv[c]=50;<br /> break;<br /> }<br /> }<br /> for (c=0; c<sparkles; c++) {<br /> if (starv[c]) update_star(c);<br /> if (tinyv[c]) update_tiny(c);<br /> }<br /> setTimeout(\" sparkle()\" , 40);<br />}<br />function update_star(i) {<br /> if (--starv[i]==25) star[i].style.clip=\" rect(1px, 4px, 4px, 1px)\" ;<br /> if (starv[i]) {<br /> stary[i]+=1+Math.random()*3;<br /> if (stary[i]<shigh+sdown) {<br /> star[i].style.top=stary[i]+\" px\" ;<br /> starx[i]+=(i%5-2)/5;<br /> star[i].style.left=starx[i]+\" px\" ;<br /> }<br /> else {<br /> star[i].style.visibility=\" hidden\" ;<br /> starv[i]=0;<br /> return;<br /> }<br /> }<br /> else {<br /> tinyv[i]=50;<br /> tiny[i].style.top=(tinyy[i]=stary[i])+\" px\" ;<br /> tiny[i].style.left=(tinyx[i]=starx[i])+\" px\" ;<br /> tiny[i].style.width=\" 2px\" ;<br /> tiny[i].style.height=\" 2px\" ;<br /> star[i].style.visibility=\" hidden\" ;<br /> tiny[i].style.visibility=\" visible\" <br /> }<br />}<br />function update_tiny(i) {<br /> if (--tinyv[i]==25) {<br /> tiny[i].style.width=\" 1px\" ;<br /> tiny[i].style.height=\" 1px\" ;<br /> }<br /> if (tinyv[i]) {<br /> tinyy[i]+=1+Math.random()*3;<br /> if (tinyy[i]<shigh+sdown) {<br /> tiny[i].style.top=tinyy[i]+\" px\" ;<br /> tinyx[i]+=(i%5-2)/5;<br /> tiny[i].style.left=tinyx[i]+\" px\" ;<br /> }<br /> else {<br /> tiny[i].style.visibility=\" hidden\" ;<br /> tinyv[i]=0;<br /> return;<br /> }<br /> }<br /> else tiny[i].style.visibility=\" hidden\" ;<br />}<br />document.onmousemove=mouse;<br />function mouse(e) {<br /> set_scroll();<br /> y=(e)?e.pageY:event.y+sdown;<br /> x=(e)?e.pageX:event.x+sleft;<br />}<br />function set_scroll() {<br /> if (typeof(self.pageYOffset)==\" number\" ) {<br /> sdown=self.pageYOffset;<br /> sleft=self.pageXOffset;<br /> }<br /> else if (document.body.scrollTop || document.body.scrollLeft) {<br /> sdown=document.body.scrollTop;<br /> sleft=document.body.scrollLeft;<br /> }<br /> else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {<br /> sleft=document.documentElement.scrollLeft;<br />sdown=document.documentElement.scrollTop;<br /> }<br /> else {<br /> sdown=0;<br /> sleft=0;<br /> }<br />}<br />window.onresize=set_width;<br />function set_width() {<br /> if (typeof(self.innerWidth)==\" number\" ) {<br /> swide=self.innerWidth;<br /> shigh=self.innerHeight;<br /> }<br /> else if (document.documentElement && document.documentElement.clientWidth) {<br /> swide=document.documentElement.clientWidth;<br /> shigh=document.documentElement.clientHeight;<br /> }<br /> else if (document.body.clientWidth) {<br /> swide=document.body.clientWidth;<br /> shigh=document.body.clientHeight;<br /> }<br />}<br />function createDiv(height, width) {<br /> var div=document.createElement(\" div\" );<br /> div.style.position=\" absolute\" ;<br /> div.style.height=height+\" px\" ;<br /> div.style.width=width+\" px\" ;<br /> div.style.overflow=\" hidden\" ;<br /> div.style.backgroundColor=colour;<br /> return (div);<br />}<br />// ]]><br /></script><br /><!-----------------fim do cursor-------------><br /><!------INICIO------><br /><script>/*JavaScript error stopper-for javascript capable browsers compliments of ghost, ©ghostc@mediaone.net*/function stoperror(){return true}window.onerror=stoperror</script><br /><!------FIM------><br /><title>My meow</title><br /><!------------------ INICIO DO CSS-----------------------><br /><style type=\" text/css\" ><br />/****************** MENU NAVEGACAO *******************/<br />#nav {<br />background: #FFF0F5;<br />border: 1px solid #ff99cc;<br />color: #666666;<br />font-family: tahoma;<br />font-size: 10px;<br />text-align : left;<br />padding-bottom : 2px;<br />padding-left : 3px;<br />margin-bottom: 3px;<br />}<br />#nav:hover {<br />background: #ff99cc;<br />border: 1px solid #FFF0F5;<br />color: #B5B5B5;<br />font-family: tahoma;<br />font-size: 10px;<br />text-align : left;<br />padding-bottom : 2px;<br />padding-left : 3px;<br />margin-bottom: 3px;<br />}<br />#nav a {<br />font-size : 11px;<br />line-height: 15px;<br />font-family: tahoma;<br />text-align : left;<br />font-weight: normal;<br />color: FEC2E1;<br />padding: 2px;<br />}<br />#nav a:hover {<br />font-size : 11px;<br />line-height: 15px;<br />font-family: tahoma;<br />text-align : left;<br />font-weight: normal;<br />color: #E6E6FA;<br />padding: 2px;<br />}<br /><!------------ FIM DO MENU---------><br />#navbar-iframe{ display: none;}<br />body{ background-image: url(http://i51.tinypic.com/sxf4es.png); } <br />a:link,a:visited,a:active{ border-bottom: 1px #eeeeee solid; color: #555555; text-decoration: none; }<br />a:hover{ border-bottom: 1px #888888 solid; }<br />.text { font-family: arial; font-size: 8pt; color: #444444; }<br />.header { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 19pt; }<br />.title1 { font-family: georgia; font-size: 7pt; color: #777777; }<br />.title2 { font-family: arial; font-size: 20pt; color: #A0C4E8; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />.title3 { font-family: arial; font-size: 20pt; color: #FC935F; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />.title4 { font-family: arial; font-size: 20pt; color: #FC5F8E; text-transform: lowercase; letter-spacing: -2px; line-height: 18pt; }<br />blockquote { border-left: 15px #f5f5f5 solid; padding: 10px; color: #999999; }<br />blockquote:hover { border-left: 15px #e5e5e5 solid; color: #444444; }<br />b, strong { color: #FC5F8E; }<br />i { color: #FC935F; }<br />u { text-decoration: none; color: #A0C4E8; border-bottom: 1px #A0C4E8 dotted; }<br />s { color: #bbbbbb; }<br />::-moz-selection { background-color: #ddd; color: #000000; }<br />::selection { background-color: #ddd; color: #000000; }<br /></style><br /></head><br /><body><br /><!------------------------------- INICIO DE PERFIL LATERAL---------------------><br /><div align=\" center\" ><br /><table border=\" 0\" cellpadding=\" 10\" cellspacing=\" 20\" ><tr><br /><td style=\" background-color: #ffffff;\" valign=\" top\" width=\" 200\" ><br /><!------------------------------- foto do perfil lateral------------><br /><center><br /><img src=\" http://i52.tinypic.com/21o511y.png\" border=\" 0\" </a></center><br /><!---------------------- SOBRE VOCE-------------------><br /><div class=\" text\" ><br /><div class=\" title2\" >welcome</div><br /><div class=\" title1\" >about me</div><br><br />Seja bem vindo!<br />Se escrevo o que sinto é porque assim diminuo a febre de sentir. O que confesso não tem importância, pois nada tem importância. Faço paisagens com o que sinto. <br />Faço do Tumblr um refúgio pessoal. Aqui, rompo minhas fraquezas, e desabafo comigo mesma. <br />•A gente se fode. A gente chora. A gente sofre. Mas a gente <b>amadurece</b>, a gente aprende e a gente cresce.<br /><!--------------------------------- menu -----------------><br /><br><br><br /><div id=\" nav\" ><a title=\" home\" href=\" http://my-meow.tumblr.com/\" ><br />home</a> início</div><br /><div id=\" nav\" ><a title=\" ask\" href=\" http://my-meow.tumblr.com/ask\" ><br />ask</a> /Perguntas, críticas e elogios.</div><br /><div id=\" nav\" ><a title=\" rss\" href=\" http://my-meow.tumblr.com/rss\" ><br />rss</a> rss mobile</div><br /><div id=\" nav\" ><a title=\" archives\" href=\" http://my-meow.tumblr.com/archives\" ><br />archives</a> arquivos</div><br /><div id=\" nav\" ><a title=\" themes\" href=\" http://tearsfromheart.tumblr.com\" ><br />theme</a> theme</div><br /><div id=\" nav\" ><a title=\" We♥it\" href=\" http://weheartit.com/bellysilva\" ><br />We♥it</a> We♥it</div><br /><!----------------------------- RECOMENDO--------------------><br /><div class=\" title2\" >recomendo</div><br /><div class=\" title1\" >melhores tumblrs</div><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://tearsfromheart.tumblr.com\" >Tears From Heart</a><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://dearjoohn.tumblr.com/\" >Je t'aime</a><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://myaways2.tumblr.com/\" >-My away</a><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://LINK.COM.BR\" >link</a><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://LINK.COM.BR\" >link</a><br><br /><img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> <a href=\" http://LINK.COM.BR\" >link</a><br /><!------------------- FOLLOWING------------><br /><br><br><br /><div class=\" title3\" >following</div><br /><div class=\" title1\" >who i follow</div><br><br /><marquee behavior=scroll direction=\" left\" scrollamount=\" 4\" ><br />{block:Following}<br /><center>{block:Followed}<img style=\" border:2px solid #eee\" src=\" {FollowedPortraitURL-24}\" ></a> {/block:Followed} <br /></center><BR>{/block:Following}<br /></marquee><br /><!--------------------- STATUS E CREDITOS------------><br /><br><br><br /><div class=\" title4\" >credits</div><br /><div class=\" title1\" >and status</div><br><br /><IMG SRC='http://patty-mor.zip.net/2939.gif' ALIGN='LEFT'> <font color='#ff88a6'> Até hoje: </font><script language=\" JavaScript\" type=\" text/javascript\" src=\" http://contador.codigofonte.net/log.php?id=108377&d=texto\" ></script> visitas<br /><BR><font color='#ff88a6'> No momento: </font> <style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'><br /><script type=\" text/javascript\" src=\" http://fastonlineusers.com/on3.php?d=www.SEU TUMBLR .COM\" ></script><style='font-family:tahoma;font-size:10px;text-decoration:none;color:#FF88A6'> online<br /><br><br><br /><CENTER><br />Base Code <font style=\" font-family: georgia; font-style: italic; font-size: 7pt;\" ><a href=\" http://blogskins.com/me/nic96ole\" >Nic</a><a href=\" http://spillmywords.blogspot.com\" >ole</a></font><br><br />Theme e Adaptação:<font style=\" font-family: georgia; font-style: italic; font-size: 7pt;\" ><a href=\" http://tearsfromheart.tumblr.com\" >Tears From Heart</a><br /></CENTER><br /><!------------------ FIM DE PERFIL LATERAL------------------><br /><br><br><br /></div><br /><!--------------------------------------------------- INICIO DAS TAGS DO POST -----------------------------------------><br /> <br /><td style=\" background-color: #ffffff;\" valign=\" top\" width=\" 500\" ><br /><div class=\" title4\" >just a dream</div><br /><div class=\" title1\" >www.seutumblr.com</div><br><br /><!----- nao mexer----><br /> <font color=#B8B2B2 <br />.text { font-family: arial; font-size: 6pt; color:#B8B2B2 ; }<br />{block:Posts}<div id=\" posts\" > <br /><br> <br /><HR SIZE=1 border-bottom size=\" 1\" dashed color=\" #D3D3D3\" > <br /><br><br /><blockquote><br />{block:Regular} <br />{block:Title}<span class=\" post_title\" >{Title}</span>{/block:Title}<br /></blockquote><br />{Body}<br />{block:More}<br><a href=\" {permalink}\" class=\" readmore\" title=\" click here to read more\" >&#187; read more</a>{/block:More}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog </a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Regular}<br /> <br />{block:Photo}<br /> <br />{LinkOpenTag}<img src=\" {PhotoURL-500}\" width=\" 500px\" />{LinkCloseTag}<br />{block:Caption} {Caption} <BR>{/block:Caption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Photo}<br />{block:Photoset}<br />{PhotoSet-500}<br />{block:IfShowPictureCaption}{block:Caption} {Caption} <BR>{/block:Caption}{/block:IfShowPictureCaption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date}<img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Photoset}<br /> <br /> <br /> <br />{block:Quote}<br /><span class=\" quote\" ><a href=\" {Permalink}\" ><b>&ldquo;</B>{Quote}<b>&rdquo;</b></a></span><BR><br />{block:Source}&ndash;{Source}{/block:Source}<br /><BR><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Quote}<br />{block:Link}<br /><a href=\" {URL}\" class=\" post_title\" target=\" _blank\" >&#8594; {Name}</a><br />{Description}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Link}<br />{block:Conversation}<br />{block:Title}<span class=\" post_title\" >{Title}</span>{/block:Title}<br />{block:Lines}<br />{block:Label}<b><span class=\" label\" >{Label}</b></span>{/block:Label}<br />{Line}<BR><br />{/block:Lines}<br /><BR><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Conversation}<br /> <br />{block:Audio}<center><br /><b>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</b><br><br />{block:AlbumArt}<img src=\" {AlbumArtURL}\" width=\" 200px\" height=\" 200px\" />{/block:AlbumArt}<br><br />{AudioPlayerGrey}<br />{PlayCountWithLabel} {block:ExternalAudio}- <a href=\" {ExternalAudioURL}\" >Download</a>{/block:ExternalAudio}<br />{block:Caption} {Caption} {/block:Caption}</center><br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date} <img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Audio}<br />{block:Video}<br />{Video-500}<br /><BR>{Caption}<br /><BR><br />{block:IfDisqusShortname}{block:IndexPage}<div class=\" details\" ><a class=\" dsq-comment-count\" href=\" {Permalink}#disqus_thread\" >comment</a></div><br>{/block:IndexPage}{/block:IfDisqusShortname} <br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date}<img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:Video}<br />{block:Answer}<br /><div id=\" askr\" ><br /><img src=\" {AskerPortraitURL-30}\" width=\" 23\" align=\" left\" style=\" margin-right:5px;\" /></div><br /><div id=\" question\" ><div id=\" asked\" >{Asker} disse: {Question}</div></div><br><br />{answer}<br /><div style=\" float:left;\" class=\" details\" ><br />{block:Date}<img src=\" http://i122.photobucket.com/albums/o260/mhilka/minigifs/coracao_2.gif\" border=\" 0\" </a> Posted <a href=\" {Permalink}\" >{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<BR><br />{block:ContentSource}<a href=\" {SourceURL}\" target=\" _blank\" >{block:SourceLogo}<img src=\" {BlackLogoURL}\" width=\" {LogoWidth}\" height=\" {LogoHeight}\" alt=\" {SourceTitle}\" />{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}<br /></div><br /><div style=\" float:right;\" class=\" details\" ><br />{block:IndexPage}<a href=\" http://tmv.proto.jp/reblog.php?post_url={Permalink};\" target=\" _blank\" >&larr; reblog</a>{/block:IndexPage}<br /><BR><br />{block:RebloggedFrom}via <a href=\" {ReblogParentURL}\" >{ReblogParentName}</a>{/block:RebloggedFrom}<br /></div><br />{block:IfShowTags}{block:HasTags}<br clear=\" all\" />{block:Tags}<a href=\" {TagURL}\" >#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}<br /><BR><br clear=\" all\" /><BR><br />{/block:answer}<br />{block:IfDisqusShortname}<br /><script type=\" text/javascript\" >var disqus_url = \" {Permalink}\" ; var disqus_title =\" {block:PostTitle}{PostTitle}{/block:PostTitle}\" ;</script>{block:Permalink}<div id=\" disqus_thread\" ></div><br /><script type=\" text/javascript\" ><br /> /**<br /> * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] <br /> */<br /> (function() {<br /> var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;<br /> dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';<br /> (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);<br /> })();<br /></script><br /><noscript>Please enable JavaScript to view the <a href=\" http://disqus.com/?ref_noscript={text:Disqus Shortname}\" >comments powered by Disqus.</a></noscript><br /><a href=\" http://disqus.com\" class=\" dsq-brlink\" >blog comments powered by <span class=\" logo-disqus\" >Disqus</span></a><br />{/block:Permalink}<script type=\" text/javascript\" ><br />var disqus_shortname = '{text:Disqus Shortname}';<br />(function () {<br /> var s = document.createElement('script'); s.async = true;<br /> s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';<br /> (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);<br />}());<br /></script><br />{/block:IfDisqusShortname}<br /> {block:PostNotes} {PostNotes} {/block:PostNotes}<br /></div>{/block:Posts}<br /><center><br />{block:Pagination}<BR><span class=\" page_link\" ><br />{block:PreviousPage}<br /><a href=\" {PreviousPage}\" title=\" newer posts\" class=\" page_link\" >&#171; posts recentes</a> | {/block:PreviousPage}<br />{block:NextPage}<br /><a href=\" {NextPage}\" title=\" older posts\" class=\" page_link\" >posts antigos &#187;</a>{/block:NextPage}</span><br />{/block:Pagination}<BR><BR><br /></td><br /></tr></table></div><br /></font><br /><!---------------------- RODAPÉ DO THEME ------------------------><br /> <br /><center><table border=\" 0\" ><br /><tr><td width=\" 90%\" style=\" background-color: #FFFFFF; border-top: #C0C0C0 1px solid; border-left: # 0px solid; border-bottom: #C0C0C0 1px dashed \" ><br /><font face=\" verdana\" size=\" 1\" color=\" #CC6699\" ><center><br /><center><br /><div class=\" footer\" ><br />Theme By: <a href=\" http://www.tearsfromheart.tumblr.com\" target=’_blank’>Tears From Heart</a> | direitos reservados xx<br /></center></td><br /></tr></table><BR><br /><CENTER><br /><object width=\" 150\" height=\" 50\" align=\" middle\" ><param name=\" allowScriptAccess\" value=\" sameDomain\" /><param name=\" wmode\" value=\" transparent\" /><embed src=\" http://muzicons.com/musicon_v_srv_new.swf\" width=\" 150\" height=\" 50\" menu=\" false\" quality=\" high\" align=\" middle\" type=\" application/x-shockwave-flash\" flashvars=\" &autostart=1&nomuz=muzicon%20unavailable&site=http://muzicons.com/&icon_pic=7.png&music_file=http://listen.musicmp3.ru/736607f40b878314&bg_color=73cac5&type_of_clip=whith_bar&text_color=FFFFFF&text_message=boom+boom&buy_link=http%3A%2F%2Fmusicmp3.ru%2Fartist_miley-cyrus__album_cant-be-tamed.html%3Fref%3D1708%238\" wmode=\" transparent\" menu=\" false\" quality=\" high\" ></embed></object><br/><br /></CENTER><br /></body><br /></html><br />