function sfHover(){var b=$$(".l1 li");b.each(function(a){a.onmouseover=function(){this.className+=" hv2"};a.onmouseout=function(){this.className=this.className.replace(/ hv2\b/,"")}});b=$$("#column2 li");b.each(function(a){a.onmouseover=function(){this.className+=" hv2"};a.onmouseout=function(){this.className=this.className.replace(/ hv2\b/,"")}})}window.attachEvent&&window.attachEvent("onload",sfHover);