So maybe I\'m just not looking in the right places but I can\'t find a good explanation of how to do the equivalent of jQuery\'s
$(\'a\').click(function(){
element.addEventListener('click', function() { ... }, false);
You have to locate the elements and make a loop to hook up each one.