window.addEvent('domready', function() {
	(function($) {
		$$('input[alt!=""]').each(function(el){ new OverText(el);});

		//Hyphenator.config({ displaytogglebox : false, minwordlength : 5, intermediatestate: ''}); 
		//Hyphenator.run();

		//var tables;
		//if (tables=$$('table.contenttable')) tables.each( function(el) { new HtmlTable(el,{classZebra: 'odd'});});
		
		
	})(document.id);
});
