Sorry to reply to myself, but I thought I would add that the following
fix seemed to make everything work the way I wanted it to:
<script language="JavaScript">
document.write('<div style="margin-bottom:5px;">Line 1</div><div
style="margin-bottom:5px;">Line 2</div>');
</script>
(watch the wrap)
Now it's fixed but I still want to know why!
BH