var bh = { src: 'http://www.meaningfulmarriages.com/trajan.swf' };
var cg = { src: 'http://www.meaningfulmarriages.com/cg.swf' };

sIFR.activate(bh);

sIFR.replace(bh, {
  selector: 'h3',
  css: '.sIFR-root { color: #063135; font-size: 16px; text-transform: uppercase;}',
  wmode: 'transparent'
});

sIFR.replace(bh, {
  selector: 'h1',
  css: '.sIFR-root { color: #312717; font-size: 22px; text-transform: uppercase;}',
  wmode: 'transparent'
});
sIFR.replace(bh, {
  selector: 'h2',
  css: '.sIFR-root { color: #063135; font-size: 16px; text-transform: uppercase;}',
  wmode: 'transparent'
});
sIFR.replace(cg, {
  selector: 'h4',
  css: '.sIFR-root { color: #3a301f; font-size: 20px; text-align: center; font-style: italic;}',
  wmode: 'transparent'
});