if (window.fontSizer) {
  fontSizer.init();
}

if(window.labelizor) {
  labelizor.init(["qstr"]);
}

if(window.ieHover) {
  ieHover.selectors = {
      '.mnav li' : { hoverClass : 'lihover' }
  };
  ieHover.init();
}

// Remove the temporary <style id="noContentFlashHack" /> element created by the file removeflicker.js
// running this function here gives faster results than hooking it to the window.onload event.
(function(){

  var c = DOM.$("noContentFlashHack");
  if (c) { c.parentNode.removeChild(c); }

})();


