});
}
// Stop the back button from loading from cache
window.onpageshow = function (e) {
if (e.persisted) {
window.location.reload();
};
</script>
[% END %]
-