I don't know if anyone else has needed the functionality to output unescaped html from an html-escaped string, but I spent this morning looking in vain on the web for a built-in or custom function to do so. So, after some research on obscure methods, I've built one...
function html_unescape(s)...