quarta-feira, 4 de julho de 2012

Alguns favicons

Olá pessoal para quem não consegue achar uma imagem 16x16 para o favicon do blog eu vou ajudar, logo abaixo esta alguns favicons legais para seu blog lembrese para salvar o favicon no seu pc é so escolher um clica com o botão direito do mause emcima dele, e clicar em salvar imagem como.

Esta ai os favicons:








Votem no meu site ta pessoal XD
Continue Lendo...

Como mudar o favicon

Ola pessoal estou aqui em mas um tutorial, hoje vou ensinar a trocar o favicon do seu blog para quem não sabe favicon é a imagem pequena que fica ali no browser ao lado do endereço do blog, é muito facil faser isso gente.

Primeiro: escolha um blog do painel
Segundo: abra outra aba e va no google imagens
Terceiro: salve no seu pc uma imagem do tamanho 16x16 pode ser icon ou .png
Quarto: depois de salvado a imagem va no layout do seu blog
Quinto: la em cima do layout perto do navbar so que do outro lado << vai ter o nome Favicon
Sexto: clique em editar vai abrir uma janela lá vai ter um nome Escolher imagem clique nesse nome
Setimo: escolha a imagem que vc salvo de 16x16
Oitavo: salve e vizualize seu blogger vai ver que o favicon mudou para o que vc escolheu

viram muito facil não é?, espero ter ajudado, votem no site por favor.
Continue Lendo...

Cabeçalhos

Olá pessoal hoje estou aqui dando alguns cabeçalhos para blog claro que é editavel, bom ai estão alguns:


























é so escolher um e salvar no seu pc, voce pode editar pelo potoshop ou outro progama.
Continue Lendo...

terça-feira, 3 de julho de 2012

Colocar leia mais

Siga as instruções corretamente que nada vai sair errado.

1- Faça login no blogger e vai para aba modelo

2- Clique em editar html, e se vc preferir faça backup antes.

3- Clique em editor html, e clique para expandir modelos de widgets. Depois aperte "Ctrl+F" e procure por </head>

4- Cole acima dele o código html "html 1" que estara no final dessas instruçoes

5- Caso queira mudar o tamanho do post que vai aparecer na sua home ou o tamanho da imagem, preste atenção:


Summary_noimg – É o número de caracteres do resumo se não tiver nenhuma imagem na postagem. No código  está definido por 330 caracteres.

Summary_img – É o número de caracteres do resumo caso a postagem possua alguma imagem. No código está definido por 300 caracteres.

Img_thumb_height – É a altura da imagem em pixels. No código acima definida para ter 100px de altura.

Img_thumb_widthh – É a largura da imagem em pixels. No código acima definida para ter 100px de largura.




6- Depois de ter colado o código procure por <data:post.body/>

 

Obs: Pode haver mais ocorrencias desse código no html, aparecendo mais de uma vez quando vc clica em próxima. Para você poder indentificar o correto você terá de dar uma lida em torno do código para ver se tem algo escrito ali sobre posts, ou fazer um teste com cada um e apertando para vizualizar. Caso veja que não deu certo aperte "Ctrl + Z" e tente com outro. A opção mais facil é a 1º.



7- Achando o código substitua ele pelo código html "2º html" que estara depois do html 1 no final da pagina

8- No código é possivel ler "Continue lendo..", você pode substituir ele por qualquer outro texto de sua preferencia. Ex: Leia mais, Veja mais, etc.

9- Clique em visualizar para ver se deu certo.Na visualização ja é possivel ver se teve alguma alteração ou não. Caso não tenha dado certo, é pq você colou o segundo código no lugar errado.

Codigo html 1:

<!-- Resumo automático -->
<script type='text/javascript'>
summary_noimg = 330;
summary_img = 300;
img_thumb_height = 100;
img_thumb_width = 100;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+' [...]';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
<!-- Fim resumo automático -->


Codigo html 2

<!-- Resumo automático -->
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<p><b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb
(&quot;summary<data:post.id/>&quot;);</script>
<span class='rmlink' style='float:right'><a expr:href='data:post.url'>Continue Lendo...</a>
</span></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if></p>
</b:if>
<!-- Fim resumo automático -->
Continue Lendo...

Caixa de busca

Ola de novo pessoal hoje vou ensinar como colocar uma caixa de busca no seu blog ou site, é super facil é so copiar o codigo abaixo e colocar no seu blog, e claro em html javascript e não esqueça de colocar o endereço do seu site onde esta escrito "ENDERECO DO SEU BLOG"

codigo:

<center><a href="http://www.blogger.com/rearrange?blogID=8328347611964967620&amp;action=editWidget&amp;sectionId=newsidebartop&amp;widgetType=null&amp;widgetId=HTML7#"><img border="0" alt="ImageHost.org" width="131" src="http://g.imagehost.org/0780/novabuscaow9.png" height="102"/></a></center>


<div align="center"><form action="http://www.google.com.br/search" method="GET">
<input maxlength="255" value="" name="q" size="25" type="text"/>
<input value="Pesquisar" name="btnG" type="submit"/>
<input value="ENDEREÇO DO SEU BLOG" name="domains" type="hidden"/><br/><input value="" name="sitesearch" type="radio"/>Web<input checked value="ENDEREÇO DO SEU BLOG" name="sitesearch" type="radio"/>Neste site<br/>
</form></div>




Continue Lendo...

Tv online para blog

Bom pessoal estou compartilhando para voces um codigo para colocar tv online no seu blog, é muito facil é so colocar esse codigo no seu blogger claro que é em html javascript

codigo:

<table class="bloco" border="0" cellpadding="0" cellspacing="0" style="color: rgb(51, 51, 51); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; width: 1000px; text-align: center; font-family: 'times new roman'; background-color: rgb(255, 255, 255); "><tbody style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td id="menuCanais" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><table border="0" align="center" cellpadding="0" cellspacing="0" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><tbody style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="50" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Rede G." target="Player" href="http://www.assistatvonline.com/icones/rede-g.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv globo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrDc-PjgzifAvdYIy6kjownKHh7jBnJHU2gVm0n2EdvADlgAgE0MQirFB5fXtBXPwr0whyphenhyphen66HSzpexNu6JAOW-GsybhSPycUWqr967tcj4VIQeVPr-C7zauqMZ6X4MuhVD7obJINqWhPI/s320/globo.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="BBB 12" target="Player" href="http://www.bbbonline.tv/multicam/menu.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="44" height="30" border="0" alt="BBB online" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsHzaZd21Ihh3uCSLW6KBJ4OeF_DqCAhF9bBO8PLSBRThpRIceelvBGqd7XVqKBvkycEr55vxyZtm3Jy9XR8JgTMICw6Blot7aIr88L9dFJHCz_NfnkTL01Q5iMYF_0bvYnlrgbsYI1lc/s400/bbb12.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="50" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Rede G. Inter" target="Player" href="http://www.tvgloboonline.net/parceiros/g-eua.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Gl.Inter." src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK74IhyphenhyphenSR8ANJEM4fCHeVFqXShuPrQIpe0XxCkKn81o5yTWYi5N7bI61vIKD7C6xaIxtD9NIeWXa1_SQ5-JyzxdRm0EuOsidldL_BE4ubapNu_mPpzpp1ThgYitIprDZoz_FrllX4oZyg/s320/g-internacional.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="SBT" target="Player" href="http://www.assistatvonline.com/icones/sbt-icones.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv SBT" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLFmauVlTRzJLlEJL88r8QVkz9LVX4obvJ3I8Nmz-UpAo4cuK-wlkC2tHpKOnYdawlZRdFOJj-aBaCaRK-IEt1aBoCe4kIuheLr2zz6Utz7bNbsIGuwU030vsQ_l12bqY0PTTbNXQp5Vc/s320/sbt.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Band" target="Player" href="http://www.assistatvonline.com/icones/band.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Bandeirantes tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTfGDPUpJS6Wt2bWLwj3DKLSydsOa4FXcZlO4Hy49yeM8tubPL1WAn_JuWG7erpnD5f3TfmBgP39PeBo70HQhSwSj_LfT1hywC08JTk_S548xVo32UIiiVH2Jfy841VHpS5f1knqT5TQ0/s320/bando.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Record" target="Player" href="http://www.assistatvonline.com/icones/record.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="rede record" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio9jU8r3x4bcsFhn70MGdAKzu_ZfsGVNI2afLTQ4dUtJ95-6qn90q9LmUMhFUnLTygrec4a3VAHnOAd2S2F-5TIvgyLPVo_P5nPdn4bXdRPOMumL8eGbwUZpEsVXJBoQoO9uRJ-vL-2Io/s320/record.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="50" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="RedeTV" target="Player" href="http://www.assistatvonline.com/icones/redetv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="rede tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsi1f_Io9t8cHdDxwV5lQ-JvbuGycYiJg-jgm5Be69qnIpy_6AtnfYBi1L21rOvUXRzlitegNrzqYAPmfSTgUvLOQnc_yNIsda7iI-FDYPtGwQr7Sf_Ed0rE1A12HBy9VnFDXnhay4JBY/s320/redetv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Pânico na tv 24hrs" target="Player" href="http://www.tvgloboonline.net/parceiros/panico.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Pânico na Tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivSnrp5Z5Q_Y1uTak35qP9g3KqiXBp63PxpwF5hZp-uxOGL0YiUdIUZ_rYDAQ5Ui-ytbt_tg3dFIANlObUL7StPDj_b7nibE8kgDV_edTS1GRU5IGQe7U9dR3v15lYvIqWCtn8jtAGGzM/s400/panico-na-tv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Cultura" target="Player" href="http://www.assistatvonline.com/canais/cultura.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv cultura" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYkUnG3ZUmQEa_ouXrftm10N6GFqkDGBfhLsEdZjfhyeTn4aBOClsgDc7RDB5mywU9-ItTS9y46M9-3A3TdZw1EmrjHLwnNK_uyoQ3DyuIuCXcyCBqwviZ2UxGmQYEd9_ZItEVsau1vHY/s320/cultura.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Gazeta" target="Player" href="http://www.assistatvonline.com/canais/gazeta-wmp.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv gazeta" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS3i1Nn_O5d8F9jffMA2b5OYRrQSyStfdurUfjykZNUxvp2Xrh7gq2v0SIO3vY5Am8EZkHLJTqIJ8wz35RBJpvigOTXIrE6JhmrsrSX4SoIzYWf70xBYDsOm8aha8UEZIgtXyJVYc0mHA/s320/gazeta.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="CNT" target="Player" href="http://www.assistatvonline.com/canais/cnt.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="cnt" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNZGvlsgfgKk2iojn6oc9eJ8BzfPXbGTWpPCP2kVP43OMSk8N7YPefYnRH88tUu25QeJqvdM5bO08xJo_xHFIWoGN5PC1rAFn7SkM7HOx3R27HLTSdBbH_a0v78GDTwrMyzHm8iGcwsCI/s320/cnt.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Futura" target="Player" href="http://www.assistatvonline.com/canais/futura.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="45" height="30" border="0" alt="Canal Futura" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3hfH93rCWI0zl0ES0gi0tgNHrleS5CYgwmwO5dmxeueO9lPFyBgXUXQC_0cz8uFD37CJBr7XCr8XEfm7-OL5pFnbkuAI7MlXtvfI3W4KfBK8G9k3fbJq6IGRsspHtspz-qAVM_e5lJF8/s320/futura.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Tv Brasil" target="Player" href="http://www.assistatvonline.com/canais/tvbrasil.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv brasil" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPVmnVxZKCpWHHqxWSQOHsl8UsYlID3nXICZ8SRc2RuUbVGmKKfqmBX2LJYWHSzljQxAdPbGxKITJH457KpxVNE7UW3mXG0qJLRACAukXOcryBbCxmcHr7c5SN-mlLtSsB-5CPAF1rcrk/s320/tvbrasil.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="MTV" target="Player" href="http://www.tvgloboonline.net/canais/mtv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="mtv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdc5oQGXwVtQRLnAdneUc7RfM76FJl4l_f7y8ah376eXzJNqTmgActe16EySx0ciI15RUNBtx_vKePrLgl0lQS2ohcO_W9ovUYrnqk8S2wOCNMBh0-APKCcYzPVoSOJUyQj4fDjSVEuLw/s320/mtv-brasil.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Mix Tv" target="Player" href="http://www.assistatvonline.com/canais/mixtv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="mix tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj40eDWpK7yYGi68kXsWplKwcBydth0D-5Nqh0tOEEPHl5FpzREln7aexgDHiNLiDcFHKa6VtccLAtpgaYCzUBdQRR4HUr3q_LPOPOxMu3-5t45T5TRC4tXgy8LReGyRFxDwvvaUCruSwY/s320/mixtv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="VH1" target="Player" href="http://www.assistatvonline.com/tuga/vh1.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="VH1" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixIXHsejcv2feA8nG_Ooxln4fvNap5wocV18VagEn7cZbTB3vDeV8w7JqGj23ynBxvnF3fFT-_MleJGBgQFdHQv6pGA7K67a24K4DOhnDRwhAA78rloNJCAOGwK4zyoO-UtnQnIzYssPE/s400/vh1.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="GloboNews" target="Player" href="http://www.assistatvonline.com/master/globo-news.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="globo news" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRslS75FqMyFLDSu7zG8gcRbKq7-3yfsHXBdDijuV_Cp6f4s4w7su1s9s0QemDZKzjXYlLIOyQGVSDFeINUvaAd0ay14s9wtEriXHHiBv2xN_Iki3-8JXZXV5ILNJYiznuMYnTTbsMYfI/s320/globo-news.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Record News" target="Player" href="http://www.assistatvonline.com/canais/record-news.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="record news" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZa7VFFRcUEcq46YblH7Aw07wNNuymKvHMJlVAyhr70HWFN0grZxIAFO9oXtSVEmwxy3ypUAIc46bdritLe6ysjgD49D6pAY35ZOgJBvwNnFI2BNx9CAFtHV9i9A0dZhyphenhyphenfgp0JehpkndY/s320/recordnews.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Viva" target="Player" href="http://www.assistatvonline.com/master/viva.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Canal VIVA" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvdMqr9phEBhd80GuAYT0VbsK1VeLUUWfHAGwgTtKsg4XOB5-fnZIWLlOhJvYd83EBvXVwJ2A1w1KSfZLdkZtr4vqBT3TbVWfohfvBjdFklgTqM91ZgDHOYWtd0KZffIiNwlYFBqpREc/s320/viva.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Multishow" target="Player" href="http://www.assistatvonline.com/master/multishow.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="multishow" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLY3WHC_i_Lseh2Icxdcfs6yHTvW021AzIwUmeDUxEDb2ts5p6EBXt7OPUeBJIEFNVqWeDDujSLyhiLGrNIxEFnVtw0TM3mXcNLqXeTlu8PUaW4WWqWIcLtH_b0Cwwlv2GlGVhLN1M9sk/s320/multishow.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="GNT" target="Player" href="http://www.assistatvonline.com/boss/gnt.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="gnt" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0eYE3d3SA1VuwDpuZKpQNUvYKT-Ldd8Yrtv3iRgY8K68FhtVi2qAI4keHf8NXdbPJtTsc2VSN3dIDDYjY0E9wRDEvbnLSLMxr-6UYS6s9b2rk6F_KLHq7mEnuazpyJg_s4i8N1L21Uio/s320/gnt.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="B.Sports" target="Player" href="http://www.assistatvonline.com/boss/b-sports.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="band sports" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsRZT9R-BHMhMMk-zViH-f7imYFf4R54aecYA2X8H3dIKq1ax67BLFvUqrrddooBjM4B7t6l9sD0BTXshg1Ef6t3GarwyDCsv_QG7UQx2yd0s7Yego9JAgF3KHJk3lhCl7fhopuLhf5Gk/s320/b-sport.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Lutas e UFC" target="Player" href="http://www.tvgloboonline.net/parceiros/mma.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="combate" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSrfL5EhAe-Wnje7tyjvB_bXGkuY2fMKWx3ruq8qfH2amqi0P1MEtNH7GECI4_Oyz1BvWuYP1bnn6DOkL765iOfFhHz0b-ilEjgLQK56VmdpnoAfm4O2oGI_kP3SsgTGhyil6Heb9o6H0/s320/ufc-combat.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Premium FC" target="Player" href="http://www.assistatvonline.com/icones/pfc.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Canal do futebol" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQtu1tXJ7C6r6iDEjP_lKTDvTSlEkJXpl_WNYJjfShZV5fowyV5FcnvHpO9eED1cLYW12n2j6iEzaJIjEuv0I1czGbYwhWeFc_o80pwcw9MdlST9O2gj-Bw8Rzpb3-3y98dv89Dd9doTE/s320/peidofc.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Sports TV" target="Player" href="http://www.assistatvonline.com/icones/sportv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="sportv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfduv9qsmyd8UqGGVGphODml_XsBqoJFpvAi_EMYmlr50nouxvVE3Q_JOawMJFyt142LPMvCOKtcH5tj6AzyPToAooRSpSwz2PGdF30bb4JtTGn3L-XbPMzEbxtj5T-slz8TXZcEOhesw/s320/esportetv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Sports TV2" target="Player" href="http://brfutebol.org/canais/protegido/esportestv2.html" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="sportv2" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivrqYo385v9-xWK4nsY3NRlurxbvto8r3uOH0gxVO5et-ZsagPHsrHuXNqjc09TxesY-Wp7ZR8DJEW30jOjMhHSYludVCmlJdtTiM6zKsuFZOJE6YU2dgdT3L7Zf3LUuWXBqRjdos81B0/s320/esportestv2.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Sports TV2" target="Player" href="http://www.assistatvonline.com/canais/sportv3.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="sportv3" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwmufq0VrTWzRXp8nKfutvKGUnXqKrfZUDYfrVq_j5TRtOwv-ofmBTKW0TFn5OSK_4xQn_olRhnNPyjswBv8CIq-pI-zRE5NGVIx75S3cKV977baJZJCB_cUrRBzM439IqzSBHadIlVdo/s320/esportetv3.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Esporte Interativo" target="Player" href="http://www.assistatvonline.com/icones/e+i.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="esporte interativo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsMq3uWsmNLsRJ5rmVWMzx5ofMJWkDOVRP_hJgv8euKHoCHTpiKuj6fUqaJ3qCelNoRo2CEzuJnbZ1mO7-inuB1pHt88QthZBcJ0f9lRLlvGA92ijkaa21NZOQImS4tXZeIZ2TzDzCykg/s320/ei.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Espn Brasil" target="Player" href="http://www.assistatvonline.com/icones/espn-brasil.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="espn brasil" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigwXP9Qs6stVrN-VUbjhDQNtUASrox8unjwZA7GD00KxkxMK2U532ak8xhaO0Lnqksv1GIOsQut8y8Ms8FCuR3-l6JF4MS7MEBVHtBJ6Nx1plbA-aojEiyVxmXU38XQu_Uaj9DkeR-cSU/s320/espn-br.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Espn" target="Player" href="http://brfutebol.org/canais/protegido/espn-inter.html" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="espn" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwvw6Y8UG6_aHbSCqEzlDR5huk0PsaF6ZJvrlaxQiK71avqcgGrmVt07QLWt-EYIKAXwa8idt-B64E1MKQMqEpHWBKrFYfqddTLKkutHIonmmSrDBtTEpQwqWlxhNrQA2fI5r9BfrtbI0/s320/espn.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Espn HD" target="Player" href="http://www.assistatvonline.com/boss/espn-hd.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="espn hd" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_cY3jVkIH5uwrSZG6iiIsUmgZuToFb3LfD95sHkgwh2N2VEqhfZ-QQmhyphenhyphenl_BLb-z2gb5ETmDRkTMGteBKz0JNsM7yNOUYzdhIoYBomoY_enFUrXrDOdTxaFpeO-N8_HZNGq1iD3PxFuk/s320/espn-hd.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Speed" target="Player" href="http://www.assistatvonline.com/boss/speed.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="speed channel" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6RBkYl2MnCShlZe2DqNU4fjxhG5ShqUUTA-pBEPzzDvWfINVooqQkjCJKnItBl2RHaHkTPsS-MJnmHYOYRHoC_cGhBqigkiPVsMt1MRWUwJb07aTLmzsJhRDCdhte7EqrqDi7l81VwM4/s320/speed.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="A&amp;E" target="Player" href="http://www.assistatvonline.com/canais/ae.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="A&amp;E" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmNquhI1jak2MDjvgLGBPOl9VOH-nzyO-Ke8M0Em8ErTdDFOuPt5hzaefxUSt3Ip3OohiqRAGKSb-u9MZVkS5lyLH3J2n1YDj64mDI2RRiKHIbKM4SyEpZUq5PXJxEfGQPCHNJIBfrwUo/s320/a%2526e.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Discovery" target="Player" href="http://www.assistatvonline.com/canais/discovery.html" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="discovery" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj53a_hHL3620O7vhTrVjmjlRHYJuO9kMISXTmoXdfkWLDGsWH4qTOPT0IiQV6P1wOiMBCdvmcljqipDd7YiFa_H8bNoj4FIpTINsLzhtK-LdJpj08g3yG19Q9iKXlSuumkXFxVLyanKZI/s320/discovery.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Discovery Turbo" target="Player" href="http://www.tvgloboonline.net/parceiros/discovery-turbo.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Discovery turbo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrpG1QwXhoeiA_6doxAzLFY81ci6N1RBAOV2UCQ9935_hRyArmg1bqaWziwAp-YVw1ij1yLEOcDin3b2GNyTHoKt9nzSGwT2q9lSplVbCsMoqa8t615Khjl0jCZe_8Vk4iDgJEwd_fEsg/s320/discovery+turbo.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Home&amp;Healt" target="Player" href="http://www.assistatvonline.com/boss/home-healt.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Home&amp;Healt" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiWLQqwFskhC6SdqF97mUq1biz_Vp_jwDwuK4BDEWggSaY6lHrUoCdvV9QLhH6Dj5LD6sGXS9lm3jQ_cW0sAm6FAyZ-RRBC39LxEpeIODT6PwOKMzgQ5KcKjYcWP_wAJ4Iz-BDRIcn3TU/s320/home-healt.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="NatGeo" target="Player" href="http://www.assistatvonline.com/canais/natgeo.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="45" height="30" border="0" alt="natgeo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4PgYTVepVxBlFoyCJv_M8fpeEDKhb7k-_9H8wBKBVRIYshNYQ1zlScb06K5qTkzvoyLn-3miTXLaFrgp48LhRGsknQJO4mG-C6PpYq77rULtMz1vlpDknyp6wA5ytRfxOlNJTP8hK-wk/s320/natgeo.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Animal Planet" target="Player" href="http://www.assistatvonline.com/canais/animal-planet.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="animal planet" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvCUZhkjKo8C9-jSlzpmaT71ljaBuudy4Vyoyyi1zKMHEfb1v99XXrNgcSqipCIKmVni7PM_U-K0GWOWE8gkHEI6thxIpRsPJiWZ7TCaO4f3EWPr-IQed6H1ry_LM5DyEfYirCFkIUQFU/s320/animalplanet.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="History" target="Player" href="http://www.assistatvonline.com/canais/history-c.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="history channel" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5pHtnLYny2sIzSR2hv7CoIDKRUyz3NxM9ALPh6R-ukr33SOh5Sqc5HrleE8Z9sGfZcv89GlujsDPniGKe-NDOvWYT2G-rlAMG6cBrqzaycvALpiaoFBThEZ3cGGuJvwuDzFJMua-1ofk/s320/history.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="History HD" target="Player" href="http://www.assistatvonline.com/boss/history-hd.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="History HD" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVsWqVlzIcBmffT1TIWsYlbyaYA76Ej_9Cq6aUjIUu1LLNO4tEQSYG_i-ROzWrj5LB8r9a5vOf5YnibI7zoIARGF53ZP7AV-ybxDd7_hbBv4FkXg1sSNeqzr2VqzXoYJhGGMu3P3T0pqk/s320/history-hd.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Tru TV" target="Player" href="http://www.assistatvonline.com/boss/tru-tv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tru TV" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinr4wtAKaPupY4BVSzE37qAWEQEMBogtjkF-SgHwk2qq9bXm7I_nlZsRsDdMg6oROLBf_r-G1tiNOZ7J7Cvd-nRsE27OfFXviF2mEc0YB6WoGSWd51USJSeKrcxhf_xdE3zTMIcC9EEuI/s400/trutv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Just Tv" target="Player" href="http://www.assistatvonline.com/canais/justtv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Just Tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjitwfqUM-RqMi9Yj4M1ogv_Y_vR_2iPLp_2LCFIhgpkH7NrND4EMLJ2KuVXC1-MLFo2APOhm4rtUGoVMnqgc6-oIFGfrZFlaj9XcWFzPI7ymH4VvcUF_uT8QAkAUKaVFwEymKT7h6bbsI/s320/just-tv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Tooncast" target="Player" href="http://www.assistatvonline.com/canais/tooncast.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tooncast" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIGJMvtpmpuB-upVoA2HYRo75DeJfPJYNRS2eVccViBrLem0_8tXkfAOllO0BOLabni9iMv0RXIZLwBN6vAl6tUJWsXsW9WDhDPAA_h1wI63dP67uY2RV_epaAb5sMdW6CNIYF-bJlowM/s320/tooncast.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Boomerang" target="Player" href="http://www.tvgloboonline.net/parceiros/boomerang.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="boomerang" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUw0xPrz_5QZpN_XofBDcCaBv-NnUnyqmrBoVVc0tHXOvRUp3JmozuqpA5rt1920X64VrAfZGqCX_BtP8w3Bhw7SAn_H_45Jb65AA8cKlFV1Fq-UZfdqR2pTsaG9klmF9fn7W9NEx7Iek/s320/boomerang.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Cartoon Network" target="Player" href="http://www.tvgloboonline.net/parceiros/cartoon.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="cartoon network" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixp8Sr7HXrveqxJlliDm63kBnODGXQ-ezJsV05gs-LBA8nv6C4uqR22aLJJQQpcCezya-zxPeR72JJxAFQNM7owbpUhkS3Rfc_EQ9DGV5tTMOLEhqPdNXJBPUwNPdAv7kSbmRUq9Mfvf8/s320/cartoon.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Disney Channel" target="Player" href="http://www.tvgloboonline.net/parceiros/disney-channel.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="disney channel" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqkSkxMVr_jzWI2lM5v2g9U9kT6uPIyZyZCVuxygUaDU0WvyZPmJI2xIgrxAhBwxCZzvbZ-JymQpwX0JpvKukNmV-J_00wQkDDaEHhea3bwfV8crqnWN7qOfvTzUdDFdUZDwHwV-yJNcI/s320/disney.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Disney Jr" target="Player" href="http://www.assistatvonline.com/canais/disney-jr.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="disney junior" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsrmgiIzAMDe1m_eaFAR93HpzanyytphKFENli-xvspap2WROQ-Q5yBsVLEmi-algixlM6nmHR0MT7MBhkHwg2BxoeC7pnHcQ2xIeBk0v2_L7B6niO3jURo-_q173RPwTl0E0rVpzCBIA/s320/disney-jr.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Disney XD" target="Player" href="http://www.tvgloboonline.net/parceiros/disney-xd.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="disney xd" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUsBYEOA_w9LRi25Z7vLEn1QyajCtJa7MCkg3WfrGkXArzm6E7yHk8AkSFYQefSxIA-oCYBOsUfoSFDUDUqQuUXQYa571rLSh1sDI72myDHv92xuZdFJo2iywmRQ3UzVtv4LW9t5GNVP4/s320/disney-xd.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Discovery Kids" target="Player" href="http://www.tvgloboonline.net/parceiros/discovery-kids.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="discovery kids" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJAk0ZCDP1Tik-4TFCQpRsENnxE9slr2c4VPIQdq5i_TPkSMqWX9rpvBTEZ99pkhkwXI4JdUjM9FFlPvIb8YD9tGUSKyMZXFDYIWSSwSL11j53Nyx0_dd2kDjtPC3zWBxA3nymUjZhn8c/s320/d-kids.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Nick" target="Player" href="http://www.tvgloboonline.net/parceiros/nick.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="nick" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_hhQARaCOS-XHustYhrRWt2Y9767Af8ZKfj_yUzi5CBr9kah8IgnxtVfme5IujErh2TexhZE8sD4X9TUoGInbHDKr-mjYl6NJdRC022CMFke8eW9pWPCBTvmhr4SftQYPLKeYyybDzvY/s320/nick.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Nick Jr" target="Player" href="http://www.assistatvonline.com/canais/nick-jr.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Nick Jr" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx_dFQKrRCLm5zClzsS5Uxr5cNVWZ42D1cXkd2uCIc0owsjMFXPzoXMIbywQyI2KmLb3fWPC-D1sAETgy30bfZ0hpRrriaz7ye8PKP8GaUWBZ43NrRsl4egYbaoU7jQF9OQeGGy_GWpoY/s1600/nick-jr.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Coragem, o Cão Covarde" target="Player" href="http://www.tvgloboonline.net/parceiros/coragem.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Coragem o cao covarde" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWjKIGH3A_KT6YyJbTD29Ainw7C6g96xEDRO0v5ial2fnzCB9QC4uN7V2XAiJSc53tvw0X1owZUPgOBoV3WZNLHohF1jGEfxVmRzMmlOKXZYcd0FCp3RkVXjHaq8uZL6BB9lMnaWgOjUk/s400/coragem-o-cao-covarde.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="X-Men" target="Player" href="http://www.tvgloboonline.net/parceiros/x-men.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv X-MEN" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj93tRs0utjTFJwnkzcwXnc6elVd4XfEONw8aK9-2eDLZXgAROM6MzhKoAvLtGyhZrEZgWiLxNRyFNhYqk3_lfNH3-DMd5ZwJTsrUBzl45GKIfHlForFyttLhDQUBugIhN1pyiwFYdvilQ/s320/x-men.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Ben 10" target="Player" href="http://www.assistatvonline.com/canais/ben10.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv Ben10" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizWJzAzEp-byx7-4wY7EVo4vn1amyZ3wFwKO2PIDzROsbQsYrGjeeDADrEoHcKgrJ_IWFkKYdrskT6RPYM2PBEK0Gk_BAi2VjuEODeQcsoWJa_eTfA3pKHwCzCTC8xbiO_Es2_C1TXQuU/s320/ben10.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Bob Esponja" target="Player" href="http://www.assistatvonline.com/canais/bob-esponja.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="bob esponja tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo-UnNKXiSj3IFgeFm2ttrJ6Z8i0zkfHKzibAUsTQ4eQtVR8BAlTko49bIggW2YIRpv5Z4Oq2Ew0C1DMLO3jc7Js6SvOaLsrBRp8AauKjggU-PQtNmzFVFXW1F_DisZe2Hgquj-OjQJ5M/s320/bob-esponja.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Padrinhos Magicos" target="Player" href="http://www.assistatvonline.com/canais/padrinhos-magicos.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Padrinhos Magicos" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAc_Xn_mK2DIdJX9GJYxdiuHG0d7DOV1YdG5E5H1CBNBimaT5msg-DNsri3l3mL1kL13Mva7NiMS8DH3CttkkugIn9gpU0IbFCq7MPAg9MCRczfj-nCeYDdSAt13Myu_NsW42K7nCut5g/s320/padrinhos-magicos.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Pokémon" target="Player" href="http://www.tvgloboonline.net/parceiros/pokemon.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv pokemon" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVvZD2xcQSL6pt5QoM6D6FNePFpmtO3fz58s9PWQ13ShUH-lqQBTYy2I7hhpa14qXmmpGD9zCRmQaFBTSuQBCkAt6Dt1iKBP_Ahyphenhyphenuov84i9ky40pnsv76a_w7sKMTAQ4WcT4yC7OVPXXw/s320/pokemon.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Os Cavaleiros do Zodiaco" target="Player" href="http://www.assistatvonline.com/canais/cavaleiros.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv Cavaleiros" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvVq1XJ1EYJGGDv9nrXzGDOSHPquSxLMETesjhorEUA-cwB7GPqpf6Cmb8AbnJNIwVmztqMhjnlnK1rJo-AXefhtfTa_IpvNqarjgyWAP85KNp6xKh23yOeE_YT0NhUUg-oOMTu7xu2f4/s320/cavaleiros.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Dragon Ball" target="Player" href="http://www.assistatvonline.com/icones/dragon%20ball.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="dragon ball" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNpp8TcaJg7PTSjB3QLPeaQw6M5Bf7w_a0ifrsOmyz-3bBy3FovZgMjGvgNWMjyC_rzHBkxhyj-8lXjZpnOwM7iEE6LZEKRrfmKTRmLr8gopj4ZIkZVnGPSlDxvJQQ5bE7z6NQmmi4OD0/s320/dragonball.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Naruto" target="Player" href="http://www.assistatvonline.com/icones/naruto.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Naruto" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVNhM3CBV8u4RHOErl_drFVXKyzrm5ZnMrUjm5YtjJnh8zVoO-QS6rntNa1o_AHRgW3M7VKTbvhtQ70F2g84hgNeRostmtnB5th74W-v_OTb9JgHKpI5mX8g_Y7S61_l6Loz-oCqfkufY/s320/naruto.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Avatar" target="Player" href="http://www.tvgloboonline.net/parceiros/avatar.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv Avatar" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrSfklAvkggcItSRy1AvY8-T3aW4zPDi3yfjudeYRxan6Y64F5856kSmOjmd1EEVOdtgh2GuAQNkQ3pOuDDU-2YlQjcgSsRa7BWEVIWTMulJIk4Exvf6XitP8f593BMsFZclRmejq2QKM/s320/avatar.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="YuYu Hakusho" target="Player" href="http://www.tvgloboonline.net/parceiros/yuyu.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Yuyu hakusho" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1jPDKiLTXeZ_7MAk2OmoKmiMy95mCZXfnAjk7PBZKNWVyFyfqViuSJ3t17O_jlUdrkPGXORD6h48Ffo4i6PL6OyTJFlNHaJ_0E-PGjHAVn2roFq_W2p6U46ROO67rWSTuTyTpDRXRuqM/s400/yuyu+hakusho.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Varios Desenhos" target="Player" href="http://www.assistatvonline.com/icones/desenhos.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Desenhos animados" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz6gQddByZZK7qqC3xikuw2ZZRmen8T92m-z9Y9hk_CAEAV3decZ48jpYwAU0t9hz7FAmTnRgETVYxsohyphenhyphenEQPkEDcw6L9FhdjAhnFpHuWQdzp1ukQhwedw1QusrJMugwVeBjz5L86fcCQ/s400/DESENHOS.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TNT" target="Player" href="http://www.assistatvonline.com/master/tnt.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tnt" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGicHu7qiNE7dls-iEa16pQjozUAbz29MhZhz2WPg94bcwqH8P1UnL5OYxhybSSodgz6n2pl6fjh2xTKj2x96lKrWYnMHyLh0AM9mODz77_700DvNFEac-6LQ9mUJ97d60obXJXO_TzeQ/s320/tnt.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="HBO" target="Player" href="http://www.assistatvonline.com/master/hbo.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="hbo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9hjB-ZPgQ-j7EAMJylqjCfdRF1LkiUSZnlzPPNXSw03AyGboUVXXO8tU8dtYTaXcjpxOAlr78xkRsnfDCP6CBaQVXcw_-dPMxLj5OjSC1PeeyiAzI78qMqz_oIvjSKBvzWO68SsOWjik/s320/hbo.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="HBO 2" target="Player" href="http://www.assistatvonline.com/canais/hbo2.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="hbo 2" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNGrIBHcl4KhwylT4X_PnDbTXh-kPfZK6iRQJnCxF6ui5y9kV8CLeTowGzrJGFrM2A1F-QTdzEZQMaPnNqTDUiMJkwK6Tu4TWRyIAfy5zrk0WhIysrokfA96xZ6zzwgBaMf6rarcpk4b8/s320/hbo2.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="HBO HD" target="Player" href="http://www.assistatvonline.com/canais/hbo-hd.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="HBO HD" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh56X3dOWTZgNsJloHjHb3BG8_B_T6yHHN_h-eKvVd4bHADVl6qv7GRBjv0_3iPZ3Aj7KWQvVBqnWJBrP_eKqkxbMe0IDF4qhVVBUdb9M0rBDstQZiDY0rAO52sF1L5KrDstpdDMlpOD1Q/s320/hbo-hd.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="HBO Plus" target="Player" href="http://www.assistatvonline.com/canais/hbo-plus.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="hbo plus" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxgs3xY2DPddFcx4mYOpy_vkAz_RCuIjEmiLj478zrFN9F0o6U4ecIsuXlnizdOty-PXmWDa4idEpglBXvkBkNkjqSZOu1IJVc2PrFPjao24icN0B0bokcPuA3E8khyphenhypheng-vGfXjPQy9KlE/s320/hboplus.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="HBO Family" target="Player" href="http://www.assistatvonline.com/canais/hbofamily.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="hbo family" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl6ldvT-E77k_j0b-nHAuzGTOuAgB7TZ3oJpbYFDmC-SkaHJS4SJzGORaLpULXK6C8JBj2PtuJSD-cVKjanNcMbN-BQ_iyMRyH9aTvKHvb2KLBL3u2gMzJAMxyw3haQzK1BpcRN7LzeFc/s320/hbofamily.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="CineMax" target="Player" href="http://www.assistatvonline.com/canais/cinemax.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="cinemax" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLX88h3stfRPmPzZAA3EEgMWy1fP-KSFgMNMbdlJAuUW9BjetoyncOO_zdvvNI2nP1b1Nn_yywXD33UWqRe1ndRPGjf6s_b7JjYLQG3i4iD_SIfyCoaWbn0whGr2jTBUBN-BmfFS8uYP8/s320/cinemax.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="MaxPrime" target="Player" href="http://www.assistatvonline.com/canais/maxprime.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="max prime" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdEIrE_CE4_yJBtNo1-7jcj9-yQYhyphenhyphenW1-7fa4Th5y-wnm9QUPnAjZPi5uPzwRNQpODP1Lo4wYJo10cnuCtc8fqR-ZD2mcDSeLe2hkh3-buesjmQajceUIX4_kiG0g8kuN5X6dA_jvZ8tg/s320/maxprime.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Max HD" target="Player" href="http://www.assistatvonline.com/canais/max-hd.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="max hd" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLUEnoiKwFwL8wb3jT6EnZEa38F-Q79lOUuxkb1HWES_l62_gzwWPFAk1p4VErymbvVlnJ4AThPe6JVhDQZ-kjOLdlURnWx3SO2T6KKBczlxhjcpcceKBt9dSA4ajwo8aH00P5PnCMsO4/s320/maxhd.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Fox" target="Player" href="http://www.assistatvonline.com/boss/fox.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="fox" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhid1e5FgUAsAxdrZ5KcHfpaL_3NOTWOoZYIVCyqPZRkkNFrMMK1kdbknx_68o0ZW9ZeUemI6lge-Eu3GJBH7fUnXBhqVH2T4kf8PrI6lPVERO9qz-Q5uBwau4ztj8IW97Lxup1AQhO5xA/s320/fox.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="FX" target="Player" href="http://www.assistatvonline.com/canais/fx.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="fx" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1adpPtMm2Q7qv2bJ_d6vxhS0_hOsrsHw1O9Z6tbgHHH9AL-s-0e7ZDe1OItrRnP68hc7S2YThKsiM12fWwjXbCj240JjMo5rrLSKaNioMJhB9WEykPcmAafcHy0OKsF8lxCtIBBut_I/s320/fx.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Universal" target="Player" href="http://www.assistatvonline.com/canais/universal.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="universal" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiVQ0WYQUzfHN9FETdRO-lnV7SbBtfc8rVo2v6wxuiys2yaU54l43xtmz00dEsmCZUiDdAg_M6qnC8gGFX3drlwKhJeFzqjXUJ632MDVdieHt3KTkhjzsUUcOeiHFhQ1UxOJsRFgelGB8/s320/universal.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TCM" target="Player" href="http://www.tvgloboonline.net/parceiros/tcm.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="TCM" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB9GYk_Bc54BraBqdbAtdNaMojECSL_AIlP5gQIA3TFsvxKPe5ym1lKEuyLtfQgzP8cHbL1n93qkB6Vb7gltpo9xVyOzUbrPMd5IwimMkArirJ2hpvqSD07iXotlmWnZLYpLMnDN7kOlg/s320/tcm.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Megapix" target="Player" href="http://www.assistatvonline.com/master/megapix.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="megapix" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3eJo8HTsrGYJ-eboLMpKZZJRitBgUTQ_TnAkIh95Tu0rpkvMFjmqGJuOM6rLwxRPnfWkVS3ESMYyOx1o4qWN-LAVs9gcDxvRRApu-IplFu5qvX441E3q37-0ucJW5aP6-DLSEG9TA01M/s320/megapix.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Space" target="Player" href="http://www.assistatvonline.com/master/space.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="space" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ1_jKq3mLRjupZlnuCtdLUB-11Ry12ngD4zlwUUuaDOm70hhZdKzByW9TW2ZPg3CG9lCtrIdThKi-vUf8fPDIw9pjwFolrczRwHAVfu5oQzu2_UaZRma1FIzRYH19MgteHL6O783z5NI/s320/space.png" a="" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Premium" target="Player" href="http://www.assistatvonline.com/boss/tc-premium.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tc premium" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6b9W78h8d2cijBs6NBTLMPYZohQMnYGWUpNR_wYzbGdGCbyrHurEjgiGFnrJ5sDVzhujUw0h8BgMQsZx8Yhnhw-X2h1gge6FEM-KrmP-hCkZl9Q80ho9scbYoqUEJeZBsXL5_4ulO8xI/s320/tc-premium.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Fun" target="Player" href="http://www.assistatvonline.com/canais/tc-fun.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="45" height="30" border="0" alt="tc fun" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2NCvp-T8IyUbNZLjRBVNTepXX0YIYH2ZDK6tanS-c28_z6Dak5YgptrPT3OOyHa-ezEVfmkKIRzVeQEAGaPHJjliJMXyyDncfPzhyiSDBntCmxL9Ph95jsiVp_w4C8IPasmBpn0QeKAs/s320/tc-fun.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Touch" target="Player" href="http://www.assistatvonline.com/canais/tc-touch.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tc toutch" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJjnejq7SiaNfdlEUpvf5qvImqmceGZkx_WejPDPQdj6EZTWjp3Scw3ZUc9x5GykCPzqjt7myuNa6UkVgdn4j3eg8QixbnCA3DBXmUOlGHMzBkd8c7mzQwICkMTisba4N2Urjk9f9A4S0/s320/tc-touch.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Action" target="Player" href="http://www.assistatvonline.com/master/tc-action.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tc action" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9HSOqtz84SSD4TLE5Ui1H_SBQ3lvbifjGKXg4er7MN3qePS9EL2jGqiU70syrxo3KJZC01p5EIP_xz7O7Mn3CxTKupo9_AsmN-sxxTR3NS3fBtKBpxRI7rkK7nTpVd2CWI8jXdm22bSc/s320/tc-action.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Pipoca" target="Player" href="http://brfutebol.org/canais/protegido/tcpipoca.html" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tc pipoca" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSh6lESs-8JY9VRbORBdpBwxRLCgi1SdtwQSnjS7UDGykb1kUwT6ZPD30DSygq64InArObPr81vhAPvAVLohxFu4bDfyGIQ5XM9F_VR5Vg-gmLWcu3qXYvQKh35WNGdtMG-F9GIEOTSIs/s320/tc-pipoca.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TC Cult" target="Player" href="http://www.assistatvonline.com/canais/tc-cult.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="TC Cult" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEPgKH2yb8hjnLsLW_pxtMS0h3pV-xj2imRjEg6IuUxXocM1jjvMNXuEic6p9xU4EeGZlrGsVqFuWOlCeYBdGKj37hlqcw-KPq9gf69Qm9vFjNSPBbRrWkWoLykmfE8RbfiE9mJkH9Ctk/s400/tc+cult.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="MGM" target="Player" href="http://www.assistatvonline.com/boss/mgm.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Canal MGM" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKs4lQAIFz-aZ5qbYTPh_QQxpqMLoJsybgZPwzFKI2FaWGvtsNsB34EnrbmLXps08TkiZtJmkvc9yYWc4s92xqrHLtwihVlg4bhb1GF4KJvh3CRyS57mk0nvHTCModimJeQXygkxgMPWA/s320/mgm.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="AXN" target="Player" href="http://www.assistatvonline.com/tuga/axn.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="axn" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_OhxyGV3Z8kJWEjmTBND_6S6f0CZ-WY2XPPEdbiw8FURrCvMmp1DHwXi_K4jfOdnGxV2fD2WFtX5DV7joLKNKRIuxmw2gtPcDeL50kD4PQa04yWbKyCln6jfIweU2HEVjTnq9ZSIuxuw/s320/axn.png" a="" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Sony" target="Player" href="http://www.assistatvonline.com/canais/sony.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="sony" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhz2Hi-Yg9tUrEAqhhE34TfsT8fP3ETkg6suKrOct6ZbAvPbcB15sqF3UBBoEXgJp5q3VldNzSZAdb3ek5LJbqdsiT0yJApCGjlEnnfIKeFBOEoJzfbrdt44f6D1f03LtZJlALaj369r_c/s320/sony.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Sony Spin" target="Player" href="http://www.assistatvonline.com/canais/sony-spin.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Sony Spin" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdFTMMVfSCCGYSU6SHSK4ksnAxYjAKF3HjEsskQc1JaoDyu33ICrkneV03VEl1Jm3g9YctI5AnIjf_WIV-NEPQKCyWweRBJreYEqpgC71fbRV5UYAXF2pidSCHiYYcQZiqSMH-F-_0bHA/s320/sony-spin.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Warner" target="Player" href="http://www.tvgloboonline.net/parceiros/warner.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="warner tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVB76YZQzuqIqKYahf8Yi24jr7QKTYrkrYOeizlsw-rDBHh5XIuJaYDzrsOf_lp9YmGPC7_bPc9d662LR9kNLOMrfEfgMIQrbMEbG-YzoIVZZjRQs4yNSBOwj2E68mlLz2lrF4SgLchKY/s320/warner.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="SyFy" target="Player" href="http://www.tvgloboonline.net/parceiros/syfy.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Syfy" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKs4s1ibY3xlkCE3xuFfmMn-EH8rFPmGikHhyE3obmKgh8mFDpw1cni2T8Mt8vExmSItzqzzibznUqbAm2O5puxiSvclw04ShFi5xelkaR596ybk6NMzRJKXDKslElNG5lfkwuBp-D6cY/s400/syfy.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Cine Comédia" target="Player" href="http://www.assistatvonline.com/canais/cine-comedia.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Filmes de comédia" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYbFOCw9EB8aCHFSIGyabsmbPmAmRcDXz8T7WHA-9UoXnLIi9y3iKus032mHg2D8pcj2c0PdBoCed0AMQZcMK8t7W4NaCKmbzUGT0X806p9QkeBqEQx9673j0GWy9sI-8-UbdfZN3Menc/s400/comedia.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="TLN - Novelas" target="Player" href="http://www.tvgloboonline.net/parceiros/tln.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="TLN" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPjPtOg8J8O6C4_bRl_UOtV0OaMIxNQrlonwG6M-SSYNULAECdg0koMa3mjZ1AtpK0YIUOXu9bof4nY6WNefqs3GYW8BEbJJpgRUe8FX4vBnWIC85lJwIZmJlwQkIAZA1mIkUYdz6_ftQ/s400/tln.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Chef Tv" target="Player" href="http://www.assistatvonline.com/canais/chef-tv.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Chef Tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLg-Z9ZeKUPele62Z-riIOD8OYKo-Q7TMua4_k-9Qc8lh173xXfm2R1VvFzbhZypgXHjFjXdn9V9go80xR5kcbZC-X0pKUL-8BtK435KWb4F08H3NYhyfG6FwWqyA6694NtB1mI5z3568/s320/cheftv.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Schooby Doo" target="Player" href="http://www.assistatvonline.com/canais/scooby-doo.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv SchoobyDoo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioSj5seym6XYHZO-pLpjVvT0n5PS2Rw9w3iXMIULCgnEQQn1Jq2NZZQJD2yuRBc2b8AW-B9swOqjiQOLHrFePzVl5tfxmrdPicpT9fJitltDPR_Hg1xQXj1jLIz8a2TPf2EhGx_9uvAYA/s320/schooby-doo.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Os Flintstones" target="Player" href="http://www.assistatvonline.com/canais/os-flintstones.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Os Flintstones" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxwMBpNPjrTgglXIN-MFwwPKV9aH0qri37M6K8vNx6hPazQXSNSrjTTCxvfxTboK-ZC9AfUflmUy-2KuSFUeOrhURvD9NEJr43oceguu49BRAS6VmGqmDIkaqkkEWL-Xro1dfu1yiilt4/s400/os+flintstones.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Duck Tales" target="Player" href="http://www.tvgloboonline.net/parceiros/duck-tales.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Duck Tales" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhXcCCK2Vm_8wPNcE36SGNAOmkRSHlGcCht3mRWq8nRMXU_m2KRlTOuUNCwDjUlB9bDQV6XlmRkBhyZymhIsR-BhsZUTZquDPALsHmHCvNr-0PfZvL6lS3ZCmNRJLG_x5ieyFDg4nNba8/s320/duck-tales.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Doug" target="Player" href="http://www.assistatvonline.com/canais/doug.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv Doug" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghJBW-d3YiEU_HcOniSKYafJ-QN_28vkGgVZ2mHfF7EBXhoI5GoF1pLB_yZzG0Q_bmhSWDNxP6D_0vRUhb84cs_xAkLqRMyAyItYK6rUVEQv4zbKv6oLZamZiBzUNCRTwM3RsaakNk9Mw/s320/doug.png" a="" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="I Carly" target="Player" href="http://www.assistatvonline.com/canais/icarly.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv I Carly" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgevXckVg7Q7q8wbU5YFr8pNHAK9mo-TlDcVKXf-2M945ZuWE3TvaedgGDf0ud1kKSSY-KHbt3NSF9rCBDYabI_bXCEOMffrcuLQQZrYmLpR_Ho1LUASCBJwhyphenhyphenmC351qB5ngjaqLVL3wBE/s320/icarly.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Drake &amp; Josh" target="Player" href="http://www.assistatvonline.com/canais/drake-josh.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv Drake&amp;Josh" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZGph-MGjelbdYS1eTcbeLQYljxx5GoLjGaMKu328sX8TARpj4WRHzwq9EAP1aO7jmMgq4iGFaYKk9Zyr4xWDWyX7SeXDjZnGIpppDDkA98PTkkpw6ii1MKAw4r7Clska3iOA44H0nM8g/s320/drake-josh.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Kenan &amp; kel" target="Player" href="http://www.assistatvonline.com/canais/kenan-kel.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Kenan &amp; Kel" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiK5Kyg7cg6JxdYbanxSwGBXr49qo9f4NX_iCKzfJAWBKyeBcB5bHuERhdKqBN0yV4dj2Y0bjxTLvbQj_BfVRPDhKRgIqxYlzwPRl4jjHaE4ow60Vzl_E5acXlLdUBB3a3a-I3A-R2tR0c/s320/kenanekel.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Chaves e Chapolin" target="Player" href="http://www.assistatvonline.com/icones/chaves.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="chaves tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7dJJqMgMDD4V3saJaj4xaYirR8HSytSNMFSpT4JUM-zhyphenhyphenm8JCBfv1VdoAOKydWrSEmuFUbvsMAe5UJNyUpM0OiwvvlRa91DXbof6VYeYzhVv2H6_Bwhthonk8oyAf_0wtROUfC9eg2bY/s320/chaves.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Os Simpsons" target="Player" href="http://www.assistatvonline.com/canais/simpsons.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="os simpson" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Ck-O2jZEICGhigmsJ8Dak9xpUYGUhDmMKUQiMZKEuYeG0ZAhjB_byOE0zJbpXHQNiSRYOQtdUD0Lqoah-DD1L1iXpqsAIEJBEGLfPXTe6HzpxXo7ALHNJEUENoJWYhCb4YQQEFvrYps/s320/simpsons.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Futurama" target="Player" href="http://www.assistatvonline.com/canais/futurama.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv futurama" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz_5h8xkbc4_azGyoD-L3uIsYoZz5N6Z6I-YsijgPPW2xZiEphxRY4eQ4cLyF4soxrkNDibQ1ez1NuhGZ5nO_G5PxYJK5GbOtuy5agiqfp6p4Tu0VZIh2UTLSeNSvBumtny22wQRIFJiA/s320/futurama.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Uma familia da pesada" target="Player" href="http://www.tvgloboonline.net/parceiros/family-guy.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Uma familia da pesada" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT9qEdPXtJ62KmNF452FBJ8SPs2_HrvAkm1uEQ7pfcb55IMWFmY1uPcD1kC28IIx9WlsoFmwEeIfAKFT7pyEhLnQME4wyY8dT9TrvPp1HqTE_Y5bRsMUMhFfNODG1KfegmTB5Kbh_n8mk/s320/family-guy.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="South Park" target="Player" href="http://www.tvgloboonline.net/parceiros/south-park.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="South Park" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOrBSOumKLP7-wzw1HGnlsT2-OPmQj1aNkdUe7GwuZvEc3KvfUTU77tMNVNAII5RKofmArzyJ9v4yTEzbr_1izzZwn23cr-JFarj7Z_-cMgnGwaOvo8vn0eo2xjZgboVenWfABMuT0mHc/s320/south-park.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Glee" target="Player" href="http://www.assistatvonline.com/canais/glee.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="glee tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjpk-dcy18DVYIl9zfGC8_4f9Llwhhfq8sP9iGilwIsYzjvq8zuJztQSkL8n_zZUOAcQKa525DU9-P90Tl-Z2Pmo4tEGG-RhfrRMjDb8T2DOlZcargXFRx3TTE9hZf49lEika3fhARX_o/s320/glee.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Friends" target="Player" href="http://www.assistatvonline.com/canais/friends.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv friends" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0nSZ2RGTpE0uqmg7mwuvWaJdqPd_DD-kg5pyFNxHFIXRU64KpbL6wjeizju7aClfTKVVsSLYD6ZosGNNnCVtYG5g3VaR_t0XvE4Yp3bxDVUghFkZfuIotRdUMc3laVxKnzkP6-hHwS7k/s320/friends.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="The Big Bang Theory" target="Player" href="http://www.tvgloboonline.net/parceiros/the-big-bang-theory.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="The Big Bang Theory" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzmlm8fEoZzQqcKOzqlnSgnLGSf0vXKDSgJ0bo21bqspW61YBZzcG_s5ymUJ9TyEMxhmNJsDjtMiMH_NU13BdDRiTBuImc5DEjXOQr5yvU9QJt7d-HQj7iJkoi_lK0aP1a_yBClovEvFM/s400/the+big+bang+theory.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Um maluco no pedaço" target="Player" href="http://www.assistatvonline.com/canais/um-maluco.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv series" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9C7wxGRsnyaqpNfWhraOZYto4CxL8vPmz-g1wQovHcpJFYCoznT04TLDqSqQNXM0PDmlsPTrjyJVWdY67bikEL78nA3O8Hz0Gzxq-wIrtXbEZhHzpf7ONyLThJ6HVwcH2fbKU7AoShCM/s320/maluco.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Todo mundo odeia o Chris" target="Player" href="http://www.tvgloboonline.net/parceiros/chris.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Todo mundo odeia o Chris" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVZcNPF8Jh7FNcrFoG3B9OGSglPIjURZDZinGPGOmo6JAXBnfqq_QdGWYuVRNGNVsLXf8mNYAoSyXRj0Z-fie9NerwxxxK8B-pzvsyzL5LMDcHe43dSW4ROSwE_u1mMxvzBVw0CbNCBRc/s320/chris.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Chuck" target="Player" href="http://www.assistatvonline.com/canais/chuck.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Serie Chuck" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3TBAHd2yx7BfSR2_70P_w9xzYVlyHdwKS2bUlf1T5K6myRO8UHPHDCe9qgTnF760rVLC6onMcwOKF_qrn77nyb6HkMTeYhdgsS2rePfZiMNWFvjuHVgHq4QQBrXC_DISNLXOJRcBZFgE/s400/chuck.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Stargate" target="Player" href="http://www.tvgloboonline.net/parceiros/stargate.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv Stargate" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhENJhbmOpVBcCHyYq6thyjRXnpE_DcHiZsmccVKLAxqUB7WOgxCL9GBkNBPmzKl9XGpmuEJ29wtGtqdHJm5-n_KDBkaVWCpxhVrzTI0WD-aLxeOz3XP1k69HN-8B3x-2oUWW0yBalvKzA/s320/stargate.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Heroes" target="Player" href="http://www.assistatvonline.com/canais/heroes.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Tv Heroes" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipMSb7ZExQu9rOf_RQTT-eEC8Ap1XOLnbqP6kJit8ypoKKxTfPkb1KjxyO_QjBAZUz92v5TgaERw5fFFDsovon428TX90Vsira4zzgsBBhT_x5rJHszWWFZq8__nHR9M7f6AmAoRCn8IQ/s320/heroes.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Anatomia de Grey" target="Player" href="http://www.tvgloboonline.net/parceiros/greys.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Gry´s Anatomy" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5Plu9-1PgBguc0TzsEl5vZDvKAv1FjCMcjJtQdyVwOt4QRT2h9FyN9732wWi8mGBUcQzVin9e7u3pgospnz46UcOinHw3PZCtQEeU2dOuD8Ae9F17HWspx2bHl3nBXCX0UlD9WqhdKh0/s320/greys.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img src="http://www.tvgol.me/TVGOL_arquivos/canais_arquivos/pinguins.gif" alt="sbt" width="44" border="0" height="27" /></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img src="http://static.vto.tv/imagem/ferbs.jpg" alt="f" width="53" height="36" border="0/" style="margin: 0px; padding: 0px; " /></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="The vampire diaries" target="Player" href="http://www.assistatvonline.com/canais/diario-de-um-vampiro.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="The Vampires diaries" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMyj_TraGmwg5AydPxZmGdNe6m1o-SBtKe1RF73qaatxnRE2IwGnGR2QUBtx7rO70IMteYcVSbFmtsR5s6-uLm6bjPlRDepbVQbCKxJ63fhVQwAIvBy7toBGQNST4_LrpO6jLuedIabGw/s320/vampire.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="SobreNatural" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8HD28e5szI7kkxSSW2GTtoImhDzw6GmbQ-IX1x0hHqkdJNYLwWARWv1Qtnl3NTi_F3XoZ7FEZili7nIRFIsxW_-mse_CdVRwzkpFZYkgBQP5Vo7DgAtBx-_p3_msmY2m0cgtj4a8Pvc8/s320/supernatural.png" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="CSI" target="Player" href="http://www.assistatvonline.com/canais/csi.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="csi tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglhMkXQRICfDrwVMwSCEoCmHK9mqDcz7Gy6YG6W-qnndxOOSxt4ewrQNU6DvDwaASUgPDIdMQH3cUmMoFhuNE4RMfPQizs0Nu4jVg63b3wU2qNCa9VDYUi85oOQeRsiZZXgmWibd1ZSM4/s320/csi.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="serie tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjml6WkWqqNe-CBO54kl1a9-_MiogIwE1SSYJHu0ncrhvmQp51xjOE8uCaDql2RnjD8lDNvySY39rG4c0Zmcb6X4T2fA6Mrl6FDcOTeEsO1Eoz_SEgyvKlKubXBNGWNgNCSWQ8pTAHHvOI/s320/euapatroa.png" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Prison Break" target="Player" href="http://www.assistatvonline.com/canais/prision-break.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="prison break" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghn6IqB_B11E5ezGyClpJm9niokoMjSVLPUk28vmYcDx0wpcS3YlWezNuMCuqy6O2iY7VVtj41z2dUhcXhK5PoGPIZDlTWAci2U5M801cCFLiGDuZYBNIk3gE-M3SaCPpGouI0aJZBZhQ/s320/prision-break.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Dois homens e meio" target="Player" href="http://www.tvgloboonline.net/parceiros/2emeio.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="tv series" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0fKZvFrIbHbE-BChdM_gk4y5jK4HBZlJU1u6nEDwFS20_bVoblYH3rilbbG4s4kF2JqaluhwonFpVmwpvCXYsTfrZqAmbRS5RdqokQ5tkNaxehjpnjqT5t9r9dDEnbrooyRHzSHDFnoc/s320/2homensemeio.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="24 Horas" target="Player" href="http://www.tvgloboonline.net/parceiros/24horas.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="24 horas" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdHLuiPoV-0QphGU8YsEHWRw8y09SJTticEiBI-aGl3sTJFpYArzDqJH2YcOr3Co_9ME5UWNTnHL6POzD_6xsGyaGZ6_Zkfrb9EfTe-cW2TLb6pPFOUdx1cK-epStLe_4RfFjHumNdUho/s320/24horas.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a class="tooltip" title="Grossip Girl" target="Player" href="http://www.assistatvonline.com/canais/grossip%20girl.php" style="text-decoration: none; color: rgb(102, 153, 204); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><img width="40" height="30" border="0" alt="Grossip Girl Tv" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOa1Z21M_6dczAPLYuWEyAuGZ6KtCrsy0c3MYolj2L19qAo5hBKjPKAlkVvJd5o_Dxa3ZLGVOu8cNuuhEZReMIT051JRH-yd54AF2ITThFVY8fv6WUUjtdG-jx7jsEXsItWxrMXRGh9Zg/s320/grossip-girl.png" style="border: 0px none; position: relative; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; " /></a></td><td width="53" height="36" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "></td><td height="36" align="center" width="53" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><a href="http://static.vto.tv/parceiros/ferbs.html" target="Player" style="text-decoration: none; color: rgb(37, 128, 162); margin: 0px; padding: 0px; "><br style="margin: 0px; padding: 0px; " /></a><span style="font-size: 7px; "><b></b></span></td></tr></tbody></table></td></tr></tbody></table><table class="bloco" border="0" cellpadding="0" cellspacing="0" style="color: rgb(51, 51, 51); border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; width: 1000px; text-align: center; font-family: 'times new roman'; background-color: rgb(255, 255, 255); "><tbody style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><tr bgcolor="#FFFFFF" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td align="center" width="970" height="5" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "></td></tr><tr style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><td width="440" align="center" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "><iframe title="tv online" name="Player" src="http://www.assistatvonline.com/box-principal.html" target="Player" width="468" marginwidth="1" height="385" marginheight="1" scrolling="No" frameborder="0" id="Player" style="border-width: 0px; font: inherit; vertical-align: baseline; margin: 0px; padding: 0px; "></iframe></td></tr></tbody></table>
Continue Lendo...