--- /spamspan old/spamspan.module	Sun Jul 19 22:09:23 2009
+++ /spamspan new/spamspan.module	Thu May 06 01:03:38 2010
@@ -128,12 +128,14 @@
   // Add the javascript to each page
   drupal_add_js(drupal_get_path("module", "spamspan") .'/spamspan.compressed.js');
   // pass necessary variables to the javascript
+  if (module_exists('elf')) {$class = ' elf-icon elf-mailto';}
   drupal_add_js(array(
     'spamspan' => array(
       'm' => 'spamspan',
       'u' => variable_get('spamspan_userclass', 'u'),
       'd' => variable_get('spamspan_domainclass', 'd'),
-      't' => variable_get('spamspan_anchorclass', 't')
+      't' => variable_get('spamspan_anchorclass', 't'),
+      'c' => $class
     )
   ), 'setting');
 }
