var headlinefont = {
  src: '/_themes/default/sifr/rounded06_j.swf', ratios: [11, 1.49, 13, 1.4, 16, 1.39, 19, 1.38, 22, 1.37, 32, 1.35, 33, 1.33, 42, 1.34, 43, 1.32, 50, 1.33, 81, 1.32, 83, 1.31, 85, 1.32, 86, 1.31, 87, 1.32, 89, 1.31, 90, 1.32, 1.31]
};




sIFR.useStyleCheck = true;
sIFR.activate(headlinefont);

sIFR.replace(headlinefont, {
  selector: 'h2',
  css: [
    '.sIFR-root { text-align: left; color: #ce7d42; font-weight: normal; background:none;}'
    ,'a { text-decoration: underline; }'
    ,'a:link { color: #5b8b95; }'
    ,'a:hover { color: #ce7d42;  }'
  ],wmode: 'transparent'
});

// sIFR.debug.ratios(headlinefont, {
//   selector: 'h2',
//   css: [
//     '.sIFR-root { text-align: left; color: #c7c7c7; font-weight: normal; background:none;}'
//     ,'a { text-decoration: none; }'
//     ,'a:link { color: #99c12b; }'
//     ,'a:hover { color: #99c12b; text-decoration: underline; }'
//   ],wmode: 'transparent'
// });