<% if VersaoDb = 1 then set rs = abredb.execute("SELECT idprod, nome, preco FROM produtos ORDER BY contador DESC LIMIT 0,3") else set rs = abredb.execute("SELECT TOP 3 idprod, nome, preco FROM produtos ORDER BY contador DESC") end if cont = 1 if not rs.eof then for x = 1 to 3%> <%cont = cont + 1%> <%rs.movenext%> <%next%> <%end if%>
  <%= strLg274 %>
" onMouseOut="window.status='';return true;" onMouseOver="window.status='+ Detalhes';return true;" style="text-decoration: none;"><%=rs("nome")%>
<%= strlgMoeda & " " & formatnumber(rs("preco"),2)%>
  <%= strLg158 %>
   
<%= strLg159 %>