请教关键字鼠标特效问题
http://news.163.com/07/0926/14/3PASR6N60001121M.html 
 问下 
 这个网站的关键字加亮鼠标特效怎么做出来的 
 我查看   了他的代码 
 没发现ONMOUSEOVER特效呀 
 请各位高手帮帮我
------解决方案--------------------
 <nobr id= "key2 " onmousemove= "kwM(7); " onmouseout= "kwL(event, this); " onmouseover= "kwE(event,7, this); " oncontextmenu= "return false; " target= "_blank " onclick= "return kwC(); " style= "border-bottom: 0px dotted; text-decoration: underline; color: rgb(102, 0, 255); background-color: transparent; "> 谷歌 </nobr>  
 js实现的你可以把它的代码扒下来,呵呵