/*****************************************************************************
see original comments in the downloaded config file
*****************************************************************************/

var beau_light = { src: 'newsite/swf/beau_light.swf' };

/* speed up loading in Safari and Opera */ 
sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(beau_light);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);

sIFR.replace(beau_light, {
  selector: 'h2.entry-title',
  css: '.sIFR-root { background-color:#fff; color:#302822; leading:3; }'
});
