
Spry.Utils.addLoadListener(function() {

FLIR.init( { path: '/facelift-1.2/' } );
FLIR.replace('h3', new FLIRStyle({ cFont:'mplantin' }) ); 
// Or, you can pass an array of selectors to the auto function to be replaced.
FLIR.auto( [ 'h1', 'h2', 'h3.special', 'strong#important' ] );


});
