var century_gothic = {
      src: 'century_gothic.swf'
      };
    
    sIFR.useStyleCheck = true;
    sIFR.activate(century_gothic);

    sIFR.replace(century_gothic, {
	wmode: 'transparent',
    selector: 'h1'
    ,css: [
        '.sIFR-root { color: #b8b7b7; font-size:24px; margin:0; padding:0; font-weight:bold; }'
      ]
    });
	
	 sIFR.replace(century_gothic, {
	wmode: 'transparent',
    selector: 'h2'
    ,css: [
        '.sIFR-root { color: #b8b7b7; font-size:20px; margin:0; padding:0; font-weight:bold; }'
      ]
    });
