// JavaScript Document
FLIR.init({ path:'/scripts/facelift/' });
// The links will be automatically detected so nothing more than the usualy replace statement is required.
//FLIR.replace('h1', new FLIRStyle({ realFontHeight:true, mode:'wrap' }) );
FLIR.init(new FLIRStyle( { mode:'wrap' } ));
FLIR.auto([ 'div#FlirReplace' ]);
// Any link that is inside an h1#preload will get replaced using this FLIRStyle (and hover state)
//FLIR.replace('h1#preload', new FLIRStyle({ cFont:'labtop_bold' }, new FLIRStyle(/* this is the hover state */ {cFont:'labtop_bold', cColor:'yellow'}) ) );