<% if(String(miscBody("pageContent")) != "null" )
{ %>
<%=addBreaks(miscBody("pageContent"))%>
<%
}
if(!yearX.eof)
{%>
<% while(!yearX.eof)
{
var SQL3 = "SELECT DISTINCT yearX FROM mpiJansen_pressRelease";
pr = conn.execute(SQL3);
while(!pr.eof)
{
if(String(pr("yearX")) == String(yearX("yearX")))
{%>
| <%=yearX("yearX")%> |
<%
}
pr.movenext;
}
%>
|
<%
var SQL3x = "SELECT * FROM mpiJansen_pressRelease";
SQL3x += " ORDER BY yearX ASC";
pr1 = conn.execute(SQL3x);
while(!pr1.eof)
{
if(String(pr1("yearX")) == String(yearX("yearX")))
{%>
<%=pr1("titleX")%>
<%=addBreaks(pr1("pressRelease"))%>
|
<%
}
pr1.movenext;
}
yearX.movenext;
}
var SQLcount ="SELECT COUNT(*) AS Expr1 FROM mpiJansen_pressRelease";
recCount = conn.execute(SQLcount);
if(recCount(0) > 5)
{
%> |
 |
<%
}%>
<% }%>