$(function() {
	$(".nospam").hide();
	$("input.nospam").val("no" + "spam");

	Hyphenator.run();
});
