var century = {
  src: 'century.swf'
};

sIFR.activate(century);

  sIFR.replace(century, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #7e8100; }'
    ]
    , fitExactly: true, wmode: 'transparent'
  });

  sIFR.replace(century, {
    selector: '.ml'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; }', 'a { text-decoration: none; }' ,'a:link { color: #999999; }' ,'a:hover { color: #f2aabc; }'
    ]
    , forceSingleLine: true, tuneWidth: 2, tuneHeight: -4, wmode: 'transparent'
  });

  sIFR.replace(century, {
    selector: '.mc'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }', 'a { text-decoration: none; }' ,'a:link { color: #999999; }' ,'a:hover { color: #f2aabc; }'
    ]
    , forceSingleLine: true, tuneWidth: 2, tuneHeight: -4, wmode: 'transparent'
  });

  sIFR.replace(century, {
    selector: '.mr'
    ,css: [
      '.sIFR-root { text-align: right;font-weight: bold;  }', 'a { text-decoration: none; }' ,'a:link { color: #999999; }' ,'a:hover { color: #f2aabc; }'
    ]
    , forceSingleLine: true, tuneWidth: 2,tuneHeight: -4,  wmode: 'transparent'
  });
