// iotg.js

$(document).ready(function(){
	
	// replace all H1 with images
	
	$('h1.jqir').jQIR("jpg", "h1/");
	
	// replace all H3 with images
	$('h3.jqir').jQIR("jpg", "h3/");
});