window.addEvent('domready', function() {
	$$('.overtext').each( function(el){
				new OverText(el);
				});
});