// JavaScript Document

/*
FLIR.init( { path: '/facelift-1.2/' } );
//FLIR.auto();

// Or, you can pass an array of selectors to the auto function to be replaced.
//FLIR.auto( [ 'h1', 'h2' ] );

FLIR.replace( 'h1' , new FLIRStyle({ cFont:'chanticleerroman' }) );
FLIR.replace( 'div#interiorBody h2' , new FLIRStyle({ cFont:'warnockprosubhead' }) );
FLIR.replace( 'div#interiorBody h3' , new FLIRStyle({ cFont:'warnockprosubhead' }) );
FLIR.replace( 'div#interiorBody h4' , new FLIRStyle({ cFont:'warnockprosubhead' }) );
//FLIR.replace( 'div#fpNewsDiv h2' , new FLIRStyle({ cFont:'warnockprosubhead' }) );
*/