I need to add a suffix of ?hl=foo to the end of all internal URLs on my site.
Im not sure of the best way to do this because of complications such as...
<a href="http://www.example.com">My Site</a>
<a target="_blank" href="http://www.example.com">My Site</a>
<a class="a-class" href="http://www.example.com">My Site</a>