var centurygothic = {
  src: '/flash/centurygothic.swf'
};
sIFR.activate(centurygothic); // From revision 209 and onwards

sIFR.replace(centurygothic, {
                              selector: '.sifr-head',
                              wmode: 'transparent',
                              css: [ '.sifr-head .span {color: #ffffff;}' ]
                             }
             );

var centurygothic2 = {
  src: '/flash/centurygothic.swf'
};
sIFR.activate(centurygothic2); // From revision 209 and onwards

sIFR.replace(centurygothic2, {
                              selector: '.sifr-head2',
                              wmode: 'transparent',
                              css: [ '.sifr-head .span {color: #0000;}' ]
                             }
             );
