var avenir = {
  src: '/fonts/avenir-heavy.swf'
};

sIFR.activate(avenir);

sIFR.replace(avenir, {
    selector: 'h1'
    ,wmode:'transparent'
    ,css: [
      '.sIFR-root {font-weight: normal; color:#ffffff; letter-spacing:-0.5 }'
    ]
  });

sIFR.replace(avenir, {
    selector: 'h2'
    ,wmode:'transparent'
    ,css: [
      '.sIFR-root {font-weight: normal; color:#ffffff; letter-spacing:-0.5  }'
    ]
  });

sIFR.replace(avenir, {
    selector: 'h3'
    ,wmode:'transparent'
    ,css: [
      '.sIFR-root {font-weight: normal; color:#eeeeee; letter-spacing:-0.5 }',
      	'.sIFR-root .highlight1 { color:#e25f14; }',
		'.sIFR-root .highlight2 { color:#e25f14; }',
		'.sIFR-root .highlight3 { color:#e25f14; }'
    ]
  });
