document.addEvent("domready",function(){var c=$$("#header a img");var b=new Array();var a=new Array();c.forEach(function(f,e){f.setStyle("display","block");f.setStyle("opacity",0.0001);var d=new Fx.Tween(f,{duration:400});var g=new Fx.Tween(f,{duration:750});b.push(d);a.push(g);f.addEvent("mouseenter",function(i,j,h){a[h].cancel();b[h].start("opacity",j.getStyle("opacity"),1);}.bindWithEvent(f,[f,e]));f.addEvent("mouseleave",function(i,j,h){b[h].cancel();a[h].start("opacity",j.getStyle("opacity"),0.0001);}.bindWithEvent(f,[f,e]));});});
