Index: trunk/webapps/einotebook/scripts/Incidents.js
===================================================================
--- trunk/webapps/einotebook/scripts/Incidents.js	(revision 515)
+++ trunk/webapps/einotebook/scripts/Incidents.js	(revision 538)
@@ -12,6 +12,7 @@
 "#fff5cc",        // CornSilk
 "#ffe8e6",        // MistyRose
-"#ffffcc",       // Dark Orange
-"#d8f0f3" ];
+"#ffffcc",        // Dark Orange
+"#A0CFEC"         // Jeans Blue
+];
 
 //========== public methods ==========//
Index: trunk/webapps/einotebook/scripts/Event.js
===================================================================
--- trunk/webapps/einotebook/scripts/Event.js	(revision 515)
+++ trunk/webapps/einotebook/scripts/Event.js	(revision 538)
@@ -46,5 +46,5 @@
 
     // Color constants (TODO: assign incident numbers dynamically)
-    var incidentColor = {
+/*    var incidentColor = {
 187: "#d8f0f3",        // PowderBlue
 188: "#dfecdf",        // DarkSeaGreen
@@ -53,5 +53,5 @@
 191: "#ffffcc",       // Dark Orange
 181: "#d8f0f3" }
-
+*/
 	
 	//========== function definitions ===========//
@@ -146,6 +146,4 @@
 	function html()
 	{
-        //console.log("building html for event: ", this.eventHeaderID, this.incident.color); //incidentColor[this.incident.number]);
-
 		return "<table class='event'>" +
 			   "<tr>" +
Index: trunk/webapps/einotebook/scripts/LoadEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 515)
+++ trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 538)
@@ -47,4 +47,5 @@
                             var palletteSize = incidents.colorpallette.length;
                             var currColor = incidents.colorpallette[incidents.size()]; // modulo palleteSize
+                            //console.log(incidents.size() + " " + incidentNum + " " + currColor);
                             // Construct the incident
                             var theIncident = new Incident(evtTime, incidentNum, incidentTitle, "", currColor);                        
