Ext.onReady(function(){
		try {
			Ext.select('#container #body h3').each(function(i){
				Cufon.replace(i.dom);
			});
		} catch(e){}
});