<%pagina = 12%> Salarium, o seu site de Remuneração e Benefícios.
<%Desconecta ObjAdoConn, rs%>

Home > Dicas

<% Dim rs If Request("pSize") = "" Then varPagSize = 10 StrSQL = "SELECT * from tbs_dicas where status = 1" Conecta ObjAdoConn, strSQL, rs if rs.EOF Then else rs.PageSize = varPagSize varPagCount = rs.PageCount If varPag > varPagCount Then varPag = varPagCount End If rs.AbsolutePage = varPag While Not rs.EOF And varCount <= varPagSize %> <% varCount = varCount + 1 rs.MoveNext() WEnd end if %>
<%=rs("titulo")%>
<%=replace(RS("resenha"),chr(13),"
")%>
" class="links" style="float:right">Leia mais...
<%fnPaginacao "dicas.asp?", varPag %>
» topo da página