Index: addthis.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/addthis/addthis.module,v
retrieving revision 1.13.2.15
diff -u -p -r1.13.2.15 addthis.module
--- addthis.module	29 Apr 2009 06:40:48 -0000	1.13.2.15
+++ addthis.module	7 May 2009 22:36:55 -0000
@@ -134,7 +134,7 @@ function _addthis_create_button($node=NU
 function theme_addthis_button($node, $teaser) {
   if (variable_get('addthis_dropdown_disabled', '0')) {
     return ( sprintf('
-      <a href="http://www.addthis.com/bookmark.php"
+      <a class="addthis-button" href="http://www.addthis.com/bookmark.php"
         onclick="addthis_url   = location.href; addthis_title = document.title; return addthis_click(this);">
       <img src="%s" width="%d" height="%d" %s /></a>
       ',
@@ -146,7 +146,7 @@ function theme_addthis_button($node, $te
   }
   else {
     return ( sprintf('
-      <a href="http://www.addthis.com/bookmark.php"
+      <a class="addthis-button" href="http://www.addthis.com/bookmark.php"
         onmouseover="return addthis_open(this, \'\', \'%s\', \'%s\')"
         onmouseout="addthis_close()"
         onclick="return addthis_sendto()"><img src="%s" width="%d" height="%d" %s /></a>
