var futura = { src: '/sifr/futura.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #a80532; text-transform:uppercase; }',
  'a {color: #a80532; text-decoration: none;}',
  'a:hover {color: #a80532; text-decoration: underline;}',
  'em {color: #a80532; font-style:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #ffffff; text-transform:uppercase; }',
  'a {color: #ffffff; text-decoration: none;}',
  'a:hover {color: #ffffff; text-decoration: underline;}',
  'em {color: #ffffff; font-style:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; text-transform:uppercase; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}',
  'em {color: #000000; font-style:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h4', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #A90533; text-transform:uppercase; }',
  'a {color: #A90533; text-decoration: none;}',
  'a:hover {color: #A90533; text-decoration: none;}',
  'em {color: #DDAC26; font-style:normal;}',
  'strong {color: #0192A2; font-weight:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h5', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #EB6424; text-transform:uppercase; }',
  'a {color: #EB6424; text-decoration: none;}',
  'a:hover {color: #EB6424; text-decoration: none;}',
  'em {color: #7AA03F; font-style:normal;}',
  'strong {color: #6E5882; font-weight:normal;}'
  ]
});
sIFR.replace(futura, {
  selector: 'h6', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #A97C50; text-transform:uppercase; }',
  'a {color: #A97C50; text-decoration: none;}',
  'a:hover {color: #A97C50; text-decoration: none;}'
  ]
});
