Okay I solved this problem by modifying the code displayed below and having the script point to the correct website. The big dummy that i am did not see this after hours of working through code that should of worked

Now I have a new issue so I will work on that before I ask any more questions for the day. Thanks everyone who took a look at it.
Code:
function add_tool(icon, name, url) {
document.write('<span class="socialAddButton" id="socialAddButton-' + icon + '"><a href="' + url + '" target="_blank" title="Add to ' + name +'"><img src="' + image_dir + '/' + icon + '.png" alt="' + name + ' icon" /></a></span> ');
}