/* for custom website font */
   var h1_font = {
    src: 'websitefontdata/fonts/___halo[regular][italic][bold].swf'
  };
   var h2_font = {
    src: 'websitefontdata/fonts/___morpheus[regular][italic][bold].swf'
  };
  sIFR.useStyleCheck = false;
  sIFR.fixHover = true;
  sIFR.fitExactly = true;
  sIFR.repaintOnResize = true;
  sIFR.preserveSingleWhitespace = false;
  sIFR.fromLocal = true;
  sIFR.activate(h1_font, h2_font);
  sIFR.replace(h1_font, {selector: 'h1',
    css: [
      '.sIFR-root { line-height: 1em; margin-bottom: 0px; font-size: 45px; color: #FFFFFF; background-color: #000000; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
      'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #FF0000; }'
    ],
    filters: {
    },
    wmode: 'transparent'
  });
  sIFR.replace(h2_font, {selector: 'h2',
    css: [
      '.sIFR-root { line-height: 1em; margin-bottom: 0px; font-size: 36px; color: #FFFFFF; background-color: #000000; text-align: center; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
      'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #FF0000; }'
    ],
    filters: {
    },
    wmode: 'transparent'
  });
