
var gothic = {
  src: 'flash/gothic.swf'
};

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h1'
  ,css: {
      '.sIFR-root': { 'color': '#1E5062' }
    }
});

sIFR.replace(gothic, {
  selector: 'h2'
  ,css: {
      '.sIFR-root': { 'color': '#1E5062' }
    }
});

sIFR.replace(gothic, {
  selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#1E5062' }
    }
});