window.onload = function(){
	$('.body').highlight("acknowledgment");
	$('.body').highlight(["matching","class name"]);
}