// JavaScript Document

FLIR.init();

// All H2s that are children of div#entries will be replaced with the
// "illuminating" font that is defined in config-flir.php.  The "wrap" 
// mode is also set which is good to use when replacing long headers.

//new FLIRStyle({ mode:'fancyfonts' });

FLIR.replace( 'h2' , new FLIRStyle({ cFont:'daxlibol' , mode:'wrap' , realFontHeight:true }) );

FLIR.replace( 'h3' , new FLIRStyle({ cFont:'daxlimed' , mode:'wrap' }) );

FLIR.replace( '#NAVIGATION ul li' , new FLIRStyle({ cFont:'daxlimed' , mode:'wrap' , realFontHeight:true }) );

FLIR.replace( '.daxlireg' , new FLIRStyle({ cFont:'daxlireg' , mode:'wrap' }) );
FLIR.replace( '.daxlimed' , new FLIRStyle({ cFont:'daxlimed' , mode:'wrap' }) );
FLIR.replace( '.daxlibol' , new FLIRStyle({ cFont:'daxlibol' , mode:'wrap' }) );



