--- userlink.module.orig	2008-05-14 11:43:00.000000000 -0400
+++ userlink.module	2008-05-14 11:45:27.000000000 -0400
@@ -380,7 +380,9 @@
     '#value' => l($url, $node->url, $atts),
     '#suffix' => "</div>");
 
-  
+  // Wrab body in div tags
+  $node->content['body']['#prefix'] = ' <div class="userlink-body">';
+  $node->content['body']['#suffix'] = '</div>';
 
   // Modify the weight of the body to drop it down... 
   $node->content['body']['#weight'] = 2;
