
var gothic = { src: '/Style%20Library/gothic.swf' };

// Next, activate sIFR:
sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h2',
  css : '.sIFR-root { font-weight: normal; color: #231555; }',
  wmode: 'transparent'
});