    var centurygothic = {
      src: 'http://www.ooanet.org/scripts/centurygothic.swf'

    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(centurygothic);

    sIFR.replace(centurygothic, {
      selector: '#content h1',
      wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; color: #015a8f; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #007ac3; }'
        ,'a:hover { color: #009af6; }'
		]
    });
	
   sIFR.replace(centurygothic, {
      selector: 'h2',
      wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; color: #015a8f; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #007ac3; }'
        ,'a:hover { color: #009af6; }'
		]
    });
