function changecolor(){
if (!document.all) return
if (clignote.style.color=="#663366")
clignote.style.color="#000066"
else
clignote.style.color="#663366"
}
setInterval("changecolor()", 1000)
