var centgoth = { src: '/SiteCollectionDocuments/scripts/centgoth.swf' };

// sIFR.useStyleCheck = true;

sIFR.activate(centgoth);

sIFR.replace(centgoth, {
  selector: '#introcontent h1',
  wmode: 'transparent',
  css: ['.sIFR-root { font-weight: bold; color: #645246; text-transform: uppercase; }',
		'strong { font-weight: bold; color: #322823; text-transform: uppercase; }']
});

sIFR.replace(centgoth, {
  selector: '#maincontentright h1',
  wmode: 'transparent',
  css: ['.sIFR-root { font-weight: bold; color: #322823; text-transform: uppercase; }']
});

sIFR.replace(centgoth, {
  selector: '#maincontentright h2',
  wmode: 'transparent',
  css: ['.sIFR-root { font-weight: bold; color: #705a4b; text-transform: uppercase; }']
});

sIFR.replace(centgoth, {
  selector: '#headlinescontent h3',
  wmode: 'transparent',
  css: ['.sIFR-root { font-weight: bold; color: #ffffff; text-transform: uppercase; }']
});