
///////////////////////////////////////////////////////////
// DJIR: init Django Image Replacement
///////////////////////////////////////////////////////////
function initDjir(){
	$$('h2').each(function(header){
		var d = new DJIR(header, {fontAlias: 'InterstateBoldCondensed', bgColor: 'FFF'})
	});
}

/* **********************************************
 * EVENTS
 * ********************************************* */
document.observe('dom:loaded', initDjir);