﻿var avantgarde = {
      src: 'sifr-fonts/helvetica.swf'
};


sIFR.activate(avantgarde); // From revision 209 and onwards

sIFR.replace(avantgarde, {
  selector: 'h1',
  wmode: 'window',
  css: '.sIFR-root { color:#ffffff; font-size:20px; display:inline;line-height:10px;background-color:#000000;}',
  forceSingleLine: 'true',
  preventWrap: 'true',
  forceWidth: 'true',
  fitExactly: 'true'
});


