var century_gothic = {
      src: 'flash/century_gothic.swf'
};
 
sIFR.activate(century_gothic);
 
sIFR.replace(century_gothic, {
      selector: 'h1#Name',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#231f20; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent'
});