Hintergrund einer Tabellenzelle wechselt

     
     
     
Dieser Teil des Scripts kommt in den Bodybereich

<table width="449" border="0" cellspacing="10" cellpadding="10" align="center" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FF0000" onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#FF0000';">&nbsp;</td>
<td bgcolor="#009900"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#009900';">&nbsp;</td>
<td bgcolor="#0033CC"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#0033CC';">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#0000CC"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#0000CC';">&nbsp;</td>
<td bgcolor="#FF0000"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#FF0000';">&nbsp;</td>
<td bgcolor="#009900"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#009900';">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#009900"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#009900';">&nbsp;</td>
<td bgcolor="#0000CC"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#0000CC';">&nbsp;</td>
<td bgcolor="#FF0000"onMouseOver="this.bgColor='#FFff00';" onMouseOut="this.bgColor='#FF0000';">&nbsp;</td>
</tr>
</table>