var font = { src: 'font.swf' };

sIFR.activate(font);


sIFR.replace(font, {
  selector: 'h2.grey',
  css: '.sIFR-root { background-color: none; color: #1b1c20; font-size: 1.5em; text-transform: uppercase; }',
  wmode: 'transparent',
  preventWrap: true,
  tuneHeight: -6
});

sIFR.replace(font, {
  selector: 'h2.white',
  css: '.sIFR-root { background-color: none; color: #ffffff; font-size: 1.5em; text-transform: uppercase; }',
  wmode: 'transparent',
  preventWrap: true,
  tuneHeight: -6
});

sIFR.replace(font, {
  selector: 'div.large_right h4',
  css: '.sIFR-root { background-color: none; color: #ffffff; font-size: 1em; }',
  wmode: 'transparent',
  preventWrap: true,
  tuneWidth: 12
});

sIFR.replace(font, {
  selector: 'form.email_subscribe label',
  css: '.sIFR-root { background-color: none; color: #ffffff; font-size: 1em; }',
  wmode: 'transparent',
  preventWrap: true,
  tuneWidth: 12
});

/*
sIFR.replace(jupiterpro, {
  selector: 'ul#aotm li h2',
  css: '.sIFR-root { background-color: #877569; color: #f8f6e9; }',
  preventWrap: true,
  tuneWidth: 12,
  tuneHeight: -5
});

sIFR.replace(jupiterpro, {
  selector: 'ul#aotm li h2.biography',
  css: '.sIFR-root { background-color: #a39589; color: #f8f6e9; }',
  preventWrap: true,
  tuneWidth: 12,
  tuneHeight: -5
});
*/