var myriad = {
  src: 'sifr/myriad_pl.swf'
};
function replaceNow() {
   sIFR.replace(myriad, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #17648b; font-style: italic; text-align: center; }'
    ]
    ,ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,44,1.26,45,1.24,53,1.25,58,1.24,59,1.25,88,1.24,90,1.23,91,1.24,94,1.23,95,1.24,103,1.23,104,1.24,1.23]

    ,wmode: 'transparent'
   , filters: {DropShadow: {knockout: false,distance: 2,color: '#bbbbbb',strength: 1}}
   });
   
   sIFR.replace(myriad, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #17648b; font-style: normal; text-align: left; background: none; }'
    ]
    ,ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,44,1.26,45,1.24,53,1.25,58,1.24,59,1.25,88,1.24,90,1.23,91,1.24,94,1.23,95,1.24,103,1.23,104,1.24,1.23]

    ,wmode: 'transparent'
    });
    
   sIFR.replace(myriad, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #457289; font-style: italic; text-align: center; background: none; }'
    ]
    ,ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,44,1.26,45,1.24,53,1.25,58,1.24,59,1.25,88,1.24,90,1.23,91,1.24,94,1.23,95,1.24,103,1.23,104,1.24,1.23]
    ,wmode: 'transparent'    
   });
   }
