var Praxis = { src: '/SiteFlash/praxis.swf' };
//sIFR.useStyleCheck = true;

// 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.activate(Praxis);

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.replace(Praxis, {
  selector: 'h1',
  css: '.sIFR-root { color:#00325f; }'
});
sIFR.replace(Praxis, {
  selector: 'h2',
  css: '.sIFR-root { color:#747474; }'
});
sIFR.replace(Praxis, {
  selector: 'h3',
  css: '.sIFR-root { color:#00325f; }'
});
//sIFR.replace(Praxis, {
//  selector: 'h4',
//  css: '.sIFR-root { color:#00325f; font-size:2em; }'
//});
