Pretty boring isn't it. Document Write In does have some advantages though.
for example: go to the Form Banner. It may look
cool to us on the cutting edge of technology, but it looks like this to non-
javascript people
to correct that, put it in Document Write In. Then you non-Javascript friends
won't see that ugly form. (Remember to not put any "enter commands" in when
you type the messages)
The source...
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
document.write('<font color="blue">This is a document write in.</font>');
//-->
</script>