Hint: Or, document.write() LAYER or DIV!

Nav4 and IE4:

<SCRIPT LANGUAGE="JavaScript1.2">
if (is.nav4up) 
document.write
("<LAYER NAME='foo' ...");

else if (is.ie4up) 
document.write("<DIV ID='foo' ...");
</SCRIPT>

Speaker Notes