LPMJ Example 16-2 (Click on the icon to view the source for copy and pasting)
<script>
function displayItems()
{
	for (j = 0 ; j < displayItems.arguments.length ; ++j)
		document.write(displayItems.arguments[j] + "<br />")
}
</script>