/**
 * Equidurable JS Package
 * @author EC
 * Created on 3 06 2009
 */

/**
 * http://code.google.com/p/hyphenator/
*/
Hyphenator.config({
	displaytogglebox : false,
	minwordlength : 4
});
Hyphenator.run();