
<!--
function changecolor(){
if (!document.all) return
if (clignote.style.borderColor=="yellow")
  clignote.style.borderColor="red"
  else
  clignote.style.borderColor="yellow"
  }
  setInterval("changecolor()", 500)
//-->
