//	NOTES - ok to delete
//	AddSite= this will be the url to the social bookmarking site for adding bookmarks
//	AddUrlVar= variable for URL
//	AddTitleVar= variable for TITLE
//	AddNote= the notes or description of the page - we're using the title for this when it's used
//	AddReturn= so far, one site requires a return url to be passed
//	AddOtherVars= some social bookmarking sites require other variables and their values to be passed - if any exist, they'll be set to this var
//	AddToMethod	= [0=direct,1=popup]

<div class="addthis_toolbox">   
    <div class="custom_images">
            <a class="addthis_button_twitter"><img src="http://mysocialbuttons.com/socialicons/twitter.png" width="60" height="60" alt="Twitter" /></a>
            <a class="addthis_button_facebook"><img src="http://mysocialbuttons.com/socialicons/facebook.png" width="60" height="60" alt="Facebook" /></a>
            <a class="addthis_button_myspace"><img src="http://mysocialbuttons.com/socialicons/myspace.png" width="60" height="60" alt="MySpace" /></a>
            <a class="addthis_button_digg"><img src="http://mysocialbuttons.com/socialicons/digg.png" width="60" height="60" alt="Digg" /></a>
    </div>
</div>