Javascript String formatStack()
formatStack()
String.prototype.formatStack = function() { return this.replace(/\n/g, "<br> "); };