Index: trunk/webapps/einotebook/scripts/LoadEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 538)
+++ trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 540)
@@ -74,7 +74,7 @@
                         break;
                     case "TELEPHONE": 
-                        telProp = new Evaluation("TELEPHONE CONVERSATION", 
+                        telProp = new Property("TELEPHONE CONVERSATION", 
                                  parseTelephone(currEvt.childNodes[child]) );  
-                        evalarray.push(telProp);
+                        proparray.push(telProp);
                         break;
                     case "CHP_RADIO": 
@@ -156,9 +156,10 @@
         if (element.childNodes[child].localName != undefined)
         {
+            // IF line is INSTRUCTOR THEN display only the Role field
             if (element.childNodes[child].localName == "INSTRUCTOR")
             {
                 result.push(element.childNodes[child].attributes["Role"].value);
             }
-            else
+            else  // Display the name (e.g., STUDENT)
             {
                 result.push(element.childNodes[child].localName);   
