var avance = {
  src: '/wp-content/themes/blueprint/avance.swf'
};
sIFR.activate(avance);
sIFR.replace(avance, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { font-size: 36px; color: #D01D00; background-color: #ffffff; line-height: 1em; text-align: left;}'
      ]
});
sIFR.replace(avance, {
  selector: 'h4'
  ,css: [
      '.sIFR-root { font-size: 36px; color: #D01D00; background-color: #ffffff; line-height: 1em; text-align: right;}'
      ]
});
sIFR.replace(avance, {
  selector: 'h5'
  ,css: [
      '.sIFR-root { font-size: 30px; color: #D01D00; background-color: #fefefe; line-height: 1em; text-align: left;}'
      ]
});