in dem du deine Tabellen abhängig von deiner Bedingung mit document.write ausgeben laesst
hallo ich habe fersucht aber da ist noch was falsch :
<html><head><title>Test</title>
</head><body>
<script type="text/javascript">
<!--
#### hier kommt die abfrage ####
document.write("<table width="141" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="141" height="151" valign="top" bgcolor="#FF0000"> </td>
</tr>
</table>");
//-->
</script>
</body></html>