var euphemia = { src: 'http://www.webrocketvideo.com/sifr/euphemia-bold.swf' };

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

sIFR.replace(euphemia, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #FFFFFF; text-transform:uppercase;}',
  'a {color: #FFFFFF; text-decoration: none;}',
  'a:hover {color: #FFFFFF; text-decoration: underline;}',
  'em {font-size: 16px; font-style:normal;}'
  ]
});

sIFR.replace(euphemia, {
  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;}'
  ]
});
