Index: trunk/webapps/einotebook/roles/index.html
===================================================================
--- trunk/webapps/einotebook/roles/index.html	(revision 548)
+++ trunk/webapps/einotebook/roles/index.html	(revision 551)
@@ -9,10 +9,10 @@
     <script type="text/javascript" src="roles.js"></script> 
     <script type="text/javascript" src="../scripts/cookies.js"></script>
-    <title>Script</title>
+    <title>Roles</title>
   </head>
   <body>
    
-    <button class="jumpToCurrentEvent" 
-            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button>
+    <!--button class="jumpToCurrentEvent" 
+            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button-->
     <!-- A combo box for which role is to be displayed on the page -->
     <select id="desiredRole" onchange="changeRole()">
@@ -22,5 +22,5 @@
       <option value="CHP RADIO">CHP RADIO</option>
     </select>
-    <iframe id='view' src='../script/scrollframe.html' frameborder='0' scrolling='yes'
+    <iframe id='rolesview' src='../script/scrollframe.html' frameborder='0' scrolling='yes'
             width='100%'></iframe>
 
