jQuery(document).ready(function() {
	FLIR.init({path:'scripts/flir/'});
	//FLIR.auto(['.flir']);
	FLIR.replace('.flir', new FLIRStyle({cFont:'gothambook' }) );
	//FLIR.replace('.flir', new FLIRStyle({ cFont:'gothambook' }) );
	FLIR.replace('.flirbold', new FLIRStyle({ cFont:'gothambold', mode:'wrap' }) );
	FLIR.replace('.flirboldnw', new FLIRStyle({ cFont:'gothambold' }) );
	FLIR.replace('.flirarial', new FLIRStyle({ cFont:'arial' }) );
});