Demonstrates a quick escape link with and without a onclick="document.write('loading...')" to quickly hide the page, then redirect.
document.writeNotice the delay of loading the next page with this link.
document.writeNotice the page is instantly hidden with a loding message until the next page shows up. Here we also use window.location.replace(); so the previous URL is not in history (no back button).