Converting links to popups using javascript

I was asked today how I would go about looping through an html page and attach an onclick event for all links with a certain class. So I decided to make an example and po...