I'm guessing that there must be more in the script?
<SCRIPT LANGUAGE='JavaScript1.2' SRC='New_Arrays4_2.js.php' TYPE='text/javascript'><\/SCRIPT>
That right there would suffice. But this won't print your arrays. Is that what you are trying to do?
You will need another javascript that will take your arrays and print from there. So you would still use a document.write, but you access the arrays before you print them out.
Does this help anymore, or am I way off on what you are trying to do?
v