var centurygothic = {
  src: 'assets/js/sifr/centurygothic.swf'
};

sIFR.prefetch(centurygothic);

sIFR.activate(centurygothic);


sIFR.replace(centurygothic, {
  selector: 'h1'
     ,css: [
     '.sIFR-root {font-weight: bold; color: #239073;}'
    ]
    ,wmode: 'transparent'
});

sIFR.replace(centurygothic, {
  selector: 'h3'
     ,css: [
     '.sIFR-root {font-weight: bold; color: #239073;}'
    ]
    ,wmode: 'transparent'
});

sIFR.replace(centurygothic, {
  selector: 'h4'
     ,css: [
     '.sIFR-root {font-weight: bold; color: #000000;}'
    ]
    ,wmode: 'transparent'
});


  