L'include dei file menu e laterale funziona, quello nella colonna centralre no, dov'è l'errore?

<html>
<head><title></title></head>
<body>
<TABLE width=950 cellspacing=1 cellpadding=1 align=center border=3>
<TR><TD width=150>

</TD><TD width=650>
<%
if condizione then
%>

<%
end if
%>
</TD><TD width=150>

</TD></TR>
</TABLE>
</body></html>