$(document).ready(function() {
	$('h1, h2, h3, h4, h5, h6').widont();
	// For some reason using widont on paragraphs can sometimes scew up images and links in IE, leaving off p's for now.
});

Hyphenator.setMinWordLength(8);
Hyphenator.addExceptions('Aberdeen');
Hyphenator.run();