Javascript String ScrubHtml()
ScrubHtml()
String.prototype.ScrubHtml = function(){ return this.replace(/(<([^>]+)>)/ig,""); }