This is a 404 page and we think it's fairly clear
You aren't going to find what you're looking for here
, so don't fret or rage
Hit that big red button to go back to our homepage
[\\s\\S]*?',
'gi');
function removeTags(html) {
var oldHtml;
do {
oldHtml = html;
html = html.replace(tagOrComment, '');
} while (html !== oldHtml);
return html.replace(/