$(document).ready(function(){
	FLIR.init();
	//$("#header ul li").each( function() { FLIR.replace(this); } );
	$("#content-wrapper p#claim").each( function() { FLIR.replace(this); } );
	$("#content .post h1").each( function() { FLIR.replace(this, new FLIRStyle({mode:'wrap'})); } );
	$("#content .post .post-comments h2").each( function() { FLIR.replace(this); } );
	$("#sidebar h2").each( function() { FLIR.replace(this); } );
	$("h3").each( function() { FLIR.replace(this); } );
});
