function formatItem(row) {
	return "<strong>" + row[0] + "</strong>";
}

function formatResult(row) {
	return row[0].replace(/(<.+?>)/gi, "");
}
