/*
* File: documentURL.js
*
* Insert the URL of the current document into itself
*
* Usage:
*
* <script type="text/javascript"
* src="http://www.bgsu.edu/scripts/documentURL.js">
* </script>
*
* Insert this code in the <body> of your document.
*
*/
document.writeln( '<TT>' + document.URL + '</TT>' );