var eras = { src: 'sifr/eras.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(eras);

sIFR.replace(eras, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #62481b; }',
  'a {color: #62481b; text-decoration: none;}',
  'a:hover {color: #62481b; text-decoration: underline;}'
  ]
});

sIFR.replace(eras, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #62481b; }',
  'a {color: #62481b; text-decoration: none;}',
  'a:hover {color: #62481b; text-decoration: underline;}'
  ]
});