<html><head><title>Poker online com torneios, bonus e review de poker na internet</title>
<meta name="Description" Content="Jogue poker com varias pessoas nos sites de poquer listados no Club Apostar. Várias salas de poquer para jogar grátis cp, pessoas do mundo todo.">
<meta name="keywords" Content="poker, poquer, poker online, poker gratis, livros de poker, regras do poker, fichas de poker, regras poker, como jogar poker, bonus, poker multiplayer, texas hold em, texas, free poker games, multi-player poker, multi-player poker games, strip poker">
<META name="allow-search" content="yes">
<META name="audience" content="all">
<META name="robots" content="all, index, follow">
<META name="revisit-after" content="2 days">
<META name="Rating" content="General">
<META name="Language" content="portuguese">
<META name="distribution" content="global">
<META name="Classification" content="games">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" href="padrao.css">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

</head>
<!--#include file="inc/conect.inc"-->
<body bgcolor="003200" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="780" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td height="40">
      <table width="780" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="img/img_paus1.gif" width="248" height="152"></td>
          <td height="22" valign="top">
            <div align="right"><!--#include file="inc/top_img.asp" --></div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr valign="top">
    <td height="444" width="780">
      <table width="780" border="0" cellspacing="0" cellpadding="0" height="444">
        <tr>
          <td width="248" valign="top">
            <table width="243" border="0" cellspacing="0" cellpadding="0" background="img/lado1.jpg" height="300">
              <tr valign="top">
                <td><!--#include file="inc/menu.asp" --></td>
              </tr>
            </table>

<center><br>
<a title="everest poker" href="http://sev4ifmxa.com/click/WEE6U2FsdGVkX191QKKvq-1BBLhO85ifyIpP3djKocCCRAoV5SasH5eC9fv0TlrkIGlksYiEW3PIzwI=/"><b>Everest Poker</b><br>
<img src="http://sev4ifmxa.com/image/WEE6U2FsdGVkX191QKKvq-1BBLhO85ifyIpP3djKocCCRAoV5SasH5eC9fv0TlrkIGlksYiEW3PIzwI=/"></a>
</center>
            <br>
            <br>
          </td>
          <td valign="top"> <div align="center"><br>
            <!--#include file="inc/banner.asp" --><br>
            <br>
          </div>
            <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="59%" height="30" valign="top"><img src="img/top_poker.gif">
                  <table width="100%%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="73%"><font size="1" class=dot>..........</font><font size="1" class=dot>.............</font><font size="1" class=dot>..........</font><font size="1" class=dot>.............</font><font size="1" class=dot>..........</font><font size="1" class=dot>.............</font><font size="1" class=dot>..........</font><font size="1" class=dot>.............</font></td>
                      <td width="27%"><font size="2"><a href="poker_cad.asp"><img src="img/cadpoker.jpg" border="0"></a></font></td>
                    </tr>
                  </table><br>
<font size=2>
<!--
<font size=2><b>Poker - jogue poker na internet e participe de torneios satellites para os maiores eventos.</b><br>
<font size=2>
Confira os destaques de nossa �rea de poker online. Os sites abaixo foram testados e aprovados por nossa equipe. Consulte as regras do poker acessando nossa <a href="http://www.clubapostar.com/regras.asp">se��o de regras</a>
<br><br>

<font size=2>
<p align=center>
<table width="466" border="0" cellspacing="2" cellpadding="0" height="19">
 <tr>
  <td width="13" height="16" bgcolor="#819981">&nbsp;</td>
  <td width="387" bgcolor="#004800" height="20"> <font size="1" class="tab">
    &nbsp; <a href="http://www.everestpoker.com.br" target="_blank">Everest Poker</a>
  </td>
 </tr>
</table>
<a href="http://www.everestpoker.com.br" target="_blank"><li> Everest Poker</a>
$100 em b�nus para jogar. Primeiro software de poker oferecido em portugu�s.
<a href="http://www.everestpoker.com.br" target="_blank">clique aqui e jogue no Everest Poker<br>
<center><img src="banner/everest.gif" border="0"></a></center>
-->
<font size="1"><a title="jogar poker online valendo dinheiro" href="http://www.casinobillionaire.com/poker-em-portugues/"><b>Jogar Poker online valendo dinheiro</b></a> - apresentamos uma selecção completa para sua acção no poker online. São vários sites que oferecem bónus, torneios e promoções incluindo entrada em grandes torneios. O que é melhor : todos são sites de <a title="poker online em portugues" href="http://www.casinobillionaire.com.pt/poker-online/"><b>poker online em portugues</b></a> !

                  <br>
		Procure onde jogar poker em seu estado !
                  <form name="form_busca" method="post" action="poker-online.asp">
                    <table width="90%" border="0" cellspacing="0" cellpadding="0" bgcolor="#004800" height="40">
                      <tr valign="middle">
                        <td width="17%"><font size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="img/tit_busca.gif" width="44" height="15"></font></td>
                        <td width="83%">
                          <select name="menu_estado">
                            <option value="Todos">Todos</option>
                            <%
        queryselest = "SELECT * FROM estado WHERE est_eng = false ORDER BY est_nome ASC"
        set i_query = Conexao.Execute(queryselest)
        do while not i_query.eof
%>
                            <option value="<%= i_query("est_codigo") %>"><%= i_query("est_nome") %></option>
                            <%
		i_query.movenext
		loop
%>
                          </select>
                          &nbsp;&nbsp;
                          <input type="text" name="busca">
                          &nbsp;
                          <input type="submit" name="Submit" value="Enviar" class=but>
                        </td>
                      </tr>
                    </table>
                  </form>
                  <br>
                </td>
              </tr>
              <tr> <%
        f_codigo = request("codigo")
f_codigo = Replace(f_codigo, "'", "")
        f_estado = request("menu_estado")
        f_busca = request("busca")
		if f_estado <> "" AND f_estado <> "Todos" then
		f_estado = " AND est_codigo = "&f_estado&""
		elseif f_estado = "" OR f_estado = "Todos" then
		f_estado = ""
		end if
		if f_busca <> "" then
		f_busca = " AND lot_nome like '%"&f_busca&"%'"
		else
		end if

//Quando abre o site
		if f_codigo = "" then
		querysellot = "SELECT * FROM loteria                              "&_
		                 "  WHERE lot_ativo = true                        "&_
						 "  AND lot_descricao_pt<> ''"&f_busca&f_estado&" "&_
						 "ORDER BY lot_rating DESC, lot_codigo DESC       "
        set i_query = Conexao.Execute(querysellot)
        do while not i_query.eof
%>
                <td width="59%" height="12">
                  <table width="466" border="0" cellspacing="0" cellpadding="0" height="19">
                    <tr>
                      <td width="13" height="16" bgcolor="#819981">&nbsp;</td>
                      <td width="387" bgcolor="#004800" height="16"> <font size="1" class="tab">&nbsp;<a href="<%= i_query("lot_url") %>" target="_blank"><%=i_query("lot_nome")%></a></font></td>
                      <td width="65"> <%
				est = i_query("lot_rating")/2

                		for i= 1 to est
                              response.write("<img src='img/diamante.gif' width='13' height='10'>")
                 next
%> </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td width="59%"><font size="2"> <%=replace(Left(i_query("lot_descricao_pt"),200), chr(13), "<br>") %>....
		<br><font size="1" color="red"> <b> > </b> </font> <font size="1" class="tab">&nbsp;<a href="poker-online.asp?codigo=<%= i_query("lot_codigo") %>"><b> Review completo</b></a></font>
		<font size="1" class="tab">&nbsp;<a href="<%= i_query("lot_url") %>" target="_blank"><b> Acessar o website</b></a></font>



                  <br><br><br>
                  </font></td>
              </tr>
              <%    i_query.movenext
  loop

    elseif f_codigo <> "" then
%><%
		queryselloteria = "SELECT * FROM loteria WHERE lot_codigo="&f_codigo
        set i_query = Conexao.Execute(queryselloteria)
%>
              <td width="59%" height="12">
                  <table width="466" border="0" cellspacing="0" cellpadding="0" height="19">
                    <tr>
                      <td width="13" height="16" bgcolor="#819981">&nbsp;</td>
                      <td width="387" bgcolor="#004800" height="16"> <font size="1" class="tab">&nbsp;<a href="<%= i_query("lot_url") %>" target="_blank"><%=i_query("lot_nome")%></a></font></td>
                      <td width="65"> <%
                 	est = i_query("lot_rating")/2

                 		for i= 1 to est
                   response.write("<img src='img/diamante.gif' width='13' height='10'>")
                 next
%> </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td width="59%" height="89"><font size="2"> <%=i_query("lot_descricao_pt")%>
                  </font></td>
              </tr>
              <%
  end if
 %>
              <tr>
                <td>
                  <div align="right"> </div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!--#include file="inc/rodape.asp" -->
</body>
</html>
