// 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' });
//new FLIRStyle({ cLine:'1.5' });

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

