Hi there,
you could attach a onClick to the outgoing link(s), something like this if you have the latest universal analytics installed:
Code:
<a href="blabla"> onClick='javascript: ga("send", "pageview", "/veroteljoin");'>
the /veroteljoin can be anything you want to be logged. If you have the older analytics the code is different (something with _gaq.push ...)