Hallo!
<script language="javascript">
function wechsel(a)
{
document.getElementById('zelle1').style.backgroundColor=a;
}
document.write ("<table border='1' cellspacing='0'><tr><td id='zelle1' bgcolor='red' onmouseover='wechsel("blue")' onmouseout='wechsel("red")'> Hallo !! </td></tr></table>");
</script>
Sowas ??
Kannst du noch entsprechend ausbauen ...
Gruß Frodo