<script type="text/javascript">
if (!document.getElementById('blink').style.color)
document.getElementById('blink').style.color="red"
if (document.getElementById('blink').style.color=="red")
document.getElementById('blink').style.color="black"
document.getElementById('blink').style.color="red"
timer=setTimeout("blinklink()",100)
<body onload="blinklink()" onunload="stoptimer()">
<a id="blink" href="/">闪烁的链接</a>