viewHandler=Home;function Home(){var a=this;this.init=function(){this.base.init.call(this);this.initWorkout();this.initCompetition();this.initStreetwear()};this.initWorkout=function(){var b=document.getElementById("homeWorkout");this._addAnimationId(b);b.onmouseover=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeWorkoutProduct"),{opacity:{to:0}},0.2);xhtml.animationReferences[this.getAttribute("animationId")].animate()};b.onmouseout=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeWorkoutProduct"),{opacity:{to:1}},0.6);xhtml.animationReferences[this.getAttribute("animationId")].animate()}};this.initCompetition=function(){var b=document.getElementById("homeCompetition");this._addAnimationId(b);b.onmouseover=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeCompetitionProduct"),{opacity:{to:0}},0.2);xhtml.animationReferences[this.getAttribute("animationId")].animate()};b.onmouseout=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeCompetitionProduct"),{opacity:{to:1}},0.6);xhtml.animationReferences[this.getAttribute("animationId")].animate()}};this.initStreetwear=function(){var b=document.getElementById("homeStreetwear");this._addAnimationId(b);b.onmouseover=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeStreetwearProduct"),{opacity:{to:0}},0.2);xhtml.animationReferences[this.getAttribute("animationId")].animate()};b.onmouseout=function(){try{xhtml.animationReferences[this.getAttribute("animationId")].stop(false)}catch(c){}xhtml.animationReferences[this.getAttribute("animationId")]=new YAHOO.util.Anim(document.getElementById("homeStreetwearProduct"),{opacity:{to:1}},0.6);xhtml.animationReferences[this.getAttribute("animationId")].animate()}}};