var century = {
  src: 'js/century.swf'
};

sIFR.activate(century); // From revision 209 and onwards

sIFR.replace(century, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
'.sIFR-root { color: #1c3f94; }'
]
});

sIFR.replace(century, {
  selector: 'span#payoff'
  ,wmode: 'transparent'
  ,css: [
'.sIFR-root { color: #1c3f94; }'
]
});



