Hi n2uga
I notice a bit of our issue with our code here so thank you for bringing it to our attention.
To amend replace the following in your templates index.php (../templates/j51_choice/index.php - LINE 131)
<li class="nav_digg"><a href="/<?php echo $this->params->get('nav_google'); ?>" title="Google"></a></li>
Replace with...
<li class="nav_google"><a href="/<?php echo $this->params->get('nav_google'); ?>" title="Google"></a></li>
Ciarán