<% if(array_hoje.length==0 && array_amanha.length==0 && array_hoje_futuro==0 ) { %>

DIRETOS | AGORA

Não existem diretos de momento

<% } else { %>

DIRETOS | AGORA

<% if(array_hoje.length!=0) { %> <% for(var i=0; i
<% var this_title = array_hoje[i].title; if(this_title.length > 78) { this_title = this_title.substring(0,78) + "..."; } %>

<%=this_title %>

<%=array_hoje[i].comissao%>

Descrição:

<%=array_hoje[i].desc %>

IR PARA DIRETO
EM EXIBIÇÃO
<% if(array_hoje[i].desc!=null){ %>
SABER MAIS
<% } %>
<% } }else if(array_hoje.length==0 && array_hoje_futuro.length!=0 || array_amanha.length!=0){%>

Não existem diretos de momento

<% } if(array_hoje_futuro.length!=0){%>

DIRETOS | Seguintes

<% for(var l=0; l
<%=horas[0] + ":" + horas[1] %>

<%= array_hoje_futuro[l].title%>

<%= array_hoje_futuro[l].comissao%>


Descrição:

<%=array_hoje_futuro[l].desc %>

<% if(array_hoje_futuro[l].desc!=null){ %>
SABER MAIS
<% } %>
<% } } %> <%if(array_amanha.length!=0){%>

DIRETOS | Agendados para amanhã (<%=array_amanha.dia_semana %>)

<% for(var l=0; l
<%=horas[0] + ":" + horas[1] %>

<%= array_amanha[l].title%>

<%= array_amanha[l].comissao%>


Descrição:

<%=array_amanha[l].desc %>

<% if(array_amanha[l].desc!=null){ %>
SABER MAIS
<% } %>
<% } } %> <% } %>