var century = {
  src: '/century-gothic.swf'
};

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

sIFR.replace(century, {
  selector: 'h1',
   css: {'.sIFR-root': { 'color': '#235780'  }
},
  wmode: 'transparent'
});
