<!--- Print complete web address// Assign full directory and filename to variablepathName = document.location.href;document.write ( "<UL><FONT SIZE='-3' FACE='Verdana, Arial, Helvetica, sans-serif'><B> Date : </B>" + document.lastModified + "</FONT><BR>" );// Assign pathname to hyperlink tag, Target attribute eliminates Framesdocument.write ( "<FONT SIZE='-3' FACE='Verdana, Arial, Helvetica, sans-serif'><B> NavPath : </B>" );document.write ( "<A HREF='" + pathName + "' TARGET=_blank>" +  pathName + "</A>");document.write ( "</FONT><BR></UL>" );//-- End Program -->	