Index: trunk/webapps/einotebook/scripts/Incident.js
===================================================================
--- trunk/webapps/einotebook/scripts/Incident.js	(revision 468)
+++ trunk/webapps/einotebook/scripts/Incident.js	(revision 515)
@@ -6,5 +6,5 @@
  * @param summary {String}
  */
-function Incident(time, number, title, summary)
+function Incident(time, number, title, summary, color)
 {	
 	//========== public read-only members ==========//
@@ -13,5 +13,5 @@
 	this.title = title;
 	this.summary = summary;
-	this.expanded = true;
+    this.color = color;  /* hex color code for background of this incident */
 	
 	//========== public methods ==========//
