var nadia = { src: '/code/nadia.swf' };
var mank = { src: '/code/mank.swf' };
sIFR.activate(nadia);

sIFR.replace(nadia, {
  selector: '#homeSpeel h1',
  css: '.sIFR-root { color:#555555; text-align:center; }',
  wmode: 'transparent',
  fixWrap: true
});

sIFR.replace(nadia, {
  selector: '#content h1',
  css: '.sIFR-root { color:#91c0ff; }',
  wmode: 'transparent',
  fixWrap: true,
  forceSingleLine: true
});

sIFR.replace(mank, {
  selector: '#footer h1',
  css: '.sIFR-root { color:#444444; }',
  wmode: 'transparent',
  fixWrap: true,
  forceSingleLine: true
});

sIFR.replace(nadia, {
  selector: '#quoteContentRight h4',
  css: '.sIFR-root { color:#999999;text-align:right; }',
  wmode: 'transparent'
});