<!--

function flashit(){
if (!document.all)
return
if (tableflash.style.borderColor=="yellow")
tableflash.style.borderColor="maroon"
else
tableflash.style.borderColor="yellow"
}
setInterval("flashit()", 1000)
//-->
