if (window.fontSizer) 
{
  fontSizer.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 = $("noContentFlashHack");
  if (c) { c.parentNode.removeChild(c); }

})();