var gothic = {
      src: 'gc.swf'
};
 
sIFR.activate(gothic);
 
sIFR.replace(gothic, {
      selector: 'h1.sifrheader',
	  css: [
      '.sIFR-root { font-size: 36px; font-weight: normal; color: #004369; text-align: left }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
 
