(function (callBack,scope) {
    var scope = scope || window;
    var args = [];
    for (var i=2, len = arguments.length; i < len; ++i) {args.push(arguments[i]);};
    if (document.all)
    {   
        if(!document.getElementById('WhenDomReady_element'))
        {document.write("<scr" + "ipt id=\"WhenDomReady_element\" defer=true " + "src=//:><\/scr" + "ipt>");  } 
        document.getElementById('WhenDomReady_element').attachEvent("onreadystatechange",function(){
            if (document.getElementById('WhenDomReady_element').readyState=="complete"){
                callBack.apply(scope, args);
            }
        });
    }
})(function(){var newNavMouseOver = function () {
this.className = this.className + ' hover';
};

var newNavMouseOut = function () {
this.className = this.className.replace('hover','');
};var lis = document.getElementById('new-navigation').getElementsByTagName('li');
  for (var i = 0; i < lis.length; i++) {
   lis[i].onmouseover = newNavMouseOver;
   lis[i].onmouseout = newNavMouseOut;
  }},window);


  
