Here is JS in the body

In this example, only the title is in the head block.

<script language=javascript>
<!--
var lm = document.lastModified
var k = indexOf(":");

document.write( lm.substring(0,k-2) )
document.write( ", " + lm.substring(k+7,k+11) );
//-->
</script>

This document was last modified: