var fago = {
  src: 'voetbal/flash/fagocobold.swf', 
  wmode: 'transparent',
  forceSingleLine: 'true' };
  
sIFR.activate(fago);

 sIFR.replace(fago, {
    selector: 'h1.voetbal'
    , fitExactly:true, tuneWidth: 20, css: [
      '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: normal; }'
    ]
  });

/* 
 sIFR.replace(fago, {
    selector: 'h2'
    , fitExactly:true, tuneWidth: 20, css: [
      '.sIFR-root { color: #97be0d; text-transform: uppercase; font-size: 36px; font-weight: normal; }'
    ]
  });
 
  sIFR.replace(fago, {
    selector: 'h3'
    , fitExactly:true, tuneWidth: 20, css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-size: 18px; font-weight: normal; }',
      '.groen { color: #97be0d; }',
      '.roze { color: #8e004d; }'
    ]
  });
*/