<% if(String(miscBody("pageContent")) != "null" && String(miscBody("pageContent")) != "")
{ %>
<%=addBreaks(miscBody("pageContent"))%>
<%
}
if(!yearX.eof)
{%>
|
<% while(!yearX.eof)
{
var SQL3 = "SELECT DISTINCT yearX FROM mpiJansen_awards";
awards = conn.execute(SQL3);
while(!awards.eof)
{
if(String(awards("yearX")) == String(yearX("yearX")))
{%>
| <%=yearX("yearX")%> |
<%
}
awards.movenext;
}
%>
|
<%
var SQL3x = "SELECT * FROM mpiJansen_awards";
SQL3x += " ORDER BY yearX ASC";
awards1 = conn.execute(SQL3x);
while(!awards1.eof)
{
if(String(awards1("yearX")) == String(yearX("yearX")))
{%>
<%=addBreaks(awards1("award"))%>
|
<%
}
awards1.movenext;
}
yearX.movenext;
}
var SQL4x = "SELECT * FROM mpiJansen_awards";
awards3 = conn.execute(SQL4x);
if(!awards3.eof)
{
%> |
 |
<%
}%>
<% }%>