After this:
PHP Code:
</smallfont></td>
</tr>
add this:
PHP Code:
<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='{tableheadbgcolor}';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#ff0000';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor='{tableheadbgcolor}';
x=0;
set=0;
}
}
// End -->
</script>
is the rest of it.