Event.add(window, 'domloaded', function()
{
	$('#contents h2').each(function(h2)
	{
		var text = h2.innerHTML, width = h2.sizes()[0] - 4;
		
		h2.innerHTML = '<img src="/osteria/index.php?mdu=fontlift&t=' + encodeURIComponent(text) + '&s=40&c=000000&f=AvantGarde&w=' + width + '&p=2&m=2" alt="' + text + '" />';
		
	});
	
	Require.module('lightshow', function()
	{
		LightShow.init();
	});
	
});
