var CenturyGothic = { src: ROOT_FOLDER + '/swf/Century-Gothic.swf' };

sIFR.activate(CenturyGothic);

sIFR.replace(CenturyGothic, {
	wmode: 'transparent',
  	selector: 'h1.contentHeading',
  	css: '.sIFR-root { color: #333333; font-size: 24px; font-weight: bold; text-transform: none; letter-spacing: -1; }'
});
