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

sIFR.replace(carefree, {
  selector: 'h1',
  css: '.sIFR-root { color: #ffffff; }',
  wmode: 'transparent'
});

sIFR.replace(carefree, {
  selector: '#main h2',
  css: '.sIFR-root { color: #693a33; }',
  wmode: 'transparent'
});
