time this message appeared.
</p>
<script> <!--
- document.write("<p>URL: " + document.location + "</p>");
+ document.write("<p>URL: " +
+ document.location.href.replace(/&/g, "&")
+ .replace(/</g, "<")
+ .replace(/>/g, ">") +
+ "</p>");
// -->
</script>
<p>Template->process() failed twice.<br>
the time this message appeared.
</p>
<script> <!--
- document.write("<p>URL: " + document.location + "</p>");
+ document.write("<p>URL: " +
+ document.location.href.replace(/&/g, "&")
+ .replace(/</g, "<")
+ .replace(/>/g, ">") +
+ "</p>");
// -->
</script>
</tt>