Javascript String kgEscapeHtml()
kgEscapeHtml()
String.prototype.kgEscapeHtml = function() { return $("<div>").text(this).html(); };