
var blueprint = { src: '/images/blueprint.swf' };
var handofsean = { src: '/images/handofsean.swf' };

sIFR.activate(blueprint, handofsean);

sIFR.replace(blueprint, {
  selector: 'h2',
  css: '.sIFR-root {color: #5d0a07; background:transparent;}',
  wmode: 'transparent'
});

sIFR.replace(handofsean, {
  selector: 'h3',
  css: '.sIFR-root {color: #506477; background:transparent;}',
  wmode: 'transparent'
});
