Index: token_cck.inc
===================================================================
--- token_cck.inc	(revision 2284)
+++ token_cck.inc	(working copy)
@@ -59,6 +59,7 @@
       $tokens['node reference']['nid']   = t("Referenced node ID.");
       $tokens['node reference']['title'] = t("Referenced node title.");
       $tokens['node reference']['link']  = t("Formatted html link to the node.");
+      $tokens['node reference']['path-raw']  = t("Raw link to the node.");
 
       return $tokens;
     }
@@ -70,6 +71,7 @@
       $tokens['nid']   = $item['nid'];
       $tokens['title'] = strip_tags($item['view']);
       $tokens['link']  = $item['view'];
+      $tokens['path-raw']  = url('node/' . $item['nid']);
       
       return $tokens;
     }
