// Define which swf file is being used
var lucidaFax = {
  src: 'http://capsdentalplan.com/sifr/flash/lucida.swf'
};

// Activate the font
sIFR.activate(lucidaFax);

// Replace an elements text
sIFR.replace(lucidaFax, {
  selector: 'div#main h1',
  tuneHeight: -5,
  tuneWidth: 100,
  fitExactly: true,
  wmode: 'transparent',
  css: ['.sIFR-root { color: #1e7753;, font-style:italic; }']
});

sIFR.replace(lucidaFax, {
  selector: 'div#side_wrap h2',
  fitExactly: true,
  tuneHeight: -5,
  wmode: 'transparent',
  css: ['.sIFR-root { color: #FFFFFF;, font-style:italic; }']
});