/* header.js: this library will contain code to populate header */ document.write("

This text is populated from footer.js

"); document.write("

Title: ", document.title, "

"); document.write("

URL: ", document.URL, "

"); document.write("

Last Modified: ", document.lastModified, "

");