/* вызов движка расстановки переносов */
if(Hyphenator) {
	Hyphenator.config({ displaytogglebox : false, minwordlength : 4 });
	Hyphenator.run();
}


