<!--
function flashit()
{
if (!document.all)return;
if (myexample.style.color=="red")myexample.style.color="white";
else myexample.style.color="red"}setInterval("flashit()", 500)
//-->
