var yourtypeface = {
     src: 'http://lunejeans.com/brighton.swf'
};
sIFR.activate(yourtypeface);
sIFR.replace(yourtypeface, {
      selector: 'h2.post-title',
      css: 
      '.sIFR-root { text-transform: uppercase; font-size:35px; font-weight:normal; color:#b4b4b4; }'
        ,filters: {
        DropShadow: {
           distance: 2
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 2
          ,blurY: 2
        }
      }
   ,wmode: 'transparent'

});
