getElementsByName()

 

This P. the checkbox, the image and the <ppk> tag all have name="MapNode".

Content of the ppk tag

Finally this DIV has an ID (and not a NAME) MapNode

 

Test x = document.getElementsByName('MapNode') (do this before executing the other tests)
Test alert(x.length)
Write x[i].nodeName for all elements: