Okay I am trying to comeup with a way to log exit links. is there a way that I can send php some info with javascript without using an image.
something like
<a href="http://www.somewhere.com" onlick="exitlink('http://www.somewhere.com')>somewhere</a>
would that work???