<html>
<head>
<title>Casinos online com review e ranking de casino. Seu guia consultor para os melhores Bingos, Cassinos e Loterias. Cassinos</title>
<meta name="Description" Content="Club Apostar oferece um ranking de cassinos online completo. Ranking de Bingos, Casinos e Loterias atualizados diariamente com review e bonus. Nossa equipe oferece dicas de apostas e noticias sobre jogos no brasil. Confira os resultados das loterias aqui.">
<meta name="keywords" Content="cassino, cassino online, casino, casino online, casinos, casinos, bonus, online, loteria, loto, jogo, aposta, dinheiro, poker, porker room, blackjack, roleta, 21, slot, slots, caça niquel, caça niqueis, online">
<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 width="243"><img src="img/img_bingo1.jpg" width="248" height="152"></td>
          <td width="537" height="110"><!--#include file="inc/top_img.asp" --></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" height="300" background="img/lado2.jpg">
              <tr>
                <td><!--#include file="inc/menu.asp" --></td>
              </tr>
            </table>
          </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/p_tit_cassinos.gif" width="102" height="20"><br>
                  <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="cassinos_cad.asp"><img src="img/cadastre_seucassino.gif" width="161" height="13" border="0"></a></font></td>
                    </tr>
                  </table>
                  <br>
                  <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_nome = '"&f_estado&"'"
		elseif f_estado = "" OR f_estado = "Todos" then
		f_estado = ""
		end if
		if f_busca <> "" then
		f_busca = " AND cas_nome like '%"&f_busca&"%'"
		else
		end if

//Quando abre o site
		if f_codigo = "" then
		queryselcasino = "SELECT * FROM casino                          "&_
		                 "  WHERE cas_ativo = true                      "&_
						 "  AND cas_destaque = true"&f_busca&f_estado&" "&_
						 "ORDER BY cas_rating DESC, cas_codigo DESC     "
        set i_query = Conexao.Execute(queryselcasino)
        do while not i_query.eof
%>
                <td width="59%" height="12">
                  <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="<%= i_query("cas_url") %>" target="_blank"><b><%=i_query("cas_nome")%></b></a></font></td>
                      <td width="65"> <%
                  est = i_query("cas_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("cas_descricaopt"),200), chr(13), "<br>") %>.....
		<br><font size="1" color="red"> <b> > </b> </font> <font size="1" class="tab">&nbsp;<a href="cassinos.asp?codigo=<%= i_query("cas_codigo") %>"><b> Review completo</b></a></font>
		<font size="1" class="tab">&nbsp;<a href="<%= i_query("cas_url") %>" target="_blank"><b> Acessar o website</b></a></font>



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

  elseif f_codigo <> "" then
%> <%
		queryselcasino = "SELECT * FROM casino WHERE cas_codigo="&f_codigo
        set i_query = Conexao.Execute(queryselcasino)
%>
              <td width="59%" height="12">
                  <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="<%= i_query("cas_url") %>" target="_blank"><%=i_query("cas_nome")%></a></font></td>
                      <td width="65"> <%
                     est = i_query("cas_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"> <%=i_query("cas_descricaopt")%>
                  <br>
                  <br>
                  </font></td>
              </tr>
              <%
  end if
 %>
            </table>

          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!--#include file="inc/rodape.asp" -->
</body>
</html>
