var centaur = { src: '/chalet.swf' };
sIFR.activate(centaur);
sIFR.replace(centaur, {
  selector: '#center h1',
  css: '.sIFR-root { color: #e19525; letter-spacing: 0; }',
  forceSingleLine: true,
  wmode: 'transparent'
});
sIFR.replace(centaur, {
  selector: '.navigation h2',
  css: '.sIFR-root { color: #ffffff; letter-spacing: 0; }',
  wmode: 'transparent'
});
sIFR.replace(centaur, {
  selector: '#footer h2, #servicebox h2',
  css: '.sIFR-root { color: #e19525; letter-spacing: 0; }',
  forceSingleLine: true,
  wmode: 'transparent'
});
sIFR.replace(centaur, {
  selector: '#slogan h2',
  css: '.sIFR-root { color: #e19525; letter-spacing: 0; }',
  forceSingleLine: true,
  filters: {
    DropShadow: {
      distance: 1
      ,color: '#ffffff'
      ,strength: 2
      ,blurX: 0
      ,blurY: 0
    }
  },
  wmode: 'transparent'
});
sIFR.replace(centaur, {
  selector: '#slogan h3',
  css: '.sIFR-root { color: #ffffff; letter-spacing: 0; }',
  forceSingleLine: true,
  wmode: 'transparent'
});