// Define which swf file is being used
var chalet = {
  src: 'http://www.b-betternow.com/sifr/flash/chalet.swf'
};

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

// Replace an elements text
sIFR.replace(chalet, {
  selector: 'div#rightcolumn h1',
  fitExactly: true,
  tuneHeight: 1,
  wmode: 'transparent',
  css: ['.sIFR-root { color: #6F9354;}']
});

// Replace an elements text
sIFR.replace(chalet, {
  selector: 'div#main h1',
  fitExactly: true,
  tuneHeight: 1,
  wmode: 'transparent',
  css: ['.sIFR-root { color: #6F9354;}']
});

// Replace an elements text
sIFR.replace(chalet, {
  selector: 'div#callouts h1',
  fitExactly: true,
  tuneHeight: 1,
  wmode: 'transparent',
  css: ['.sIFR-root { color: #6F9354;}']
});
