var yourtypeface = {
      src: 'flash/avantgarde.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.title',
      css: [
      '.sIFR-root { font-size:27px; font-weight:normal; color:#867264; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.title2',
      css: [
      '.sIFR-root { font-size:27px; font-weight:normal; color:#867264; text-align:right;}'
      ],
      wmode: 'transparent'
});


