var annifont = { src: '/swf/annifont.swf' };
sIFR.useStyleCheck = false;
sIFR.useDomLoaded = true;
sIFR.activate(annifont);

sIFR.replace(annifont, {
  selector: 'h1.annifont',
  wmode: 'transparent',
  css: '.sIFR-root { color: #0E3E04; background-color:#f3f9e8; }'
});
sIFR.replace(annifont, {
  selector: 'h2.annifont',
  wmode: 'transparent',
  css: [
    '.sIFR-root { color: #0E3E04; background-color:#f3f9e8; }',
    'a {color: #CE6517; text-decoration:none; }',
    'a:hover {color: #0E3E04; text-decoration:none; }'
    ]
});

sIFR.replace(annifont, {
  selector: 'div.kop3.annifont',
  wmode: 'transparent',
  css: [
  '.sIFR-root { color: #CE6517; background-color:#f3f9e8; }',
  'a {color: #CE6517; text-decoration:none; }',
  'a:hover {color: #0E3E04; text-decoration:none; }'
  ]
});

