var futura = { src: 'http://www.weblinxinc.com/beta/durand-products/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: #003366; text-transform:uppercase; }',
  'a {color: #003366; text-decoration: none;}',
  'a:hover {color: #003366; text-decoration: underline;}',
  'em {color: #003366; font-style:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #003366; text-transform:uppercase; }',
  'a {color: #003366; text-decoration: none;}',
  'a:hover {color: #003366; text-decoration: underline;}',
  'em {color: #003366; font-style:normal;}'
  ]
});

sIFR.replace(futura, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #003366; text-transform:uppercase; }',
  'a {color: #003366; text-decoration: none;}',
  'a:hover {color: #003366; text-decoration: underline;}',
  'em {color: #003366; font-style:normal;}'
  ]
});
