--<script language="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a="歡迎光臨Yahoo!奇摩"; word.style.color="red"; linkSwitch(); } function linkSwitch(){ clearTimeout(go); b=a; a=a.substring(1,100)+a.charAt(0); esh.innerText=a; go=setTimeout("linkSwitch()",100); } function stp(word){ clearTimeout(go); esh.innerText="感謝您的光臨"; word.style.color="blue"; } --> </script>--
--<center> <a href=" http://tw.yahoo.com/ " target="_blank" onMouseOver="greenlight(this)"; onMouseOut="stp(this)"><span id="esh">Yahoo!奇摩</span></a> </center>--