Was looking at ways to clean up the following link :
<a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><img src="/images/Social%20Media/pinterest.png"/></a>
To something like
<a id="pinterest><img src="/images/Social%20Media/pinterest.png"/></a>
and the href part through Jquery
I think you want this
HTML
JS
An example here. Click the image in the example to check.