  var fontcorbel = {
    src: '/Flash/corbel.swf'
  };

  var fontdax = {
    src: '/Flash/dax.swf'
  };

  var fontneotech = {
    src: '/Flash/neotech.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(fontcorbel);

  sIFR.replace(fontcorbel, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-weight: bold; background-color:#ffffff; width:99%;font-size:20px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode:'transparent'
  });
  
  sIFR.replace(fontcorbel, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-weight: bold; background-color:#ffffff; width:99%; font-size:16px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode:'transparent'
  });
  
  sIFR.replace(fontcorbel, {
    selector: '#lnlheader'
    ,css: [
      '.sIFR-root { font-size: 18px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #005fbe; }'
    ],wmode:'transparent'
  });


  sIFR.replace(fontdax, {
    selector: '.aport_top ul li'
    ,css: [
      '.sIFR-root { font-size: 14px; text-transform:none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #555555; }'
    ],wmode:'transparent'
  });

  sIFR.replace(fontcorbel, {
    selector: '.headlinebox'
    ,css: [
      '.sIFR-root { font-size:16px; font-weight: bold; color:#647693; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c1c1c1; }'
      ,'a:hover { color: #CCCCCC; }'
    ],wmode:'transparent'
  });
