var century = {
  src: '/script/century.swf'
};

sIFR.activate(century); // From revision 209 and onwards

sIFR.replace(century, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { color: #004f68; font-size: 16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #004f68; }'
      ,'a:hover { color: #0072bc; }'
    ]
  ,transparent: true
});

sIFR.replace(century, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { color: #004f68; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #004f68; }'
      ,'a:hover { color: #0072bc; }'
    ]
  ,transparent: true
});

sIFR.replace(century, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #8dc63f; }'
    ]
  ,transparent: true
});

sIFR.replace(century, {
  selector: 'h4'
  ,css: [
      '.sIFR-root { color: #FFFFFF; font-weight:bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #8dc63f; }'
    ]
  ,transparent: true
});

sIFR.replace(century, {
  selector: 'h5'
  ,css: [
      '.sIFR-root { color: #004f68; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #004f68; }'
      ,'a:hover { color: #0072bc; }'
    ]
  ,transparent: true
});

sIFR.replace(century, {
  selector: 'h6'
  ,css: [
      '.sIFR-root { color: #666666; }'
    ]
  ,transparent: true
});