var bickham = {
  src: 'http://www.loriearley.com/components/flash/bickham.swf'
};

sIFR.activate(bickham);

sIFR.replace(bickham, {
  selector: 'H1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #655458; }'
    ]
  });

sIFR.replace(bickham, {
  selector: 'H2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #655458; }'
    ]
  });

var itcag = {
  src: 'http://www.loriearley.com/components/flash/itcag.swf'
};

sIFR.activate(itcag);

sIFR.replace(itcag, {
  selector: 'H3'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #ffffff; }'
    ]
  });

