Put this and only this in the external script file:
Code:
document.write(document.lastModified);
Save it as lastmod.js and put it in the same folder as the page.
Change this:
Code:
<script type="text/javascript">
document.write(document.lastModified);
</script>
(Then this?)Guys Name    copyright symbol 2011
to:
Code:
<script type="text/javascript" src="lastmod.js"></script>
(Then this?)Guys Name    copyright symbol 2011
That's it. And other than changing the script, there's virtually no other way.
Bookmarks