window.addEvent('domready', function() {

    /*$('theLeftRailBg').setStyle('opacity', 0.03);
    $('theRightRailBg').setStyle('opacity', 0.03);
    $('theLeftRail').setStyle('visibility', 'visible');
    $('theRightRail').setStyle('visibility', 'visible');
    $('theLeftRailBg').setStyle('visibility', 'visible');
    $('theRightRailBg').setStyle('visibility', 'visible');*/

    /*$('theHolderOftheH').fx = new Fx.Morph($('theHolderOftheH'), { duration: 300, link: 'cancel', transition: Fx.Transitions.Quad.easeOut });
    $('theHolderOfthe4').fx = new Fx.Morph($('theHolderOfthe4'), { duration: 300, link: 'cancel', transition: Fx.Transitions.Quad.easeOut });

    $('theWhere').fx = new Fx.Morph($('theWhere'), { duration: 200, link: 'cancel', transition: Fx.Transitions.Quad.easeOut });
    $('theWhat').fx = new Fx.Morph($('theWhat'), { duration: 200, link: 'cancel', transition: Fx.Transitions.Quad.easeOut });
    $('theWho').fx = new Fx.Morph($('theWho'), { duration: 200, link: 'cancel', transition: Fx.Transitions.Quad.easeOut });*/

    /*if(Browser.Engine.trident)
        window.document.addEvent('mousemove', checkMousePoint);
    else
        window.addEvent('mousemove', checkMousePoint);*/
    
});
