English
<!--Put the following code into the head area--> <SCRIPT LANGUAGE="JavaScript"> <!-- var a,b,go,word; function greenlight(word){ a="Website Building Academy"; word .style.color="red"; linkSwitch(); } //more javascript from http://www.downcodes.com 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="Website Building Academy"; word. style.color="blue"; } //--> </SCRIPT> <!--Insert the following code between the <body> and </body> of the html code: --> <A HREF="http: //www.downcodes.com" onmouseover="greenlight(this)"; onmouseout="stp(this)"><span id="esh"> Website Building Academy</span></A>