<!--

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