var chalet = { src: 'swf/chalet.swf' };
sIFR.activate(chalet);

sIFR.replace(chalet, {
  selector: 'div.header h1',
  css: '.sIFR-root { color: #952912; text-align: right; }',
  wmode: 'transparent',
  offsetTop: 3,
  offsetLeft: 3
});

sIFR.replace(chalet, {
  selector: 'div.header h2',
  css: '.sIFR-root { color: #727272; text-align: right; }',
  wmode: 'transparent',
  offsetLeft: 3
});

