
var avenir = {
  src: '/sifr3/avenir.swf'
};

sIFR.prefetch(avenir);

sIFR.activate();

/*
- leading: similar to line-height in CSS
- Don't type "px" after the values for leading & letter-spacing!!
- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
*/

sIFR.replace(avenir, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#7f7f7f; font-weight: normal; leading: -3; letter-spacing: 0.1;}'
]
});


