var centuryGothic = {
  src: 'sifr.swf'
};

sIFR.activate(centuryGothic); // From revision 209 and onwards

sIFR.replace(centuryGothic, {
  selector: 'h1'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #6b4f7f }'
	  ,'a { color: #6b4f7f; text-decoration: none; }'
	  ,'a:hover { color: #6b4f7f; }'
    ]
});

sIFR.replace(centuryGothic, {
  selector: 'h3'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: center; color: #6b4f7f }'
    ]
});

sIFR.replace(centuryGothic, {
  selector: 'h2'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #577132 }'
	  ,'a { color: #577132; text-decoration: none; }'
	  ,'a:hover { color: #577132; }'
    ]
});