document.write('<link rel="stylesheet" href="styles-flir.css" type="text/css">')
function applyFL(){
	FLIR.init( { path: 'facelift/' } );
	FLIR.replace('h1' , new FLIRStyle({ cFont:'scala',cColor:'black'  }));
	FLIR.replace('h2' , new FLIRStyle({ cFont:'scala' , mode:'wrap',cColor:'black'  }));
	FLIR.replace('h3' , new FLIRStyle({ cFont:'scala' , mode:'wrap',cColor:'black'  }));
	FLIR.replace('p.heading' , new FLIRStyle({ cFont:'scala' , mode:'wrap',cColor:'black'  }));
}