Index: trunk/webapps/cptms/index.html
===================================================================
--- trunk/webapps/cptms/index.html	(revision 372)
+++ trunk/webapps/cptms/index.html	(revision 372)
@@ -0,0 +1,226 @@
+<!DOCTYPE html>
+<html>
+  <head>
+<!-- Launch with  python -m CGIHTTPServer 80  -->
+<!-- map center button icon from http://icons8.com/.  (Obligatory backlink, don't remove ) -->
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+    <title>CPTMS Map v0.6.5</title> 
+<link rel="icon" 
+      type="image/png" 
+      href="images/favicon.png">
+  <!--  Styles  -->
+  <link rel="stylesheet" href="css/styles.css">
+  </head>
+  <body>
+    <!-- 
+         Version 6.5 Adjust cms dialog dimensions for Chrome.
+	     Version 6.4 Remove fullscreen control. (Use Browser F11 instead).
+         Version 6.3 decomposed into modules for each layer
+         Version 6.2 puts cctv and cms and vds in separate data layers.   
+         Version 6.1 Puts cms messages in json formatted file.  Polls for updates.
+         Version 6.0 Adds speed-dependent images to infowindow for cctv icons
+         Version 5.8 Adds an infowindow with a static image for all cctv icons
+         Version 5.7 integrates CCTV icons and button (but empty click handler)
+         Version 5.6 integrates CMS features
+         Version 5.5 renames title to CPTMS, loads static data on startup and dynamic data
+         every ten seconds.  
+         Version 5.4 adds Search box and Center button
+         Version 5.3 fixed dot color update defect, increased refresh rate to 10 sec.
+         Version 5.2 places red dots overlapping yellow dots.
+         Version 5.1 removes the map and street view buttons and the H3 tag.
+         Version 5 uses precomputed perpendicular vector in dot adjustment function
+         Version 4 Adjust the spacing between dots when the map is zoomed.
+         Version 3 does loadGeoJson only once, and subsequently does an ajax load
+         of the highways file, and selectively updates only those placePins whose
+         color has changed. 
+         @author jdalbey  2019.2.17
+    -->
+    <!-- The text area input for the Search Box -->
+    <input id="search-input" class="controls" type="text" placeholder="Search Box">
+    <!--The div element where the map appears. -->
+    <div id="mapdiv"></div>
+    <!-- The div element for the popup dialog. Best results when placed here. -->
+    <div id="cms-dialog" class="dialog">
+        <span id="cms-close" class="close">&#x2612;</span>  <!-- close button symbol -->
+        <br>
+        <div id="cms-info-label" style="font-family:'Courier New'">CMS ID: xxx LOCATION: </div>
+        <br>
+        <input id='cmsID' value="" type='hidden'/>
+        <div id="message-input">Phase 1:
+        <input id="msgcontent1" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
+        <input id="msgcontent2" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
+        <input id="msgcontent3" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br><br>
+        Phase 2:
+        <input id="msgcontent4" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
+        <input id="msgcontent5" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
+        <input id="msgcontent6" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
+        </div>        
+        <div id="buttonPanel"    style="display: block;"><br><br>
+        <button onclick="handleCMSsubmit();">Send >></button><br><br>
+        <button onclick="handleCMSclear();">Clear >></button><br><br>
+        <button onclick="hideElementById('cms-dialog');">Close </button>
+        </div>
+        <div id="cms-message-display"  style="display: block;">Current:
+         <textarea class="cms_sign" readonly id="msgdisplay1" maxlength="16" rows="1" cols="16"></textarea>
+         <textarea class="cms_sign" readonly id="msgdisplay2" maxlength="16" rows="1" cols="16"></textarea>
+         <textarea class="cms_sign" readonly id="msgdisplay3" maxlength="16" rows="1" cols="16"></textarea>
+         <br><br>
+         <textarea class="cms_sign" readonly id="msgdisplay4" maxlength="16" rows="1" cols="16"></textarea>
+         <textarea class="cms_sign" readonly id="msgdisplay5" maxlength="16" rows="1" cols="16"></textarea>
+         <textarea class="cms_sign" readonly id="msgdisplay6" maxlength="16" rows="1" cols="16"></textarea>
+        </div>
+    </div>
+    <div id="har-dialog" class="dialog">
+        <span id="har-close" class="close">&#x2612;</span>  <!-- close button symbol -->
+        <div id="har-info-label" style="font-family:'Courier New'">HAR ID: xxx LOCATION: </div>
+        <br>
+        <input id='harID' value="" type='hidden'/>
+        <!--div id="har-message-input"-->Proposed:<br>
+        <input id="har-msgcontent1" class="har-input" type="text" size="50" oninput="this.value = this.value.toUpperCase()"><br>
+        <!--textarea id="har-msgcontent1" maxlength="150" rows="2" cols="50"/><br><br-->
+
+        <div id="har-buttonPanel" style="display: block;"><br>
+        <button onclick="handleHARsubmit();">Send >></button>
+        <button onclick="handleHARclear();">Clear >></button>
+        <button onclick="hideElementById('har-dialog');">Close </button><br><br>
+        </div>
+        <div id="har-message-display"  style="display: block;">Current:<br>
+         <textarea readonly id="har-msgdisplay1" maxlength="150" rows="3" cols="50"></textarea>
+        </div>
+    </div>
+    <!--The div elements where the buttons appear  -->
+    <div id="ctrButton"><img width="30" src="images/btn_mapcenter.png"</div>
+    <button id="harButton" class="unstyled-button"><img id="harBtnImg" src="images/btnReady_HAR.png"></button>
+    <button id="cctvButton" class="unstyled-button"><img id="cctvBtnImg" src="images/btnReady_CCTV.png"></button>
+    <button id="cmsButton" class="unstyled-button"><img id="cmsBtnImg" src="images/btnReady_CMS.png"></button>
+    <button id="vdsButton" class="unstyled-button"><img id="vdsBtnImg" src="images/btnDepressed_VDS.png"></button>
+    <script>
+
+    // a global variable for the google map
+    var map;
+    // a global dictionary to lookup a station's original coordinates
+    var vds_coords = {};
+    // a global variable to hold locations of marked search places
+    var placePins = [];
+    // the cms message local dictionary
+    var messageDict = {}; 
+    // the har message local dictionary
+    var HARmessageDict = {}; 
+    // Constant for map center location: The John Wayne Airport
+    //var centerPoint = {lat: 33.687228, lng: -117.872148};
+    // Constant for map center location in District 12
+    var centerPoint = {
+        lat: 33.693385,
+        lng: -117.798937
+    };
+    // Initial map zoom
+    var initZoom = 11;
+    // Dot colors used in traffic model to indicate free-flowing, slowed, and stopped traffic
+    // and their associated zvalues so slower traffic dots are more visible.
+    // white means a disabled spot
+    var colorZvalues = {
+        "white": 5,
+        "lime": 10,
+        "yellow": 20,
+        "red": 30
+    };
+
+    var kVDSstatusFile = "../dynamicdata/highway_status.json"; // dynamic json data file created by CADserver
+    var kMapStartupFile = "data_layers/highways_startup.json"; // initial (static) highways file used once at startup
+    var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations 
+    var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations
+    var kHARfile = "data_layers/har_locations_D12.gjson"; // CMS locations 
+    var iconCMSactive = "images/icon_cms_active.png";
+    var iconCMSidle = "images/icon_cms_idle.png";
+    var cctvIcon = "images/icon_cctvCyan.png";
+    var cctvIconWhite = "images/icon_cctvWhite.png";
+    var iconVDSgreen = "images/circle_green.png"
+    var iconVDSyellow = "images/circle_yellow.png"
+    var iconVDSred = "images/circle_red.png"
+    var iconVDSwhite = "images/circle_white.png"
+    var iconHARactive = "images/icon_har_active.png";
+    var iconHARidle = "images/icon_har_idle.png";
+    var cms_showing = false;
+    var vds_showing = true;
+    var cctv_showing = false;
+    var har_showing = false;
+    var cctv_infowindow; // We create just a single instance of info window.
+
+
+    // Initialize the view/hide buttons 
+    function initLayerButtons()
+    {
+        initHARbutton();
+        initCCTVbutton();
+        initCMSbutton();
+        initVDSbutton();
+    }
+
+    // Initialize the map and load the points
+    function initMap()
+    {
+        // Declare the map and where it belongs on the page
+        map = new google.maps.Map(document.getElementById('mapdiv'),
+        {
+            zoom: initZoom,
+            center: centerPoint,
+            styles: night_mode,
+            mapTypeControl: false,
+            streetViewControl: false,
+			fullscreenControl: false
+        });
+
+        // setup the search box and center button
+        initSearch();
+        initCenter();
+
+        loadVDSlayer(); // go load the map data
+        loadCMSlayer();
+        loadCCTVlayer();
+        loadHARlayer();
+
+        initLayerButtons(); // setup the show/hide layer buttons
+
+        // Start a timer to refresh the vds dots every 10 seconds
+        var myTimer = setInterval(updateVDSlayer, 10000);
+        // start an interval timer to refresh the cms icons every 10 seconds
+        var cmsTimer = setInterval(loadAllcmsMessages, 10000);
+
+        // start an interval timer to refresh the har icons every 10 seconds
+        var harTimer = setInterval(loadAllharMessages, 10000);
+
+        // Listen for zoom changes and move the vds dots so as to keep a nice
+        // visual distance between them appropriate to the zoom factor
+        map.addListener('zoom_changed', function()
+        {
+            // fetch how much the map is currently zoomed
+            currentZoom = map.getZoom();
+            // only bother adjusting within this range
+            if ((currentZoom < 16) && (currentZoom > 10))
+            {
+                // clever formula controls distance between dots
+                adjustCoords(calcDistanceFactor());
+            }
+        });
+
+    }
+
+    </script>
+    <script  src="../common/js/fileutils.js"></script>
+    <script  src="../common/js/displayutils.js"></script> 
+    <script  src="js/vdsLayer.js"></script>
+    <script  src="js/cmsLayer.js"></script>
+    <script  src="js/cctvLayer.js"></script>
+    <script  src="js/harLayer.js"></script>
+    <script  src="js/controls.js"></script>
+    <script  src="js/night_mode.js"></script>
+
+    <!-- Project API Key -->
+    <script async defer
+    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCJuoPR3s6_qekC-GA1v5rvTcVocL3AXHE&libraries=places&callback=initMap"></script>
+
+<!--
+export GOOGLE_APPLICATION_CREDENTIALS="/home/<path to file>/TMC Simulator-c3ae15ddb96b.json"
+-->
+  </body>
+</html>
Index: trunk/webapps/cptms/js/harLayer.js
===================================================================
--- trunk/webapps/cptms/js/harLayer.js	(revision 357)
+++ trunk/webapps/cptms/js/harLayer.js	(revision 372)
@@ -67,5 +67,5 @@
         span.addEventListener('click',function()
         {
-            handleDialogClose('har-dialog');
+            hideElementById('har-dialog');
         });
     });
@@ -139,5 +139,5 @@
     function loadAllharMessages()
     {
-        loadJSON("har_messages.json", function(response)
+        loadJSON("../dynamicdata/har_messages.json", function(response)
         {
             // Parse JSON string into object
Index: trunk/webapps/cptms/js/cmsLayer.js
===================================================================
--- trunk/webapps/cptms/js/cmsLayer.js	(revision 351)
+++ trunk/webapps/cptms/js/cmsLayer.js	(revision 372)
@@ -75,5 +75,5 @@
         span.onclick = function()
         {
-            handleDialogClose('cms-dialog');
+            hideElementById('cms-dialog');
         }
     });
@@ -186,5 +186,5 @@
     function loadAllcmsMessages()
     {
-        loadJSON("cms_messages.json", function(response)
+        loadJSON("../dynamicdata/cms_messages.json", function(response)
         {
             // Parse JSON string into object
Index: trunk/webapps/cptms/js/common.js
===================================================================
--- trunk/webapps/cptms/js/common.js	(revision 348)
+++ 	(revision )
@@ -1,31 +1,0 @@
-    // Load the dynamic json file for highways, etc.
-    // Ref: https://codepen.io/KryptoniteDove/post/load-json-file-locally-using-pure-javascript
-    function loadJSON(inFile, callback)
-    {
-        var xobj = new XMLHttpRequest();
-        // Assume XML unless filename ends with .json
-        if (inFile.endsWith(".json"))
-        {
-            xobj.overrideMimeType("application/json");
-        }
-        xobj.open('GET', inFile, true);
-        xobj.onreadystatechange = function()
-        {
-            if (xobj.readyState == 4 && xobj.status == "200")
-            {
-                callback(xobj.responseText);
-            }
-        };
-        // We want ajax to ignore any cached responses
-        xobj.setRequestHeader('If-Modified-Since', 'Sat, 01 Jan 2000 01:01:01 GMT')
-        xobj.send(null);
-    }
-
-
-    function handleDialogClose(id)
-    {
-        // hide the display
-        document.getElementById(id).style.display = 'none'
-    }
-
-
Index: trunk/webapps/cptms/har_messages.json
===================================================================
--- trunk/webapps/cptms/har_messages.json	(revision 359)
+++ 	(revision )
@@ -1,1 +1,0 @@
-{"data":[{"har":{"index":"HAR1","message":{"displayTime":"","phase1":{"Line1":"a long time ago in a galaxy far, far away"}}}},{"har":{"index":"HAR2","message":{"displayTime":"","phase1":{"Line1":""}}}},{"har":{"index":"HAR3","message":{"displayTime":"","phase1":{"Line1":"WHAT ABOUT { BRACES}"}}}}]}
Index: trunk/webapps/cptms/highway_status.json
===================================================================
--- trunk/webapps/cptms/highway_status.json	(revision 367)
+++ 	(revision )
@@ -1,2727 +1,0 @@
-{
-  "type": "FeatureCollection",
-  "features": [
-{
-   "type": "Feature",
-   "id": "5 N 7.99",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.669596,33.481685]
-       },
-   "properties": 
-       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 8.64",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.663255,33.489561]
-       },
-   "properties": 
-       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 9.15",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.659127,33.495938]
-       },
-   "properties": 
-       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 9.69",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.658585,33.503727]
-       },
-   "properties": 
-       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 10.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.660803,33.50939]
-       },
-   "properties": 
-       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 10.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.662568,33.513534]
-       },
-   "properties": 
-       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 11.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.666382,33.52247]
-       },
-   "properties": 
-       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 11.37",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.66866,33.526621]
-       },
-   "properties": 
-       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 11.91",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.674488,33.53247]
-       },
-   "properties": 
-       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 12.26",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.674416,33.537513]
-       },
-   "properties": 
-       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 13.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.672686,33.548817]
-       },
-   "properties": 
-       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 13.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.672848,33.558096]
-       },
-   "properties": 
-       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 13.87",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.672791,33.560549]
-       },
-   "properties": 
-       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 15.13",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.67162,33.578849]
-       },
-   "properties": 
-       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 15.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.67157,33.582052]
-       },
-   "properties": 
-       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 16.51",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.676059,33.597861]
-       },
-   "properties": 
-       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 16.69",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.678685,33.599252]
-       },
-   "properties": 
-       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 17.43",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.68984,33.604242]
-       },
-   "properties": 
-       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 17.63",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.692734,33.606025]
-       },
-   "properties": 
-       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 18.61",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.706467,33.613883]
-       },
-   "properties": 
-       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 20",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.721491,33.629553]
-       },
-   "properties": 
-       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 20.24",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.724337,33.632102]
-       },
-   "properties": 
-       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 20.59",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.72806,33.636144]
-       },
-   "properties": 
-       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 20.94",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.731437,33.640323]
-       },
-   "properties": 
-       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 21.25",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.734444,33.644068]
-       },
-   "properties": 
-       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 22.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.742629,33.654371]
-       },
-   "properties": 
-       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 22.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.743597,33.655581]
-       },
-   "properties": 
-       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 22.75",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.748817,33.662274]
-       },
-   "properties": 
-       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 23.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.751722,33.66578]
-       },
-   "properties": 
-       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 23.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753237,33.667646]
-       },
-   "properties": 
-       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 23.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.755266,33.671657]
-       },
-   "properties": 
-       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 24.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.759083,33.67881]
-       },
-   "properties": 
-       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 24.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.76413,33.68378]
-       },
-   "properties": 
-       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 25.08",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.768954,33.691182]
-       },
-   "properties": 
-       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 25.15",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.769532,33.692068]
-       },
-   "properties": 
-       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 25.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.774934,33.700287]
-       },
-   "properties": 
-       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 26.56",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.781713,33.709761]
-       },
-   "properties": 
-       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 26.81",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.784619,33.712411]
-       },
-   "properties": 
-       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 27.55",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.794408,33.719297]
-       },
-   "properties": 
-       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 27.56",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.794541,33.719391]
-       },
-   "properties": 
-       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 28.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.801722,33.724394]
-       },
-   "properties": 
-       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 29.24",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.817068,33.73489]
-       },
-   "properties": 
-       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 29.79",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.825811,33.738115]
-       },
-   "properties": 
-       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 30",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.829214,33.739183]
-       },
-   "properties": 
-       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 30.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.832416,33.740283]
-       },
-   "properties": 
-       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 30.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.835585,33.741403]
-       },
-   "properties": 
-       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 30.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.841283,33.744413]
-       },
-   "properties": 
-       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 31.23",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.844061,33.750124]
-       },
-   "properties": 
-       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 31.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.845939,33.752049]
-       },
-   "properties": 
-       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 31.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.848788,33.753753]
-       },
-   "properties": 
-       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 31.73",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.850781,33.754689]
-       },
-   "properties": 
-       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 32.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.859664,33.758644]
-       },
-   "properties": 
-       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 32.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.862379,33.760465]
-       },
-   "properties": 
-       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
-},  
-{
-   "type": "Feature",
-   "id": "5 N 32.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.863369,33.761599]
-       },
-   "properties": 
-       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 7.99",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.669881,33.481738]
-       },
-   "properties": 
-       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 8.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.663917,33.489176]
-       },
-   "properties": 
-       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 9.15",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.659442,33.496001]
-       },
-   "properties": 
-       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 9.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.658583,33.499521]
-       },
-   "properties": 
-       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 10.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.661127,33.5093]
-       },
-   "properties": 
-       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 10.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.662905,33.513441]
-       },
-   "properties": 
-       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 10.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.664664,33.517588]
-       },
-   "properties": 
-       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 11.37",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.668912,33.526418]
-       },
-   "properties": 
-       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 11.91",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.674919,33.53231]
-       },
-   "properties": 
-       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 12.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.674695,33.539447]
-       },
-   "properties": 
-       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 12.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.673404,33.545217]
-       },
-   "properties": 
-       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 13.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.673131,33.556667]
-       },
-   "properties": 
-       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 15.03",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.671983,33.577397]
-       },
-   "properties": 
-       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 15.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.671925,33.581316]
-       },
-   "properties": 
-       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 16.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.673779,33.595354]
-       },
-   "properties": 
-       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 16.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.67615,33.597607]
-       },
-   "properties": 
-       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 17.26",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.687691,33.602645]
-       },
-   "properties": 
-       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 17.49",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.69087,33.604617]
-       },
-   "properties": 
-       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 18.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.705361,33.612561]
-       },
-   "properties": 
-       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 18.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.707825,33.614654]
-       },
-   "properties": 
-       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 19.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.719875,33.627286]
-       },
-   "properties": 
-       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 19.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.720919,33.628454]
-       },
-   "properties": 
-       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 20.24",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.724813,33.631989]
-       },
-   "properties": 
-       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 20.59",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.728446,33.635959]
-       },
-   "properties": 
-       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 20.95",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.731896,33.640308]
-       },
-   "properties": 
-       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 21.25",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.734722,33.643978]
-       },
-   "properties": 
-       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 22.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.74294,33.654255]
-       },
-   "properties": 
-       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 22.14",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.743323,33.654741]
-       },
-   "properties": 
-       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 22.75",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.749253,33.662021]
-       },
-   "properties": 
-       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 23.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.75203,33.665581]
-       },
-   "properties": 
-       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 23.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.7525,33.66617]
-       },
-   "properties": 
-       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 23.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.755616,33.6716]
-       },
-   "properties": 
-       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 23.69",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.756223,33.674297]
-       },
-   "properties": 
-       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 24.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.759362,33.67863]
-       },
-   "properties": 
-       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 24.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.764425,33.683599]
-       },
-   "properties": 
-       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 24.84",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.767277,33.687939]
-       },
-   "properties": 
-       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 25.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.775267,33.700148]
-       },
-   "properties": 
-       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 26.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.779935,33.70706]
-       },
-   "properties": 
-       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 26.66",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.783134,33.710634]
-       },
-   "properties": 
-       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 27.43",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.793071,33.717966]
-       },
-   "properties": 
-       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 27.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.796638,33.72047]
-       },
-   "properties": 
-       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 28.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.801999,33.724136]
-       },
-   "properties": 
-       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 29.02",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.814369,33.732587]
-       },
-   "properties": 
-       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 29.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.824499,33.737386]
-       },
-   "properties": 
-       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 29.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.827716,33.738432]
-       },
-   "properties": 
-       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 30.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.832494,33.740098]
-       },
-   "properties": 
-       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 30.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.835743,33.741219]
-       },
-   "properties": 
-       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 30.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.842538,33.745553]
-       },
-   "properties": 
-       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 31.23",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.844652,33.749928]
-       },
-   "properties": 
-       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 31.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.846535,33.751759]
-       },
-   "properties": 
-       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 31.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.849326,33.753388]
-       },
-   "properties": 
-       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 31.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.853795,33.755475]
-       },
-   "properties": 
-       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 32.25",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.859225,33.757943]
-       },
-   "properties": 
-       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 33",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.866976,33.766429]
-       },
-   "properties": 
-       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 33.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.868373,33.768742]
-       },
-   "properties": 
-       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 33.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.869238,33.770032]
-       },
-   "properties": 
-       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
-},  
-{
-   "type": "Feature",
-   "id": "5 S 33.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.874337,33.776289]
-       },
-   "properties": 
-       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
-},  
-
-{
-   "type": "Feature",
-   "id": "55 N 4.58",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.888101,33.671785]
-       },
-   "properties": 
-       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 4.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.886575,33.672968]
-       },
-   "properties": 
-       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 5.06",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.882208,33.676702]
-       },
-   "properties": 
-       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 5.51",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.877327,33.681801]
-       },
-   "properties": 
-       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 5.87",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.873498,33.685939]
-       },
-   "properties": 
-       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 6.94",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.861831,33.698026]
-       },
-   "properties": 
-       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 7.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.860155,33.699873]
-       },
-   "properties": 
-       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 7.85",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.85183,33.708364]
-       },
-   "properties": 
-       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 8.12",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.848847,33.711314]
-       },
-   "properties": 
-       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 9.41",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.83503,33.726049]
-       },
-   "properties": 
-       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 9.84",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833555,33.732101]
-       },
-   "properties": 
-       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 10.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833583,33.737088]
-       },
-   "properties": 
-       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 10.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.83368,33.739982]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 10.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833698,33.741429]
-       },
-   "properties": 
-       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 11.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.831768,33.749859]
-       },
-   "properties": 
-       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 11.74",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.830994,33.759105]
-       },
-   "properties": 
-       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 12",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.830834,33.762898]
-       },
-   "properties": 
-       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 N 12.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.830912,33.773139]
-       },
-   "properties": 
-       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 4.58",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.888309,33.671928]
-       },
-   "properties": 
-       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 4.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.88678,33.673112]
-       },
-   "properties": 
-       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 5.06",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.882355,33.676789]
-       },
-   "properties": 
-       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 5.51",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.87755,33.681935]
-       },
-   "properties": 
-       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 5.87",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.873635,33.686016]
-       },
-   "properties": 
-       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 6.88",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.862677,33.697495]
-       },
-   "properties": 
-       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 7.03",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.861041,33.699146]
-       },
-   "properties": 
-       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 8.12",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.849099,33.711451]
-       },
-   "properties": 
-       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 9.19",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.837265,33.723387]
-       },
-   "properties": 
-       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 9.84",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833996,33.73212]
-       },
-   "properties": 
-       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 10.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833908,33.739982]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 10.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.833876,33.741429]
-       },
-   "properties": 
-       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 11.62",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.831392,33.75738]
-       },
-   "properties": 
-       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 12.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.831088,33.773138]
-       },
-   "properties": 
-       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
-},  
-
-{
-   "type": "Feature",
-   "id": "73 N 25.25",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.870921,33.659804]
-       },
-   "properties": 
-       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
-},  
-{
-   "type": "Feature",
-   "id": "73 N 25.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.87634,33.663519]
-       },
-   "properties": 
-       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
-},  
-{
-   "type": "Feature",
-   "id": "73 N 26.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.883175,33.67012]
-       },
-   "properties": 
-       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
-},  
-{
-   "type": "Feature",
-   "id": "73 N 26.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.887299,33.674893]
-       },
-   "properties": 
-       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
-},  
-{
-   "type": "Feature",
-   "id": "73 N 27.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.894515,33.683052]
-       },
-   "properties": 
-       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
-},  
-{
-   "type": "Feature",
-   "id": "73 N 27.72",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.897754,33.686594]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 25.25",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.871215,33.659515]
-       },
-   "properties": 
-       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 25.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.876633,33.66324]
-       },
-   "properties": 
-       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 26.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.88342,33.669908]
-       },
-   "properties": 
-       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 26.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.887584,33.67464]
-       },
-   "properties": 
-       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 27.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.892743,33.68058]
-       },
-   "properties": 
-       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
-},  
-{
-   "type": "Feature",
-   "id": "73 S 27.72",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.898045,33.686456]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-
-{
-   "type": "Feature",
-   "id": "133 N 9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.754967,33.661697]
-       },
-   "properties": 
-       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 9.1",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753976,33.663305]
-       },
-   "properties": 
-       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 9.37",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753044,33.667495]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 9.77",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753243,33.672836]
-       },
-   "properties": 
-       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 10.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.752421,33.676181]
-       },
-   "properties": 
-       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 10.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.748819,33.680812]
-       },
-   "properties": 
-       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
-},  
-{
-   "type": "Feature",
-   "id": "133 N 10.73",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.746935,33.683166]
-       },
-   "properties": 
-       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.7553,33.66184]
-       },
-   "properties": 
-       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 9.37",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753428,33.667665]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 9.77",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.753623,33.673029]
-       },
-   "properties": 
-       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 10.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.752844,33.676396]
-       },
-   "properties": 
-       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 10.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.74924,33.68106]
-       },
-   "properties": 
-       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
-},  
-{
-   "type": "Feature",
-   "id": "133 S 10.73",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.747277,33.683386]
-       },
-   "properties": 
-       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
-},  
-
-{
-   "type": "Feature",
-   "id": "261 N 0.04",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.800349,33.712252]
-       },
-   "properties": 
-       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "261 N 0.31",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.797696,33.715376]
-       },
-   "properties": 
-       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "261 N 0.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.795181,33.717083]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
-},  
-{
-   "type": "Feature",
-   "id": "261 N 0.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.789435,33.720342]
-       },
-   "properties": 
-       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
-},  
-{
-   "type": "Feature",
-   "id": "261 N 1.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.782735,33.72367]
-       },
-   "properties": 
-       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
-},  
-{
-   "type": "Feature",
-   "id": "261 S 0.04",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.800638,33.7124]
-       },
-   "properties": 
-       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "261 S 0.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.795434,33.717315]
-       },
-   "properties": 
-       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
-},  
-{
-   "type": "Feature",
-   "id": "261 S 0.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.789693,33.720604]
-       },
-   "properties": 
-       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
-},  
-{
-   "type": "Feature",
-   "id": "261 S 1.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.782999,33.723902]
-       },
-   "properties": 
-       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
-},  
-
-{
-   "type": "Feature",
-   "id": "405 N 0.93",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.746598,33.64809]
-       },
-   "properties": 
-       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 1.11",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.74955,33.648958]
-       },
-   "properties": 
-       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 1.57",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.757101,33.651141]
-       },
-   "properties": 
-       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 1.93",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.763194,33.652204]
-       },
-   "properties": 
-       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 2.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.770173,33.65368]
-       },
-   "properties": 
-       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 3.04",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.780107,33.659163]
-       },
-   "properties": 
-       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 3.31",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.784046,33.661319]
-       },
-   "properties": 
-       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 3.86",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.793258,33.663379]
-       },
-   "properties": 
-       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 4.03",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.796176,33.663798]
-       },
-   "properties": 
-       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 5.01",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.812902,33.666407]
-       },
-   "properties": 
-       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 5.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.813561,33.66659]
-       },
-   "properties": 
-       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 5.55",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.821657,33.669218]
-       },
-   "properties": 
-       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 5.74",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.824699,33.670291]
-       },
-   "properties": 
-       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 6.21",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.832271,33.672851]
-       },
-   "properties": 
-       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 6.85",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.842488,33.676465]
-       },
-   "properties": 
-       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 7.07",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.845871,33.677945]
-       },
-   "properties": 
-       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 7.73",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.85598,33.682442]
-       },
-   "properties": 
-       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 8.26",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.864081,33.686072]
-       },
-   "properties": 
-       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 8.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.866348,33.686795]
-       },
-   "properties": 
-       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 9.46",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.884653,33.687523]
-       },
-   "properties": 
-       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 9.65",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.887956,33.687523]
-       },
-   "properties": 
-       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 10.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.909664,33.688017]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 11.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.918196,33.688872]
-       },
-   "properties": 
-       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 12.16",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.930032,33.693692]
-       },
-   "properties": 
-       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 12.85",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.940729,33.69816]
-       },
-   "properties": 
-       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 13.74",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.953701,33.704947]
-       },
-   "properties": 
-       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 13.97",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.956518,33.707312]
-       },
-   "properties": 
-       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 14.82",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.966959,33.716027]
-       },
-   "properties": 
-       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 15.17",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.971245,33.719628]
-       },
-   "properties": 
-       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 15.39",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.973953,33.721879]
-       },
-   "properties": 
-       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 16.52",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.988885,33.732527]
-       },
-   "properties": 
-       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 16.76",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.992088,33.734759]
-       },
-   "properties": 
-       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 17.92",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-118.00667,33.746378]
-       },
-   "properties": 
-       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
-},  
-{
-   "type": "Feature",
-   "id": "405 N 19.24",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-118.022852,33.759918]
-       },
-   "properties": 
-       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 0.77",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.744091,33.647015]
-       },
-   "properties": 
-       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 0.96",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.747203,33.64795]
-       },
-   "properties": 
-       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 1.57",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.757205,33.650789]
-       },
-   "properties": 
-       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 1.93",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.763315,33.651837]
-       },
-   "properties": 
-       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 2.35",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.770361,33.653346]
-       },
-   "properties": 
-       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 2.88",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.778085,33.657534]
-       },
-   "properties": 
-       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 3.31",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.784273,33.660957]
-       },
-   "properties": 
-       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 3.84",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.793047,33.66293]
-       },
-   "properties": 
-       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 4.03",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.796283,33.663404]
-       },
-   "properties": 
-       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 5.01",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.81298,33.666093]
-       },
-   "properties": 
-       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 5.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.813632,33.666292]
-       },
-   "properties": 
-       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 5.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.820882,33.668738]
-       },
-   "properties": 
-       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 5.69",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.823958,33.669737]
-       },
-   "properties": 
-       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 6.21",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.832329,33.672571]
-       },
-   "properties": 
-       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 6.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.84179,33.675863]
-       },
-   "properties": 
-       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 7.01",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.845019,33.677283]
-       },
-   "properties": 
-       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 7.69",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.855449,33.681922]
-       },
-   "properties": 
-       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 8.26",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.86423,33.685751]
-       },
-   "properties": 
-       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 8.4",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.866474,33.686517]
-       },
-   "properties": 
-       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 8.9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.875063,33.687245]
-       },
-   "properties": 
-       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 9.54",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.88618,33.687251]
-       },
-   "properties": 
-       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 10.28",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.899035,33.68748]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 10.48",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.902507,33.687582]
-       },
-   "properties": 
-       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 11.2",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.915002,33.687942]
-       },
-   "properties": 
-       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 11.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.91995,33.689212]
-       },
-   "properties": 
-       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 12.16",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.930222,33.693448]
-       },
-   "properties": 
-       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 12.5",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.9355,33.695653]
-       },
-   "properties": 
-       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 13.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.947913,33.700854]
-       },
-   "properties": 
-       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 13.81",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.954762,33.705479]
-       },
-   "properties": 
-       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 14.72",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.965935,33.714839]
-       },
-   "properties": 
-       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 15.16",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.971343,33.71936]
-       },
-   "properties": 
-       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 16.26",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.98561,33.72995]
-       },
-   "properties": 
-       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 16.6",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.990146,33.733102]
-       },
-   "properties": 
-       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 17.66",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-118.003642,33.743534]
-       },
-   "properties": 
-       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 17.98",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-118.007585,33.7468]
-       },
-   "properties": 
-       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
-},  
-{
-   "type": "Feature",
-   "id": "405 S 19.05",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-118.020707,33.757778]
-       },
-   "properties": 
-       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
-}   
-  ]
-}
Index: trunk/webapps/cptms/sim_elapsedtime.json
===================================================================
--- trunk/webapps/cptms/sim_elapsedtime.json	(revision 367)
+++ 	(revision )
@@ -1,1 +1,0 @@
-{"elapsedtime":"24"}
Index: trunk/webapps/cptms/cms_messages.json
===================================================================
--- trunk/webapps/cptms/cms_messages.json	(revision 359)
+++ 	(revision )
@@ -1,1 +1,0 @@
-{"data":[{"cms":{"index":"1200022","message":{"displayTime":"","phase1":{"Line1":"      HAVE","Line2":"     A NICE","Line3":"      DAY"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200023","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200024","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200025","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200026","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200027","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200028","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200029","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200030","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200031","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200032","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200033","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200034","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200035","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200036","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200037","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200038","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200039","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200040","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200041","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200042","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200043","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200044","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200045","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200046","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200047","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200048","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200049","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200050","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200051","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200052","message":{"displayTime":"","phase1":{"Line1":"  airport exit","Line2":"    1/2 mile","Line3":"        "},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200053","message":{"displayTime":"","phase1":{"Line1":"  slow for the","Line2":"   cone zone","Line3":"        "},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200055","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200056","message":{"displayTime":"","phase1":{"Line1":"  slow traffic","Line2":"     ahead","Line3":"  use caution"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200057","message":{"displayTime":"","phase1":{"Line1":"     drive","Line2":"     safely","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200058","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1208488","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211184","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211185","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211967","message":{"displayTime":"","phase1":{"Line1":"      SLOW","Line2":"    TRAFFIC","Line3":"     AHEAD"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211978","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212138","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212822","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212823","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214503","message":{"displayTime":"","phase1":{"Line1":"  YOU LIKE IT","Line2":"  IT LIKES YOU","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214504","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214505","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214506","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214507","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214508","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214509","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214510","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214511","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214512","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214513","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214514","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214956","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1217542","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218442","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218482","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218483","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218484","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218485","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218486","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}}]}
Index: trunk/webapps/cptms/sim_scriptname.json
===================================================================
--- trunk/webapps/cptms/sim_scriptname.json	(revision 367)
+++ 	(revision )
@@ -1,1 +1,0 @@
-{"filename":"practice_script_2016.xml"}
Index: trunk/webapps/cptms/cptms.html
===================================================================
--- trunk/webapps/cptms/cptms.html	(revision 357)
+++ 	(revision )
@@ -1,225 +1,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-<!-- Launch with  python -m CGIHTTPServer 80  -->
-<!-- map center button icon from http://icons8.com/.  (Obligatory backlink, don't remove ) -->
-  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <title>CPTMS Map v0.6.5</title> 
-<link rel="icon" 
-      type="image/png" 
-      href="images/favicon.png">
-  <!--  Styles  -->
-  <link rel="stylesheet" href="css/styles.css">
-  </head>
-  <body>
-    <!-- 
-         Version 6.5 Adjust cms dialog dimensions for Chrome.
-	     Version 6.4 Remove fullscreen control. (Use Browser F11 instead).
-         Version 6.3 decomposed into modules for each layer
-         Version 6.2 puts cctv and cms and vds in separate data layers.   
-         Version 6.1 Puts cms messages in json formatted file.  Polls for updates.
-         Version 6.0 Adds speed-dependent images to infowindow for cctv icons
-         Version 5.8 Adds an infowindow with a static image for all cctv icons
-         Version 5.7 integrates CCTV icons and button (but empty click handler)
-         Version 5.6 integrates CMS features
-         Version 5.5 renames title to CPTMS, loads static data on startup and dynamic data
-         every ten seconds.  
-         Version 5.4 adds Search box and Center button
-         Version 5.3 fixed dot color update defect, increased refresh rate to 10 sec.
-         Version 5.2 places red dots overlapping yellow dots.
-         Version 5.1 removes the map and street view buttons and the H3 tag.
-         Version 5 uses precomputed perpendicular vector in dot adjustment function
-         Version 4 Adjust the spacing between dots when the map is zoomed.
-         Version 3 does loadGeoJson only once, and subsequently does an ajax load
-         of the highways file, and selectively updates only those placePins whose
-         color has changed. 
-         @author jdalbey  2019.2.17
-    -->
-    <!-- The text area input for the Search Box -->
-    <input id="search-input" class="controls" type="text" placeholder="Search Box">
-    <!--The div element where the map appears. -->
-    <div id="mapdiv"></div>
-    <!-- The div element for the popup dialog. Best results when placed here. -->
-    <div id="cms-dialog" class="dialog">
-        <span id="cms-close" class="close">&#x2612;</span>  <!-- close button symbol -->
-        <br>
-        <div id="cms-info-label" style="font-family:'Courier New'">CMS ID: xxx LOCATION: </div>
-        <br>
-        <input id='cmsID' value="" type='hidden'/>
-        <div id="message-input">Phase 1:
-        <input id="msgcontent1" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
-        <input id="msgcontent2" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
-        <input id="msgcontent3" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br><br>
-        Phase 2:
-        <input id="msgcontent4" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
-        <input id="msgcontent5" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
-        <input id="msgcontent6" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br>
-        </div>        
-        <div id="buttonPanel"    style="display: block;"><br><br>
-        <button onclick="handleCMSsubmit();">Send >></button><br><br>
-        <button onclick="handleCMSclear();">Clear >></button><br><br>
-        <button onclick="handleDialogClose('cms-dialog');">Close </button>
-        </div>
-        <div id="cms-message-display"  style="display: block;">Current:
-         <textarea class="cms_sign" readonly id="msgdisplay1" maxlength="16" rows="1" cols="16"></textarea>
-         <textarea class="cms_sign" readonly id="msgdisplay2" maxlength="16" rows="1" cols="16"></textarea>
-         <textarea class="cms_sign" readonly id="msgdisplay3" maxlength="16" rows="1" cols="16"></textarea>
-         <br><br>
-         <textarea class="cms_sign" readonly id="msgdisplay4" maxlength="16" rows="1" cols="16"></textarea>
-         <textarea class="cms_sign" readonly id="msgdisplay5" maxlength="16" rows="1" cols="16"></textarea>
-         <textarea class="cms_sign" readonly id="msgdisplay6" maxlength="16" rows="1" cols="16"></textarea>
-        </div>
-    </div>
-    <div id="har-dialog" class="dialog">
-        <span id="har-close" class="close">&#x2612;</span>  <!-- close button symbol -->
-        <div id="har-info-label" style="font-family:'Courier New'">HAR ID: xxx LOCATION: </div>
-        <br>
-        <input id='harID' value="" type='hidden'/>
-        <!--div id="har-message-input"-->Proposed:<br>
-        <input id="har-msgcontent1" class="har-input" type="text" size="50" oninput="this.value = this.value.toUpperCase()"><br>
-        <!--textarea id="har-msgcontent1" maxlength="150" rows="2" cols="50"/><br><br-->
-
-        <div id="har-buttonPanel" style="display: block;"><br>
-        <button onclick="handleHARsubmit();">Send >></button>
-        <button onclick="handleHARclear();">Clear >></button>
-        <button onclick="handleDialogClose('har-dialog');">Close </button><br><br>
-        </div>
-        <div id="har-message-display"  style="display: block;">Current:<br>
-         <textarea readonly id="har-msgdisplay1" maxlength="150" rows="3" cols="50"></textarea>
-        </div>
-    </div>
-    <!--The div elements where the buttons appear  -->
-    <div id="ctrButton"><img width="30" src="images/btn_mapcenter.png"</div>
-    <button id="harButton" class="unstyled-button"><img id="harBtnImg" src="images/btnReady_HAR.png"></button>
-    <button id="cctvButton" class="unstyled-button"><img id="cctvBtnImg" src="images/btnReady_CCTV.png"></button>
-    <button id="cmsButton" class="unstyled-button"><img id="cmsBtnImg" src="images/btnReady_CMS.png"></button>
-    <button id="vdsButton" class="unstyled-button"><img id="vdsBtnImg" src="images/btnDepressed_VDS.png"></button>
-    <script>
-
-    // a global variable for the google map
-    var map;
-    // a global dictionary to lookup a station's original coordinates
-    var vds_coords = {};
-    // a global variable to hold locations of marked search places
-    var placePins = [];
-    // the cms message local dictionary
-    var messageDict = {}; 
-    // the har message local dictionary
-    var HARmessageDict = {}; 
-    // Constant for map center location: The John Wayne Airport
-    //var centerPoint = {lat: 33.687228, lng: -117.872148};
-    // Constant for map center location in District 12
-    var centerPoint = {
-        lat: 33.693385,
-        lng: -117.798937
-    };
-    // Initial map zoom
-    var initZoom = 11;
-    // Dot colors used in traffic model to indicate free-flowing, slowed, and stopped traffic
-    // and their associated zvalues so slower traffic dots are more visible.
-    // white means a disabled spot
-    var colorZvalues = {
-        "white": 5,
-        "lime": 10,
-        "yellow": 20,
-        "red": 30
-    };
-
-    var kVDSstatusFile = "highway_status.json"; // dynamic json data file created by CADserver
-    var kMapStartupFile = "data_layers/highways_startup.json"; // initial (static) highways file used once at startup
-    var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations 
-    var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations
-    var kHARfile = "data_layers/har_locations_D12.gjson"; // CMS locations 
-    var iconCMSactive = "images/icon_cms_active.png";
-    var iconCMSidle = "images/icon_cms_idle.png";
-    var cctvIcon = "images/icon_cctvCyan.png";
-    var cctvIconWhite = "images/icon_cctvWhite.png";
-    var iconVDSgreen = "images/circle_green.png"
-    var iconVDSyellow = "images/circle_yellow.png"
-    var iconVDSred = "images/circle_red.png"
-    var iconVDSwhite = "images/circle_white.png"
-    var iconHARactive = "images/icon_har_active.png";
-    var iconHARidle = "images/icon_har_idle.png";
-    var cms_showing = false;
-    var vds_showing = true;
-    var cctv_showing = false;
-    var har_showing = false;
-    var cctv_infowindow; // We create just a single instance of info window.
-
-
-    // Initialize the view/hide buttons 
-    function initLayerButtons()
-    {
-        initHARbutton();
-        initCCTVbutton();
-        initCMSbutton();
-        initVDSbutton();
-    }
-
-    // Initialize the map and load the points
-    function initMap()
-    {
-        // Declare the map and where it belongs on the page
-        map = new google.maps.Map(document.getElementById('mapdiv'),
-        {
-            zoom: initZoom,
-            center: centerPoint,
-            styles: night_mode,
-            mapTypeControl: false,
-            streetViewControl: false,
-			fullscreenControl: false
-        });
-
-        // setup the search box and center button
-        initSearch();
-        initCenter();
-
-        loadVDSlayer(); // go load the map data
-        loadCMSlayer();
-        loadCCTVlayer();
-        loadHARlayer();
-
-        initLayerButtons(); // setup the show/hide layer buttons
-
-        // Start a timer to refresh the vds dots every 10 seconds
-        var myTimer = setInterval(updateVDSlayer, 10000);
-        // start an interval timer to refresh the cms icons every 10 seconds
-        var cmsTimer = setInterval(loadAllcmsMessages, 10000);
-
-        // start an interval timer to refresh the har icons every 10 seconds
-        var harTimer = setInterval(loadAllharMessages, 10000);
-
-        // Listen for zoom changes and move the vds dots so as to keep a nice
-        // visual distance between them appropriate to the zoom factor
-        map.addListener('zoom_changed', function()
-        {
-            // fetch how much the map is currently zoomed
-            currentZoom = map.getZoom();
-            // only bother adjusting within this range
-            if ((currentZoom < 16) && (currentZoom > 10))
-            {
-                // magic formula controls distance between dots
-                adjustCoords(calcDistanceFactor());
-            }
-        });
-
-    }
-
-    </script>
-    <script  src="js/common.js"></script>
-    <script  src="js/vdsLayer.js"></script>
-    <script  src="js/cmsLayer.js"></script>
-    <script  src="js/cctvLayer.js"></script>
-    <script  src="js/harLayer.js"></script>
-    <script  src="js/controls.js"></script>
-    <script  src="js/night_mode.js"></script>
-
-    <!-- Project API Key -->
-    <script async defer
-    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCJuoPR3s6_qekC-GA1v5rvTcVocL3AXHE&libraries=places&callback=initMap"></script>
-
-<!--
-export GOOGLE_APPLICATION_CREDENTIALS="/home/<path to file>/TMC Simulator-c3ae15ddb96b.json"
--->
-  </body>
-</html>
Index: trunk/webapps/cptms/cms_monitor.html
===================================================================
--- trunk/webapps/cptms/cms_monitor.html	(revision 331)
+++ 	(revision )
@@ -1,114 +1,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-<!-- Launch with  python -m CGIHTTPServer 80  -->
-  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <title>CMS Monitor v0.2</title> 
-<style>
-* {
-  box-sizing: border-box;
-}
-body {
-   background-color: #000033;
-}
-/* Create three unequal columns that float next to each other */
-.column {
-  float: left;
-  padding: 10px;
-  background-color:black; 
-  color:goldenrod
-}
-
-.left {
-  width: 50%;
-}
-
-.middle, .right {
-  width: 25%;
-}
-
-/* Clear floats after the columns */
-.row:after {
-  content: "";
-  display: table;
-  clear: both;
-}
-</style>
-</head>
-<body>
-<div class="row">
-  <div class="column left" >
-    <h2>Active CMS Messages</h2>
-    <p id="msgs"></p>
-  </div>
-  <div class="column middle" >
-    <h2>Active HAR Messages</h2>
-    <p>Not implemented yet.</p>
-  </div>
-  <div class="column right" >
-    <h2>Active Lane Closures</h2>
-    <p>Not implemented yet.</p>
-  </div>
-</div>
-
-
-    <script  src="js/common.js"></script>
-   <script>
-    var cmsLocations = {};
-    // Load the CMS locations from the geojson file
-    function loadCMSlocations()
-    {
-        loadJSON("data_layers/cms_locations_D12.gjson", function(response)
-        {
-            // Parse JSON string into object
-            var cmsjson = JSON.parse(response);
-            for (var i = 0; i < cmsjson.features.length; i++)
-            {
-                var item = cmsjson.features[i];
-                // Add each item to a lookup dictionary
-                cmsLocations[item.id] = item;
-            }
-        });
-    }
-    // Load the file of CMS messages
-    function loadAllcmsMessages()
-    {
-        var display = document.getElementById("msgs");
-        display.innerHTML = ""
-        loadJSON("cms_messages.json", function(response)
-        {
-            // Parse JSON string into object
-            messagejson = JSON.parse(response);
-            // Consider each message 
-            for (var i = 0; i < messagejson.data.length; i++)
-            {
-                var item = messagejson.data[i];
-                // Find the location for this message
-                var cmsLoc = cmsLocations[item.cms.index];
-                // Build the message display
-                var current = (item.cms.message.phase1.Line1.toUpperCase() + ":" +
-                    item.cms.message.phase1.Line2.toUpperCase() + ":" +
-                    item.cms.message.phase1.Line3.toUpperCase() + ":" +
-                    item.cms.message.phase2.Line1.toUpperCase() +  ":" +
-                    item.cms.message.phase2.Line2.toUpperCase() + ":" +
-                    item.cms.message.phase2.Line3.toUpperCase())
-                // If the message isn't blank, append it to the list
-                if (current != ":::::")
-                {
-                    display.innerHTML += "<br>" + item.cms.index + ": " + 
-                        cmsLoc.properties.location + " " + cmsLoc.properties.street;
-                    display.innerHTML += "<br>" + current + "<br>";
-                }
-            }
-        });
-    }
-
-// Start
-loadCMSlocations();
-loadAllcmsMessages();
-// start an interval timer to refresh the cms icons every 10 seconds
-var cmsTimer = setInterval(loadAllcmsMessages, 10000);
-
-   </script>
-  </body>
-</html>
Index: trunk/webapps/cgi-bin/saveHARmessage.py
===================================================================
--- trunk/webapps/cgi-bin/saveHARmessage.py	(revision 327)
+++ trunk/webapps/cgi-bin/saveHARmessage.py	(revision 327)
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# Save parameter to a file
+# Import modules for CGI handling 
+import cgi, cgitb, os 
+
+# Create instance of FieldStorage 
+form = cgi.FieldStorage() 
+
+# Get data from fields
+outMessage = form.getvalue('msg')
+   
+# write message to file
+text_file = open("har_messages.json", "w")
+text_file.write(outMessage)
+text_file.close()
+
+#print "Content-type:text/html\n\n"
+#print "<html><body>"
+#print "Here is the message<br>"
+#print outMessage
+#print "<br>"
+#print "</body></html>"
Index: trunk/webapps/cgi-bin/saveCMSmessage.py
===================================================================
--- trunk/webapps/cgi-bin/saveCMSmessage.py	(revision 327)
+++ trunk/webapps/cgi-bin/saveCMSmessage.py	(revision 327)
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# Save parameter to a file
+# Import modules for CGI handling 
+import cgi, cgitb, os 
+
+# Create instance of FieldStorage 
+form = cgi.FieldStorage() 
+
+# Get data from fields
+outMessage = form.getvalue('msg')
+   
+# write message to file
+text_file = open("cms_messages.json", "w")
+text_file.write(outMessage)
+text_file.close()
+
+#print "Content-type:text/html\n\n"
+#print "<html><body>"
+#print "Here is the message<br>"
+#print outMessage
+#print "<br>"
+#print "</body></html>"
Index: trunk/webapps/common/js/fileutils.js
===================================================================
--- trunk/webapps/common/js/fileutils.js	(revision 372)
+++ trunk/webapps/common/js/fileutils.js	(revision 372)
@@ -0,0 +1,23 @@
+    // Load the dynamic json file for highways, etc.
+    // Ref: https://codepen.io/KryptoniteDove/post/load-json-file-locally-using-pure-javascript
+    function loadJSON(inFile, callback)
+    {
+        var xobj = new XMLHttpRequest();
+        // Assume XML unless filename ends with .json
+        if (inFile.endsWith(".json"))
+        {
+            xobj.overrideMimeType("application/json");
+        }
+        xobj.open('GET', inFile, true);
+        xobj.onreadystatechange = function()
+        {
+            if (xobj.readyState == 4 && xobj.status == "200")
+            {
+                callback(xobj.responseText);
+            }
+        };
+        // We want ajax to ignore any cached responses
+        xobj.setRequestHeader('If-Modified-Since', 'Sat, 01 Jan 2000 01:01:01 GMT')
+        xobj.send(null);
+    }
+
Index: trunk/webapps/cmsmonitor/cms_monitor.html
===================================================================
--- trunk/webapps/cmsmonitor/cms_monitor.html	(revision 372)
+++ trunk/webapps/cmsmonitor/cms_monitor.html	(revision 372)
@@ -0,0 +1,114 @@
+<!DOCTYPE html>
+<html>
+  <head>
+<!-- Launch with  python -m CGIHTTPServer 80  -->
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+    <title>CMS Monitor v0.2</title> 
+<style>
+* {
+  box-sizing: border-box;
+}
+body {
+   background-color: #000033;
+}
+/* Create three unequal columns that float next to each other */
+.column {
+  float: left;
+  padding: 10px;
+  background-color:black; 
+  color:goldenrod
+}
+
+.left {
+  width: 50%;
+}
+
+.middle, .right {
+  width: 25%;
+}
+
+/* Clear floats after the columns */
+.row:after {
+  content: "";
+  display: table;
+  clear: both;
+}
+</style>
+</head>
+<body>
+<div class="row">
+  <div class="column left" >
+    <h2>Active CMS Messages</h2>
+    <p id="msgs"></p>
+  </div>
+  <div class="column middle" >
+    <h2>Active HAR Messages</h2>
+    <p>Not implemented yet.</p>
+  </div>
+  <div class="column right" >
+    <h2>Active Lane Closures</h2>
+    <p>Not implemented yet.</p>
+  </div>
+</div>
+
+
+    <script  src="js/common.js"></script>
+   <script>
+    var cmsLocations = {};
+    // Load the CMS locations from the geojson file
+    function loadCMSlocations()
+    {
+        loadJSON("data_layers/cms_locations_D12.gjson", function(response)
+        {
+            // Parse JSON string into object
+            var cmsjson = JSON.parse(response);
+            for (var i = 0; i < cmsjson.features.length; i++)
+            {
+                var item = cmsjson.features[i];
+                // Add each item to a lookup dictionary
+                cmsLocations[item.id] = item;
+            }
+        });
+    }
+    // Load the file of CMS messages
+    function loadAllcmsMessages()
+    {
+        var display = document.getElementById("msgs");
+        display.innerHTML = ""
+        loadJSON("cms_messages.json", function(response)
+        {
+            // Parse JSON string into object
+            messagejson = JSON.parse(response);
+            // Consider each message 
+            for (var i = 0; i < messagejson.data.length; i++)
+            {
+                var item = messagejson.data[i];
+                // Find the location for this message
+                var cmsLoc = cmsLocations[item.cms.index];
+                // Build the message display
+                var current = (item.cms.message.phase1.Line1.toUpperCase() + ":" +
+                    item.cms.message.phase1.Line2.toUpperCase() + ":" +
+                    item.cms.message.phase1.Line3.toUpperCase() + ":" +
+                    item.cms.message.phase2.Line1.toUpperCase() +  ":" +
+                    item.cms.message.phase2.Line2.toUpperCase() + ":" +
+                    item.cms.message.phase2.Line3.toUpperCase())
+                // If the message isn't blank, append it to the list
+                if (current != ":::::")
+                {
+                    display.innerHTML += "<br>" + item.cms.index + ": " + 
+                        cmsLoc.properties.location + " " + cmsLoc.properties.street;
+                    display.innerHTML += "<br>" + current + "<br>";
+                }
+            }
+        });
+    }
+
+// Start
+loadCMSlocations();
+loadAllcmsMessages();
+// start an interval timer to refresh the cms icons every 10 seconds
+var cmsTimer = setInterval(loadAllcmsMessages, 10000);
+
+   </script>
+  </body>
+</html>
Index: trunk/webapps/dynamicdata/sim_scriptname.json
===================================================================
--- trunk/webapps/dynamicdata/sim_scriptname.json	(revision 372)
+++ trunk/webapps/dynamicdata/sim_scriptname.json	(revision 372)
@@ -0,0 +1,1 @@
+{"filename":"practice_script_2016.xml"}
Index: trunk/webapps/dynamicdata/har_messages.json
===================================================================
--- trunk/webapps/dynamicdata/har_messages.json	(revision 372)
+++ trunk/webapps/dynamicdata/har_messages.json	(revision 372)
@@ -0,0 +1,1 @@
+{"data":[{"har":{"index":"HAR1","message":{"displayTime":"","phase1":{"Line1":"a long time ago in a galaxy far, far away"}}}},{"har":{"index":"HAR2","message":{"displayTime":"","phase1":{"Line1":""}}}},{"har":{"index":"HAR3","message":{"displayTime":"","phase1":{"Line1":"WHAT ABOUT { BRACES}"}}}}]}
Index: trunk/webapps/dynamicdata/highway_status.json
===================================================================
--- trunk/webapps/dynamicdata/highway_status.json	(revision 372)
+++ trunk/webapps/dynamicdata/highway_status.json	(revision 372)
@@ -0,0 +1,2727 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+}   
+  ]
+}
Index: trunk/webapps/dynamicdata/sim_elapsedtime.json
===================================================================
--- trunk/webapps/dynamicdata/sim_elapsedtime.json	(revision 372)
+++ trunk/webapps/dynamicdata/sim_elapsedtime.json	(revision 372)
@@ -0,0 +1,1 @@
+{"elapsedtime":"24"}
Index: trunk/webapps/dynamicdata/cms_messages.json
===================================================================
--- trunk/webapps/dynamicdata/cms_messages.json	(revision 372)
+++ trunk/webapps/dynamicdata/cms_messages.json	(revision 372)
@@ -0,0 +1,1 @@
+{"data":[{"cms":{"index":"1200022","message":{"displayTime":"","phase1":{"Line1":"      HAVE","Line2":"     A NICE","Line3":"      DAY"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200023","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200024","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200025","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200026","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200027","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200028","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200029","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200030","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200031","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200032","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200033","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200034","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200035","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200036","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200037","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200038","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200039","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200040","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200041","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200042","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200043","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200044","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200045","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200046","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200047","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200048","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200049","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200050","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200051","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200052","message":{"displayTime":"","phase1":{"Line1":"  airport exit","Line2":"    1/2 mile","Line3":"        "},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200053","message":{"displayTime":"","phase1":{"Line1":"  slow for the","Line2":"   cone zone","Line3":"        "},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200055","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200056","message":{"displayTime":"","phase1":{"Line1":"  slow traffic","Line2":"     ahead","Line3":"  use caution"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200057","message":{"displayTime":"","phase1":{"Line1":"     drive","Line2":"     safely","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1200058","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1208488","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211184","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211185","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211967","message":{"displayTime":"","phase1":{"Line1":"      SLOW","Line2":"    TRAFFIC","Line3":"     AHEAD"},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1211978","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212138","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212822","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1212823","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214503","message":{"displayTime":"","phase1":{"Line1":"  YOU LIKE IT","Line2":"  IT LIKES YOU","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214504","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214505","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214506","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214507","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214508","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214509","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214510","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214511","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214512","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214513","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214514","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1214956","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1217542","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218442","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218482","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218483","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218484","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218485","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}},{"cms":{"index":"1218486","message":{"displayTime":"","phase1":{"Line1":"","Line2":"","Line3":""},"phase2":{"Line1":"","Line2":"","Line3":""}}}}]}
Index: trunk/webapps/einotebook/notebook.js
===================================================================
--- trunk/webapps/einotebook/notebook.js	(revision 363)
+++ trunk/webapps/einotebook/notebook.js	(revision 363)
@@ -0,0 +1,205 @@
+/*
+function loadXMLDoc()
+{
+  if (window.XMLHttpRequest)
+  {
+    xmlhttp = new XMLHttpRequest();
+  }
+  else
+  {
+    xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
+  }
+
+  xmlhttp.onreadystatechange=function()
+  {
+    if (xmlhttp.readyState==4 && xmlhttp.status==200)
+    {
+      document.getElementById("myDiv").innerHTML = xmlhttp.responseText;
+    }
+  }
+  
+  xmlhttp.open("GET", "ajax_info.txt", true);
+  xmlhttp.send("");
+}
+*/
+
+/**
+ * Sets the selected tab to the summary tab and loads the summary page.
+ */
+
+function setupNotebook()
+{
+   console.log("setupNotebook() starting");
+   changeTab('summaryTab');
+   showContent('summaryPageContent')
+   loadSummary();
+   setCookie("time", "0");
+   setCookie("scriptScrollY", 0);
+   setCookie("summaryScrollY", 0);
+}
+
+/**
+ * Runs the script.
+ */
+function run()
+{
+	run.initialDelay = 1000;
+	
+	setTimeout("run.run()", run.initialDelay);
+	
+	run.run = function()
+	{
+//	    document.getElementById("simulationStatus").innerHTML = "RUNNING";                 
+		setTime();
+		updateStatus();
+	};
+}
+
+/**
+ * Displays fading text alerts in the status box (left-top corner).
+ */
+function updateStatus()
+{
+	// IF last event if it has not been set before THEN
+    if (typeof updateStatus.lastEvent == 'undefined')
+    {
+    	updateStatus.lastEvent = null;
+    }
+   
+    var latestEvent = events.getLastExecutedEvent(readCookie("time"));
+    
+    
+    // IF a new event executed THEN
+    if (updateStatus.lastEvent != latestEvent)
+    {
+		// IF the new event has evaluations THEN
+    	if (latestEvent.evaluations.evaluations.length == 0)
+    	{
+//    		document.getElementById('updateStatus').innerHTML = "New Event";
+    	}
+    	else
+    	{
+//    		document.getElementById('updateStatus').innerHTML = "New Evaluation";
+    	}
+    	
+		// fades the text
+		updateStatus.fade = function fade()
+		{
+			// IF the fade color is not black yet THEN
+    		if (fade.hex < 255)
+    		{
+    			fade.hex += 5;
+//    			document.getElementById('updateStatus').style.color = 
+    				"rgb(" + fade.hex + ", " + fade.hex + ", " + fade.hex + ")";  
+    			setTimeout("updateStatus.fade()", 100);	
+    		}
+    		else
+    		{
+//    			document.getElementById('updateStatus').style.color = "white";
+    		}
+
+		};
+        
+		updateStatus.fade.hex = 0;
+		updateStatus.fade();
+    	updateStatus.lastEvent = latestEvent;
+    }
+    
+    setTimeout("updateStatus();", 1000);
+}
+
+/**
+ * Sets 'simulationTime' to the current simulation time in seconds.
+ * This method runs itself every second to keep the time current.
+ * Sets the cookie 'time' to the value of 'simulationTime'.
+ * @return
+ */
+function setTime()
+{
+    /** Load the sim time file and extract the seconds */
+    loadJSON("../sim_elapsedtime.json", function(response)
+    {
+        try {
+            simclockjson = JSON.parse(response);
+            seconds = simclockjson.elapsedtime;
+            setTime.time = seconds;
+	        // increment time by one second (or initialize it if it has not been set before)
+    //	    setTime.time = (typeof setTime.time == 'undefined') ? 0 : ++setTime.time;
+
+            setCookie("time", "" + setTime.time);
+           
+	        // display the latest simulation time
+	        document.getElementById("simulationTime").innerHTML = 
+		        Time.formatTime(setTime.time);
+        } catch(e) {
+            console.log("Error attempt to parse sim_elapsedtime.json: "+response)
+        }
+	    
+        setTimeout("setTime()", 1000);
+    });
+}
+/**
+ * Selects a new tab to be viewed. 
+ * @param id The id for the tab to be selected
+ */
+function changeTab(id)
+{
+    /* Set all tabs to not being active */
+    document.getElementById("summaryTab").className = "notActive";
+    document.getElementById("scriptTab").className = "notActive";
+    document.getElementById("CADTab").className = "notActive";
+    document.getElementById("mapsTab").className = "notActive";
+
+    /* Set the selected tab to being active */
+    document.getElementById(id).className = "activeTab";
+}
+
+/**
+ * Loads the script tab page;
+ */
+function loadScript()
+{
+}
+
+/**
+ * Loads the summary tab page;
+ */
+function loadSummary()
+{	   
+}
+
+/**
+ * @param id The id of the frame element.
+ * @return The document of the frame element.
+ */
+function getDocumentFromFrame(id)
+{
+    var frame=document.getElementById(id);
+    var doc=(frame.contentWindow || frame.contentDocument);
+    
+    if (doc.document)doc=doc.document;
+    
+    return doc;
+}
+
+/**
+ * Hides a tab page
+ * @param d The div of the page to hide.
+ */
+function hideContent(d) 
+{
+    document.getElementById(d).style.display = "none";
+}
+
+/**
+ * Switches the tab page.
+ * @param d The div of the page to show.
+ */
+function showContent(d) 
+{
+    hideContent('summaryPageContent');
+    hideContent('scriptPageContent');
+    hideContent('cadPageContent');
+    hideContent('mapsPageContent');    
+    document.getElementById(d).style.display = "block"; 
+}
Index: trunk/webapps/einotebook/summary/summary.html
===================================================================
--- trunk/webapps/einotebook/summary/summary.html	(revision 359)
+++ trunk/webapps/einotebook/summary/summary.html	(revision 359)
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link href="summary.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="summary.js"></script>
+    <script type="text/javascript" src="../scripts/cookies.js"></script>
+    <title>Summary</title>
+    </head>
+  <body onscroll="setCookie('summaryScrollY', window.pageYOffset);">
+    <div id="view"></div>
+  </body>
+</html>
Index: trunk/webapps/einotebook/summary/summary.css
===================================================================
--- trunk/webapps/einotebook/summary/summary.css	(revision 359)
+++ trunk/webapps/einotebook/summary/summary.css	(revision 359)
@@ -0,0 +1,60 @@
+@CHARSET "UTF-8";
+
+body {
+	font-family: Verdana, sans-serif;	
+}
+
+button.incidentExpandButton {
+	width:30px;	
+	text-align:center;
+	font-size:12pt;
+}
+
+table.incident {
+	padding:0px; 
+	margin-bottom:2px; 
+	width:100%;	
+	border:0px solid black;
+	margin-bottom:30px;
+}
+
+td.incidentHeader {
+	text-align:right;
+}
+
+table.incidentHeader {
+	margin-bottom:2px; 
+	border:2px solid black; 
+	width:100%;	
+}
+
+td.incidentHeader {
+	font-size:12pt;
+	font-weight:bold;	
+}
+
+td.incidentExpandOption {
+	text-align:left; 
+	font-size:12pt;
+	width:10%;
+	visibility:hidden;
+}
+
+td.incidentNumber {
+	text-align:left;
+	width:20%
+}
+
+td.incidentTitle {
+	text-align:left;
+	width:40%
+}
+
+td.incidentTime {
+	text-align:left;
+	width:30%
+}
+
+td.incidentSummary {
+	font-size:11pt;
+}
Index: trunk/webapps/einotebook/summary/summary.js
===================================================================
--- trunk/webapps/einotebook/summary/summary.js	(revision 359)
+++ trunk/webapps/einotebook/summary/summary.js	(revision 359)
@@ -0,0 +1,27 @@
+var incidents;
+
+/**
+ * @return The html for the list of incidents.
+ */
+function incidentsHTML()
+{
+	
+	var html = "";
+	
+	// FOR each incident
+	for (var i = 0; i < incidents.length; i++)
+	{
+		// add incident html
+		html += incidents[i].html();
+	}
+	
+	return html;
+}
+
+function loadSummary(theIncidents)
+{
+	incidents = theIncidents;
+	// display the list of incidents
+	document.getElementById("view").innerHTML = incidentsHTML();
+	window.scrollTo(0, readCookie("summaryScrollY"));
+}
Index: trunk/webapps/einotebook/spikes/settime.html
===================================================================
--- trunk/webapps/einotebook/spikes/settime.html	(revision 359)
+++ trunk/webapps/einotebook/spikes/settime.html	(revision 359)
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script src="snoopy.txt">
+// contents of myname.txt is javascript that assigns data to a variable 
+</script>
+<script>
+function getIndex() {
+  document.getElementById("fruit").innerHTML =
+  document.getElementById("mySelect").selectedIndex;
+}
+</script>
+</head>
+<body>
+<p id="demo">What time is it?</p>
+<button type="button" onclick='document.getElementById("demo").innerHTML = snoopy'>Get The Time</button>
+<hr>
+<p id="fruit">Hello</p>
+<form>
+Select your favorite fruit:
+<select id="mySelect">
+  <option>Apple</option>
+  <option>Orange</option>
+  <option>Pineapple</option>
+  <option>Banana</option>
+</select>
+<br><br>
+<input type="button" onclick="getIndex()" 
+value="Display the index of the selected option">
+</form>
+
+
+
+</body>
+</html>
+
Index: trunk/webapps/einotebook/spikes/snoopy.txt
===================================================================
--- trunk/webapps/einotebook/spikes/snoopy.txt	(revision 359)
+++ trunk/webapps/einotebook/spikes/snoopy.txt	(revision 359)
@@ -0,0 +1,1 @@
+var snoopy = "Zero Dark Thirty";
Index: trunk/webapps/einotebook/maps/atmsMap.html
===================================================================
--- trunk/webapps/einotebook/maps/atmsMap.html	(revision 359)
+++ trunk/webapps/einotebook/maps/atmsMap.html	(revision 359)
@@ -0,0 +1,13 @@
+<html>
+  <head>
+
+    <link rel="stylesheet" type="text/css" href="maps.css"> 
+    <script type="text/javascript" src="maps.js"></script> 
+
+  </head>
+  <body onLoad="">
+
+    <table style="padding-top: 4px;"><tr><td><img src="atms.png"></td></tr></table>
+
+  </body>
+</html>
Index: trunk/webapps/einotebook/maps/maps.css
===================================================================
--- trunk/webapps/einotebook/maps/maps.css	(revision 359)
+++ trunk/webapps/einotebook/maps/maps.css	(revision 359)
@@ -0,0 +1,32 @@
+/*************************
+ *    Simulation Page    *
+ *************************/
+body
+{
+   font-family: Arial, Helvetica, sans-serif;
+   background-color:#FFFFFF;
+}
+
+/*************************
+ *   Google Maps Find    *
+ *************************/
+#incidentForm
+{
+   font-size: 2em;
+}
+
+#mapSelect
+{
+   padding: 5px;
+}
+
+/*************************
+ *     Maps Buttons      *
+ *************************/
+.mapButton
+{
+   width: 200px;
+   height: 40px;
+   margin: 0px 50px 10px 50px;
+   font-size: 1.2em;
+}
Index: trunk/webapps/einotebook/maps/index.html
===================================================================
--- trunk/webapps/einotebook/maps/index.html	(revision 372)
+++ trunk/webapps/einotebook/maps/index.html	(revision 372)
@@ -0,0 +1,43 @@
+<html>
+  <head>
+
+    <link rel="stylesheet" type="text/css" href="maps.css"> 
+    <link href="../ipadapp.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="maps.js"></script> 
+
+  </head>
+  <body onLoad="setupMaps()">
+    <!-- Map Selection -->  
+    <center>
+	    <div id="mapSelect">
+	      <table>
+<!--            <tr>
+	        <td><button disabled=true class=mapButton>Incident Map</button></td><td>
+	        <td><button onClick="showMap(\'ATMS Map\')" class=mapButton>ATMS Map</button></td>
+	        </tr>
+-->
+            <tr>
+                <td>
+                <label>
+                    <input id="imap" type="radio" name="mapSelector" value="incidents"  onclick="showMap('Google Map')"/>Incidents
+                </label>
+                <label>
+                    <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>ATMS
+                </label>
+                </td>
+            </tr>
+          </table>
+	    </div>
+	
+	    <!-- The Map -->
+	    <div id="googleMapContent" style="display:none;"><iframe frameborder=0 width=740 height=600 
+	    	scrolling=no src=googleMap.html marginheight=0 marginwidth=0></iframe></div>
+
+        <div id="atmsMapContent" style="display:inline;"><iframe frameborder=0 width=740 height=600 
+        	scrolling=no src="../../cptms/index.html" marginheight=0 marginwidth=0></iframe></div>
+<!--        <div id="atmsMapContent" style="display:inline;"><iframe frameborder=0 width=740 height=600 
+        	scrolling=no src="../../cptms.html" marginheight=0 marginwidth=0></iframe></div>
+-->
+    </center>
+  </body>
+</html>
Index: trunk/webapps/einotebook/maps/maps.js
===================================================================
--- trunk/webapps/einotebook/maps/maps.js	(revision 359)
+++ trunk/webapps/einotebook/maps/maps.js	(revision 359)
@@ -0,0 +1,62 @@
+incidentNames = ["Default", "Find Incident...", "181 - Tomato Truck Spill", 
+                 "182 - Haytruck Crash", "183 - Car Stalled on Freeway"];
+
+/**
+ * Set up the maps.
+ */
+function setupMaps()
+{
+  showMap("Google Map");
+}
+
+/**
+ * Set up Google Maps.
+ */
+function setupGoogleMaps()
+{
+  showIncident("Default");
+}
+
+/**
+ * Shows an incident on Google maps
+ * @param incident Incident name
+ */
+function showIncident(incident)
+{
+  for (var x = 0; x < incidentNames.length; x++)
+  {
+    document.getElementById(incidentNames[x]).style.display = "none";
+  }
+  document.getElementById(incident).style.display = "inline";
+}
+
+/**
+ * Shows a map
+ * @param map Map name
+ */
+function showMap(map)
+{
+  currentMap = map;
+  if (map == "Google Map")
+  {
+	document.getElementById("imap").checked=true;
+	document.getElementById("googleMapContent").style.display = "inline";  
+	document.getElementById("atmsMapContent").style.display = "none";  
+//    document.getElementById("mapSelect").innerHTML =
+//      "<table><tr>" +
+//        "<td><button disabled=true class=mapButton>Incident Map</button></td><td>" +
+//        "<td><button onClick=\"showMap(\'ATMS Map\')\" class=mapButton>ATMS Map</button></td>" +
+//      "</tr></table>";
+  }
+  else if (map == "ATMS Map")
+  {  
+	document.getElementById("amap").checked=true;
+	document.getElementById("googleMapContent").style.display = "none";
+	document.getElementById("atmsMapContent").style.display = "inline";  
+//    document.getElementById("mapSelect").innerHTML =
+//      "<table><tr>" +
+//        "<td><button onClick=\"showMap(\'Google Map\')\" class=mapButton>Incident Map</button></td><td>" +
+//        "<td><button disabled=true class=mapButton>ATMS Map</button></td>" +
+//      "</tr></table>";
+  }
+}
Index: trunk/webapps/einotebook/maps/googleMap.html
===================================================================
--- trunk/webapps/einotebook/maps/googleMap.html	(revision 359)
+++ trunk/webapps/einotebook/maps/googleMap.html	(revision 359)
@@ -0,0 +1,17 @@
+<html>
+  <head>
+
+    <link rel="stylesheet" type="text/css" href="maps.css"> 
+    <link href="../ipadapp.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="maps.js"></script> 
+
+  </head>
+  <body>
+    
+   
+    <!-- The Map -->
+    <div id="Default" style="display:inline;"><img src="incidents.png"></div>
+
+
+  </body>
+</html>
Index: trunk/webapps/einotebook/full_script_accelerated.xml
===================================================================
--- trunk/webapps/einotebook/full_script_accelerated.xml	(revision 359)
+++ trunk/webapps/einotebook/full_script_accelerated.xml	(revision 359)
@@ -0,0 +1,4825 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE TMC_SCRIPT SYSTEM "script.dtd">
+
+<TMC_SCRIPT title="Full Simulation">
+
+	<SCRIPT_DATA>
+		<NEW_UNIT UnitNum = "14-14">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 at Dyer Rd</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011234</BADGE_NUM>
+			<OFFICER>John Carrie</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>9796</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-14</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-17">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 MacArthur Boulevard</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011304</BADGE_NUM>
+			<OFFICER>James Hill</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>15053</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-17</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-9">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 Edinger Avenue</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>012454</BADGE_NUM>
+			<OFFICER>Bobby Hey</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>6394</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-9</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-9">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I405 IRVINE CTR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>011596</BADGE_NUM>
+			<OFFICER>Harry Jackson</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>10606</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-9</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-S3">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>73 Bear Street</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011250</BADGE_NUM>
+			<OFFICER>James Tuchman</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>19005</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-S3</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-15">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 4th street</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>013282</BADGE_NUM>
+			<OFFICER>Sam Spellicy</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>23786</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-15</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-19">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 Culver</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>012495</BADGE_NUM>
+			<OFFICER>Michael Bay</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>15760</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-19</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-24">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-405 IRVINE CNTR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>011194</BADGE_NUM>
+			<OFFICER>Greg Johnson</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>16987</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-24</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-19">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-5 / Sand Canyon</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013181</BADGE_NUM>
+			<OFFICER>Andre Muller</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>18685</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-19</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-13">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-5 / 133</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>015283</BADGE_NUM>
+			<OFFICER>Craig O'Neil</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>14069</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-13</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-11">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>SR55 AT DYER</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>012555</BADGE_NUM>
+			<OFFICER>Alex Carlton</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>15860</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-11</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-07">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I405 / CULVER OFFR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013606</BADGE_NUM>
+			<OFFICER>Gary Schmidt</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>14999</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-7</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-S4">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC></CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013565</BADGE_NUM>
+			<OFFICER>Daniel Pierce</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>10606</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-S4</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-22">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>57 / Chapman</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>012345</BADGE_NUM>
+			<OFFICER>Victor Percival</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>24203</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-22</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-23">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>22 / Euclid Avenue</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>011860</BADGE_NUM>
+			<OFFICER>Michael Rocker</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>20184</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-23</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-26">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>57 / 91</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton Area</AREA>
+			<BADGE_NUM>011480</BADGE_NUM>
+			<OFFICER>Patrick King</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>14023</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-26</ALIAS>
+		</NEW_UNIT>
+		<!-- 17 isn't a valid CHP office? -->
+		<NEW_UNIT UnitNum = "17-14">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 / Euclid</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>017935</BADGE_NUM>
+			<OFFICER>William Bond</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>29877</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>17-14</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "17-16">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>S-405 / Euclid</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>015839</BADGE_NUM>
+			<OFFICER>Matthew McCarmick</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>23998</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>17-16</ALIAS>
+		</NEW_UNIT>
+	</SCRIPT_DATA>
+
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO003</MASTER_INC_NUM>
+			<P>1</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>14-14</BEAT>
+				<ADDRESS>SB55 AT 405 </ADDRESS>
+				<LOC>SB55 AT 405</LOC>
+				<CITY>Costa Mesa</CITY>
+				<AREA>14-Santa Maria</AREA>
+				<FIRE>Costa Mesa</FIRE>
+				<LAW>Costa Mesa</LAW>
+				<EMS>Costa Mesa</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>14-14</Beat>
+				<TruncLoc>SB55 AT 405</TruncLoc>
+				<FullLoc>SB55 AT 405</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="187_N_405_ML">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>8.4</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="187_N_405_HV">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>8.4</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>	
+			
+			<LOCATION_INFO ID="187_S_55_ML">
+				<Route>55</Route>
+				<Direction>SB</Direction>
+				<Postmile>6.5</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+		</CAD_DATA>	
+		
+		<GENERAL_INFO> 			
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a stalled DOT truck on SB 55 overpass at 405. The truck is 
+			  hit by a vehicle, the vehicle is vaulted over the railing, and a 6 
+			  vehicle collision occurs below in the NB 405 lanes. The #2 and 3 lanes 
+			  are blocked on SB 55 and the #1, 2, and 3 lanes are blocked on NB 405. 
+			  The driver of the truck is uninjured, although there are 4 fatals, 2 
+			  major injured, and 4 minor injured in the collision below. MAIT is 
+			  called to the scene to investigate the collision and a Sig Alert is 
+			  declared. 
+			</TEXT>
+		</GENERAL_INFO>	
+		
+		<TELEPHONE>	
+			<INSTRUCTOR Role="DOT driver">Places a call to CHP Dispatch to notify of stalled DOT vehicle.</INSTRUCTOR>
+		</TELEPHONE>				
+		
+		<MAINTENANCE_RADIO>Dispatch, this is xxx. I'm on south 55 at the 405.  
+		 		My truck is out of service here, stuck in the lane.  I need CHP assistance ASAP!" 
+		</MAINTENANCE_RADIO>	
+		
+	</SCRIPT_EVENT>	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:15</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>	
+				<DETAIL>STALLED DOT SB SR-55 AT I-405</DETAIL>	
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+		
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<UNIT UnitNum="14-14" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "25" Path = "187/18701.mp3" />	
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		        
+		
+		<CHP_RADIO RadioFile="18701.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-14 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 14-14 go ahead</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia 11-25 stalled DOT truck southbound 55 overpass at 405.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14 10-4. Enroute from 55 at Dyer Rd.</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia copies enroute from 55 at Dyer Rd.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be verifying incident 187 on CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator viewing cameras in incident area.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:45</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>CELLULAR 911 RPT DOT HT, 2ND VEH OVER THE SIDE, UNVERIFIED</DETAIL>
+				<AUDIO Length = "26" Path = "187/18702.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18702.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-14 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 14-14 go ahead</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia. Cellular 911 caller reports stalled vehicle on the 55/405 overpass was hit and a vehicle was pushed over the side.  Can you verify?</LINE>				
+				<LINE Role="Field">Santa Lucia, negative, I'm one minute away.</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia 10-4. One minute away.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:01:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:01:15</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:01:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DOT HIT BY VEH, VEH OVER SIDE.</DETAIL>
+				<DETAIL>2ND VEH LANDED NB 405 BELOW, LG COLLISION OCCUR. REQ 2 1141 CODE 2 UNITS ASSIST</DETAIL>
+				<UNIT UnitNum="14-14" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "42" Path = "187/18703.mp3" />
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>					
+				
+				<PARAMICS LocationID="187_N_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+				</PARAMICS>					
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>			
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18703.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14 10-97 11-83 11-25.  It appears the DOT truck was hit by a vehicle and over the side landed in the northbound 405 lanes below.  A major collision occurred below.  Request 11-41 Code 2 and a couple units to assist.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia 10-4 10-97 11-83 11-25.  DOT truck was hit by vehicle and the vehicle over the side landed in the northbound 405 lanes below.  A large collision occurred below.  Request 11-41 Code 2 and a couple units to assist.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="new"> 
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AHEAD</CMS_LINE>
+				<CMS_LINE>AT 405 OVERPASS</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be responding to incident 187</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should be monitoring ATMS operator</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:01:45</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:02:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 14-9 ENRT ASSIST 1183 1125</DETAIL>
+				<UNIT UnitNum="14-17" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="14-9" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "40" Path = "187/18704.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18704.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-17, 14-9 Santa Lucia</LINE>
+				<LINE Role="Field_1">Santa Lucia 14-17 go ahead.</LINE>	
+				<LINE Role="Field_2">Santa Lucia 14-9 go ahead.</LINE>
+				<LINE Role="Dispatch">	14-17, 14-9 assist 14-14 11-83 11-25 northbound 405 at the 55 interchange.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 14-17 copies.  Enroute from 405 just south of Macarthur Boulevard.</LINE>
+				<LINE Role="Field_2">14-9 10-4, enroute from 55 at Edinger Avenue.</LINE>
+				<LINE Role="Dispatch">Santa Lucia copies 14-17 enroute from 405 just south of Macarthur and 14-9 enroute from 55 at Edinger.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:02:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:02:45</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DOT DRIVER UNINJURED, #2,3 LNS BLCKD SB 55.</DETAIL>
+				<DETAIL>14-14 MVNG TO 405 ASSESS DMG</DETAIL>
+				<AUDIO Length = "29" Path = "187/18705.mp3" />
+			</CAD_INCIDENT_EVENT>
+			
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18705.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">	Santa Lucia, the driver of the DOT truck is uninjured but the #2 and #3 lanes are now blocked on southbound 55.  I'm moving down to the 405 lanes to assess the damage.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa-Lucia 10-4. Driver of the DOT truck is uninjured.  The #2 and #3 lanes are now blocked on southbound 55. Moving down to the 405 lanes to assess the damage.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="update"> 
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AHEAD</CMS_LINE>
+				<CMS_LINE>AT 405 OVERPASS</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should be updating the incident board.</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:08:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KCLY TV channel 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">I was told that a car flew off an 
+										 overpass causing a large pile-up on the freeway below.
+			</INSTRUCTOR>
+			<STUDENT>Incident should be confirmed</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">I want to confirm the location so we 
+										 can send a helicopter to check it out.
+			</INSTRUCTOR>
+			<STUDENT>55/405 interchange</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:08:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO004</MASTER_INC_NUM>
+			<P>2</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>9-9</BEAT>
+				<ADDRESS>NB5 JNO Lake Forest Dr</ADDRESS>
+				<LOC>NB5 JNO Lake Forest Dr</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>9-Templeton</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>9-9</Beat>
+				<TruncLoc>NB5 JNO Lake Forest Dr</TruncLoc>
+				<FullLoc>NB5 JNO Lake Forest Dr</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="188_N_5_ML">
+				<Route>5</Route>
+				<Direction>NB</Direction>
+				<Postmile>20</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>	
+			
+			<CAD_INCIDENT_EVENT>			
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>
+					<Lane_number>5</Lane_number>
+				</PARAMICS>					
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+		
+		<GENERAL_INFO>
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a two vehicle collision between a tomato truck and a car. The 
+	  	  truck spills tomatoes across lanes #3,4,5 right lanes plus 
+	  	  shoulder of NB 5 just north of Lake Forest Drive. There is one 11-44 
+	  	  and 2 major injured. Ambulance, fire, paramedics, additional units, 
+	  	  Maintenance/coroner, and TMT are requested on this incident.
+			</TEXT>
+		</GENERAL_INFO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:10:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-9 ENRT FRM I405 @ IRVINE CTR</DETAIL>
+				<UNIT UnitNum="9-9" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "25" Path = "188/18801.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18801.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 11-79 northbound 5 just north of Lake Forest Drive.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied enroute from 405 at Irvine Center.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Enroute from 405 at Irvine Center.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be monitoring the CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator should try to confirm the incident with a CCTV camera.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should verify location and respond to incident 188</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:11:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">Hello, this is Dakota Crew at 
+											KCOW radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">I just heard over the scanner that 
+											you have a major accident on I405 at 55.
+			</INSTRUCTOR>
+			<STUDENT>Should confirm incident.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #1">Can you give me a run down on what 
+										 	happened?
+			</INSTRUCTOR>
+			<STUDENT>A collision occurred on NB 55 at 405.  A vehicle went over rail 
+					     onto NB 405 causing a 6 car collision.
+			</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:12:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-14 1097, MULTIPLE 1144 NB 405 AT 55 OVERPASS, 6 VEH TC</DETAIL>
+				<DETAIL>BLOCKING 3 INSIDE LNS NB 405. DRVR AND PSSNGR IN VEH 1144, 2 OTHER FATALS, MULT INJR, REQ CRNR AND SIGALERT</DETAIL>
+				<AUDIO Length = "46" Path = "187/18706.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18706.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-14 10-97. Multiple 1144 northbound 405 at 55 
+					overpass. Six vehicle collision blocking the three inside 
+					lanes. The driver and passenger of the car that went over 
+					the railing are both 11-44. I've got two other fatals and 
+					multiple injured down here. Request coroner and issue Sig 
+					Alert.
+				</LINE>
+				
+				<LINE Role="Dispatch">	14-14 Santa Lucia 10-4 10-97 11-80 11-25 northbound 405 
+						at 55 overpass. Multiple 1144. Six vehicle collision blocking the three 
+						inside lanes. The driver and passenger of the car that 
+						went over the railing are 11-44, 2 other 11-44.  
+						Multiple injuries, request coroner and send Sig Alert.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>					
+		
+		<CMS_EVALUATION cmsID="87" type="new"> 
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 LEFT LNS BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="new"> 
+			<LOCATION>NB 405 @ ICD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 LEFT LNS BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page sig alert information</EXPECTED_ACTION>	
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:12:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 CRNR</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should insert info for enroute coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:13:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 1097, PARAMEDICS 1097. 1184 SB 55 FOR DOT 1125</DETAIL>
+				<UNIT UnitNum="14-17" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "46" Path = "187/18707.mp3" />	
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18707.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-17 10-97. 1144 northbound 405 at 55. 	
+			Paramedics are 10-97. We've gotta secure the scene southbound 55 for the DOT 
+			hazard. Has Caltrans been notified that their truck has been 
+			involved in a collision?</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4 10-97 11-44 northbound 405 
+						at 55. Paramedics 10-97. Will be doing 11-84 on southbound 55 for 
+						DOT collision. Caltrans will be notified.			
+				</LINE>	
+				<LINE Role="Field">Santa Lucia 14-17 10-4</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:14:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9, FD, PARAMEDICS 1097.  TC SEMI W/TOMATOES AND VEH ON NB-5 #3,4,5 LNS</DETAIL>
+				<DETAIL>TRCK ON FIRE, REQ CT CLNUP, UNITS 1184</DETAIL>
+				<UNIT UnitNum="9-9" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "39" Path = "188/18802.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18802.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9</LINE>
+				<LINE Role="Dispatch">9-9 go ahead Santa Lucia</LINE>
+				<LINE Role="Field">Santa Lucia 9-9 10-97 11-79. Fire department and 
+					parmedics 10-97.  Collision between semi truck carrying 
+					tomatoes and vehicle in 2 right lanes.  Truck on fire and 
+					tomatoes spilled over three right lanes. Request Caltrans to 
+					clean up the tomatoes and units for 11-84.</LINE>
+				<LINE Role="Dispatch">Santa Lucia 10-4, 9-9 10-97 11-79. Fire and 
+						paramedics 10-97. Collision involves tomato truck and 
+						car in two right lanes. Truck on fire and tomatoes over 
+						three right lanes.  Request Caltrans.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<CMS_EVALUATION cmsID="31" type="new"> 
+			<LOCATION>??</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>UR TIRES R RND</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should have ensured that a maintenance team was dispatched</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:14:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ MAIT, REQ 14-S UNIT, REQ TMT</DETAIL>
+				<UNIT UnitNum="14-S3" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "34" Path = "187/18708.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18708.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia, request MAIT, they'll have to investigate this 
+					one.  Also, request 14-S unit and TMT.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia copied request MAIT, 14-S unit, and TMT.</LINE>				
+				<LINE Role="Dispatch">	14-S3 unit copy.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-S3, 10-4 enroute from 73 at Bear Street.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia copies enroute from 73 at Bear Street.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be alert and advising radio on TMT.</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should notify the TMT leader of incident 187</EXPECTED_ACTION>
+		</RADIO_EVALUATION>	
+		
+		<TMT_RADIO>TMT leader espond to student action.  Dispatch appropriate units???</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:15:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">Hello, this is Monica Stevens at KCLY radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">I called earlier about the accident 
+											on I405. Have any more details come 
+											in on that incident?
+			</INSTRUCTOR>
+			<STUDENT>Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #2">Do you have an alternate route I can recommend?
+			</INSTRUCTOR>
+			<STUDENT>Yes (TBD)</STUDENT>	
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:16:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<MAINTENANCE_RADIO>If Maintenance unit was sent out, radio the supervisor 
+			with a 10-97.  Say that you're going to await MAIT investigation and 
+			transport other Maintenance worker.			
+		</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:17:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-9 1097, ASSIST 1184</DETAIL>
+				<UNIT UnitNum="14-9" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "22" Path = "187/18709.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18709.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-9.</LINE>				
+				<LINE Role="Dispatch">14-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-9 10-97. Will assist 14-14 with 11-84.</LINE>				
+				<LINE Role="Dispatch">14-9 Santa Lucia 10-4 10-97 northbound 405 at 55. 
+						Will assist 14-14 with 11-84.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:18:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TRAFFIC BACKING SB 55 REQ TMT MEDIUM DUTY 1185</DETAIL>
+				<AUDIO Length = "24" Path = "187/18710.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18710.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>			
+				<LINE Role="Field">Santa Lucia 14-17. Traffic is backing up on southbound 55. 
+					Request TMT and medium duty 11-85 for the DOT truck.	</LINE>			
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. Traffic backing up on southbound 
+						55.  Requesting TMT and medium duty 11-85.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:19:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>		
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>4 1144'S, 2 1180'S, 4 1181'S</DETAIL>
+				<AUDIO Length = "20" Path = "187/18711.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18711.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>		
+				<LINE Role="Dispatch">14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14. 4 11-44's, 2 11-80's, and 4 11-81's.</LINE>		
+				<LINE Role="Dispatch">14-14 Santa Lucia copies 4 11-44's,2 11-80's, and 4 11-81's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">Have any more details come in on the pileup at 55/405?</INSTRUCTOR>
+			<STUDENT>Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured, ??? mile backup</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">Do you have an alternate route I can recommend?</INSTRUCTOR>
+			<STUDENT>(pause for answer: Yes)</STUDENT>
+			<STUDENT>3 car collision, vehicles blocking #2,3,4 lanes.  Moderate injuries.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="95" type="new"> 
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:20:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-15,9-19 ENRT FOR 1184</DETAIL>
+				<UNIT UnitNum="9-15" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="9-19" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "38" Path = "188/18803.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18803.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-15, 9-19 Santa Lucia</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-15 go ahead.</LINE>				
+				<LINE Role="Field_2">Santa Lucia go ahead to 9-19.</LINE>				
+				<LINE Role="Dispatch">9-15 and 9-19 Santa Lucia 11-84 for 11-79 
+						northbound 5 just north of Lake Forest Drive.</LINE>				
+				<LINE Role="Field_1">	Santa Lucia 9-15 10-4. Enroute from 55 at 4th Street.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 9-19 copied enroute from 405 at Culver.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-15 enroute from 55 at 4th and 9-19 
+		  				enroute from 405 at Culver.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #3">Hello, this is Bill Bradley at KCTR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">I heard here was a large collision on the 5.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">What details do you have on that?</INSTRUCTOR>
+			<STUDENT>Semi and 2 cars, tomatoes over three right lanes.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #3">Were there any injured?</INSTRUCTOR>
+			<STUDENT>Don't know yet.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:21:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 SABLAN TOWING</DETAIL>
+				<TOW Company="SABLAN TOWING" ConfNum="(949)555-2468" PubNum="(949)555-8899" Beat=""/>
+				<AUDIO Length = "18" Path = "187/18712.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18712.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	14-17 Santa Lucia information.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-17 go ahead.</LINE>				
+				<LINE Role="Dispatch">	14-17 Santa Lucia 10-39 Sablan's Towing.</LINE>				
+				<LINE Role="Field">	14-17 copied 10-39 Sablan's Towing.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:22:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-S3 1097 NB 405 @ 55</DETAIL>
+				<DETAIL>MAIT ETA 15</DETAIL>
+				<UNIT UnitNum="14-S3" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "26" Path = "187/18713.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>			
+
+		<CHP_RADIO RadioFile="18713.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 10-97 northbound 405 at 55.  Do you 
+					have an ETA for MAIT?</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 10-97 northbound 405 
+						at 55. MAIT ETA 15 minutes.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 copies MAIT ETA 15.</LINE>
+			</DIALOG>		
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:24:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1141 1097, TRCK STLL FIRE, 2 1180 IN VEH, UNK IN TRCK</DETAIL>
+				<AUDIO Length = "32" Path = "188/18804.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18804.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. 11-41 10-97. Truck still engulfed in 
+					flames.  Two 11-80's in the vehicle. Unknown passengers in 
+					the truck. Request TMT, traffic backing up quickly.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. 11-41 10-97. Truck still engulfed.  
+						Two 11-80's in vehicle and unknown passengers in truck.  
+						Request TMT, traffic backing up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #4">How many vehicles were involved in the 
+								 			collision on northbound 5?
+			</INSTRUCTOR>
+			<STUDENT>1 semi, two cars.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">How many lanes were blocked?</INSTRUCTOR>
+			<STUDENT>Three right lanes blocked.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">Do you have an alternate route established?</INSTRUCTOR>
+			<STUDENT>What's it to you!?</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be assisting radio operator</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should dispatch TMT</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:25:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQUEST 1185 BIG RIG AND 1185 ROT, ISSUE SIG ALERT</DETAIL>
+				<AUDIO Length = "23" Path = "188/18805.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>			
+		
+
+		<CHP_RADIO RadioFile="18805.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. Roll 11-85 big rig and a rotational 
+					11-85.  Issue a Sig Alert, this could take a while.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copied roll 11-85 big rig and 11-85 
+						rotational. Issue a Sig Alert until further notice.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">What details do you have on the 
+											collision Northbound 5 at Lake Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Semi vs. two cars, tomatoes over lanes 3,4,5, two major 
+						 injured, unknown passenger in truc.</STUDENT>
+		</TELEPHONE>		
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be ensuring a Sig Alert is issued</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+		<MAINTENANCE_RADIO>
+			If Maintenance has not been requested by this time, 
+			have someone call as CHP Dispatch and make a request for them.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:27:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR 1097, INJURED TRANSPORTED</DETAIL>
+				<AUDIO Length = "17" Path = "187/18714.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18714.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>
+				<LINE Role="Dispatch">14-S3 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia, coroner 10-97. The injured have been transported.</LINE>
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 coroner 10-97. Injured transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:30:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-15 1097, ADVS PD TO DIRECT TRAFFIC OFF AT LAKE FOREST </DETAIL>
+				<UNIT UnitNum="9-15" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "26" Path = "188/18806.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18806.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-15.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-15 10-97 11-80. Advise local PD that 
+					we are going to direct traffic off at Lake Forest off ramp and 
+					are closing the Lake Forest on ramp.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-15 10-97 11-80. Advise PD 
+						we're directing traffic off Lake Forest offramp and closing 
+						Lake Forest onramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<STUDENT>Student places call to Police Department</STUDENT>
+			<STUDENT>Student correctly notifies PD of incident location and details</STUDENT>
+		</TELEPHONE>
+
+		<TMT_RADIO>
+			If no sign truck/s have been requested yet, a phone call needs to be 
+			made from CHP Dispatch requesting them.			
+		</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:30:30</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is there an alternate route 
+											established for the northbound 5 
+											lanes due to the collision at Lake Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Lake Forest East to Muirlands or Lake Forest West to Irvine Ctr.  
+				Re-enter I5 at numerous locations</STUDENT>
+		</TELEPHONE>		  
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:31:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 COLLEGE OAK BIG RIG, CYCLE TOW FOR ROT</DETAIL>
+				<TOW Company="College Oak" ConfNum="(949)555-2990" PubNum="(949)555-5758" Beat=""/>
+				<TOW Company="Cycle" ConfNum="(949)555-2281" PubNum="(949)555-7162" Beat=""/>
+				<AUDIO Length = "20" Path = "188/18807.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18807.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia information</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-39 College Oak for big rig 11-85 and 
+						Cycle Tow for 11-85 rotational.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied 10-39 College Oak and Cycle Tow.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>	  
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:32:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-19 1097 ASSISTNG 1184</DETAIL>
+				<UNIT UnitNum="9-19" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "20" Path = "188/18808.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18808.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-19</LINE>
+				<LINE Role="Dispatch">9-19 go ahead to Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-19 10-97 11-80. Assisting with 11-84.</LINE>				
+				<LINE Role="Dispatch">9-19 Santa Lucia copied 10-97 11-80. Assisting with 11-84.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:35:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT 1097 STARTING INVESTIGATION SB SR55</DETAIL>
+				<AUDIO Length = "22" Path = "187/18715.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="187/18715.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3, MAIT is 10-97. They're starting their 
+					investigation on the 55 overpass.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 MAIT 10-97. Starting 
+						investigation on 55 overpass.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 MAIT</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:36:00</TIME_INDEX> 
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="CHP Dispatch">Hello, CHP Dispatch.  Do you have traffic control enroute for NB 405 at 55</INSTRUCTOR>
+			<STUDENT>Do you mean sign truck crews or cones on the road?</STUDENT>
+			<INSTRUCTOR Role="CHP Dispatch">Cones</INSTRUCTOR>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should interact with the dispatch operator regarding cone crews</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:37:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MED DUTY 1185 1097, AWAIT FINISH MAIT BEFORE TOW VEH</DETAIL>
+				<AUDIO Length = "25" Path = "187/18716.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18716.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, medium duty 11-85 10-97. Will await the finish of 
+					MAIT investigation before towing vehicle.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4 medium rig 11-85 10-97. Will await 
+						the finish of MAIT investigation before towing vehicle.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:38:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 PD, SENDING 2 UNITS ASST 1184</DETAIL>
+				<AUDIO Length = "17" Path = "188/18809.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18809.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia information.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-39 police department. Sending two 
+						units to assist with 11-84.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">"Hello, this is Terry Webb at KTSV TV 11."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">My CAD is down, do you have any 
+										 incidents going on right now?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of all current incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">Give me the details on those.</INSTRUCTOR> 
+			<STUDENT>Notify reporter of all current incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:40:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR CONFIRMED FOUR FATAL, PREP TO TRANSPORT</DETAIL>
+				<AUDIO Length = "19" Path = "187/18717.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18717.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. The coroner has confirmed four fatals and 
+					is preparing them to be transported.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied coroner confirmed four fatals 
+						and preparing for transport</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:42:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1180S TRANSPORTED</DETAIL>
+				<AUDIO Length = "14" Path = "188/18810.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18810.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. 11-80's transported.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia copied 11-80's transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:43:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9 FIRE OUT</DETAIL>
+				<AUDIO Length = "14" Path = "188/18811.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18811.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9. The fire is out.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Fire is out.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should note that the fire has been put out</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>should be active and responding to situation</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:44:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>LAKE FOREST ONRAMP CLOSED, DIRECTING TRAFFIC OFF LAKE FOREST OFFRAMP</DETAIL>
+				<AUDIO Length = "23" Path = "188/18812.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18812.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-15.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-15. Lake Forest onramp closed. Directing 405 traffic 
+					off Lake Forest offramp.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia 10-4. Lake Forest onramp closed.  
+					Directing 405 traffic off at Lake Forest offramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Tom Webb at KSON radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">Do you have an alternate established 
+											for the norhtbound 5 lanes near Lake 
+											Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Same as before..</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #7">When are the lanes supposed to be open?	</INSTRUCTOR>
+			<STUDENT>No specific time, approx. 1 hour.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:47:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT FINISHED W/ INVESTIGATION SB SR-55 AT I-405, PREP DOT TRCK FOR TOW</DETAIL>
+				<AUDIO Length = "24" Path = "187/18718.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18718.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, MAIT is finished with their investigation on 
+					the 55 overpass.  Preparing DOT truck for tow.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. MAIT is finished with their 
+						investigation on the 55 overpass. Preparing DOT truck 
+						for tow.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:48:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1 1144 IN TRCK, REQ CRNR</DETAIL>
+				<AUDIO Length = "18" Path = "188/18813.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18813.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. There is one 11-44 in the truck. Request coroner.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copied one 11-44 in truck. Request coroner.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for coroner request</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+		<TMT_RADIO>Sign truck/s are 97 at the end of the current queue.</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:49:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Jordan Bradley at KTCR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">Do you have any incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incidents.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">What details do you have on those?</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:50:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9 1039 CRNR, ETA 15</DETAIL>
+				<AUDIO Length = "16" Path = "188/18814.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18814.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	9-9 Santa Lucia</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-39 coroner, ETA is 15 minutes.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9 10-4.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-39 CORONER</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+		
+		<MAINTENANCE_RADIO>
+			Radio traffic between maintenance workers on site and maintenance dispatcher. 
+			Dispatched crews are 10-97 and beginning the cleanup.
+		</MAINTENANCE_RADIO>
+
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:51:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT 1097, STRTNG CLNUP OF TOMATOES</DETAIL>
+				<AUDIO Length = "18" Path = "188/18815.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18815.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9. Caltrans is 10-97. Starting cleanup of tomatoes.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Caltrans 10-97. Starting cleanup of tomatoes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ news 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">I'm away from my CAD. What's going on 
+										 with the accident on northbound 5 
+										 involving the tomato truck spill?
+			</INSTRUCTOR>
+			<STUDENT>Fire out on truck, 11-44, will start cleanup.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">Was anybody killed in the collision.</INSTRUCTOR>
+			<STUDENT>One 11-44</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:52:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TMT_RADIO>Radio traffic between TMT crew and TMT leader regarding current queue status</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:53:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 ROT 1097</DETAIL>
+				<AUDIO Length = "15" Path = "188/18816.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18816.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. 11-85 rotation 10-97.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia copied 11-85 rotation 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jim Sanso at KTAK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">What details do you have on the northbound 5 collision?</INSTRUCTOR>
+			<STUDENT>(pause for answer)</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">Is there an alternate route established?</INSTRUCTOR> 
+			<STUDENT>(pause for answer)</STUDENT>			
+		</TELEPHONE>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:54:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT STARTING INVESTIGATION NB 405 TO TAKE 30 MIN</DETAIL>
+				<AUDIO Length = "23" Path = "187/18719.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18719.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-S3. MAIT is starting investigation on 
+					northbound 405. The investigation should take 30 minutes.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia copied MAIT starting investigation on 
+						northbound 405. The investigation should take 30 minutes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:55:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CLNUP NRLY FNSHD DOT RDY TO BE TWD, SB SR-55 LNS OPN IN 5</DETAIL>
+				<AUDIO Length = "25" Path = "187/18720.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18720.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, nearly finished with cleanup and the DOT truck 
+					is ready to be towed. Southbound 55 lanes open in 5 minutes.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. Nearly finished with cleanup and 
+						DOT truck is ready to be towed. Southbound 55 lanes open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:56:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>WTNSSES, JOHN/BETTY JONES SAW TOMATO TRUCK LOSE CONTROL, FLIP OVER, VEH HIT, TRCK IMM CAUGHT FIRE</DETAIL>
+				<WITNESS Name="John/Betty Jones" Address="101 Lowland Dr." PhoneNum="(949)555-8375"/>
+				<AUDIO Length = "27" Path = "188/18817.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18817.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Witnesses John and Betty Jones saw the 
+					tomato truck lose control, flip over, and the vehicle hit 
+					it. The truck then caught fire.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Witnesses John and Betty Jones saw 
+						tomato truck lose control, flip over, and vehicle hit 
+						it. Truck then immediately caught fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, is George there?</INSTRUCTOR>
+			<STUDENT>No, wrong number.</STUDENT>
+			<INSTRUCTOR Role="Public">Sorry, good bye.</INSTRUCTOR> 
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:59:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>BIG RIG 1185 1097</DETAIL>
+				<AUDIO Length = "16" Path = "188/18818.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18818.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9, big rig 11-85 10-97.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copies, big rig 11-85 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #10">"Hello, this is Bill Rasmussen at KTRC radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #10">"Do you have any updated info on the 
+											northbound 5 collision involving the 
+											tomato truck?"
+			</INSTRUCTOR>
+			<STUDENT>Pause for answer.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #10">When is it expected to be cleared.</INSTRUCTOR>
+			<STUDENT>Cleaning up now, no definite answer, approx. 30 minutes.</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should call CHP to inquire for incident duration.  (Approx 30 minutes)</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:02:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 1097 DOT TRCK TWD, SB SR-55 OPN</DETAIL>
+				<AUDIO Length = "21" Path = "187/18721.mp3" />
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18721.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 10-98, the DOT truck has been towed and the 
+					southbound 55 lanes are open.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 14-17 10-98. DOT truck towed and 
+						southbound 55 lanes open.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="remove">
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+		<MAINTENANCE_RADIO>
+			Maintenance workers are 10-98.  Truck has been towed and 
+			taking maintenance worker, whose truck got hit, to the shop.
+		</MAINTENANCE_RADIO>		
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:03:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT PARTIAL CMPLT, PICS TKN, NEED MSRMNTS, INTERVIEWS</DETAIL>
+				<AUDIO Length = "25" Path = "187/18722.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18722.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT has partially completed its 
+					investigation. Pictures have been taken, but still need to 
+					take measurements and conduct interviews.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. MAIT has partially completed its 
+		  				investigation.  Pictures have been taken, but still need 
+		  				to take measurements and conduct interviews.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:05:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT #3 LN ALMOST CLEARED OF TOMATOES</DETAIL>
+				<AUDIO Length = "17" Path = "188/18819.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18819.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans has the #3 lane almost cleared of the tomatoes.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Caltrans has #3 almost cleared.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #11">"Hello, this is Chris Rasmuessan at KWIT radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #11">"Do you have an ETA for the opening of the lanes on Eastbound 91?"
+			</INSTRUCTOR>
+			<STUDENT>No to full opening, approx. 30 minutes, #3 lane nearly cleared.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:07:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR 1097</DETAIL>
+				<AUDIO Length = "14" Path = "188/18820.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="31520.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9, coroner 10-97.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copies coroner 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:08:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">"Hello, this Dakota Crew at KTAK radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">"Do you have any new incidents 
+											within the last 20 minutes?"
+			</INSTRUCTOR>
+			<STUDENT>No.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #1">Give me the details on that.</INSTRUCTOR>
+		</TELEPHONE>		
+		
+		<MAINTENANCE_RADIO>
+			Maintenance crew notifies dispatch that lane #3 is clear.  The #4,5
+			lanes should be clear in another 20-30 minutes.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:08:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ 6 ROT 1185</DETAIL>
+				<AUDIO Length = "17" Path = "187/18723.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18723.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. Request 6 rotational 11-85's.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied requesting 6 rotational 11-85's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:09:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TOWED, #3 LN CLEARED, OPENING</DETAIL>
+				<AUDIO Length = "18" Path = "188/18821.mp3" />
+				
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>4</Lane_number>
+					<Lane_number>5</Lane_number>
+				</PARAMICS>	
+				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18821.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Vehicle towed. #3 lane cleared of 
+					tomatoes and opening lane now.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Vehicle towed, #3 lane cleared 
+						and opening lane now.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:10:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT NEARLY COMPLETE, FINISHING INTERVIEWS, TOW ETA 10</DETAIL>
+				<AUDIO Length = "29" Path = "187/18724.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18724.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT has nearly completed their 
+					investigation, they are finishing up the interviews. ETA 
+					tows?</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia. MAIT has nearly completed their 
+						investigation, they are finishing up the interviews. 
+						Tow ETA 10 minutes.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 10-4 ETA 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TMT_RADIO>Have SB 55 TMT units go 10-98.</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:12:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1144 CNFRMD, #3 LN OPN, FULL OPNNG 20 MIN</DETAIL>
+				<AUDIO Length = "21" Path = "188/18822.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18822.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Coroner has confirmed 11-44. #3 lane is 
+					open. Full opening in 20 minutes.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. 11-44 confirmed. #3 lane open, 
+						full opening in 20.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for confirmed 1144</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:13:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">"Hello, this is Cameron Stevens at KCLY TV 2."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">"My CAD is down. Were there any 
+										 confirmed fatalities at the collision 
+										 northbound 5?"
+			</INSTRUCTOR>
+			<STUDENT>1 dead.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">"When are the lanes supposed to be open?"</INSTRUCTOR>
+			<STUDENT>#3 lane open, full opening in 20.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:15:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT NRLY FNSHD CLNUP, TRCK BEING PRPRD FOR 1185</DETAIL>
+				<AUDIO Length = "18" Path = "188/18823.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18823.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans is nearly finished with cleanup. 	
+					Truck being prepared for 11-85.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Caltrans nearly finished. Truck 
+						being prepared for 11-85.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:16:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">"Hello, this is Monica Stevens at KCLY radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">When is the roadway supposed to be cleared on the 5?
+			</INSTRUCTOR>
+			<STUDENT>#3 lane open, full opening in approx. 15.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:16:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT FINISHED INVESTIGATION 1098, START CLEANUP WHEN 1185S ARRIVE</DETAIL>
+				<AUDIO Length = "23" Path = "187/18725.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18725.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT is finished with their investigation 
+					and 10-98. Will start cleanup when the 11-85's arrive.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied MAIT finished with 
+						investigation and 10-98. Start cleanup when 11-85's 
+						arrive.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:18:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<MAINTENANCE_RADIO>Confirm completion of tomato cleanup.  Going 10-98</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:19:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 1097 PARTIAL OPENING IN 15</DETAIL>
+				<AUDIO Length = "21" Path = "187/18726.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18726.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 11-85's 10-97. Partial opening in 15 minutes.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 11-85's 10-97. Partial opening in 15 minutes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:20:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT 98 TOMATOES, LNS OPN IN 10</DETAIL>
+				<AUDIO Length = "17" Path = "188/18824.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18824.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans done cleaning up the tomatoes. 
+					Lanes open in 10.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Caltrans 98 with 
+						tomatoes, lanes open in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:21:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #3">"Hello, this is Bill Bradley at KCTR radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">"What kind of backup is there on 
+											northbound 5 due to the tomato truck spill and collision?"
+			</INSTRUCTOR>
+			<STUDENT>Current queue from ATMS.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #3">Are the lanes open soon?</INSTRUCTOR>
+			<STUDENT>10 minutes.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:23:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO005</MASTER_INC_NUM>
+			<P>3</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1031 - Crime in progress</TYPE_CODE>
+				<TYPE>1031</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>28-24</BEAT>
+				<ADDRESS>NB/SB 405 at Jeffrey</ADDRESS>
+				<LOC>NB/SB 405 at Jeffrey</LOC>
+				<CITY>San Luis Obispo</CITY>
+				<AREA>28-San Luis Obispo</AREA>
+				<FIRE>San Luis Obispo</FIRE>
+				<LAW>San Luis Obispo</LAW>
+				<EMS>San Luis Obispo</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1031</Type>
+				<Beat>28-24</Beat>
+				<TruncLoc>NB/SB 405 at Jeffrey</TruncLoc>
+				<FullLoc>NB/SB 405 at Jeffrey</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="189_N_405_ML">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>3.04</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="189_N_405_HV">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>3.04</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>
+
+			<LOCATION_INFO ID="189_S_405_ML">
+				<Route>405</Route>
+				<Direction>SB</Direction>
+				<Postmile>5.55</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="189_S_405_HV">
+				<Route>405</Route>
+				<Direction>SB</Direction>
+				<Postmile>5.55</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>
+			
+
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>CELLULAR 911 RPT SUICIDE BMBR AT I-405 @ JEFFREY, UNVERIFIED</DETAIL>
+				<DETAIL>1039 IRV PD, PD ENRT, 28-24 ENRT FROM I-405 @ IRVINE CNTR.</DETAIL>
+				<UNIT UnitNum="28-24" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "23" Path = "189/18901.mp3" />
+			</CAD_INCIDENT_EVENT>		
+			
+		</CAD_DATA>	
+
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a suicide attempt and a bomb threat. A man with a bomb 
+		  strapped to him is threatening to blow up the interchange at I-405 and
+		  Jeffrey Road. The freeway interchange is shut down completely, causing 
+		  major backup in both directions on I-405. The man is eventually 
+		  apprehended after attempting to explode the bomb. The PD, additional 
+		  units, sign trucks, negotiator, and the bomb squad are sent to the 
+		  scene to assist.
+			</TEXT>
+		</GENERAL_INFO>
+
+		<CHP_RADIO RadioFile="18901.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">28-24 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24 go ahead.</LINE>				
+				<LINE Role="Dispatch">	28-24 Santa Lucia suicide attempt 405 on the Jeffrey 
+						overpass. The police department has been notified 
+						and is enroute.</LINE>				
+				<LINE Role="Field">	Santa Lucia 28-24 10-4. Enroute from 405 at Irvine Center.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator should be viewing CCTV cameras in vicinity of incident</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:24:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TRCK TWD, FD SPRYNG LNS, LNS OPN IN 5</DETAIL>
+				<AUDIO Length = "21" Path = "188/18825.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18825.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Truck towed. Fire department spraying lanes 
+					clean. Lanes open in 5.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Truck towed. Fire department 
+						spraying lane clean, lanes open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:25:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR> 
+			<INSTRUCTOR Role="Radio Reporter #4">Are the lanes open yet on 
+											northbound 5 just north of Lake 
+											Forest Drive.
+			</INSTRUCTOR>
+			<STUDENT>#3 open, all lanes open in 5.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">Are there any other new incidents 
+											going on right now?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of new incidents.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:25:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-24 1097, PD 1097</DETAIL>
+				<UNIT UnitNum="28-24" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "18" Path = "189/18902.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18902.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-24.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24 10-97 405 at Jeffrey. 
+				                   Irvine PD is 10-97.
+				</LINE>			
+				<LINE Role="Dispatch">10-4, Copy you  are 97 with Irvine PD.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:29:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-19 ENRT FROM I-5 AT SND CYN, 28-13 ENRT FROM I-5 AT 133</DETAIL>
+				<DETAIL>SHUT DWN NB I-405 AT SND CYN OFFR</DETAIL>
+				<UNIT UnitNum="28-19" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="28-13" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "44" Path = "189/18903.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18903.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">28-19 Santa Lucia.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 28-19 go ahead.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia 10-23.</LINE>					
+				<LINE Role="Dispatch">(pause)</LINE>				
+				<LINE Role="Dispatch">28-13 Santa Lucia.</LINE>				
+				<LINE Role="Field_2">Santa Luica 28-13 go ahead.</LINE>				
+				<LINE Role="Dispatch">28-19 and 28-13 Santa Lucia, proceed to northbound 405 
+						to shut down the northbound lanes at the Sand Canyon off 
+						ramp. A man has threatened to blow up the 405 at 
+						Jeffrey interchange.</LINE>
+				
+				<LINE Role="Field_1">Santa Lucia 28-19 10-4. Enroute from I-5 at Sand Canyon.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 28-13 copied, enroute from I-5 at 133.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:30:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>OPN #2,3 LNS, FULL OPN IN 5</DETAIL>
+				<AUDIO Length = "20" Path = "187/18727.mp3" />				
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+				</PARAMICS>						
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18727.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. We have opened the #2 and #3 lanes. Full 
+					opening in 5 minutes.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. #2 and #3 lanes open, full opening in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="87" type="update">
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="update">
+			<LOCATION>NB 405 @ ICD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="95" type="update">
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:31:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>ALL LNS CLR, 9-15 OPENING LAKE FOREST ONRAMP</DETAIL>
+				<DETAIL>9-9,9-15,9-19 1098</DETAIL>
+				<UNIT UnitNum="9-9" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="9-15" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="9-19" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "25" Path = "188/18827.mp3" />
+				
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18827.mp3">
+			<DIALOG> 
+				<LINE Role="Field">Santa Lucia 9-9</LINE>
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. All lanes are clear.  9-15 is opening Lake Forest Onramp.  All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. All lanes open.  9-15 opening Lake Forest Onramp.
+						9-9. 9-15, 9-19 are 1098.</LINE>	
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should cancel Sig Alert</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be handling situation well</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:31:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-11 ENRT FROM I405 AT BRISTOL, 28-07 ENRT FROM SR55 AT DYER</DETAIL>
+				<DETAIL>28-11 28-07 TO SHT DWN SB I405 AT CULVER OFFR</DETAIL>
+				<UNIT UnitNum="28-11" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="28-07" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "45" Path = "189/18904.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18904.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	28-11 Santa Lucia.</LINE>
+				<LINE Role="Field_1">	Santa Lucia 28-11 go ahead.</LINE>
+				<LINE Role="Dispatch">	28-11 Santa Lucia 10-23.</LINE>
+				<LINE Role="Dispatch">	28-07 Santa Lucia.</LINE>
+				<LINE Role="Field_2">	Santa Lucia 28-07 go ahead.</LINE>
+				<LINE Role="Dispatch">	28-11 and 28-07 Santa Lucia, proceed to southbound I405 
+							to shut down the southbound lanes at the Culver Dr off 
+							ramp. A man has threatened to blow up the 405 at 
+							Jeffrey interchange.</LINE>
+				<LINE Role="Field_1">	Santa Lucia, 28-11 10-4 enroute from 405 at Bristol Sreet.</LINE>
+				<LINE Role="Field_2">	Santa Lucia, 28-07 10-4. Enroute from 55 at Dyer.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV channel 11.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">I just heard about a suicide attempt on I405.
+			</INSTRUCTOR>
+			<STUDENT>Confirm report.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Where exactly is it located, I would 
+											 like to send a camera out there?"
+			</INSTRUCTOR>
+			<STUDENT>I405 at Jeffrey Dr.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Are you closing down any of the lanes?"</INSTRUCTOR>
+			<STUDENT>Closing down the whole interchange.</STUDENT>
+		</TELEPHONE>
+
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident. Should note interchange closed 
+							 when all lanes have been closed. HAR's #3 and #4 might 
+							 also note interchange closed.
+			</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:32:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PD CLOSING JEFFREY AND UNIV DR, SENDING NEGOTIATOR, REQ SIGALERT</DETAIL>
+				<AUDIO Length = "30" Path = "189/18905.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18905.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-24.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24. The police department is taking care of 
+					the Jeffrey Road and University Drive closures. They have 
+					sent for a negotiator to talk the man down. Issue a Sig 
+					Alert on this one, we'll be here a while.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia 10-4. PD closing Jeffrey Road and 
+						University Drive and sending negotiator to talk man 
+						down. 	Requesting Sig Alert until further notice.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">I was told that both the northbound 
+											and southbound I405 lanes are going 
+											to be closed due to a suicide 
+											attempt. What details do you have on 
+											that?
+			</INSTRUCTOR>
+			<STUDENT>Gives details of closure.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #5">Is a detour being set up?</INSTRUCTOR>
+			<STUDENT>Don't know as of yet.</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should ensure HQ Comm is notified</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should notify District Duty Officer</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:35:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TWD, LNS OPN, 14-S, 14-9, 14-14 1098</DETAIL>
+				<UNIT UnitNum="14-14" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="14-17" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="14-9" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="14-S3" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "23" Path = "187/18728.mp3" />
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>							
+				
+				<PARAMICS LocationID="187_N_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18728.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. Vehicles have been towed and lanes open. 
+					All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. Vehicles towed and lanes open.  
+						14-S3,14-9, and 14-14 are 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">Hello, this is Terry Webb at KTSV TV channel 11.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">Are the lanes clear NB 405 at 55?
+			</INSTRUCTOR>
+			<STUDENT>Lanes were just cleared.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">How many were injured in that accident?
+			</INSTRUCTOR>
+			<STUDENT>There were 3 dead and 7 injured.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="87" type="remove">
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="remove">
+			<LOCATION>NB 405 @ ICD</LOCATION>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="95" type="remove">
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be alert to the situation</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:36:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TMT_RADIO>TMT units go 10-98.  Traffic is back to normal</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:36:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-13 1097, 10-23 28-19 B4 CLOSING NB LNS, 1039 DOT FOR SIGN TRUCKS</DETAIL>
+				<UNIT UnitNum="28-13" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "33" Path = "189/18906.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18906.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-13.</LINE>				
+				<LINE Role="Dispatch">28-13 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-13 10-97 northbound 405 at Sand Canyon.  Will 
+					10-23 28-19 and then proceed to close down northbound lanes. 
+					Do we have any sign trucks enroute yet to assist with the 
+					closure?</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-13 10-97 northbound 405 at Sand 
+						Canyon. 10-23 28-19 before closing northbound lanes. Checking on TMT.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>
+			</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+		<MAINTENANCE_RADIO>Get TMT rolling.</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:37:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-11 1097, CLSNG DWN SB LNS AT CULVER DR OFFR</DETAIL>
+				<UNIT UnitNum="28-11" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "21" Path = "189/18907.mp3" />
+				
+				<PARAMICS LocationID="189_S_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>	
+
+				<PARAMICS LocationID="189_S_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>		
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18907.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-11.</LINE>				
+				<LINE Role="Dispatch">28-11 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-11 10-97 405 at Culver offramp.  
+					Proceeding to close down the southbound lanes.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-11 10-97 405 at Culver offramp. 
+					Closing southbound lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="CHP Dispatch">Hello, this is CHP Dispatch.</INSTRUCTOR>
+			<STUDENT>Have sign trucks been sent to the bomb threat at the 
+						 I405 and Jeffrey Road overpass?</STUDENT>
+			<STUDENT>Responds correctly to question.</STUDENT>
+			<STUDENT>Notifies maintenace station to dispatch sign trucks.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="89" type="new"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="72" type="new"> 
+			<LOCATION>SB 55 @ Warner</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>S-405 CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:38:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-13, 28-19 SHUTTING DWN NB 405 LNS AT SAND CYN ST OFFR</DETAIL>
+				<UNIT UnitNum="28-19" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "30" Path = "189/18908.mp3" />
+				
+				<PARAMICS LocationID="189_N_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>	
+					<Lane_number>5</Lane_number>				
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_N_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>				
+				</PARAMICS>	
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18908.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-19 10-97 northbound 405 at Sand Canyon.  
+					28-13 and I are proceeding to shut down the northbound 405 lanes 
+					at the Sand Canyon offramp.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-19 10-97 northbound 405 at Sand 
+						Canyon. 28-13, 28-19 shutting down northbound 405 lanes at 
+						Sand Canyon off ramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ TV.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">I heard over the scanner that there is 
+										 a bomb threat on the 5.
+			</INSTRUCTOR>
+			<STUDENT>Correct location is I405.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">I would like to send a helicopter out 
+										 there, what are the details on the 
+										 threat?
+			</INSTRUCTOR>
+		</TELEPHONE>	
+		
+		<CMS_EVALUATION cmsID="88" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT SAND CYN AVE</CMS_LINE> 
+				<CMS_LINE>USE HWY-133</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="new"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>N-405 CLOSED AT SAND CYN AVE</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:39:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KNOW TV 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">I heard about a suicide on the 405, 
+										 what details do you have on that?
+			</INSTRUCTOR>
+			<STUDENT>Located I405 and Jeffrey overpass, man has bomb 
+						 strapped to himself, closing down I405 in both directions.
+			</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:40:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-07 1097 ASSTNG 28-11 CLSNG SB LNS AT CULVER OFFR</DETAIL>
+				<UNIT UnitNum="28-07" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "23" Path = "189/18909.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18909.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07 10-97 southbound 405 at Culver Dr. 
+					Assisting 28-11 with the closure.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-07 10-97 southbound 405 at Culver 
+						Drive. Assisting 28-11 with closure.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<TMT_RADIO>If no sign trucks have been requested yet, another 
+						 phone call needs to be made from CHP Dispatch 
+						 requesting them.
+		</TMT_RADIO>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:41:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-S4 1097 I5 JEFFREY AVE ASSIST</DETAIL>
+				<UNIT UnitNum="28-S4" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "19" Path = "189/18910.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18910.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4 10-97 I-405 at Jeffrey overpass.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-S4 10-97 I-405 at Jeffrey Road.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KNIN radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is the surrounding residential area 
+											around the bomb threat being evacuated?
+			</INSTRUCTOR>
+			<STUDENT>They don't know, although the correct answer will be no.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:43:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PD STTNG DETOURS, SB TRFFC OFF AT CULVER AVE, NB TRFFC OFF AT SAND CYN</DETAIL>
+				<AUDIO Length = "22" Path = "189/18911.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18911.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">	28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">	Santa Lucia 28-S4. Irvine PD is setting up 
+					detours through the city for the northbound and southbound 
+					405 traffic.
+				</LINE>				
+				<LINE Role="Dispatch">	28-S4 Santa Lucia 10-4. Police department setting up 
+						detours through the city for all traffic.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, I just saw on TV that there is bomb 
+								   on the I405 near University Drive.
+			</INSTRUCTOR>
+			<STUDENT>Confirm report.</STUDENT>
+			<INSTRUCTOR Role="Public">"I live nearby, Is that area evacuated?</INSTRUCTOR>
+			<STUDENT>No, not to the best of my knowledge.	</STUDENT>
+		</TELEPHONE>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should have posted a Sig Alert by this time</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:44:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NEGOTIATOR 1097</DETAIL>
+				<AUDIO Length = "20" Path = "189/18912.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18912.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. Negotiator is 10-97 and attempting to 
+					talk the man down.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia 28-S4 10-4. Negotiator is 10-97 and 
+						attempting to talk man down.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>	
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:45:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<TMT_RADIO>Have NB 405 TMT units go 10-98.</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:45:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NB LNS SHUT DOWN</DETAIL>
+				<AUDIO Length = "16" Path = "189/18913.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18913.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-19. The northbound lanes are shut down.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia 10-4. Northbound lanes are shut down.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:46:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP WON'T ALLOW NEGOTIATOR NEAR HIM</DETAIL>
+				<AUDIO Length = "22" Path = "189/18914.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18914.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. This is going to take a while. The man 
+					won't let the negotiator get close to him.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Negotiations will take a while, 
+						man won't let the negotiator get close to him.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:47:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-07 SB LNS SHUT DOWN</DETAIL>
+				<AUDIO Length = "19" Path = "189/18915.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18915.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07. The southbound lanes have been shut down. 
+					Traffic is building up quickly.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia 10-4. Southbound lanes shut down.  
+						Traffic building up quickly.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:50:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP IS CALMING DOWN.  BOMB SQD 1097</DETAIL>
+				<AUDIO Length = "18" Path = "189/18916.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18916.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 28-S4. The man is calming down. The bomb squad is 10-97.</LINE>
+				<LINE Role="Dispatch">	28-S4 Santa Lucia 10-4. Man calming down. Bomb squad 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 Bomb Squad</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+
+		<TMT_RADIO>>Call saying the sign trucks are 10-97.  Queue update.</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:51:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO006</MASTER_INC_NUM>
+			<P>5</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>9-22</BEAT>
+				<ADDRESS>NB5 JNO Main Street</ADDRESS>
+				<LOC>NB5 JNO Main Street</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>9-Templeton</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>9-22</Beat>
+				<TruncLoc>NB5 JNO Main St</TruncLoc>
+				<FullLoc>NB5 JNO Main St</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="190_N_5_ML">
+				<Route>5</Route>
+				<Direction>NB</Direction>
+				<Postmile>33.2</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<CAD_INCIDENT_EVENT>
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>
+			
+		</CAD_DATA>		
+		
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT>Incident Description - This is a collision involving a tanker truck 
+		  and a car that block the #3 and 4 lanes on NB I-5 just north of 
+		  Main Street. There are 2 minor injured and 1 major injured. 
+		  Liquid is leaking out of the tanker truck which is identified as milk. 
+		  The leak is plugged and the fire department sprays the milk down the 
+		  drain. The fire department, ambulance, additional units, TMT, a big 
+		  rig tow, and a rotational tow are sent to the scene.</TEXT>
+		</GENERAL_INFO>
+
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:53:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-22 ENRT FROM 57 @ CHAPMAN</DETAIL>
+				<UNIT UnitNum="9-22" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "24" Path = "190/19001.mp3" />
+				
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19001.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-22 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 11-79 northbound 5 just north of Main Street.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 copies, enroute from 57 at Chapman Ave.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Enroute from 57 at Chapman Ave.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Should shold be verifying incident 190 on the CAD.</EXPECTED_ACTION>
+		</CAD_EVALUATION>	
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Should try to confirm the incident with a CCTV cameras.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:54:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Mayor">"Hello, this is Mayor Krom of Irvine."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Mayor">I just heard that a bomb went off on I405. Was 
+								 anyone injured or killed?
+			</INSTRUCTOR>
+			<STUDENT>Not true - no bomb was not detonated.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:56:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>		
+
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:58:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-22 1097 2 VEH TC, VEH VS TANKER TRK, BLKNG #3,4</DETAIL>
+				<DETAIL>UNID LIQUID LEAKING FROM TNKR, NEED TO CLOSE NB LANES, REQ UNITS</DETAIL>
+				<UNIT UnitNum="9-22" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "37" Path = "190/19002.mp3" />		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19002.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 1097 JNO Main St. 2 vehicle collision 
+					between tanker truck and vehicle blocking #3, 4 lanes.  
+					Unidentified liquid leaking out of the tanker. Request 
+					additional units, we're going to have to shut down the 
+					northbound lanes until we identify the susbstance.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied. 9-22 10-97.  2 vehicle 
+						collision, tanker truck and vehicle, blocking #3, 4. 
+						Unidentified liquid leaking out of tanker. Request 
+						units to shut down NB lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="93" type="new"> 
+			<LOCATION>NB-5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+
+		<MAINTENANCE_RADIO>TMT Earliest possible request for sign trucks. Send trucks if requested.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:59:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-23, 9-26 ENRT TO ASSIST 9-22</DETAIL>
+				<UNIT UnitNum="9-23" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="9-26" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "41" Path = "190/19003.mp3" />		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19003.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-23, 9-26 Santa Lucia.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-23 go ahead.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 9-26 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-23 and 9-26 Santa Lucia, 1179 northbound 5 
+						just north of Main St blocking #3,4 .  22 request assistance closing freeway.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-23 10-4. Enroute from 22 just south of 
+						Euclid Avenue.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 10-4. 9-26 enroute from 57 at 91.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 9-23, 9-26 enroute.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:00:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>1141, FD 1097, TRCK DRVR 1180 UNCONCIOUS, 2 1181S, LIQUID LEAKING INTO #2 LN. #2,3,4 BLKD AT THIS TIME</DETAIL>
+				<AUDIO Length = "35" Path = "190/19004.mp3" />		
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>					
+				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19004.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. 1141 is 1097. The 
+					driver of the truck is 1180 and unconscious. There are 2 
+					1181s in the other vehicle. The liquid is leaking out into 
+					the #2 lane. #2,3,4 lanes blocked at this time.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copies. 1141 1097. 1 
+						1180 and 2 1181's.  Liquid leaking into #2 lane.  #2,3,4 lanes are blocked.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Kim Williamson at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">I just caught on the scanner that 
+											there was some type of spill on 57.
+			</INSTRUCTOR>
+			<STUDENT>Confirm incident.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #7">What kind of details do you have 
+											on the collision?
+			</INSTRUCTOR>
+			<STUDENT>Truck vs car, #3 and 4 lanes blocked, liquid spill in lanes.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:01:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NEGOTIATOR MAKING PROGRESS, SUSP MAY SURRENDER</DETAIL>
+				<AUDIO Length = "21" Path = "189/18919.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18919.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The negotiator has made some 
+					progress. Looks like the man is about to give himself up.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Negotiator has made progress and 
+						looks like the man is about to give himself up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:01:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DONT HAVE TO SHUT THE FWY, LIQUID ID'D AS MILK.  #1 LN WILL REMAIN OPEN.</DETAIL>
+				<DETAIL>ATTEMPTING TO CONTROL THE LEAK. REQ BIG RIG AND ROT 1185</DETAIL>
+				<AUDIO Length = "27" Path = "190/19005.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19005.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-22. We don't have to shut down all the lanes, 
+					the liquid is milk. Attempting to control the leak.  Request big 
+					rig 11-85 and 11-85 rotational.</LINE>
+				<LINE Role="Dispatch">9-22 Santa Lucia copied don't have to close all lanes, 
+						liquid is milk. Attempting to control the leak. Requesting big 
+						rig and rotational 11-85's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Tom Webb at KSON radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">I just heard the northbound lanes 
+											on 57 are being closed.
+			</INSTRUCTOR>
+			<STUDENT>Confirmation.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">Why are they closing the lanes.
+			</INSTRUCTOR>
+			<STUDENT>Liquid spill, collision.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">How long are they expected to be 
+											closed.
+			</INSTRUCTOR>
+			<STUDENT>Until cleanup - no definitive answer.</STUDENT>
+		</TELEPHONE>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:02:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">"Hello, this is Fred Roppel at KNOW TV 
+										 Channel 3."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">"Has a bomb been found yet at the 405 
+										 and Jeffrey interchange?"
+			</INSTRUCTOR>
+			<STUDENT>No bomb has been found.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"When will they be done with their search?"
+			</INSTRUCTOR>
+			<STUDENT>Unknown, but about 10 minutes.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Are there any other incidents going on 
+										 right now?"
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"What are their details?"</INSTRUCTOR>
+			<STUDENT>Notify reporter of incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:03:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jordan Bradley at KTCR radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">How many lanes are blocked by the 
+											collision on 57 at Katella?
+			</INSTRUCTOR>
+			<STUDENT>#3 and 4 lanes blocked, milk in #2 lane.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">How many Injured are there?</INSTRUCTOR>
+			<STUDENT>3 injured.</STUDENT>
+		</TELEPHONE>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:04:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-23 1097, REQ TMT, TRAFFIC BACKING</DETAIL>
+				<UNIT UnitNum="9-23" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "21" Path = "190/19006.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19006.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-23.</LINE>				
+				<LINE Role="Dispatch">9-23 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-23 10-97 11-80. Request TMT, traffic is backing up.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-23 10-97 11-80. Request TMT, traffic is backing up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		
+		<TMT_RADIO>
+			Time of request by CHP officers in the field for sign 
+						 trucks. Send sign trucks to scene when requested.
+						 ***CONTROL ROOM ACTION*** - Call TMC, ask for TMT
+		</TMT_RADIO>
+		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:05:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+
+		<TMT_RADIO>Queue Update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:06:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAN TRIED TO DETONATE THE DEVICE, BOMB DIDNT ACTIVATE, PD APPRHNDNG</DETAIL>
+				<AUDIO Length = "23" Path = "189/18921.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>			
+		
+		<CHP_RADIO RadioFile="18921.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The man just tried to blow himself up, 
+					but the bomb didn't go off! The police department is 
+					apprehending him now.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Man attempted to blow up the 
+						interchange and is being apprehended by the PD.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:08:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP IN CUSTODY, BOMB SQD INSPECTING BOMB</DETAIL>
+				<AUDIO Length = "20" Path = "189/18922.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18922.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The man is in custody, and the bomb squad 
+					is attempting to diffuse the bomb.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Man in custody, and bomb squad 
+						diffusing the bomb.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:09:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TMT_RADIO>Queue update</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:11:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PREPARING TO TRANSPORT VICTIMS, #1 LN OPN</DETAIL>
+				<AUDIO Length = "15" Path = "190/19007.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19007.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The victims are being prepared for 
+					transport.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Victims being prepared for 
+						transport.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:11:30</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #10">Hello, this is Jim Sanso at KTAK 
+											 radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #10">I just heard about a large 
+											 collision and spill on the 55.
+			</INSTRUCTOR>
+			<STUDENT>Correct location is on northbound 57.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #10">Give me the details on that.
+			</INSTRUCTOR>
+			<STUDENT>Gives details regarding incident.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:12:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should have requested sign truck(s)</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:13:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-26 1097 VICTIMS TRANSPORTED</DETAIL>
+				<UNIT UnitNum="9-26" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "15" Path = "190/19008.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19008.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-26.</LINE>				
+				<LINE Role="Dispatch">9-26 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia I'm 1097.  The victims have been transported.</LINE>				
+				<LINE Role="Dispatch">	Santa Lucia copies 9-26 10-97. Victims transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #11">Hello, this is Bill Rasmussen at KTRC radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #11">What details do you have on the collision on 57.
+			</INSTRUCTOR>
+			<STUDENT>Tanker vs. car, milk spill, 3 lanes blocked, 3 injured.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #11">Is there an alternate route 
+											established, that I could tell my listeners?
+			</INSTRUCTOR>
+			<STUDENT>Alternate route??</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:14:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CODE A, BOMB DEFUSED, LNS BEING OPENED</DETAIL>
+				<AUDIO Length = "19" Path = "189/18923.mp3" />
+				
+				<PARAMICS LocationID="189_N_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_N_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+				
+				<PARAMICS LocationID="189_S_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_S_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18923.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The bomb has been diffused. We're opening 
+					the lanes now.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. The bomb has been diffused and 
+						lanes are being opened.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should update TMT units</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:14:30</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #12">"Hello, this is Fred Masterson at KTRC radio."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #12">"My CAD is down and I was wondering 
+											 if you had any new incidents?"
+			</INSTRUCTOR>
+			<STUDENT>Yes, tanker vs. car, spill.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #12">"What do you have on that?"
+			</INSTRUCTOR>
+			<STUDENT>Gives details.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:15:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>HOLE IN TANKER PLUGGED, FD WASHING DOWN RDWY</DETAIL>
+				<AUDIO Length = "20" Path = "190/19009.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19009.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The hole in the tanker has been plugged. 
+					Not too much spilled on the roadway here.  The fire department is going 
+					to wash it down.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Hole plugged. Fire department 
+						spraying down roadway.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:16:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SB LNS OPN 28-11 28-07 1098</DETAIL>
+				<UNIT UnitNum="28-11" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="28-07" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "21" Path = "189/18924.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18924.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07. Southbound lanes are open. 28-11 and I are 10-98.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia 10-4. Southbound lanes open. 28-11, 28-07 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<CMS_EVALUATION cmsID="72" type="remove"> 
+			<LOCATION>SB 55 @ Warner</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="86" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="89" type="update"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:16:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #13">Hello, this is Chris Rasmuessan at KWIT radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #13">What's going on with the tanker 
+											spill on 5 north of Main St?
+			</INSTRUCTOR>
+			<STUDENT>(tanker plugged, injured transported, diluting milk with water, #1 lane only open.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:17:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO007</MASTER_INC_NUM>
+			<P>4</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>17-14</BEAT>
+				<ADDRESS>SB73 JNO Baker St.</ADDRESS>
+				<LOC>SB73 JNO Baker St.</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>17</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>17-14</Beat>
+				<TruncLoc>SB73 JNO Baker St.</TruncLoc>
+				<FullLoc>SB73 JNO Baker St.</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="191_S_73_ML">
+				<Route>73</Route>
+				<Direction>SB</Direction>
+				<Postmile>26.7</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>911 CELLULAR CALL, RV FIRE SB-73 AT BEAR St, UNVERIFIED</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT> This is an RV fire on the shoulder southbound 73 just north of 
+		   Bear/Baker Street. There are two injured victims who were pulled from 
+		   the RV by passers-by. The #3 is closed to fight the fire. 
+		   The fire department, paramedics, an extra unit, sign truck/s, and 
+		   ambulance are sent to the scene.
+			</TEXT>
+		</GENERAL_INFO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:17:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NB LNS OPN 28-13 28-19 1098</DETAIL>
+				<UNIT UnitNum="28-13" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="28-19" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "22" Path = "189/18925.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18925.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>
+				<LINE Role="Dispatch">28-19 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 28-19. Northbound lanes are open. 28-13 and I are 10-98.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia copies northbound lanes open. 28-13, 28-19 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="88" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="update"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>N-405 AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:18:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-24, 28-S4 1098 PD OPNNG OVRPASS</DETAIL>
+				<UNIT UnitNum="28-24" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="28-S4" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "24" Path = "189/18926.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18926.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. 28-24 and I are 10-98. The police 
+					department is opening the overpass.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. 28-S4, 28-24 10-98. Police 
+						department opening overpass.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:19:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>17-14 ENRT FROM 405 AT EUCLID</DETAIL>
+				<UNIT UnitNum="17-14" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "24" Path = "191/19101.mp3" />
+				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19101.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-14 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia, RV fire southbound 73 just north of Baker Street. </LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-4. Enroute from 405 @ Euclid.</LINE>				
+				<LINE Role="Dispatch">10-4 Santa Lucia copies, 17-14 enroute from 405 @ Euclid.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be verifying incident 191 on the CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Attempt to verify incident on ATMS</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:20:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 ROT 1097</DETAIL>
+				<TOW Company="Martins" ConfNum="(949)555-2031" PubNum="(949)555-9067" Beat=""/>
+				<AUDIO Length = "16" Path = "190/19010.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19010.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The 11-85 rotation 10-97.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copies 11-85 rotation 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:21:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>BIG RIG 1185 1097, ONCE FD IS DONE, WILL START CLEANUP</DETAIL>
+				<TOW Company="Imperial" ConfNum="(949)555-1128" PubNum="(949)555-1520" Beat=""/>
+				<AUDIO Length = "22" Path = "190/19011.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19011.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-22 big rig 11-85 10-97. Once the 
+				  fire department is done, we will start clearing vehicles.</LINE>				
+				<LINE Role="Dispatch">	9-22 Santa Lucia 10-4. Big rig 11-85 10-97. Start 
+						cleanup when fire department done.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">Hello, this is Dakota Crew at KCOW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">Do you have an alternate route I 
+										    could tell my listeners about for collision on I-5?
+			</INSTRUCTOR>
+			<STUDENT>Should have one established.</STUDENT>
+		</TELEPHONE>		
+
+		<TMT_RADIO>
+			Sign trucks should be 1097.
+		</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:22:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">Hello, this is Monica Stevens at KCLY radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">Do you have any update info on the 
+											collision on 57.
+			</INSTRUCTOR>
+			<STUDENT>Clearing the milk, about to move vehicles, injured transported, etc.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:23:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KCLY Channel 11.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">Is the bomb squad done with their 
+										 search yet at the 405 and Jeffrey 
+										 interchange?
+			</INSTRUCTOR>
+			<STUDENT>Yes</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">When will the lanes be open?</INSTRUCTOR>
+			<STUDENT>They were already opened about 10 minutes ago.</STUDENT>
+		</TELEPHONE>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should issue a Sig Alert</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+		<MAINTENANCE_RADIO>TMT The traffic is near normal. I'm (we're) 1098.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:23:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD DONE, OPENING #2, STARTING CLEANUP</DETAIL>
+				<AUDIO Length = "19" Path = "190/19012.mp3" />
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>		
+			
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19012.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. Fire department is done.
+					Opening the #2 lane and starting cleanup.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Fire department is done, opening 
+						#2 lane, and starting cleanup.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:24:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV ON FIRE ON RS, 2 1181S, PARAMEDICS 1097, REQ UNIT TO ASSIST</DETAIL>
+				<UNIT UnitNum="17-14" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "42" Path = "191/19102.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19102.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-97 RV fire southbound 73 just north of
+					Baker Street.  RV on the right hand shoulder. Citizens 
+					pulled 2 11-81's from vehicle, paramedics 10-97.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 17-14 10-97 RV fire southbound 73 
+						just north of Baker Street. RV on right hand shoulder. 2 
+						11-81's pulled from RV, paramedics 10-97.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-4. Send a unit to assist.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copies.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT S-73</CMS_LINE> 
+				<CMS_LINE>AT BAKER ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:25:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-16 ENRT FROM S-405 @ EUCLID TO ASSIST 17-14</DETAIL>
+				<UNIT UnitNum="17-16" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "20" Path = "191/19103.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		
+		<CHP_RADIO RadioFile="19103.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-16 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-16 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia, 17-14 requesting assistance RV fire 
+						southbound 73 just north of Baker Street.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-1610-4. Enroute from S-405 @ Euclid.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV channel 3.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">I just heard about a RV fire over the scanner.</INSTRUCTOR>
+			<STUDENT>Confirm RV fire.</STUDENT>								 
+			<INSTRUCTOR Role="TV Reporter #2">Where was that located, I'd like to 
+										 send a camera out there?</INSTRUCTOR>
+			<STUDENT>Southbound 73 just North of Baker Street.</STUDENT>												 
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:26:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD 1097, CLOSING RT LN, REQ TMT, TRAFFIC ADVISORY</DETAIL>
+				<AUDIO Length = "24" Path = "191/19104.mp3" />
+				
+				<PARAMICS LocationID="191_S_73_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>		
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19104.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14, fire department 10-97.   Closing the right lane 
+					for the fire engines. Request sign truck, traffic advisory.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copies fire departement 10-97. Closing 
+						the right lane. Request sign truck, traffic advisory.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT S-73</CMS_LINE> 
+				<CMS_LINE>AT BAKER ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should issue traffic advisory</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should send TMT units</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+		<TMT_RADIO>
+		Time of request by CHP officers in the field for sign trucks. Send sign 
+		trucks to scene when requested.
+		</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:27:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>#2 LN OPN, FULL CLNUP IN 20</DETAIL>
+				<AUDIO Length = "18" Path = "190/19013.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19013.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The #2 lane is open. Full cleanup in 20 minutes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied #2 open, full cleanup in 20.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				 
+		
+		<TMT_RADIO>Queue update. Possibly reposition.</TMT_RADIO>	
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:28:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">Hello, this is Terry Webb at KTSV radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">I heard that there was an RV fire on 
+										  southbound 73.
+			</INSTRUCTOR>
+			<STUDENT>Confirm RV fire</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">What details do you have on it, are 
+										  any lanes blocked?
+			</INSTRUCTOR>
+			<STUDENT>RV fire on shoulder, two injured pulled from vehicle, 
+						 fire on shoulder, no lanes blocked.
+			</STUDENT>
+		</TELEPHONE>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:28:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ news.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">Our computers are down, what 
+										  incidents do you have going on?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">Give me all the details on those.</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incident details.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:29:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-14 1097</DETAIL>
+				<UNIT UnitNum="17-16" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "24" Path = "191/19105.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19105.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-16</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-16 10-97 RV fire southbound 73 just north of
+					Baker Street.</LINE>
+				<LINE Role="Dispatch">10-4 Santa Lucia copied 17-16, 10-97 RV fire 
+						southbound 73 just north of Baker Street.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:32:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH READY TO BE TOWED, TRCK AND TNKR BEING UPRIGHTED</DETAIL>
+				<AUDIO Length = "19" Path = "190/19014.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19014.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The car is ready to be towed. The truck 
+					and tanker are being uprighted.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Car ready for tow, truck and 
+						tanker being uprighted.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:33:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VICTIMS TRANSPORTED, PASSERS BY RESCUED VICTIMS</DETAIL>
+				<AUDIO Length = "24" Path = "191/19106.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19106.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The two victims transported. Passers-by 
+					saw the RV on fire and assisted in pulling the two victims 
+					out of the vehicle before it was completely engulfed.</LINE>
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. Victims transported. Passers-by 
+						pulled victims out of RV.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:34:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #4">Have any of the lanes been open on 5 
+										 north of Main St.</INSTRUCTOR>
+			<STUDENT>#2 lane open.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">When is there a full opening?</INSTRUCTOR>
+			<STUDENT>Around 15 to 20 minutes.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:34:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">How long is it going to take to clear 
+										  up the RV fire on southbound 73?
+			</INSTRUCTOR>
+			<STUDENT>No estimated time as of yet.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:35:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FIRE IS OUT, FD INVESTIGATING CAUSE OF FIRE</DETAIL>
+				<AUDIO Length = "19" Path = "191/19107.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19107.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The fire is out, and the fire department 
+					is investigating the cause of the fire.</LINE>
+				<LINE Role="Dispatch">	17-14 Santa Lucia copied, fire out and fire department 
+						investigating cause of fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:37:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TOWED, TNKR UPRGHT, FULL OPENING IN 10</DETAIL>
+				<AUDIO Length = "20" Path = "190/19015.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19015.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The car has been towed. The tanker truck 
+					is upright. Full opening in 10 minutes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied car towed. Tanker truck upright. 
+						Full opening in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:38:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KNIN radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is there an estimated time for lane 
+										 opening for the collision on I-5?
+			</INSTRUCTOR>
+			<STUDENT>10 minutes.</STUDENT>
+		</TELEPHONE>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:39:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ FLAT BED 1185, FD 98 IN 15</DETAIL>
+				<AUDIO Length = "22" Path = "191/19108.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19108.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 request flat bed 11-85 for the RV. Fire 
+					department done within 15 minutes.</LINE>
+				<LINE Role="Dispatch">	17-14 Santa Lucia 10-4. Request flat bed 11-85, fire 
+						 department 98 in 15.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:40:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CMS_EVALUATION cmsID="86" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="89" type="remove"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="88" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="remove"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+		</CMS_EVALUATION>			
+
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:41:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 1185 ENRT, ETA 10</DETAIL>
+				<AUDIO Length = "18" Path = "191/19109.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19109.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-14 Santa Lucia information.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia. 11-85 enroute, ETA 10.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 copied 1 1-85 enroute with ETA of 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Kim Williamson at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">I was just told about a RV fire on 
+										  73 , what details do you have on that?
+			</INSTRUCTOR>
+			<STUDENT>Gives incident details.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:42:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TANKER READY FOR TOW, FINISHING CLEANUP</DETAIL>
+				<AUDIO Length = "18" Path = "190/19016.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19016.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The tanker truck is ready to be towed. 
+					Finishing cleanup.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Tanker truck ready to be towed, 
+						finishing cleanup.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:43:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:46:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TANKER TOWED, RDWY CLR, OPENING LANES</DETAIL>
+				<AUDIO Length = "20" Path = "190/19017.mp3" />
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CLEARED</Status>				
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19017.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The tanker truck has been towed, roadway 
+					is clear. We're opening all lanes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Tanker truck towed, roadway 
+						clear. Opening lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>					
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE>
+				<CMS_LINE>N-5 AT MAIN ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:46:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Tom Webb at KSON radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">Do you have any incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notifies reporter of current incidents.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:48:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 1097, INVESTIGATION NEARLY COMPLETE</DETAIL>
+				<TOW Company="Martins" ConfNum="(949)555-2031" PubNum="(949)555-9067" Beat=""/>
+				<AUDIO Length = "21" Path = "191/19111.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19111.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 11-85 10-97. Fire department is nearly 
+					completed with their investigation.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. 11-85 10-97, investigation 
+						nearly completed.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:49:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>LNS OPN, 9-22, 9-23, 9-26 10-98</DETAIL>
+				<UNIT UnitNum="9-22" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="9-23" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="9-26" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "21" Path = "190/19018.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19018.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The lanes are open, all units 10-98.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied lanes open, 9-22, 9-23, 9-26 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:51:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD INVESTIGATION COMPLETE, SPRAYING RS, FIRE CAUSED BY KITCHEN FIRE</DETAIL>
+				<AUDIO Length = "20" Path = "191/19112.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19112.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The fire department investigation 
+					complete.  Fire caused by a kitchen fire.</LINE>
+				<LINE Role="Dispatch">17-14 Santa Lucia copied fire department is 98.
+				  Fire caused by kitchen fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jordan Bradley at KTCR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">What is the traffic like on 73 around the RV fire?</INSTRUCTOR>
+			<STUDENT>Notifies reporter with current queue from ATMS.  One lane is closed.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">When will the incident be cleared?</INSTRUCTOR>
+			<STUDENT>Inknown, a good answer around 15 minutes.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:53:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>		
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:53:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should have been cleared</EXPECTED_ACTION>
+		</ATMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:54:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV READY FOR 1185, LN OPN IN 10</DETAIL>
+				<AUDIO Length = "21" Path = "191/19113.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		<CHP_RADIO RadioFile="19113.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. RV ready for 11-85. The lane will be open in 10.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. RV ready for 11-85, lane open in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, is Helen there?</INSTRUCTOR>
+			<STUDENT>Wrong number.</STUDENT>
+			<INSTRUCTOR Role="Public">Sorry. </INSTRUCTOR>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:55:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>		
+		
+		<TMT_RADIO>Queue update 10-98</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:58:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV TOWED, LANES OPEN IN 5</DETAIL>
+				<AUDIO Length = "17" Path = "191/19114.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19114.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. RV towed, lane open in 5.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copied, RV towed, lane open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:59:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #10">Hello, this is Jim Sanso at KTAK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #10">Has the RV been cleaned up yet at the fire on 73?</INSTRUCTOR>
+			<STUDENT>The RV was just towed, the lane will be open in 5 minutes.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #10">Do you have any other incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notifies reporter of current incidents.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:00:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>		
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:01:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-14, 17-16 1098. LN OPN</DETAIL>
+				<UNIT UnitNum="17-14" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="17-16" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "19" Path = "191/19115.mp3" />
+				
+				<PARAMICS LocationID="191_S_73_ML">
+					<Status>CLEARED</Status>			
+				</PARAMICS>					
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19115.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-16.</LINE>
+				<LINE Role="Dispatch">17-16 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 17-16. #1 Lane is open. All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia 10-4. #1 lane open.  
+						17-14, 17-16 are 1098.</LINE>	
+			</DIALOG>			
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="86" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:00:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>		
+		
+		<CMS_EVALUATION cmsID="93" type="remove"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="remove"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+		</CMS_EVALUATION>		
+		
+	</SCRIPT_EVENT>
+	
+</TMC_SCRIPT>
+
Index: trunk/webapps/einotebook/notebook_standalone.js
===================================================================
--- trunk/webapps/einotebook/notebook_standalone.js	(revision 359)
+++ trunk/webapps/einotebook/notebook_standalone.js	(revision 359)
@@ -0,0 +1,194 @@
+/*
+function loadXMLDoc()
+{
+  if (window.XMLHttpRequest)
+  {
+    xmlhttp = new XMLHttpRequest();
+  }
+  else
+  {
+    xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
+  }
+
+  xmlhttp.onreadystatechange=function()
+  {
+    if (xmlhttp.readyState==4 && xmlhttp.status==200)
+    {
+      document.getElementById("myDiv").innerHTML = xmlhttp.responseText;
+    }
+  }
+  
+  xmlhttp.open("GET", "ajax_info.txt", true);
+  xmlhttp.send("");
+}
+*/
+
+/**
+ * Sets the selected tab to the summary tab and loads the summary page.
+ */
+
+function setupNotebook()
+{
+   changeTab('summaryTab');
+   showContent('summaryPageContent')
+   loadSummary();
+   setCookie("time", "0");
+   setCookie("scriptScrollY", 0);
+   setCookie("summaryScrollY", 0);
+}
+
+/**
+ * Runs the script.
+ */
+function run()
+{
+	run.initialDelay = 1000;
+	
+	setTimeout("run.run()", run.initialDelay);
+	
+	run.run = function()
+	{
+//	    document.getElementById("simulationStatus").innerHTML = "RUNNING";                 
+		setTime();
+		updateStatus();
+	};
+}
+
+/**
+ * Displays fading text alerts in the status box (left-top corner).
+ */
+function updateStatus()
+{
+	// IF last event if it has not been set before THEN
+    if (typeof updateStatus.lastEvent == 'undefined')
+    {
+    	updateStatus.lastEvent = null;
+    }
+   
+    var latestEvent = events.getLastExecutedEvent(readCookie("time"));
+    
+    
+    // IF a new event executed THEN
+    if (updateStatus.lastEvent != latestEvent)
+    {
+		// IF the new event has evaluations THEN
+    	if (latestEvent.evaluations.evaluations.length == 0)
+    	{
+//    		document.getElementById('updateStatus').innerHTML = "New Event";
+    	}
+    	else
+    	{
+//    		document.getElementById('updateStatus').innerHTML = "New Evaluation";
+    	}
+    	
+		// fades the text
+		updateStatus.fade = function fade()
+		{
+			// IF the fade color is not black yet THEN
+    		if (fade.hex < 255)
+    		{
+    			fade.hex += 5;
+//    			document.getElementById('updateStatus').style.color = 
+    				"rgb(" + fade.hex + ", " + fade.hex + ", " + fade.hex + ")";  
+    			setTimeout("updateStatus.fade()", 100);	
+    		}
+    		else
+    		{
+//    			document.getElementById('updateStatus').style.color = "white";
+    		}
+
+		};
+        
+		updateStatus.fade.hex = 0;
+		updateStatus.fade();
+    	updateStatus.lastEvent = latestEvent;
+    }
+    
+    setTimeout("updateStatus();", 1000);
+}
+
+/**
+ * Sets 'simulationTime' to the current simulation time in seconds.
+ * This method runs itself every second to keep the time current.
+ * Sets the cookie 'time' to the value of 'simulationTime'.
+ * @return
+ */
+function setTime()
+{
+	// increment time by one second (or initialize it if it has not been set before)
+	setTime.time = (typeof setTime.time == 'undefined') ? 0 : ++setTime.time;
+
+    setCookie("time", "" + setTime.time);
+   
+	// display the latest simulation time
+	document.getElementById("simulationTime").innerHTML = 
+		Time.formatTime(setTime.time);
+	
+    setTimeout("setTime()", 1000);
+}
+
+/**
+ * Selects a new tab to be viewed. 
+ * @param id The id for the tab to be selected
+ */
+function changeTab(id)
+{
+    /* Set all tabs to not being active */
+    document.getElementById("summaryTab").className = "notActive";
+    document.getElementById("scriptTab").className = "notActive";
+    document.getElementById("CADTab").className = "notActive";
+    document.getElementById("mapsTab").className = "notActive";
+
+    /* Set the selected tab to being active */
+    document.getElementById(id).className = "activeTab";
+}
+
+/**
+ * Loads the script tab page;
+ */
+function loadScript()
+{
+}
+
+/**
+ * Loads the summary tab page;
+ */
+function loadSummary()
+{	   
+}
+
+/**
+ * @param id The id of the frame element.
+ * @return The document of the frame element.
+ */
+function getDocumentFromFrame(id)
+{
+    var frame=document.getElementById(id);
+    var doc=(frame.contentWindow || frame.contentDocument);
+    
+    if (doc.document)doc=doc.document;
+    
+    return doc;
+}
+
+/**
+ * Hides a tab page
+ * @param d The div of the page to hide.
+ */
+function hideContent(d) 
+{
+    document.getElementById(d).style.display = "none";
+}
+
+/**
+ * Switches the tab page.
+ * @param d The div of the page to show.
+ */
+function showContent(d) 
+{
+    hideContent('summaryPageContent');
+    hideContent('scriptPageContent');
+    hideContent('cadPageContent');
+    hideContent('mapsPageContent');    
+    document.getElementById(d).style.display = "block"; 
+}
Index: trunk/webapps/einotebook/script/script.html
===================================================================
--- trunk/webapps/einotebook/script/script.html	(revision 359)
+++ trunk/webapps/einotebook/script/script.html	(revision 359)
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link href="script.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="../scripts/Time.js"></script> 
+    <script type="text/javascript" src="script.js"></script> 
+    <script type="text/javascript" src="../scripts/cookies.js"></script>
+    <title>Script</title>
+  </head>
+  <body>
+    Filter:
+    <select id='domain'>
+      <option value=''>All</option>
+      <option value='chpradio'>CHP RADIO</option>
+      <option value='chpcad'>CHP CAD</option>
+      <option value='telephone'>TELEPHONE CONVERSATION</option>
+    </select>
+<!--
+    <button onclick="collapse();">Collapse</button>
+    <button onclick="expand();">Expand</button>
+-->
+   
+    <button class="jumpToCurrentEvent" 
+            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button>
+     
+
+
+    <iframe id='view' src='scripts.html' frameborder='0' scrolling='yes'
+            width='100%'></iframe>
+  </body>
+</html>
Index: trunk/webapps/einotebook/script/scripts.html
===================================================================
--- trunk/webapps/einotebook/script/scripts.html	(revision 359)
+++ trunk/webapps/einotebook/script/scripts.html	(revision 359)
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link href="scripts.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="scripts.js"></script> 
+    <script type="text/javascript" src="../scripts/cookies.js"></script> 
+  <title>Insert title here</title>
+</head>
+  <body onscroll="setCookie('scriptScrollY', window.pageYOffset);">
+
+  </body>
+</html>
Index: trunk/webapps/einotebook/script/script.css
===================================================================
--- trunk/webapps/einotebook/script/script.css	(revision 359)
+++ trunk/webapps/einotebook/script/script.css	(revision 359)
@@ -0,0 +1,33 @@
+@CHARSET "UTF-8";
+
+body {
+	font-family: Verdana, sans-serif;	
+}
+
+/*=============================== Button Panel ======================*/
+
+button.expandButton {
+	width:100px;
+}
+
+button.collapseButton {
+	width:100px;
+}
+
+input.timeText {
+	padding-left:0px; 
+	padding-right:0px; 
+	margin-left:0px; 
+	margin-right:0px;  
+	width:1.5em;
+}
+
+td.buttonPanel {
+	padding:1px;
+}
+
+table.buttonTable
+{
+	margin:0px;
+	padding:0px;
+}
Index: trunk/webapps/einotebook/script/scripts.css
===================================================================
--- trunk/webapps/einotebook/script/scripts.css	(revision 359)
+++ trunk/webapps/einotebook/script/scripts.css	(revision 359)
@@ -0,0 +1,186 @@
+@CHARSET "UTF-8";
+
+body {
+	font-family: Verdana, sans-serif;	
+}
+
+/*=========================== Event =======================*/
+
+button.eventExpandButton {
+	width:2em;	
+	text-align:center;
+	font-size:12pt;
+}
+
+table.event {
+	padding:0px; 
+	border:0px solid black;
+	width:100%;
+	border-collapse:collapse;
+	margin-bottom:30px;
+}
+
+table.eventHeader {
+	width:100%;
+}
+
+td.eventHeader {
+	margin-bottom:0px; 
+	border:2px solid gray;	
+}
+
+td.eventData {
+	padding-left:2em;
+}
+
+tr.eventHeader {
+	font-size:medium; 
+	font-weight:bold;
+}
+
+td.eventTitle {
+	text-align:left;
+	width:40%
+}
+
+td.eventExpandOption {
+	text-align:left;
+	width:10%
+}
+
+td.eventNumber {
+	text-align:left;
+	width:20%
+}
+
+td.eventTime {
+	text-align:left;
+	width:30%
+}
+
+/*=============================== Evaluation ======================*/
+
+table.evaluation {
+	border:0px solid black;
+	margin-bottom:0px;
+	width:100%;
+}
+
+table.evaluationInner2
+{
+	width:100%;
+}
+
+th.evaluationType {
+	text-align:left;
+	font-size:11pt;
+}
+
+td.evaluationLabel {
+	padding-left:2em;
+	font-style:italic;
+	font-size:11pt;
+	vertical-align:top;
+}
+
+td.evaluationCriteria {
+	text-align:left;
+	font-size:11pt;
+}
+
+td.evaluationResponse {
+	padding-left:1em;
+	width:100%;
+	
+}
+
+input.evaluationResponseText {
+	width:100%;	
+}
+
+table.evaluationScale {
+	
+}
+
+td.evaluationScale {
+	font-size:12px;
+}
+
+td.evaluationRadioButtonSmallScale {
+	padding-right:1em; 
+	padding-left:1em;
+	text-align:center;
+}
+	
+/*=============================== Evaluations ======================*/
+
+button.evaluationsExpandButton {
+	width:27px;	
+	text-align:center;
+	font-size:10pt;
+}
+
+table.evaluationsInner {
+	border:0px solid black;
+	width:100%;	
+}
+
+table.evaluationsOuter {
+	border:0px solid black;
+	width:100%;	
+}
+
+td.evaluationsExpandOption {
+	font-size:12pt;
+}
+
+td.evaluations {
+	padding-left:2em;
+}
+
+/*=============================== Properties ======================*/
+
+button.propertiesExpandButton {
+	width:2em;	
+	text-align:center;
+	font-size:10pt;
+}
+
+td.propertiesExpandOption {
+	font-size:12pt;
+}
+
+td.properties {
+	padding-left:2em;
+}
+
+/*=============================== Property ======================*/
+
+table.property {
+	border:0px solid black;
+	margin-bottom:-5px;
+}
+
+th.propertyType {
+	font-size:11pt;
+	text-align:left;
+}
+
+td.propertyContent {
+	padding-left:2em;
+	font-style:italic;
+	font-size:11pt;
+}
+
+td.propertyLabel {
+	font-size:11pt;
+	padding-left:2em; 
+	padding-right:1em;
+	font-style:italic;
+	vertical-align:top;
+}
+
+td.propertyValue {
+	padding-left:1em;
+	font-size:11pt;
+}
Index: trunk/webapps/einotebook/script/script.js
===================================================================
--- trunk/webapps/einotebook/script/script.js	(revision 359)
+++ trunk/webapps/einotebook/script/script.js	(revision 359)
@@ -0,0 +1,206 @@
+/**
+ * Holds references to the events and incidents.
+ */
+function Script()
+{
+	Script.events = null;
+	Script.incidents = null;
+}
+
+/**
+ * Scrolls to the last event executed based on time.
+ */
+function jumpToLastExecutedEvent()
+{	
+	var lastEvent = Script.events.getLastExecutedEvent(readCookie("time"));
+	
+	// IF a current event exists THEN
+	if (lastEvent != null)
+	{
+		lastEvent.focus();
+	}
+	else
+	{
+		alert("No events have been executed yet.");
+	}
+}
+
+/**
+ * Finds the Event that was last executed by based on time and highlights it.
+ * Removes highlighting from old events.
+ * @return
+ */
+function highlightLatestEvent() 
+{
+	var currentEvent = Script.events.getLastExecutedEvent(readCookie("time"));
+
+	// IF the old event is has not been set THEN
+	if (typeof highlightLatestEvent.oldEvent == 'undefined')
+	{
+		highlightLatestEvent.oldEvent = new Object();
+		highlightLatestEvent.oldEvent.id = Event.invalidID;
+	}
+	
+	// IF a current event exists THEN
+	if (currentEvent != null)
+	{
+		// IF there is a new current event THEN
+		if (highlightLatestEvent.oldEvent.id != currentEvent.id)
+		{
+			currentEvent.highlight();
+			
+			// IF there was previously a current event THEN
+			if (highlightLatestEvent.oldEvent.id != Event.invalidID)
+			{
+				highlightLatestEvent.oldEvent.unhighlight();
+			}
+			
+			highlightLatestEvent.oldEvent = currentEvent;			
+		}
+	}
+
+    // Set timer to do this again in one second
+	setTimeout("highlightLatestEvent()", 1000);
+}
+
+/**
+ * Loads the the script tab for the given document.
+ * @pre script.html must be completely loaded
+ * @param aDocument
+ */
+function loadScript(theEvents, theIncidents)
+{
+	Script.incidents = theIncidents;
+	Script.events = theEvents;
+	Script.events.win = document.getElementById("view").contentWindow;
+	Script.events.doc = getDocumentFromFrame('view');
+
+	var html = "";
+	
+	// FOR each Event
+	for (var i = 0; i < Script.events.length; i++)
+	{
+		// add the Event's html
+		html += Script.events[i].html();
+        //console.log(Script.events[i].html());
+	}
+	
+	// display events in iframe
+	getDocumentFromFrame('view').body.innerHTML = html;	
+	
+	// resize iframe to appropriate height
+	resizeIframe();
+	window.onresize = resizeIframe;
+    // This line is causing an error
+	//window.frames['view'].setEvents(Script.events);
+	
+	Script.events.win.scrollTo(0, readCookie('scriptScrollY'));
+	
+	highlightLatestEvent();
+
+}
+
+/**
+ * @param id The id of the frame element.
+ * @return The document of the frame element.
+ */
+function getDocumentFromFrame(id)
+{
+    var frame=document.getElementById(id);
+    var doc=(frame.contentWindow || frame.contentDocument);
+    
+    if (doc.document)doc=doc.document;
+    
+    return doc;
+}
+
+/**
+ * Finds the height of an element relative to the BODY tag.
+ * @param elem The element to find the height of.
+ * @return The y-coordinate of the given element relative to the BODY tag.
+ */
+function pageY(elem) 
+{
+    return elem.offsetParent ? (elem.offsetTop + pageY(elem.offsetParent)) : elem.offsetTop;
+}
+
+/**
+ * Resizes the view for the events so that the view's height is at the bottom of its
+ * container.
+ */
+function resizeIframe() 
+{
+    var height = document.documentElement.clientHeight;
+    height -= pageY(document.getElementById('view'));
+    height = (height < 0) ? 0 : height - 10;
+    document.getElementById('view').style.height = height + 'px';
+}
+
+/**
+ * Highlights the text of an input text element after a small delay.
+ * This method was made because using the code "onFocus='this.focus()'" did not work.
+ * @pre textField must have an 'id' attribute
+ * @param textField An input text element.
+ */
+function highlightTextField(textField)
+{
+	setTimeout("document.getElementById('" + textField.id + "').select();", 100);
+}
+
+/**
+ * Formats a two digit textbox. If the text box contains only one digit, then a zero
+ * is appended to the front.
+ * @param textField An input text element.
+ */
+function formatTimeTextfield(textField)
+{
+	// IF the text field contains 1 digits THEN
+	if (textField.value.length == 1)
+	{
+		textField.value = "0".concat(textField.value);
+	}
+}
+
+/**
+ * Scrolls to the event latest executed event if the current simulation time was given
+ * by text fields 'timeTextSeconds', 'timeTextMinutes', 'timeTextHours'.
+ */
+function jumpToTime()
+{
+	var seconds = parseInt(document.getElementById('timeTextSeconds').value, 10);
+	var minutes = parseInt(document.getElementById('timeTextMinutes').value, 10);
+	var hours = parseInt(document.getElementById('timeTextHours').value, 10);
+
+	var lastEvent = Script.events.getLastExecutedEvent(new Time(hours, minutes, seconds).getSeconds());
+
+	// IF an event was executed THEN
+	if (lastEvent != null)
+	{
+		lastEvent.focus();
+	}
+}
+
+/**
+ * Collapses the elements based on the value of the dropdownbox with id 'domain'.
+ */
+function collapse()
+{
+	var selection = document.getElementById('domain');
+	var selectedIndex = selection.selectedIndex;
+	var selectedValue = selection.options[selectedIndex].value;
+	
+	eval("Script.events.collapseAll" + selectedValue + "();");
+}
+
+/**
+ * Expands the elements based on the value of the dropdownbox with id 'domain'.
+ */
+function expand()
+{
+	var selection = document.getElementById('domain');
+	var selectedIndex = selection.selectedIndex;
+	var selectedValue = selection.options[selectedIndex].value;
+	
+	eval("Script.events.expandAll" + selectedValue + "();");
+}
+
Index: trunk/webapps/einotebook/script/scripts.js
===================================================================
--- trunk/webapps/einotebook/script/scripts.js	(revision 359)
+++ trunk/webapps/einotebook/script/scripts.js	(revision 359)
@@ -0,0 +1,12 @@
+/************* WARNING: THIS IS A GLOBAL VARIABLE. ********************/
+// Reference to the 'events' array in Events.js
+var events;
+
+/**
+ * Sets the events.
+ * @param theEvents Reference to the 'events' array in Events.js.
+ */
+function setEvents(theEvents)
+{
+	events = theEvents;
+}
Index: trunk/webapps/einotebook/ipadapp.css
===================================================================
--- trunk/webapps/einotebook/ipadapp.css	(revision 359)
+++ trunk/webapps/einotebook/ipadapp.css	(revision 359)
@@ -0,0 +1,8 @@
+/* Turns off callouts, tap highlighting, text size adjusting, and copy
+ * & paste selections */
+* {
+  -webkit-touch-callout: none;
+  -webkit-tap-highlight-color: rgba(0,0,0,0);
+  -webkit-text-size-adjust: none;
+  -webkit-user-select: none;
+}
Index: trunk/webapps/einotebook/notebook.css
===================================================================
--- trunk/webapps/einotebook/notebook.css	(revision 361)
+++ trunk/webapps/einotebook/notebook.css	(revision 361)
@@ -0,0 +1,173 @@
+/*************************
+ *    Simulation Page    *
+ *************************/
+html {
+	padding:0px;	
+}
+body
+{
+    margin:0px;
+   font-family: Verdana, sans-serif;
+   background-color:#FFFFFF;
+   border:0px solid black;
+}
+
+table.notebook 
+{
+	width:100%;
+	height:100%;
+	padding:0px;
+	margin:0px;
+}
+
+/*************************
+ *   Simulation Header   *
+ *************************/
+table.header
+{
+	width:100%; 
+	padding:0px;
+	margin:0px;
+	height: 10px;
+	font-size: 2em;
+}
+
+/*************************
+ *    Update Status Box     *
+ *************************/
+td.updateStatusBox
+{
+	width: 30%;
+}
+
+td.updateStatus
+{
+   font-weight: bold;
+   color: white;
+	font-size: 1.2em;
+}
+
+/*************************
+ *      Status Box       *
+ *************************/
+td.statusBox
+{
+	width: 40%;
+	align: center;
+}
+
+td.statusText
+{
+	font-weight: bold;
+	text-align: center;
+	font-size: 1.2em;
+}
+
+td.simulationStatus
+{
+   font-weight: bold;
+   text-align: center;
+   font-size: 1.2em;
+}
+
+/*************************
+ *       Time Box        *
+ *************************/
+.simulationTime
+{
+   text-align: right;
+   font-weight: bold;
+   font-size: xx-large; /*1.2em; */
+   color: purple;
+    /* width: 30%;   */
+    /* float:right; */
+}
+
+/*************************
+ *       Tab Menu        *
+ *************************/
+
+td.tabMenu
+{
+    padding-bottom:0px;
+    border-bottom: 1px solid #66CC66;
+}
+
+div.tabMenuWrapper {
+	display:block; 
+	width:70%; /*750px; */
+	margin-left:auto;
+	margin-right:auto;
+}
+
+ul.tabMenu 
+{ 
+   float:left;
+   text-align: center;
+   margin: 1em 0 0em 0;
+   font-weight: bold;
+   font-size:11pt;
+   list-style-type: none;
+   padding: 0px 0px 0px 0px; 
+   cursor: pointer;
+}
+
+ul.tabMenu li 
+{
+   float:left;
+   line-height: 200%;
+   padding: 3px 5px; 
+   margin-right: 5px;
+   margin-left: 5px;
+   text-decoration: none;
+   border: 1px solid #66CC66;
+   border-bottom: none;
+   font-size: 1.07em; 
+}
+
+ul.tabMenu li.notActive
+{
+   background-color: #CCFFCC;
+   color: #666666;
+}
+
+ul.tabMenu a:hover 
+{
+   background: #FFFFFF; /* set desired hover color */
+}
+
+/* SELECTED TAB */
+li.activeTab
+{ 
+   border-bottom: 1px solid #FFFFFF;
+   background-color: #FFFFFF;
+}
+ 
+/* SELECTED TAB LINK */
+li.activeTab
+{
+   background-color: #FFFFFF;
+   color: #000000;
+   position: relative;
+   top: 1px;
+   padding-top: 4px;
+}
+
+ 
+/*************************
+ *       Tab Page        *
+ *************************/
+ 
+td.tabPageContent
+{
+   border: 1px solid #66CC66; 
+   border-top: 0px; 
+   height:90%;
+   padding:0px;
+   margin:0px;
+}
+
+#summaryPageContent
+{
+   background-color: lightyellow;
+}
Index: trunk/webapps/einotebook/documentation/History
===================================================================
--- trunk/webapps/einotebook/documentation/History	(revision 359)
+++ trunk/webapps/einotebook/documentation/History	(revision 359)
@@ -0,0 +1,13 @@
+This prototype was apparently created by Matt Cechini.
+
+John Dalbey found it in the git repository in a barely working state in Mar 2019.
+Perhaps HTML and browser standards had changed since it was originally
+created but a lot of major functionality was broken.
+
+Importantly, the LoadEvents.js module was created to read the actual
+Incidents Script (XML) and parse it into the internal classes used by the application.
+
+A page for CAD Terminal was replaced by Current Event.  
+Confusing map buttons were replaced by radio buttons.
+
+
Index: trunk/webapps/einotebook/documentation/Overview
===================================================================
--- trunk/webapps/einotebook/documentation/Overview	(revision 359)
+++ trunk/webapps/einotebook/documentation/Overview	(revision 359)
@@ -0,0 +1,78 @@
+Cookies.js
+  * Provides support for reading, creating, changing, and deleting cookies.
+
+Evaluation.js
+  * Provides a class that represents a single evaluation.
+  * Provides functionality for generating the HTML for itself.
+  * Provides functionality for remembering user input.
+
+Evaluations.js
+  * Provides a class that represents the collection of evaluations belonging to a single
+    event.
+  * Provides functionality for generating the HTML for itself.
+  * Provides functionality for expanding/collapsing its evaluations.
+
+Event.js
+  * Provides a class that represents an event containing a properties and evaluations.
+  * Provides functionality for generating the HTML for itself.
+  * Provides functionality for expanding/collapsing its evaluations. 
+
+Events.js
+  * Provides a class that is a collection of events.
+  * Provides functionality for adding and retreiving events.
+  * Provides functionality for collapsing/expanding events, properties and evalautions.
+  * Provides functionality for retreiving properties and evaluations.
+  * No two events can have the same time.
+  * Stores the document and window references for the window which the events and their
+    components are displayed on.
+    * These references are used in Event, Evaluations, Evaluation, Properties, and Property
+      to get html elements by ID in order to perform features that expanding/collapsing an
+      event.
+    * These references should be set before the 'html' method of Event, Evaluations,
+      Evaluation, Properties, or Property has been called.
+
+PopulateEvents.js
+  * This script inputs the data for the events.
+  
+PopulateIncidents.js
+  * This script inputs the data for the incidents.
+
+Property.js
+  * Provides a class that represents an occurrence in an event. For example, a message to 
+    Paramics.
+  * Provides functionality for generating the HTML for itself.
+  
+Properties.js
+  * Provides a class that represents a collection the properties belongs to a single event.
+  * Provides functionality for generating the HTML for itself.
+  * Provides functionality for expanding/collapsing its properties.
+
+Script.html
+  * Provides html content for the buttons for manipulating and navigating the events.
+  * Provides the frame in which the events are displayed.
+
+Script.js
+  * Provides functionality for highlighting the current event and displaying the events
+  * Provides functionality for sizing the frame that displays the events.
+  * Provides functionality for jumping to the current event and highlighting the current 
+    event.
+    
+Scripts.html
+  * Provides the html container that events are displayed in.
+
+Scripts.js
+  * Holds a reference for the events. 
+    * When the event html is displayed on Scripts.html, the 'events' reference is used in
+      html element's javascript attributes.
+
+Summary.html
+  * Provides the html document base for displaying the incidents overview.
+  
+Summary.js
+  * Provides functionality for displaying the html of the incidents overview on summary.html.
+ 
+Time.js
+  * Provides a class that stores and formats time.
+
+
+  
Index: trunk/webapps/einotebook/index.html
===================================================================
--- trunk/webapps/einotebook/index.html	(revision 372)
+++ trunk/webapps/einotebook/index.html	(revision 372)
@@ -0,0 +1,122 @@
+<html>
+  <head>
+    <title>Electronic Instructor Notebook v0.3</title>
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="viewport" content="width=device-width; initial-scale=1.0; user-scalable=0;">
+    <link rel="apple-touch-icon" href="icon.png">
+    <link rel="apple-touch-startup-image" href="startup.png">
+    <link rel="stylesheet" type="text/css" href="notebook.css"> 
+    <link rel="stylesheet" type="text/css" href="ipadapp.css">
+    <script type="text/javascript" src="../common/js/fileutils.js"></script> 
+    <script type="text/javascript" src="scripts/cookies.js"></script>
+    <script type="text/javascript" src="scripts/Events.js"></script>
+    <script type="text/javascript" src="scripts/Evaluation.js"></script>
+    <script type="text/javascript" src="scripts/Event.js"></script>
+    <script type="text/javascript" src="scripts/Property.js"></script>
+    <script type="text/javascript" src="scripts/Properties.js"></script>
+    <script type="text/javascript" src="scripts/Evaluations.js"></script>
+    <script type="text/javascript" src="scripts/Time.js"></script>
+    <script type="text/javascript" src="scripts/Incident.js"></script>
+    <script type="text/javascript" src="scripts/Incidents.js"></script>
+    <script type="text/javascript" src="scripts/LoadEvents.js"></script> 
+    <!--script type="text/javascript" src="scripts/PopulateIncidents.js"></script-->
+    <!--script type="text/javascript" src="scripts/PopulateEvents.js"></script-->
+    <script type="text/javascript" src="summary/summary.js"></script> 
+    <script type="text/javascript" src="notebook.js"></script> 
+  </head>
+  <body onLoad="setupNotebook(); run();">
+    
+    <table class="notebook">
+     <!-- The header which contains the number of evaluations, simulation status, 
+               and time 
+      <tr style="height: 20px">
+        <td>
+          <table class="header">     
+            <tr>
+            
+              <td class="updateStatusBox">
+                <table>
+                  <tr>
+                    <td class="updateStatus" id="updateStatus">New Event</td>
+                  </tr>
+                </table>
+              </td>
+        
+              <td class="statusBox">
+                <center><table>
+                  <tr>
+                    <td class="simulationStatus" id="simulationStatus">NOT STARTED</td>
+                  </tr>
+                </table></center>
+              </td> 
+
+              <td class="simulationTime" id="simulationTime">
+                0:00:00
+              </td>
+
+            </tr>
+          </table>
+        </td>
+      </tr>
+-->
+      <tr style="height: 120px">
+        <td colspan='3' class="tabMenu">
+        
+        <div class='tabMenuWrapper'>
+        
+          <!-- The menu for selecting which tabbed page to view -->
+          <ul class="tabMenu">
+            <li class="activeTab" id="summaryTab"  
+            	onClick="changeTab(this.id); showContent('summaryPageContent')">
+              Incident Summary
+            </li>
+            <li class="notActive" id="scriptTab" 
+            	onClick="changeTab(this.id); showContent('scriptPageContent')">
+              Simulation Script
+            </li>
+            <li class="notActive" id="CADTab" 
+            	onClick="changeTab(this.id); showContent('cadPageContent')">
+              Current Event
+            </li>
+            <li class="notActive" id="mapsTab" 
+            	onClick="changeTab(this.id); showContent('mapsPageContent')">
+             Maps
+            </li>
+          </ul><br>
+              <div class="simulationTime" id="simulationTime">0:00:00</div>
+        </div> 
+        </td>
+      </tr>
+      
+      <!-- The tabbed page currently displayed  -->
+      <tr>
+            <td class='tabPageContent' id='summaryPageContent' style="display:inline">
+            <iframe id='summaryTabPage' src='summary/summary.html' frameborder='0' scrolling='yes'
+		    height='100%' width='100%'
+		    onLoad='incidents.doc = getDocumentFromFrame(&quot;summaryTabPage&quot;);
+		    window.frames[0].loadSummary(incidents);'></iframe>
+		  </td>
+          <td class='tabPageContent' id='scriptPageContent' style="display:none;">
+            <iframe id='tabPage' src='script/script.html' frameborder='0' 
+            scrolling='yes' height='100%' width='100%'
+            onLoad='window.frames[1].loadScript(events, incidents);'
+            >
+		    </iframe>
+		  </td>
+		  <td class='tabPageContent' id='cadPageContent' style="display:none;">
+		    <iframe src='cad/index.html' frameborder='0' 
+             scrolling='yes' height='100%' width='100%' 
+            onLoad='window.frames[2].loadScript(events, incidents);'>
+		    </iframe>
+		  </td>
+          <td class='tabPageContent' id='mapsPageContent' style="display:none;">
+            <iframe src='maps/index.html' frameborder='0' 
+                             scrolling='no' height='100%' width='100%' >
+		    </iframe>
+          </td>
+	    </td>
+      </tr>
+    </table>
+    
+  </body>
+</html>
Index: trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.name
===================================================================
--- trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.name	(revision 359)
+++ trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.name	(revision 359)
@@ -0,0 +1,1 @@
+Window
Index: trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.container
===================================================================
--- trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.container	(revision 359)
+++ trunk/webapps/einotebook/.settings/org.eclipse.wst.jsdt.ui.superType.container	(revision 359)
@@ -0,0 +1,1 @@
+org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Index: trunk/webapps/einotebook/.settings/.jsdtscope
===================================================================
--- trunk/webapps/einotebook/.settings/.jsdtscope	(revision 359)
+++ trunk/webapps/einotebook/.settings/.jsdtscope	(revision 359)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path=""/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
+</classpath>
Index: trunk/webapps/einotebook/incident_script.xml
===================================================================
--- trunk/webapps/einotebook/incident_script.xml	(revision 367)
+++ trunk/webapps/einotebook/incident_script.xml	(revision 367)
@@ -0,0 +1,4848 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE TMC_SCRIPT SYSTEM "script.dtd">
+
+<TMC_SCRIPT title="Full Simulation">
+
+	<SCRIPT_DATA>
+		<NEW_UNIT UnitNum = "14-14">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 at Dyer Rd</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011234</BADGE_NUM>
+			<OFFICER>John Carrie</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>9796</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-14</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-17">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 MacArthur Boulevard</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011304</BADGE_NUM>
+			<OFFICER>James Hill</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>15053</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-17</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-9">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 Edinger Avenue</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>012454</BADGE_NUM>
+			<OFFICER>Bobby Hey</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>6394</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-9</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-9">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I405 IRVINE CTR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>011596</BADGE_NUM>
+			<OFFICER>Harry Jackson</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>10606</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-9</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "14-S3">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>73 Bear Street</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>011250</BADGE_NUM>
+			<OFFICER>James Tuchman</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>19005</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>14-S3</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-15">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>55 4th street</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>013282</BADGE_NUM>
+			<OFFICER>Sam Spellicy</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>23786</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-15</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-19">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 Culver</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>012495</BADGE_NUM>
+			<OFFICER>Michael Bay</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>15760</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-19</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-24">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-405 IRVINE CNTR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>011194</BADGE_NUM>
+			<OFFICER>Greg Johnson</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>16987</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-24</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-19">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-5 / Sand Canyon</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013181</BADGE_NUM>
+			<OFFICER>Andre Muller</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>18685</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-19</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-13">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I-5 / 133</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>015283</BADGE_NUM>
+			<OFFICER>Craig O'Neil</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>14069</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-13</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-11">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>SR55 AT DYER</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>012555</BADGE_NUM>
+			<OFFICER>Alex Carlton</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>15860</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-11</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-07">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>I405 / CULVER OFFR</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013606</BADGE_NUM>
+			<OFFICER>Gary Schmidt</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>14999</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-7</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "28-S4">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC></CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>28-San Luis Obispo</AREA>
+			<BADGE_NUM>013565</BADGE_NUM>
+			<OFFICER>Daniel Pierce</OFFICER>
+			<OFFICE>San Luis Obispo Area</OFFICE>
+			<TIMER>10606</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>28-S4</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-22">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>57 / Chapman</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>012345</BADGE_NUM>
+			<OFFICER>Victor Percival</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>24203</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-22</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-23">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>22 / Euclid Avenue</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton</AREA>
+			<BADGE_NUM>011860</BADGE_NUM>
+			<OFFICER>Michael Rocker</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>20184</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-23</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "9-26">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>57 / 91</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>9-Templeton Area</AREA>
+			<BADGE_NUM>011480</BADGE_NUM>
+			<OFFICER>Patrick King</OFFICER>
+			<OFFICE>Templeton Area</OFFICE>
+			<TIMER>14023</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>9-26</ALIAS>
+		</NEW_UNIT>
+		<!-- 17 isn't a valid CHP office? -->
+		<NEW_UNIT UnitNum = "17-14">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>405 / Euclid</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>017935</BADGE_NUM>
+			<OFFICER>William Bond</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>29877</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>17-14</ALIAS>
+		</NEW_UNIT>
+		<NEW_UNIT UnitNum = "17-16">
+			<STATUS>10-8</STATUS>
+			<CURR_LOC>S-405 / Euclid</CURR_LOC>
+			<DESTINATION></DESTINATION>
+			<AREA>14-Santa Maria</AREA>
+			<BADGE_NUM>015839</BADGE_NUM>
+			<OFFICER>Matthew McCarmick</OFFICER>
+			<OFFICE>Santa Maria Area</OFFICE>
+			<TIMER>23998</TIMER>
+			<AGY>CHP</AGY>
+			<ALIAS>17-16</ALIAS>
+		</NEW_UNIT>
+	</SCRIPT_DATA>
+
+<!--
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:00</TIME_INDEX>
+		<INCIDENT LogNum="100">Media Log</INCIDENT>		
+		
+		<CAD_DATA>
+			<HEADER_INFO>
+				<Type>Media</Type>
+				<Beat>
+				</Beat>
+				<TruncLoc>
+				</TruncLoc>
+				<FullLoc>
+				</FullLoc>
+			</HEADER_INFO>			
+			
+			<CAD_INCIDENT_EVENT>	
+			</CAD_INCIDENT_EVENT>		
+			
+		</CAD_DATA>				
+		
+	</SCRIPT_EVENT>	
+-->
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:00:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO003</MASTER_INC_NUM>
+			<P>1</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>14-14</BEAT>
+				<ADDRESS>SB55 AT 405 </ADDRESS>
+				<LOC>SB55 AT 405</LOC>
+				<CITY>Costa Mesa</CITY>
+				<AREA>14-Santa Maria</AREA>
+				<FIRE>Costa Mesa</FIRE>
+				<LAW>Costa Mesa</LAW>
+				<EMS>Costa Mesa</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>14-14</Beat>
+				<TruncLoc>SB55 AT 405</TruncLoc>
+				<FullLoc>SB55 AT 405</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="187_N_405_ML">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>8.4</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="187_N_405_HV">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>8.4</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>	
+			
+			<LOCATION_INFO ID="187_S_55_ML">
+				<Route>55</Route>
+				<Direction>SB</Direction>
+				<Postmile>6.5</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+		</CAD_DATA>	
+		
+		<GENERAL_INFO> 			
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a stalled DOT truck on SB 55 overpass at 405. The truck is 
+			  hit by a vehicle, the vehicle is vaulted over the railing, and a 6 
+			  vehicle collision occurs below in the NB 405 lanes. The #2 and 3 lanes 
+			  are blocked on SB 55 and the #1, 2, and 3 lanes are blocked on NB 405. 
+			  The driver of the truck is uninjured, although there are 4 fatals, 2 
+			  major injured, and 4 minor injured in the collision below. MAIT is 
+			  called to the scene to investigate the collision and a Sig Alert is 
+			  declared. 
+			</TEXT>
+		</GENERAL_INFO>	
+		
+		<TELEPHONE>	
+			<INSTRUCTOR Role="DOT Driver">Places a call to CHP Dispatch to notify of stalled DOT vehicle.</INSTRUCTOR>
+		</TELEPHONE>				
+		
+		<MAINTENANCE_RADIO>Dispatch, this is xxx. I'm on south 55 at the 405.  
+		 		My truck is out of service here, stuck in the lane.  I need CHP assistance ASAP!" 
+		</MAINTENANCE_RADIO>	
+		
+	</SCRIPT_EVENT>	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:01:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>	
+				<DETAIL>STALLED DOT SB SR-55 AT I-405</DETAIL>	
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:02:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+		
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<UNIT UnitNum="14-14" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "25" Path = "187/18701.mp3" />	
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		        
+		
+		<CHP_RADIO RadioFile="18701.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-14 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 14-14 go ahead</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia 11-25 stalled DOT truck southbound 55 overpass at 405.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14 10-4. Enroute from 55 at Dyer Rd.</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia copies enroute from 55 at Dyer Rd.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be verifying incident 187 on CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator viewing cameras in incident area.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:03:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>CELLULAR 911 RPT DOT HT, 2ND VEH OVER THE SIDE, UNVERIFIED</DETAIL>
+				<AUDIO Length = "26" Path = "187/18702.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18702.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-14 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 14-14 go ahead</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia. Cellular 911 caller reports stalled vehicle on the 55/405 overpass was hit and a vehicle was pushed over the side.  Can you verify?</LINE>				
+				<LINE Role="Field">Santa Lucia, negative, I'm one minute away.</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia 10-4. One minute away.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:03:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:04:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:05:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DOT HIT BY VEH, VEH OVER SIDE.</DETAIL>
+				<DETAIL>2ND VEH LANDED NB 405 BELOW, LG COLLISION OCCUR. REQ 2 1141 CODE 2 UNITS ASSIST</DETAIL>
+				<UNIT UnitNum="14-14" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "42" Path = "187/18703.mp3" />
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>					
+				
+				<PARAMICS LocationID="187_N_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+				</PARAMICS>					
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>			
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18703.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14 10-97 11-83 11-25.  It appears the DOT truck was hit by a vehicle and over the side landed in the northbound 405 lanes below.  A major collision occurred below.  Request 11-41 Code 2 and a couple units to assist.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia 10-4 10-97 11-83 11-25.  DOT truck was hit by vehicle and the vehicle over the side landed in the northbound 405 lanes below.  A large collision occurred below.  Request 11-41 Code 2 and a couple units to assist.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="new"> 
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AHEAD</CMS_LINE>
+				<CMS_LINE>AT 405 OVERPASS</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be responding to incident 187</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should be monitoring ATMS operator</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:05:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:06:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 14-9 ENRT ASSIST 1183 1125</DETAIL>
+				<UNIT UnitNum="14-17" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="14-9" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "40" Path = "187/18704.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18704.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">14-17, 14-9 Santa Lucia</LINE>
+				<LINE Role="Field_1">Santa Lucia 14-17 go ahead.</LINE>	
+				<LINE Role="Field_2">Santa Lucia 14-9 go ahead.</LINE>
+				<LINE Role="Dispatch">	14-17, 14-9 assist 14-14 11-83 11-25 northbound 405 at the 55 interchange.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 14-17 copies.  Enroute from 405 just south of Macarthur Boulevard.</LINE>
+				<LINE Role="Field_2">14-9 10-4, enroute from 55 at Edinger Avenue.</LINE>
+				<LINE Role="Dispatch">Santa Lucia copies 14-17 enroute from 405 just south of Macarthur and 14-9 enroute from 55 at Edinger.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:06:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>		
+				<DETAIL>DUPLICATE CALL</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:07:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DOT DRIVER UNINJURED, #2,3 LNS BLCKD SB 55.</DETAIL>
+				<DETAIL>14-14 MVNG TO 405 ASSESS DMG</DETAIL>
+				<AUDIO Length = "29" Path = "187/18705.mp3" />
+			</CAD_INCIDENT_EVENT>
+			
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18705.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">	Santa Lucia, the driver of the DOT truck is uninjured but the #2 and #3 lanes are now blocked on southbound 55.  I'm moving down to the 405 lanes to assess the damage.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa-Lucia 10-4. Driver of the DOT truck is uninjured.  The #2 and #3 lanes are now blocked on southbound 55. Moving down to the 405 lanes to assess the damage.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="update"> 
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AHEAD</CMS_LINE>
+				<CMS_LINE>AT 405 OVERPASS</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should be updating the incident board.</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:08:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KCLY TV channel 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">I was told that a car flew off an 
+										 overpass causing a large pile-up on the freeway below.
+			</INSTRUCTOR>
+			<STUDENT>Incident should be confirmed</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">I want to confirm the location so we 
+										 can send a helicopter to check it out.
+			</INSTRUCTOR>
+			<STUDENT>55/405 interchange</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:08:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO004</MASTER_INC_NUM>
+			<P>2</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>9-9</BEAT>
+				<ADDRESS>NB5 JNO Lake Forest Dr</ADDRESS>
+				<LOC>NB5 JNO Lake Forest Dr</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>9-Templeton</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>9-9</Beat>
+				<TruncLoc>NB5 JNO Lake Forest Dr</TruncLoc>
+				<FullLoc>NB5 JNO Lake Forest Dr</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="188_N_5_ML">
+				<Route>5</Route>
+				<Direction>NB</Direction>
+				<Postmile>20</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>	
+			
+			<CAD_INCIDENT_EVENT>			
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>
+					<Lane_number>5</Lane_number>
+				</PARAMICS>					
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+		
+		<GENERAL_INFO>
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a two vehicle collision between a tomato truck and a car. The 
+	  	  truck spills tomatoes across lanes #3,4,5 right lanes plus 
+	  	  shoulder of NB 5 just north of Lake Forest Drive. There is one 11-44 
+	  	  and 2 major injured. Ambulance, fire, paramedics, additional units, 
+	  	  Maintenance/coroner, and TMT are requested on this incident.
+			</TEXT>
+		</GENERAL_INFO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:10:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-9 ENRT FRM I405 @ IRVINE CTR</DETAIL>
+				<UNIT UnitNum="9-9" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "25" Path = "188/18801.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18801.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 11-79 northbound 5 just north of Lake Forest Drive.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied enroute from 405 at Irvine Center.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Enroute from 405 at Irvine Center.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be monitoring the CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator should try to confirm the incident with a CCTV camera.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should verify location and respond to incident 188</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:11:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">Hello, this is Dakota Crew at 
+											KCOW radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">I just heard over the scanner that 
+											you have a major accident on I405 at 55.
+			</INSTRUCTOR>
+			<STUDENT>Should confirm incident.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #1">Can you give me a run down on what 
+										 	happened?
+			</INSTRUCTOR>
+			<STUDENT>A collision occurred on NB 55 at 405.  A vehicle went over rail 
+					     onto NB 405 causing a 6 car collision.
+			</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:12:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-14 1097, MULTIPLE 1144 NB 405 AT 55 OVERPASS, 6 VEH TC</DETAIL>
+				<DETAIL>BLOCKING 3 INSIDE LNS NB 405. DRVR AND PSSNGR IN VEH 1144, 2 OTHER FATALS, MULT INJR, REQ CRNR AND SIGALERT</DETAIL>
+				<AUDIO Length = "46" Path = "187/18706.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18706.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-14 10-97. Multiple 1144 northbound 405 at 55 
+					overpass. Six vehicle collision blocking the three inside 
+					lanes. The driver and passenger of the car that went over 
+					the railing are both 11-44. I've got two other fatals and 
+					multiple injured down here. Request coroner and issue Sig 
+					Alert.
+				</LINE>
+				
+				<LINE Role="Dispatch">	14-14 Santa Lucia 10-4 10-97 11-80 11-25 northbound 405 
+						at 55 overpass. Multiple 1144. Six vehicle collision blocking the three 
+						inside lanes. The driver and passenger of the car that 
+						went over the railing are 11-44, 2 other 11-44.  
+						Multiple injuries, request coroner and send Sig Alert.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>					
+		
+		<CMS_EVALUATION cmsID="87" type="new"> 
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 LEFT LNS BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="new"> 
+			<LOCATION>NB 405 @ ICD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 LEFT LNS BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page sig alert information</EXPECTED_ACTION>	
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:12:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 CRNR</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should insert info for enroute coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:13:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 1097, PARAMEDICS 1097. 1184 SB 55 FOR DOT 1125</DETAIL>
+				<UNIT UnitNum="14-17" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "46" Path = "187/18707.mp3" />	
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18707.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-17 10-97. 1144 northbound 405 at 55. 	
+			Paramedics are 10-97. We've gotta secure the scene southbound 55 for the DOT 
+			hazard. Has Caltrans been notified that their truck has been 
+			involved in a collision?</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4 10-97 11-44 northbound 405 
+						at 55. Paramedics 10-97. Will be doing 11-84 on southbound 55 for 
+						DOT collision. Caltrans will be notified.			
+				</LINE>	
+				<LINE Role="Field">Santa Lucia 14-17 10-4</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:14:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9, FD, PARAMEDICS 1097.  TC SEMI W/TOMATOES AND VEH ON NB-5 #3,4,5 LNS</DETAIL>
+				<DETAIL>TRCK ON FIRE, REQ CT CLNUP, UNITS 1184</DETAIL>
+				<UNIT UnitNum="9-9" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "39" Path = "188/18802.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18802.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9</LINE>
+				<LINE Role="Dispatch">9-9 go ahead Santa Lucia</LINE>
+				<LINE Role="Field">Santa Lucia 9-9 10-97 11-79. Fire department and 
+					parmedics 10-97.  Collision between semi truck carrying 
+					tomatoes and vehicle in 2 right lanes.  Truck on fire and 
+					tomatoes spilled over three right lanes. Request Caltrans to 
+					clean up the tomatoes and units for 11-84.</LINE>
+				<LINE Role="Dispatch">Santa Lucia 10-4, 9-9 10-97 11-79. Fire and 
+						paramedics 10-97. Collision involves tomato truck and 
+						car in two right lanes. Truck on fire and tomatoes over 
+						three right lanes.  Request Caltrans.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<CMS_EVALUATION cmsID="31" type="new"> 
+			<LOCATION>??</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>UR TIRES R RND</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should have ensured that a maintenance team was dispatched</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:14:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ MAIT, REQ 14-S UNIT, REQ TMT</DETAIL>
+				<UNIT UnitNum="14-S3" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "34" Path = "187/18708.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18708.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 14-14</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia, request MAIT, they'll have to investigate this 
+					one.  Also, request 14-S unit and TMT.</LINE>				
+				<LINE Role="Dispatch">	14-14 Santa Lucia copied request MAIT, 14-S unit, and TMT.</LINE>				
+				<LINE Role="Dispatch">	14-S3 unit copy.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-S3, 10-4 enroute from 73 at Bear Street.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia copies enroute from 73 at Bear Street.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be alert and advising radio on TMT.</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should notify the TMT leader of incident 187</EXPECTED_ACTION>
+		</RADIO_EVALUATION>	
+		
+		<TMT_RADIO>TMT leader espond to student action.  Dispatch appropriate units???</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:15:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">Hello, this is Monica Stevens at KCLY radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">I called earlier about the accident 
+											on I405. Have any more details come 
+											in on that incident?
+			</INSTRUCTOR>
+			<STUDENT>Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #2">Do you have an alternate route I can recommend?
+			</INSTRUCTOR>
+			<STUDENT>Yes (TBD)</STUDENT>	
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:16:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<MAINTENANCE_RADIO>If Maintenance unit was sent out, radio the supervisor 
+			with a 10-97.  Say that you're going to await MAIT investigation and 
+			transport other Maintenance worker.			
+		</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:17:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-9 1097, ASSIST 1184</DETAIL>
+				<UNIT UnitNum="14-9" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "22" Path = "187/18709.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18709.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-9.</LINE>				
+				<LINE Role="Dispatch">14-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-9 10-97. Will assist 14-14 with 11-84.</LINE>				
+				<LINE Role="Dispatch">14-9 Santa Lucia 10-4 10-97 northbound 405 at 55. 
+						Will assist 14-14 with 11-84.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:18:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TRAFFIC BACKING SB 55 REQ TMT MEDIUM DUTY 1185</DETAIL>
+				<AUDIO Length = "24" Path = "187/18710.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18710.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>			
+				<LINE Role="Field">Santa Lucia 14-17. Traffic is backing up on southbound 55. 
+					Request TMT and medium duty 11-85 for the DOT truck.	</LINE>			
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. Traffic backing up on southbound 
+						55.  Requesting TMT and medium duty 11-85.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:19:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>		
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>4 1144'S, 2 1180'S, 4 1181'S</DETAIL>
+				<AUDIO Length = "20" Path = "187/18711.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18711.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-14</LINE>		
+				<LINE Role="Dispatch">14-14 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 14-14. 4 11-44's, 2 11-80's, and 4 11-81's.</LINE>		
+				<LINE Role="Dispatch">14-14 Santa Lucia copies 4 11-44's,2 11-80's, and 4 11-81's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">Have any more details come in on the pileup at 55/405?</INSTRUCTOR>
+			<STUDENT>Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured, ??? mile backup</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">Do you have an alternate route I can recommend?</INSTRUCTOR>
+			<STUDENT>(pause for answer: Yes)</STUDENT>
+			<STUDENT>3 car collision, vehicles blocking #2,3,4 lanes.  Moderate injuries.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="95" type="new"> 
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:20:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-15,9-19 ENRT FOR 1184</DETAIL>
+				<UNIT UnitNum="9-15" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="9-19" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "38" Path = "188/18803.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18803.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-15, 9-19 Santa Lucia</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-15 go ahead.</LINE>				
+				<LINE Role="Field_2">Santa Lucia go ahead to 9-19.</LINE>				
+				<LINE Role="Dispatch">9-15 and 9-19 Santa Lucia 11-84 for 11-79 
+						northbound 5 just north of Lake Forest Drive.</LINE>				
+				<LINE Role="Field_1">	Santa Lucia 9-15 10-4. Enroute from 55 at 4th Street.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 9-19 copied enroute from 405 at Culver.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-15 enroute from 55 at 4th and 9-19 
+		  				enroute from 405 at Culver.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #3">Hello, this is Bill Bradley at KCTR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">I heard here was a large collision on the 5.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">What details do you have on that?</INSTRUCTOR>
+			<STUDENT>Semi and 2 cars, tomatoes over three right lanes.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #3">Were there any injured?</INSTRUCTOR>
+			<STUDENT>Don't know yet.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:21:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 SABLAN TOWING</DETAIL>
+				<TOW Company="SABLAN TOWING" ConfNum="(949)555-2468" PubNum="(949)555-8899" Beat=""/>
+				<AUDIO Length = "18" Path = "187/18712.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18712.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	14-17 Santa Lucia information.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-17 go ahead.</LINE>				
+				<LINE Role="Dispatch">	14-17 Santa Lucia 10-39 Sablan's Towing.</LINE>				
+				<LINE Role="Field">	14-17 copied 10-39 Sablan's Towing.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:22:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-S3 1097 NB 405 @ 55</DETAIL>
+				<DETAIL>MAIT ETA 15</DETAIL>
+				<UNIT UnitNum="14-S3" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "26" Path = "187/18713.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>			
+
+		<CHP_RADIO RadioFile="18713.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 10-97 northbound 405 at 55.  Do you 
+					have an ETA for MAIT?</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 10-97 northbound 405 
+						at 55. MAIT ETA 15 minutes.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 copies MAIT ETA 15.</LINE>
+			</DIALOG>		
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:24:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1141 1097, TRCK STLL FIRE, 2 1180 IN VEH, UNK IN TRCK</DETAIL>
+				<AUDIO Length = "32" Path = "188/18804.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18804.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. 11-41 10-97. Truck still engulfed in 
+					flames.  Two 11-80's in the vehicle. Unknown passengers in 
+					the truck. Request TMT, traffic backing up quickly.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. 11-41 10-97. Truck still engulfed.  
+						Two 11-80's in vehicle and unknown passengers in truck.  
+						Request TMT, traffic backing up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #4">How many vehicles were involved in the 
+								 			collision on northbound 5?
+			</INSTRUCTOR>
+			<STUDENT>1 semi, two cars.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">How many lanes were blocked?</INSTRUCTOR>
+			<STUDENT>Three right lanes blocked.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">Do you have an alternate route established?</INSTRUCTOR>
+			<STUDENT>What's it to you!?</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be assisting radio operator</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should dispatch TMT</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:25:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQUEST 1185 BIG RIG AND 1185 ROT, ISSUE SIG ALERT</DETAIL>
+				<AUDIO Length = "23" Path = "188/18805.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>			
+		
+
+		<CHP_RADIO RadioFile="18805.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. Roll 11-85 big rig and a rotational 
+					11-85.  Issue a Sig Alert, this could take a while.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copied roll 11-85 big rig and 11-85 
+						rotational. Issue a Sig Alert until further notice.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">What details do you have on the 
+											collision Northbound 5 at Lake Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Semi vs. two cars, tomatoes over lanes 3,4,5, two major 
+						 injured, unknown passenger in truc.</STUDENT>
+		</TELEPHONE>		
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be ensuring a Sig Alert is issued</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+		<MAINTENANCE_RADIO>
+			If Maintenance has not been requested by this time, 
+			have someone call as CHP Dispatch and make a request for them.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:27:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR 1097, INJURED TRANSPORTED</DETAIL>
+				<AUDIO Length = "17" Path = "187/18714.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18714.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>
+				<LINE Role="Dispatch">14-S3 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia, coroner 10-97. The injured have been transported.</LINE>
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 coroner 10-97. Injured transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:30:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-15 1097, ADVS PD TO DIRECT TRAFFIC OFF AT LAKE FOREST </DETAIL>
+				<UNIT UnitNum="9-15" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "26" Path = "188/18806.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18806.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-15.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-15 10-97 11-80. Advise local PD that 
+					we are going to direct traffic off at Lake Forest off ramp and 
+					are closing the Lake Forest on ramp.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-15 10-97 11-80. Advise PD 
+						we're directing traffic off Lake Forest offramp and closing 
+						Lake Forest onramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<STUDENT>Student places call to Police Department</STUDENT>
+			<STUDENT>Student correctly notifies PD of incident location and details</STUDENT>
+		</TELEPHONE>
+
+		<TMT_RADIO>
+			If no sign truck/s have been requested yet, a phone call needs to be 
+			made from CHP Dispatch requesting them.			
+		</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:30:30</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is there an alternate route 
+											established for the northbound 5 
+											lanes due to the collision at Lake Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Lake Forest East to Muirlands or Lake Forest West to Irvine Ctr.  
+				Re-enter I5 at numerous locations</STUDENT>
+		</TELEPHONE>		  
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:31:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 COLLEGE OAK BIG RIG, CYCLE TOW FOR ROT</DETAIL>
+				<TOW Company="College Oak" ConfNum="(949)555-2990" PubNum="(949)555-5758" Beat=""/>
+				<TOW Company="Cycle" ConfNum="(949)555-2281" PubNum="(949)555-7162" Beat=""/>
+				<AUDIO Length = "20" Path = "188/18807.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18807.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia information</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-39 College Oak for big rig 11-85 and 
+						Cycle Tow for 11-85 rotational.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied 10-39 College Oak and Cycle Tow.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>	  
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:32:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-19 1097 ASSISTNG 1184</DETAIL>
+				<UNIT UnitNum="9-19" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "20" Path = "188/18808.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18808.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-19</LINE>
+				<LINE Role="Dispatch">9-19 go ahead to Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-19 10-97 11-80. Assisting with 11-84.</LINE>				
+				<LINE Role="Dispatch">9-19 Santa Lucia copied 10-97 11-80. Assisting with 11-84.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:35:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>	
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT 1097 STARTING INVESTIGATION SB SR55</DETAIL>
+				<AUDIO Length = "22" Path = "187/18715.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="187/18715.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3, MAIT is 10-97. They're starting their 
+					investigation on the 55 overpass.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 MAIT 10-97. Starting 
+						investigation on 55 overpass.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 MAIT</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:36:00</TIME_INDEX> 
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="CHP Dispatch">Hello, CHP Dispatch.  Do you have traffic control enroute for NB 405 at 55</INSTRUCTOR>
+			<STUDENT>Do you mean sign truck crews or cones on the road?</STUDENT>
+			<INSTRUCTOR Role="CHP Dispatch">Cones</INSTRUCTOR>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should interact with the dispatch operator regarding cone crews</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:37:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MED DUTY 1185 1097, AWAIT FINISH MAIT BEFORE TOW VEH</DETAIL>
+				<AUDIO Length = "25" Path = "187/18716.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18716.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, medium duty 11-85 10-97. Will await the finish of 
+					MAIT investigation before towing vehicle.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4 medium rig 11-85 10-97. Will await 
+						the finish of MAIT investigation before towing vehicle.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:38:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 PD, SENDING 2 UNITS ASST 1184</DETAIL>
+				<AUDIO Length = "17" Path = "188/18809.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18809.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-9 Santa Lucia information.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-39 police department. Sending two 
+						units to assist with 11-84.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9 copied</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">"Hello, this is Terry Webb at KTSV TV 11."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">My CAD is down, do you have any 
+										 incidents going on right now?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of all current incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">Give me the details on those.</INSTRUCTOR> 
+			<STUDENT>Notify reporter of all current incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:40:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR CONFIRMED FOUR FATAL, PREP TO TRANSPORT</DETAIL>
+				<AUDIO Length = "19" Path = "187/18717.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18717.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. The coroner has confirmed four fatals and 
+					is preparing them to be transported.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied coroner confirmed four fatals 
+						and preparing for transport</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:42:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1180S TRANSPORTED</DETAIL>
+				<AUDIO Length = "14" Path = "188/18810.mp3" />
+			</CAD_INCIDENT_EVENT>
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18810.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. 11-80's transported.</LINE>
+				<LINE Role="Dispatch">9-9 Santa Lucia copied 11-80's transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:43:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9 FIRE OUT</DETAIL>
+				<AUDIO Length = "14" Path = "188/18811.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18811.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9. The fire is out.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Fire is out.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should note that the fire has been put out</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>should be active and responding to situation</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:44:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>LAKE FOREST ONRAMP CLOSED, DIRECTING TRAFFIC OFF LAKE FOREST OFFRAMP</DETAIL>
+				<AUDIO Length = "23" Path = "188/18812.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18812.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-15.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-15. Lake Forest onramp closed. Directing 405 traffic 
+					off Lake Forest offramp.</LINE>				
+				<LINE Role="Dispatch">9-15 Santa Lucia 10-4. Lake Forest onramp closed.  
+					Directing 405 traffic off at Lake Forest offramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Tom Webb at KSON radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">Do you have an alternate established 
+											for the norhtbound 5 lanes near Lake 
+											Forest Drive?
+			</INSTRUCTOR>
+			<STUDENT>Same as before..</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #7">When are the lanes supposed to be open?	</INSTRUCTOR>
+			<STUDENT>No specific time, approx. 1 hour.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:47:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT FINISHED W/ INVESTIGATION SB SR-55 AT I-405, PREP DOT TRCK FOR TOW</DETAIL>
+				<AUDIO Length = "24" Path = "187/18718.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18718.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, MAIT is finished with their investigation on 
+					the 55 overpass.  Preparing DOT truck for tow.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. MAIT is finished with their 
+						investigation on the 55 overpass. Preparing DOT truck 
+						for tow.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:48:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1 1144 IN TRCK, REQ CRNR</DETAIL>
+				<AUDIO Length = "18" Path = "188/18813.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18813.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. There is one 11-44 in the truck. Request coroner.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copied one 11-44 in truck. Request coroner.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for coroner request</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+		<TMT_RADIO>Sign truck/s are 97 at the end of the current queue.</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:49:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Jordan Bradley at KTCR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">Do you have any incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incidents.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">What details do you have on those?</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:50:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-9 1039 CRNR, ETA 15</DETAIL>
+				<AUDIO Length = "16" Path = "188/18814.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18814.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	9-9 Santa Lucia</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9 go ahead.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-39 coroner, ETA is 15 minutes.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9 10-4.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-39 CORONER</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+		
+		<MAINTENANCE_RADIO>
+			Radio traffic between maintenance workers on site and maintenance dispatcher. 
+			Dispatched crews are 10-97 and beginning the cleanup.
+		</MAINTENANCE_RADIO>
+
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:51:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT 1097, STRTNG CLNUP OF TOMATOES</DETAIL>
+				<AUDIO Length = "18" Path = "188/18815.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18815.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-9. Caltrans is 10-97. Starting cleanup of tomatoes.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Caltrans 10-97. Starting cleanup of tomatoes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ news 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">I'm away from my CAD. What's going on 
+										 with the accident on northbound 5 
+										 involving the tomato truck spill?
+			</INSTRUCTOR>
+			<STUDENT>Fire out on truck, 11-44, will start cleanup.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">Was anybody killed in the collision.</INSTRUCTOR>
+			<STUDENT>One 11-44</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:52:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TMT_RADIO>Radio traffic between TMT crew and TMT leader regarding current queue status</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:53:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 ROT 1097</DETAIL>
+				<AUDIO Length = "15" Path = "188/18816.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18816.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. 11-85 rotation 10-97.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia copied 11-85 rotation 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jim Sanso at KTAK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">What details do you have on the northbound 5 collision?</INSTRUCTOR>
+			<STUDENT>(pause for answer)</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">Is there an alternate route established?</INSTRUCTOR> 
+			<STUDENT>(pause for answer)</STUDENT>			
+		</TELEPHONE>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:54:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT STARTING INVESTIGATION NB 405 TO TAKE 30 MIN</DETAIL>
+				<AUDIO Length = "23" Path = "187/18719.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18719.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 14-S3. MAIT is starting investigation on 
+					northbound 405. The investigation should take 30 minutes.</LINE>				
+				<LINE Role="Dispatch">	14-S3 Santa Lucia copied MAIT starting investigation on 
+						northbound 405. The investigation should take 30 minutes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:55:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CLNUP NRLY FNSHD DOT RDY TO BE TWD, SB SR-55 LNS OPN IN 5</DETAIL>
+				<AUDIO Length = "25" Path = "187/18720.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18720.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia, nearly finished with cleanup and the DOT truck 
+					is ready to be towed. Southbound 55 lanes open in 5 minutes.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia 10-4. Nearly finished with cleanup and 
+						DOT truck is ready to be towed. Southbound 55 lanes open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:56:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>WTNSSES, JOHN/BETTY JONES SAW TOMATO TRUCK LOSE CONTROL, FLIP OVER, VEH HIT, TRCK IMM CAUGHT FIRE</DETAIL>
+				<WITNESS Name="John/Betty Jones" Address="101 Lowland Dr." PhoneNum="(949)555-8375"/>
+				<AUDIO Length = "27" Path = "188/18817.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18817.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Witnesses John and Betty Jones saw the 
+					tomato truck lose control, flip over, and the vehicle hit 
+					it. The truck then caught fire.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Witnesses John and Betty Jones saw 
+						tomato truck lose control, flip over, and vehicle hit 
+						it. Truck then immediately caught fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, is George there?</INSTRUCTOR>
+			<STUDENT>No, wrong number.</STUDENT>
+			<INSTRUCTOR Role="Public">Sorry, good bye.</INSTRUCTOR> 
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>00:59:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>BIG RIG 1185 1097</DETAIL>
+				<AUDIO Length = "16" Path = "188/18818.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18818.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9, big rig 11-85 10-97.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copies, big rig 11-85 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #10">"Hello, this is Bill Rasmussen at KTRC radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #10">"Do you have any updated info on the 
+											northbound 5 collision involving the 
+											tomato truck?"
+			</INSTRUCTOR>
+			<STUDENT>Pause for answer.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #10">When is it expected to be cleared.</INSTRUCTOR>
+			<STUDENT>Cleaning up now, no definite answer, approx. 30 minutes.</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should call CHP to inquire for incident duration.  (Approx 30 minutes)</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:02:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>14-17 1097 DOT TRCK TWD, SB SR-55 OPN</DETAIL>
+				<AUDIO Length = "21" Path = "187/18721.mp3" />
+				
+				<PARAMICS LocationID="187_S_55_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18721.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-17.</LINE>				
+				<LINE Role="Dispatch">14-17 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 10-98, the DOT truck has been towed and the 
+					southbound 55 lanes are open.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 14-17 10-98. DOT truck towed and 
+						southbound 55 lanes open.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="72" type="remove">
+			<LOCATION>SB 55 @ WARNER AVE</LOCATION>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+		<MAINTENANCE_RADIO>
+			Maintenance workers are 10-98.  Truck has been towed and 
+			taking maintenance worker, whose truck got hit, to the shop.
+		</MAINTENANCE_RADIO>		
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:03:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT PARTIAL CMPLT, PICS TKN, NEED MSRMNTS, INTERVIEWS</DETAIL>
+				<AUDIO Length = "25" Path = "187/18722.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18722.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT has partially completed its 
+					investigation. Pictures have been taken, but still need to 
+					take measurements and conduct interviews.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. MAIT has partially completed its 
+		  				investigation.  Pictures have been taken, but still need 
+		  				to take measurements and conduct interviews.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:05:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT #3 LN ALMOST CLEARED OF TOMATOES</DETAIL>
+				<AUDIO Length = "17" Path = "188/18819.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18819.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans has the #3 lane almost cleared of the tomatoes.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Caltrans has #3 almost cleared.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #11">"Hello, this is Chris Rasmuessan at KWIT radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #11">"Do you have an ETA for the opening of the lanes on Eastbound 91?"
+			</INSTRUCTOR>
+			<STUDENT>No to full opening, approx. 30 minutes, #3 lane nearly cleared.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:07:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CRNR 1097</DETAIL>
+				<AUDIO Length = "14" Path = "188/18820.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="31520.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9, coroner 10-97.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia copies coroner 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 coroner</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:08:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">"Hello, this Dakota Crew at KTAK radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">"Do you have any new incidents 
+											within the last 20 minutes?"
+			</INSTRUCTOR>
+			<STUDENT>No.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #1">Give me the details on that.</INSTRUCTOR>
+		</TELEPHONE>		
+		
+		<MAINTENANCE_RADIO>
+			Maintenance crew notifies dispatch that lane #3 is clear.  The #4,5
+			lanes should be clear in another 20-30 minutes.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:08:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ 6 ROT 1185</DETAIL>
+				<AUDIO Length = "17" Path = "187/18723.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18723.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. Request 6 rotational 11-85's.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied requesting 6 rotational 11-85's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:09:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TOWED, #3 LN CLEARED, OPENING</DETAIL>
+				<AUDIO Length = "18" Path = "188/18821.mp3" />
+				
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>4</Lane_number>
+					<Lane_number>5</Lane_number>
+				</PARAMICS>	
+				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18821.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Vehicle towed. #3 lane cleared of 
+					tomatoes and opening lane now.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Vehicle towed, #3 lane cleared 
+						and opening lane now.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:10:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT NEARLY COMPLETE, FINISHING INTERVIEWS, TOW ETA 10</DETAIL>
+				<AUDIO Length = "29" Path = "187/18724.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18724.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT has nearly completed their 
+					investigation, they are finishing up the interviews. ETA 
+					tows?</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia. MAIT has nearly completed their 
+						investigation, they are finishing up the interviews. 
+						Tow ETA 10 minutes.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 10-4 ETA 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TMT_RADIO>Have SB 55 TMT units go 10-98.</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:12:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1144 CNFRMD, #3 LN OPN, FULL OPNNG 20 MIN</DETAIL>
+				<AUDIO Length = "21" Path = "188/18822.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18822.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Coroner has confirmed 11-44. #3 lane is 
+					open. Full opening in 20 minutes.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. 11-44 confirmed. #3 lane open, 
+						full opening in 20.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for confirmed 1144</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:13:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">"Hello, this is Cameron Stevens at KCLY TV 2."</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">"My CAD is down. Were there any 
+										 confirmed fatalities at the collision 
+										 northbound 5?"
+			</INSTRUCTOR>
+			<STUDENT>1 dead.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">"When are the lanes supposed to be open?"</INSTRUCTOR>
+			<STUDENT>#3 lane open, full opening in 20.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:15:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT NRLY FNSHD CLNUP, TRCK BEING PRPRD FOR 1185</DETAIL>
+				<AUDIO Length = "18" Path = "188/18823.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18823.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans is nearly finished with cleanup. 	
+					Truck being prepared for 11-85.</LINE>				
+				<LINE Role="Dispatch">	9-9 Santa Lucia 10-4. Caltrans nearly finished. Truck 
+						being prepared for 11-85.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:16:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">"Hello, this is Monica Stevens at KCLY radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">When is the roadway supposed to be cleared on the 5?
+			</INSTRUCTOR>
+			<STUDENT>#3 lane open, full opening in approx. 15.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:16:30</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAIT FINISHED INVESTIGATION 1098, START CLEANUP WHEN 1185S ARRIVE</DETAIL>
+				<AUDIO Length = "23" Path = "187/18725.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18725.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. MAIT is finished with their investigation 
+					and 10-98. Will start cleanup when the 11-85's arrive.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia copied MAIT finished with 
+						investigation and 10-98. Start cleanup when 11-85's 
+						arrive.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:18:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<MAINTENANCE_RADIO>Confirm completion of tomato cleanup.  Going 10-98</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:19:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>	
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 1097 PARTIAL OPENING IN 15</DETAIL>
+				<AUDIO Length = "21" Path = "187/18726.mp3" />
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18726.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3 11-85's 10-97. Partial opening in 15 minutes.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4 11-85's 10-97. Partial opening in 15 minutes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:20:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CT 98 TOMATOES, LNS OPN IN 10</DETAIL>
+				<AUDIO Length = "17" Path = "188/18824.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18824.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Caltrans done cleaning up the tomatoes. 
+					Lanes open in 10.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Caltrans 98 with 
+						tomatoes, lanes open in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:21:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #3">"Hello, this is Bill Bradley at KCTR radio."</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #3">"What kind of backup is there on 
+											northbound 5 due to the tomato truck spill and collision?"
+			</INSTRUCTOR>
+			<STUDENT>Current queue from ATMS.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #3">Are the lanes open soon?</INSTRUCTOR>
+			<STUDENT>10 minutes.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:23:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO005</MASTER_INC_NUM>
+			<P>3</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1031 - Crime in progress</TYPE_CODE>
+				<TYPE>1031</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>28-24</BEAT>
+				<ADDRESS>NB/SB 405 at Jeffrey</ADDRESS>
+				<LOC>NB/SB 405 at Jeffrey</LOC>
+				<CITY>San Luis Obispo</CITY>
+				<AREA>28-San Luis Obispo</AREA>
+				<FIRE>San Luis Obispo</FIRE>
+				<LAW>San Luis Obispo</LAW>
+				<EMS>San Luis Obispo</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1031</Type>
+				<Beat>28-24</Beat>
+				<TruncLoc>NB/SB 405 at Jeffrey</TruncLoc>
+				<FullLoc>NB/SB 405 at Jeffrey</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="189_N_405_ML">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>3.04</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="189_N_405_HV">
+				<Route>405</Route>
+				<Direction>NB</Direction>
+				<Postmile>3.04</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>
+
+			<LOCATION_INFO ID="189_S_405_ML">
+				<Route>405</Route>
+				<Direction>SB</Direction>
+				<Postmile>5.55</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<LOCATION_INFO ID="189_S_405_HV">
+				<Route>405</Route>
+				<Direction>SB</Direction>
+				<Postmile>5.55</Postmile>
+				<Location_type>HV</Location_type>					
+			</LOCATION_INFO>
+			
+
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>CELLULAR 911 RPT SUICIDE BMBR AT I-405 @ JEFFREY, UNVERIFIED</DETAIL>
+				<DETAIL>1039 IRV PD, PD ENRT, 28-24 ENRT FROM I-405 @ IRVINE CNTR.</DETAIL>
+				<UNIT UnitNum="28-24" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "23" Path = "189/18901.mp3" />
+			</CAD_INCIDENT_EVENT>		
+			
+		</CAD_DATA>	
+
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT>This is a suicide attempt and a bomb threat. A man with a bomb 
+		  strapped to him is threatening to blow up the interchange at I-405 and
+		  Jeffrey Road. The freeway interchange is shut down completely, causing 
+		  major backup in both directions on I-405. The man is eventually 
+		  apprehended after attempting to explode the bomb. The PD, additional 
+		  units, sign trucks, negotiator, and the bomb squad are sent to the 
+		  scene to assist.
+			</TEXT>
+		</GENERAL_INFO>
+
+		<CHP_RADIO RadioFile="18901.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">28-24 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24 go ahead.</LINE>				
+				<LINE Role="Dispatch">	28-24 Santa Lucia suicide attempt 405 on the Jeffrey 
+						overpass. The police department has been notified 
+						and is enroute.</LINE>				
+				<LINE Role="Field">	Santa Lucia 28-24 10-4. Enroute from 405 at Irvine Center.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Operator should be viewing CCTV cameras in vicinity of incident</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:24:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TRCK TWD, FD SPRYNG LNS, LNS OPN IN 5</DETAIL>
+				<AUDIO Length = "21" Path = "188/18825.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18825.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-9.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-9. Truck towed. Fire department spraying lanes 
+					clean. Lanes open in 5.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. Truck towed. Fire department 
+						spraying lane clean, lanes open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:25:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR> 
+			<INSTRUCTOR Role="Radio Reporter #4">Are the lanes open yet on 
+											northbound 5 just north of Lake 
+											Forest Drive.
+			</INSTRUCTOR>
+			<STUDENT>#3 open, all lanes open in 5.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">Are there any other new incidents 
+											going on right now?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of new incidents.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:25:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-24 1097, PD 1097</DETAIL>
+				<UNIT UnitNum="28-24" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "18" Path = "189/18902.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18902.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-24.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24 10-97 405 at Jeffrey. 
+				                   Irvine PD is 10-97.
+				</LINE>			
+				<LINE Role="Dispatch">10-4, Copy you  are 97 with Irvine PD.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:29:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-19 ENRT FROM I-5 AT SND CYN, 28-13 ENRT FROM I-5 AT 133</DETAIL>
+				<DETAIL>SHUT DWN NB I-405 AT SND CYN OFFR</DETAIL>
+				<UNIT UnitNum="28-19" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="28-13" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "44" Path = "189/18903.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18903.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">28-19 Santa Lucia.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 28-19 go ahead.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia 10-23.</LINE>					
+				<LINE Role="Dispatch">(pause)</LINE>				
+				<LINE Role="Dispatch">28-13 Santa Lucia.</LINE>				
+				<LINE Role="Field_2">Santa Luica 28-13 go ahead.</LINE>				
+				<LINE Role="Dispatch">28-19 and 28-13 Santa Lucia, proceed to northbound 405 
+						to shut down the northbound lanes at the Sand Canyon off 
+						ramp. A man has threatened to blow up the 405 at 
+						Jeffrey interchange.</LINE>
+				
+				<LINE Role="Field_1">Santa Lucia 28-19 10-4. Enroute from I-5 at Sand Canyon.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 28-13 copied, enroute from I-5 at 133.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:30:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>OPN #2,3 LNS, FULL OPN IN 5</DETAIL>
+				<AUDIO Length = "20" Path = "187/18727.mp3" />				
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+				</PARAMICS>						
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+
+		<CHP_RADIO RadioFile="18727.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. We have opened the #2 and #3 lanes. Full 
+					opening in 5 minutes.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. #2 and #3 lanes open, full opening in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="87" type="update">
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="update">
+			<LOCATION>NB 405 @ ICD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="95" type="update">
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:31:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>ALL LNS CLR, 9-15 OPENING LAKE FOREST ONRAMP</DETAIL>
+				<DETAIL>9-9,9-15,9-19 1098</DETAIL>
+				<UNIT UnitNum="9-9" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="9-15" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="9-19" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "25" Path = "188/18827.mp3" />
+				
+				<PARAMICS LocationID="188_N_5_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18827.mp3">
+			<DIALOG> 
+				<LINE Role="Field">Santa Lucia 9-9</LINE>
+				<LINE Role="Dispatch">9-9 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 9-9. All lanes are clear.  9-15 is opening Lake Forest Onramp.  All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">9-9 Santa Lucia 10-4. All lanes open.  9-15 opening Lake Forest Onramp.
+						9-9. 9-15, 9-19 are 1098.</LINE>	
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should cancel Sig Alert</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be handling situation well</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:31:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-11 ENRT FROM I405 AT BRISTOL, 28-07 ENRT FROM SR55 AT DYER</DETAIL>
+				<DETAIL>28-11 28-07 TO SHT DWN SB I405 AT CULVER OFFR</DETAIL>
+				<UNIT UnitNum="28-11" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="28-07" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "45" Path = "189/18904.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18904.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">	28-11 Santa Lucia.</LINE>
+				<LINE Role="Field_1">	Santa Lucia 28-11 go ahead.</LINE>
+				<LINE Role="Dispatch">	28-11 Santa Lucia 10-23.</LINE>
+				<LINE Role="Dispatch">	28-07 Santa Lucia.</LINE>
+				<LINE Role="Field_2">	Santa Lucia 28-07 go ahead.</LINE>
+				<LINE Role="Dispatch">	28-11 and 28-07 Santa Lucia, proceed to southbound I405 
+							to shut down the southbound lanes at the Culver Dr off 
+							ramp. A man has threatened to blow up the 405 at 
+							Jeffrey interchange.</LINE>
+				<LINE Role="Field_1">	Santa Lucia, 28-11 10-4 enroute from 405 at Bristol Sreet.</LINE>
+				<LINE Role="Field_2">	Santa Lucia, 28-07 10-4. Enroute from 55 at Dyer.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV channel 11.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">I just heard about a suicide attempt on I405.
+			</INSTRUCTOR>
+			<STUDENT>Confirm report.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Where exactly is it located, I would 
+											 like to send a camera out there?"
+			</INSTRUCTOR>
+			<STUDENT>I405 at Jeffrey Dr.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Are you closing down any of the lanes?"</INSTRUCTOR>
+			<STUDENT>Closing down the whole interchange.</STUDENT>
+		</TELEPHONE>
+
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident. Should note interchange closed 
+							 when all lanes have been closed. HAR's #3 and #4 might 
+							 also note interchange closed.
+			</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:32:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PD CLOSING JEFFREY AND UNIV DR, SENDING NEGOTIATOR, REQ SIGALERT</DETAIL>
+				<AUDIO Length = "30" Path = "189/18905.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18905.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-24.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-24. The police department is taking care of 
+					the Jeffrey Road and University Drive closures. They have 
+					sent for a negotiator to talk the man down. Issue a Sig 
+					Alert on this one, we'll be here a while.</LINE>				
+				<LINE Role="Dispatch">28-24 Santa Lucia 10-4. PD closing Jeffrey Road and 
+						University Drive and sending negotiator to talk man 
+						down. 	Requesting Sig Alert until further notice.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">I was told that both the northbound 
+											and southbound I405 lanes are going 
+											to be closed due to a suicide 
+											attempt. What details do you have on 
+											that?
+			</INSTRUCTOR>
+			<STUDENT>Gives details of closure.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #5">Is a detour being set up?</INSTRUCTOR>
+			<STUDENT>Don't know as of yet.</STUDENT>
+		</TELEPHONE>
+		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should ensure HQ Comm is notified</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should notify District Duty Officer</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:35:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TWD, LNS OPN, 14-S, 14-9, 14-14 1098</DETAIL>
+				<UNIT UnitNum="14-14" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="14-17" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="14-9" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="14-S3" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "23" Path = "187/18728.mp3" />
+				
+				<PARAMICS LocationID="187_N_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>							
+				
+				<PARAMICS LocationID="187_N_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>
+		
+		<CHP_RADIO RadioFile="18728.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 14-S3.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 14-S3. Vehicles have been towed and lanes open. 
+					All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">14-S3 Santa Lucia 10-4. Vehicles towed and lanes open.  
+						14-S3,14-9, and 14-14 are 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">Hello, this is Terry Webb at KTSV TV channel 11.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">Are the lanes clear NB 405 at 55?
+			</INSTRUCTOR>
+			<STUDENT>Lanes were just cleared.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">How many were injured in that accident?
+			</INSTRUCTOR>
+			<STUDENT>There were 3 dead and 7 injured.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="87" type="remove">
+			<LOCATION>NB 405 @ HARVARD</LOCATION>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="88" type="remove">
+			<LOCATION>NB 405 @ ICD</LOCATION>
+		</CMS_EVALUATION>
+		<CMS_EVALUATION cmsID="95" type="remove">
+			<LOCATION>NB 5 @ EL TORO</LOCATION>
+		</CMS_EVALUATION>
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>		
+		<FACILITATOR_EVALUATION>
+			<EXPECTED_ACTION>Should be alert to the situation</EXPECTED_ACTION>
+		</FACILITATOR_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:36:00</TIME_INDEX>
+		<INCIDENT LogNum="188">Tomato Truck Spill/Fire</INCIDENT>
+
+		<TMT_RADIO>TMT units go 10-98.  Traffic is back to normal</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:36:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-13 1097, 10-23 28-19 B4 CLOSING NB LNS, 1039 DOT FOR SIGN TRUCKS</DETAIL>
+				<UNIT UnitNum="28-13" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "33" Path = "189/18906.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18906.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-13.</LINE>				
+				<LINE Role="Dispatch">28-13 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-13 10-97 northbound 405 at Sand Canyon.  Will 
+					10-23 28-19 and then proceed to close down northbound lanes. 
+					Do we have any sign trucks enroute yet to assist with the 
+					closure?</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-13 10-97 northbound 405 at Sand 
+						Canyon. 10-23 28-19 before closing northbound lanes. Checking on TMT.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>
+			</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+		<MAINTENANCE_RADIO>Get TMT rolling.</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:37:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-11 1097, CLSNG DWN SB LNS AT CULVER DR OFFR</DETAIL>
+				<UNIT UnitNum="28-11" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "21" Path = "189/18907.mp3" />
+				
+				<PARAMICS LocationID="189_S_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>	
+
+				<PARAMICS LocationID="189_S_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>		
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18907.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-11.</LINE>				
+				<LINE Role="Dispatch">28-11 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-11 10-97 405 at Culver offramp.  
+					Proceeding to close down the southbound lanes.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-11 10-97 405 at Culver offramp. 
+					Closing southbound lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="CHP Dispatch">Hello, this is CHP Dispatch.</INSTRUCTOR>
+			<STUDENT>Have sign trucks been sent to the bomb threat at the 
+						 I405 and Jeffrey Road overpass?</STUDENT>
+			<STUDENT>Responds correctly to question.</STUDENT>
+			<STUDENT>Notifies maintenace station to dispatch sign trucks.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="89" type="new"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="72" type="new"> 
+			<LOCATION>SB 55 @ Warner</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>S-405 CLOSED AT CULVER DR</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:38:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-13, 28-19 SHUTTING DWN NB 405 LNS AT SAND CYN ST OFFR</DETAIL>
+				<UNIT UnitNum="28-19" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "30" Path = "189/18908.mp3" />
+				
+				<PARAMICS LocationID="189_N_405_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>	
+					<Lane_number>5</Lane_number>				
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_N_405_HV">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>1</Lane_number>				
+				</PARAMICS>	
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18908.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-19 10-97 northbound 405 at Sand Canyon.  
+					28-13 and I are proceeding to shut down the northbound 405 lanes 
+					at the Sand Canyon offramp.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-19 10-97 northbound 405 at Sand 
+						Canyon. 28-13, 28-19 shutting down northbound 405 lanes at 
+						Sand Canyon off ramp.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ TV.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">I heard over the scanner that there is 
+										 a bomb threat on the 5.
+			</INSTRUCTOR>
+			<STUDENT>Correct location is I405.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">I would like to send a helicopter out 
+										 there, what are the details on the 
+										 threat?
+			</INSTRUCTOR>
+		</TELEPHONE>	
+		
+		<CMS_EVALUATION cmsID="88" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>FWY CLOSED AT SAND CYN AVE</CMS_LINE> 
+				<CMS_LINE>USE HWY-133</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="new"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>N-405 CLOSED AT SAND CYN AVE</CMS_LINE> 
+				<CMS_LINE>USE OTHER ROUTES</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:39:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KNOW TV 2.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">I heard about a suicide on the 405, 
+										 what details do you have on that?
+			</INSTRUCTOR>
+			<STUDENT>Located I405 and Jeffrey overpass, man has bomb 
+						 strapped to himself, closing down I405 in both directions.
+			</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:40:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-07 1097 ASSTNG 28-11 CLSNG SB LNS AT CULVER OFFR</DETAIL>
+				<UNIT UnitNum="28-07" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "23" Path = "189/18909.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18909.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07 10-97 southbound 405 at Culver Dr. 
+					Assisting 28-11 with the closure.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-07 10-97 southbound 405 at Culver 
+						Drive. Assisting 28-11 with closure.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<TMT_RADIO>If no sign trucks have been requested yet, another 
+						 phone call needs to be made from CHP Dispatch 
+						 requesting them.
+		</TMT_RADIO>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:41:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-S4 1097 I5 JEFFREY AVE ASSIST</DETAIL>
+				<UNIT UnitNum="28-S4" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "19" Path = "189/18910.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18910.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4 10-97 I-405 at Jeffrey overpass.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 28-S4 10-97 I-405 at Jeffrey Road.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KNIN radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is the surrounding residential area 
+											around the bomb threat being evacuated?
+			</INSTRUCTOR>
+			<STUDENT>They don't know, although the correct answer will be no.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:43:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PD STTNG DETOURS, SB TRFFC OFF AT CULVER AVE, NB TRFFC OFF AT SAND CYN</DETAIL>
+				<AUDIO Length = "22" Path = "189/18911.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18911.mp3">
+			<DIALOG>
+				<LINE Role="Field">	Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">	28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">	Santa Lucia 28-S4. Irvine PD is setting up 
+					detours through the city for the northbound and southbound 
+					405 traffic.
+				</LINE>				
+				<LINE Role="Dispatch">	28-S4 Santa Lucia 10-4. Police department setting up 
+						detours through the city for all traffic.
+				</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, I just saw on TV that there is bomb 
+								   on the I405 near University Drive.
+			</INSTRUCTOR>
+			<STUDENT>Confirm report.</STUDENT>
+			<INSTRUCTOR Role="Public">"I live nearby, Is that area evacuated?</INSTRUCTOR>
+			<STUDENT>No, not to the best of my knowledge.	</STUDENT>
+		</TELEPHONE>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should have posted a Sig Alert by this time</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:44:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NEGOTIATOR 1097</DETAIL>
+				<AUDIO Length = "20" Path = "189/18912.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18912.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. Negotiator is 10-97 and attempting to 
+					talk the man down.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia 28-S4 10-4. Negotiator is 10-97 and 
+						attempting to talk man down.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>	
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:45:00</TIME_INDEX>
+		<INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT>
+		
+		<TMT_RADIO>Have NB 405 TMT units go 10-98.</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:45:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NB LNS SHUT DOWN</DETAIL>
+				<AUDIO Length = "16" Path = "189/18913.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18913.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-19. The northbound lanes are shut down.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia 10-4. Northbound lanes are shut down.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:46:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP WON'T ALLOW NEGOTIATOR NEAR HIM</DETAIL>
+				<AUDIO Length = "22" Path = "189/18914.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="18914.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. This is going to take a while. The man 
+					won't let the negotiator get close to him.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Negotiations will take a while, 
+						man won't let the negotiator get close to him.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:47:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-07 SB LNS SHUT DOWN</DETAIL>
+				<AUDIO Length = "19" Path = "189/18915.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18915.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07. The southbound lanes have been shut down. 
+					Traffic is building up quickly.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia 10-4. Southbound lanes shut down.  
+						Traffic building up quickly.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:50:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP IS CALMING DOWN.  BOMB SQD 1097</DETAIL>
+				<AUDIO Length = "18" Path = "189/18916.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18916.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 28-S4. The man is calming down. The bomb squad is 10-97.</LINE>
+				<LINE Role="Dispatch">	28-S4 Santa Lucia 10-4. Man calming down. Bomb squad 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should enter info for 10-97 Bomb Squad</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+
+		<TMT_RADIO>>Call saying the sign trucks are 10-97.  Queue update.</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:51:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO006</MASTER_INC_NUM>
+			<P>5</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>9-22</BEAT>
+				<ADDRESS>NB5 JNO Main Street</ADDRESS>
+				<LOC>NB5 JNO Main Street</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>9-Templeton</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>9-22</Beat>
+				<TruncLoc>NB5 JNO Main St</TruncLoc>
+				<FullLoc>NB5 JNO Main St</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="190_N_5_ML">
+				<Route>5</Route>
+				<Direction>NB</Direction>
+				<Postmile>33.2</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<CAD_INCIDENT_EVENT>
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>
+			
+		</CAD_DATA>		
+		
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT>Incident Description - This is a collision involving a tanker truck 
+		  and a car that block the #3 and 4 lanes on NB I-5 just north of 
+		  Main Street. There are 2 minor injured and 1 major injured. 
+		  Liquid is leaking out of the tanker truck which is identified as milk. 
+		  The leak is plugged and the fire department sprays the milk down the 
+		  drain. The fire department, ambulance, additional units, TMT, a big 
+		  rig tow, and a rotational tow are sent to the scene.</TEXT>
+		</GENERAL_INFO>
+
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:53:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-22 ENRT FROM 57 @ CHAPMAN</DETAIL>
+				<UNIT UnitNum="9-22" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "24" Path = "190/19001.mp3" />
+				
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19001.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-22 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 11-79 northbound 5 just north of Main Street.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 copies, enroute from 57 at Chapman Ave.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Enroute from 57 at Chapman Ave.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Should shold be verifying incident 190 on the CAD.</EXPECTED_ACTION>
+		</CAD_EVALUATION>	
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Should try to confirm the incident with a CCTV cameras.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:54:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Mayor">"Hello, this is Mayor Krom of Irvine."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Mayor">I just heard that a bomb went off on I405. Was 
+								 anyone injured or killed?
+			</INSTRUCTOR>
+			<STUDENT>Not true - no bomb was not detonated.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:56:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>		
+
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:58:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-22 1097 2 VEH TC, VEH VS TANKER TRK, BLKNG #3,4</DETAIL>
+				<DETAIL>UNID LIQUID LEAKING FROM TNKR, NEED TO CLOSE NB LANES, REQ UNITS</DETAIL>
+				<UNIT UnitNum="9-22" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "37" Path = "190/19002.mp3" />		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19002.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22 1097 JNO Main St. 2 vehicle collision 
+					between tanker truck and vehicle blocking #3, 4 lanes.  
+					Unidentified liquid leaking out of the tanker. Request 
+					additional units, we're going to have to shut down the 
+					northbound lanes until we identify the susbstance.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied. 9-22 10-97.  2 vehicle 
+						collision, tanker truck and vehicle, blocking #3, 4. 
+						Unidentified liquid leaking out of tanker. Request 
+						units to shut down NB lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="93" type="new"> 
+			<LOCATION>NB-5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>2 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+
+		<MAINTENANCE_RADIO>TMT Earliest possible request for sign trucks. Send trucks if requested.
+		</MAINTENANCE_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>01:59:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>9-23, 9-26 ENRT TO ASSIST 9-22</DETAIL>
+				<UNIT UnitNum="9-23" Status="ENRT" Primary="false" Active="true"/>
+				<UNIT UnitNum="9-26" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "41" Path = "190/19003.mp3" />		
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19003.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">9-23, 9-26 Santa Lucia.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-23 go ahead.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 9-26 go ahead.</LINE>				
+				<LINE Role="Dispatch">9-23 and 9-26 Santa Lucia, 1179 northbound 5 
+						just north of Main St blocking #3,4 .  22 request assistance closing freeway.</LINE>				
+				<LINE Role="Field_1">Santa Lucia 9-23 10-4. Enroute from 22 just south of 
+						Euclid Avenue.</LINE>				
+				<LINE Role="Field_2">Santa Lucia 10-4. 9-26 enroute from 57 at 91.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copied 9-23, 9-26 enroute.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:00:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>1141, FD 1097, TRCK DRVR 1180 UNCONCIOUS, 2 1181S, LIQUID LEAKING INTO #2 LN. #2,3,4 BLKD AT THIS TIME</DETAIL>
+				<AUDIO Length = "35" Path = "190/19004.mp3" />		
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>2</Lane_number>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>					
+				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19004.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. 1141 is 1097. The 
+					driver of the truck is 1180 and unconscious. There are 2 
+					1181s in the other vehicle. The liquid is leaking out into 
+					the #2 lane. #2,3,4 lanes blocked at this time.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copies. 1141 1097. 1 
+						1180 and 2 1181's.  Liquid leaking into #2 lane.  #2,3,4 lanes are blocked.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Kim Williamson at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">I just caught on the scanner that 
+											there was some type of spill on 57.
+			</INSTRUCTOR>
+			<STUDENT>Confirm incident.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #7">What kind of details do you have 
+											on the collision?
+			</INSTRUCTOR>
+			<STUDENT>Truck vs car, #3 and 4 lanes blocked, liquid spill in lanes.</STUDENT>
+		</TELEPHONE>
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>3 RT LANES BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:01:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NEGOTIATOR MAKING PROGRESS, SUSP MAY SURRENDER</DETAIL>
+				<AUDIO Length = "21" Path = "189/18919.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="18919.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The negotiator has made some 
+					progress. Looks like the man is about to give himself up.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Negotiator has made progress and 
+						looks like the man is about to give himself up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:01:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>DONT HAVE TO SHUT THE FWY, LIQUID ID'D AS MILK.  #1 LN WILL REMAIN OPEN.</DETAIL>
+				<DETAIL>ATTEMPTING TO CONTROL THE LEAK. REQ BIG RIG AND ROT 1185</DETAIL>
+				<AUDIO Length = "27" Path = "190/19005.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19005.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>
+				<LINE Role="Field">Santa Lucia 9-22. We don't have to shut down all the lanes, 
+					the liquid is milk. Attempting to control the leak.  Request big 
+					rig 11-85 and 11-85 rotational.</LINE>
+				<LINE Role="Dispatch">9-22 Santa Lucia copied don't have to close all lanes, 
+						liquid is milk. Attempting to control the leak. Requesting big 
+						rig and rotational 11-85's.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Tom Webb at KSON radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">I just heard the northbound lanes 
+											on 57 are being closed.
+			</INSTRUCTOR>
+			<STUDENT>Confirmation.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">Why are they closing the lanes.
+			</INSTRUCTOR>
+			<STUDENT>Liquid spill, collision.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #8">How long are they expected to be 
+											closed.
+			</INSTRUCTOR>
+			<STUDENT>Until cleanup - no definitive answer.</STUDENT>
+		</TELEPHONE>
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:02:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">"Hello, this is Fred Roppel at KNOW TV 
+										 Channel 3."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">"Has a bomb been found yet at the 405 
+										 and Jeffrey interchange?"
+			</INSTRUCTOR>
+			<STUDENT>No bomb has been found.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"When will they be done with their search?"
+			</INSTRUCTOR>
+			<STUDENT>Unknown, but about 10 minutes.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"Are there any other incidents going on 
+										 right now?"
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #2">"What are their details?"</INSTRUCTOR>
+			<STUDENT>Notify reporter of incident details.</STUDENT>
+		</TELEPHONE>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:03:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jordan Bradley at KTCR radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">How many lanes are blocked by the 
+											collision on 57 at Katella?
+			</INSTRUCTOR>
+			<STUDENT>#3 and 4 lanes blocked, milk in #2 lane.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">How many Injured are there?</INSTRUCTOR>
+			<STUDENT>3 injured.</STUDENT>
+		</TELEPHONE>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:04:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-23 1097, REQ TMT, TRAFFIC BACKING</DETAIL>
+				<UNIT UnitNum="9-23" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "21" Path = "190/19006.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19006.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-23.</LINE>				
+				<LINE Role="Dispatch">9-23 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-23 10-97 11-80. Request TMT, traffic is backing up.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 9-23 10-97 11-80. Request TMT, traffic is backing up.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		
+		<TMT_RADIO>
+			Time of request by CHP officers in the field for sign 
+						 trucks. Send sign trucks to scene when requested.
+						 ***CONTROL ROOM ACTION*** - Call TMC, ask for TMT
+		</TMT_RADIO>
+		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:05:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+
+		<TMT_RADIO>Queue Update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:06:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>MAN TRIED TO DETONATE THE DEVICE, BOMB DIDNT ACTIVATE, PD APPRHNDNG</DETAIL>
+				<AUDIO Length = "23" Path = "189/18921.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>			
+		
+		<CHP_RADIO RadioFile="18921.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The man just tried to blow himself up, 
+					but the bomb didn't go off! The police department is 
+					apprehending him now.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Man attempted to blow up the 
+						interchange and is being apprehended by the PD.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:08:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SUSP IN CUSTODY, BOMB SQD INSPECTING BOMB</DETAIL>
+				<AUDIO Length = "20" Path = "189/18922.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18922.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The man is in custody, and the bomb squad 
+					is attempting to diffuse the bomb.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. Man in custody, and bomb squad 
+						diffusing the bomb.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:09:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<TMT_RADIO>Queue update</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:11:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>PREPARING TO TRANSPORT VICTIMS, #1 LN OPN</DETAIL>
+				<AUDIO Length = "15" Path = "190/19007.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19007.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The victims are being prepared for 
+					transport.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Victims being prepared for 
+						transport.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:11:30</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #10">Hello, this is Jim Sanso at KTAK 
+											 radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #10">I just heard about a large 
+											 collision and spill on the 55.
+			</INSTRUCTOR>
+			<STUDENT>Correct location is on northbound 57.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #10">Give me the details on that.
+			</INSTRUCTOR>
+			<STUDENT>Gives details regarding incident.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:12:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should have requested sign truck(s)</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:13:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>9-26 1097 VICTIMS TRANSPORTED</DETAIL>
+				<UNIT UnitNum="9-26" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "15" Path = "190/19008.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19008.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-26.</LINE>				
+				<LINE Role="Dispatch">9-26 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia I'm 1097.  The victims have been transported.</LINE>				
+				<LINE Role="Dispatch">	Santa Lucia copies 9-26 10-97. Victims transported.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #11">Hello, this is Bill Rasmussen at KTRC radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #11">What details do you have on the collision on 57.
+			</INSTRUCTOR>
+			<STUDENT>Tanker vs. car, milk spill, 3 lanes blocked, 3 injured.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #11">Is there an alternate route 
+											established, that I could tell my listeners?
+			</INSTRUCTOR>
+			<STUDENT>Alternate route??</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:14:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>CODE A, BOMB DEFUSED, LNS BEING OPENED</DETAIL>
+				<AUDIO Length = "19" Path = "189/18923.mp3" />
+				
+				<PARAMICS LocationID="189_N_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_N_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+				
+				<PARAMICS LocationID="189_S_405_ML">
+					<Status>CLEARED</Status>
+				</PARAMICS>	
+				
+				<PARAMICS LocationID="189_S_405_HV">
+					<Status>CLEARED</Status>
+				</PARAMICS>		
+				
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18923.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. The bomb has been diffused. We're opening 
+					the lanes now.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. The bomb has been diffused and 
+						lanes are being opened.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should update TMT units</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:14:30</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #12">"Hello, this is Fred Masterson at KTRC radio."
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #12">"My CAD is down and I was wondering 
+											 if you had any new incidents?"
+			</INSTRUCTOR>
+			<STUDENT>Yes, tanker vs. car, spill.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #12">"What do you have on that?"
+			</INSTRUCTOR>
+			<STUDENT>Gives details.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:15:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>HOLE IN TANKER PLUGGED, FD WASHING DOWN RDWY</DETAIL>
+				<AUDIO Length = "20" Path = "190/19009.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19009.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The hole in the tanker has been plugged. 
+					Not too much spilled on the roadway here.  The fire department is going 
+					to wash it down.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Hole plugged. Fire department 
+						spraying down roadway.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:16:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>SB LNS OPN 28-11 28-07 1098</DETAIL>
+				<UNIT UnitNum="28-11" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="28-07" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "21" Path = "189/18924.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18924.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-07.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-07. Southbound lanes are open. 28-11 and I are 10-98.</LINE>				
+				<LINE Role="Dispatch">28-07 Santa Lucia 10-4. Southbound lanes open. 28-11, 28-07 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>		
+		
+		<CMS_EVALUATION cmsID="72" type="remove"> 
+			<LOCATION>SB 55 @ Warner</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="86" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="89" type="update"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:16:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #13">Hello, this is Chris Rasmuessan at KWIT radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #13">What's going on with the tanker 
+											spill on 5 north of Main St?
+			</INSTRUCTOR>
+			<STUDENT>(tanker plugged, injured transported, diluting milk with water, #1 lane only open.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:17:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<MASTER_INC_NUM>145086SLO007</MASTER_INC_NUM>
+			<P>4</P>
+			<ADDITIONAL_INFO>
+				<TYPE_CODE>1179 Accident - Ambulance Responding</TYPE_CODE>
+				<TYPE>1179</TYPE>
+			</ADDITIONAL_INFO>
+			<LOCATION>
+				<BEAT>17-14</BEAT>
+				<ADDRESS>SB73 JNO Baker St.</ADDRESS>
+				<LOC>SB73 JNO Baker St.</LOC>
+				<CITY>Templeton</CITY>
+				<AREA>17</AREA>
+				<FIRE>Templeton</FIRE>
+				<LAW>Templeton</LAW>
+				<EMS>Templeton</EMS>
+			</LOCATION>
+			<GENERAL>
+				<AGY>CHP</AGY>
+			</GENERAL>
+		
+			<HEADER_INFO>
+				<Type>1179</Type>
+				<Beat>17-14</Beat>
+				<TruncLoc>SB73 JNO Baker St.</TruncLoc>
+				<FullLoc>SB73 JNO Baker St.</FullLoc>
+			</HEADER_INFO>
+			
+			<LOCATION_INFO ID="191_S_73_ML">
+				<Route>73</Route>
+				<Direction>SB</Direction>
+				<Postmile>26.7</Postmile>
+				<Location_type>ML</Location_type>					
+			</LOCATION_INFO>
+			
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>911 CELLULAR CALL, RV FIRE SB-73 AT BEAR St, UNVERIFIED</DETAIL>
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<GENERAL_INFO> 
+			<TITLE>Incident Description</TITLE>
+			<TEXT> This is an RV fire on the shoulder southbound 73 just north of 
+		   Bear/Baker Street. There are two injured victims who were pulled from 
+		   the RV by passers-by. The #3 is closed to fight the fire. 
+		   The fire department, paramedics, an extra unit, sign truck/s, and 
+		   ambulance are sent to the scene.
+			</TEXT>
+		</GENERAL_INFO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:17:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>NB LNS OPN 28-13 28-19 1098</DETAIL>
+				<UNIT UnitNum="28-13" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="28-19" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "22" Path = "189/18925.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="18925.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-19.</LINE>
+				<LINE Role="Dispatch">28-19 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 28-19. Northbound lanes are open. 28-13 and I are 10-98.</LINE>				
+				<LINE Role="Dispatch">28-19 Santa Lucia copies northbound lanes open. 28-13, 28-19 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="88" type="update"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="update"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE> 
+				<CMS_LINE>N-405 AT JEFFREY RD</CMS_LINE>
+				<CMS_LINE>HEAVY TRAFFIC</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:18:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>28-24, 28-S4 1098 PD OPNNG OVRPASS</DETAIL>
+				<UNIT UnitNum="28-24" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="28-S4" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "24" Path = "189/18926.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="18926.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 28-S4.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 28-S4. 28-24 and I are 10-98. The police 
+					department is opening the overpass.</LINE>				
+				<LINE Role="Dispatch">28-S4 Santa Lucia 10-4. 28-S4, 28-24 10-98. Police 
+						department opening overpass.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:19:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>			
+				<DETAIL>17-14 ENRT FROM 405 AT EUCLID</DETAIL>
+				<UNIT UnitNum="17-14" Status="ENRT" Primary="true" Active="true"/>
+				<AUDIO Length = "24" Path = "191/19101.mp3" />
+				
+			</CAD_INCIDENT_EVENT>	
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19101.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-14 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia, RV fire southbound 73 just north of Baker Street. </LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-4. Enroute from 405 @ Euclid.</LINE>				
+				<LINE Role="Dispatch">10-4 Santa Lucia copies, 17-14 enroute from 405 @ Euclid.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+		<CAD_EVALUATION>
+			<EXPECTED_ACTION>Operator should be verifying incident 191 on the CAD</EXPECTED_ACTION>
+		</CAD_EVALUATION>
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>Attempt to verify incident on ATMS</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+		<MAINTENANCE_RADIO>No Maintenance needed on scene for this incident.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:20:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 ROT 1097</DETAIL>
+				<TOW Company="Martins" ConfNum="(949)555-2031" PubNum="(949)555-9067" Beat=""/>
+				<AUDIO Length = "16" Path = "190/19010.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19010.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The 11-85 rotation 10-97.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copies 11-85 rotation 10-97.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:21:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>BIG RIG 1185 1097, ONCE FD IS DONE, WILL START CLEANUP</DETAIL>
+				<TOW Company="Imperial" ConfNum="(949)555-1128" PubNum="(949)555-1520" Beat=""/>
+				<AUDIO Length = "22" Path = "190/19011.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+
+		<CHP_RADIO RadioFile="19011.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">	Santa Lucia 9-22 big rig 11-85 10-97. Once the 
+				  fire department is done, we will start clearing vehicles.</LINE>				
+				<LINE Role="Dispatch">	9-22 Santa Lucia 10-4. Big rig 11-85 10-97. Start 
+						cleanup when fire department done.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #1">Hello, this is Dakota Crew at KCOW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #1">Do you have an alternate route I 
+										    could tell my listeners about for collision on I-5?
+			</INSTRUCTOR>
+			<STUDENT>Should have one established.</STUDENT>
+		</TELEPHONE>		
+
+		<TMT_RADIO>
+			Sign trucks should be 1097.
+		</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:22:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #2">Hello, this is Monica Stevens at KCLY radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #2">Do you have any update info on the 
+											collision on 57.
+			</INSTRUCTOR>
+			<STUDENT>Clearing the milk, about to move vehicles, injured transported, etc.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:23:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #1">Hello, this is Cameron Stevens at KCLY Channel 11.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #1">Is the bomb squad done with their 
+										 search yet at the 405 and Jeffrey 
+										 interchange?
+			</INSTRUCTOR>
+			<STUDENT>Yes</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #1">When will the lanes be open?</INSTRUCTOR>
+			<STUDENT>They were already opened about 10 minutes ago.</STUDENT>
+		</TELEPHONE>
+
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+			<EXPECTED_ACTION>Should issue a Sig Alert</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+		<MAINTENANCE_RADIO>TMT The traffic is near normal. I'm (we're) 1098.</MAINTENANCE_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:23:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD DONE, OPENING #2, STARTING CLEANUP</DETAIL>
+				<AUDIO Length = "19" Path = "190/19012.mp3" />
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CHANGED</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>
+					<Lane_number>4</Lane_number>				
+				</PARAMICS>			
+			</CAD_INCIDENT_EVENT>		
+			
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19012.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. Fire department is done.
+					Opening the #2 lane and starting cleanup.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Fire department is done, opening 
+						#2 lane, and starting cleanup.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:24:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV ON FIRE ON RS, 2 1181S, PARAMEDICS 1097, REQ UNIT TO ASSIST</DETAIL>
+				<UNIT UnitNum="17-14" Status="1097" Primary="true" Active="true"/>
+				<AUDIO Length = "42" Path = "191/19102.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19102.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-97 RV fire southbound 73 just north of
+					Baker Street.  RV on the right hand shoulder. Citizens 
+					pulled 2 11-81's from vehicle, paramedics 10-97.</LINE>				
+				<LINE Role="Dispatch">Santa Lucia copies 17-14 10-97 RV fire southbound 73 
+						just north of Baker Street. RV on right hand shoulder. 2 
+						11-81's pulled from RV, paramedics 10-97.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 10-4. Send a unit to assist.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copies.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT S-73</CMS_LINE> 
+				<CMS_LINE>AT BAKER ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:25:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-16 ENRT FROM S-405 @ EUCLID TO ASSIST 17-14</DETAIL>
+				<UNIT UnitNum="17-16" Status="ENRT" Primary="false" Active="true"/>
+				<AUDIO Length = "20" Path = "191/19103.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		
+		<CHP_RADIO RadioFile="19103.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-16 Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-16 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia, 17-14 requesting assistance RV fire 
+						southbound 73 just north of Baker Street.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-1610-4. Enroute from S-405 @ Euclid.</LINE>
+			</DIALOG>
+		</CHP_RADIO>	
+		
+
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #2">Hello, this is Fred Roppel at KNOW TV channel 3.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #2">I just heard about a RV fire over the scanner.</INSTRUCTOR>
+			<STUDENT>Confirm RV fire.</STUDENT>								 
+			<INSTRUCTOR Role="TV Reporter #2">Where was that located, I'd like to 
+										 send a camera out there?</INSTRUCTOR>
+			<STUDENT>Southbound 73 just North of Baker Street.</STUDENT>												 
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:26:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD 1097, CLOSING RT LN, REQ TMT, TRAFFIC ADVISORY</DETAIL>
+				<AUDIO Length = "24" Path = "191/19104.mp3" />
+				
+				<PARAMICS LocationID="191_S_73_ML">
+					<Status>NEW</Status>
+					<Incident_type>LANE_BREAKDOWN</Incident_type>
+					<Lane_number>3</Lane_number>		
+				</PARAMICS>		
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19104.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14, fire department 10-97.   Closing the right lane 
+					for the fire engines. Request sign truck, traffic advisory.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copies fire departement 10-97. Closing 
+						the right lane. Request sign truck, traffic advisory.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+		<CMS_EVALUATION cmsID="86" type="new"> 
+			<LOCATION>TBD</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT S-73</CMS_LINE> 
+				<CMS_LINE>AT BAKER ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should issue traffic advisory</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+		<RADIO_EVALUATION>
+			<EXPECTED_ACTION>Operator should send TMT units</EXPECTED_ACTION>
+		</RADIO_EVALUATION>
+		
+		<TMT_RADIO>
+		Time of request by CHP officers in the field for sign trucks. Send sign 
+		trucks to scene when requested.
+		</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:27:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>#2 LN OPN, FULL CLNUP IN 20</DETAIL>
+				<AUDIO Length = "18" Path = "190/19013.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19013.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The #2 lane is open. Full cleanup in 20 minutes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied #2 open, full cleanup in 20.</LINE>
+			</DIALOG>
+		</CHP_RADIO>			
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT N-5</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+				<CMS_LINE>RT LANE BLKD</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>				 
+		
+		<TMT_RADIO>Queue update. Possibly reposition.</TMT_RADIO>	
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:28:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #3">Hello, this is Terry Webb at KTSV radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #3">I heard that there was an RV fire on 
+										  southbound 73.
+			</INSTRUCTOR>
+			<STUDENT>Confirm RV fire</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #3">What details do you have on it, are 
+										  any lanes blocked?
+			</INSTRUCTOR>
+			<STUDENT>RV fire on shoulder, two injured pulled from vehicle, 
+						 fire on shoulder, no lanes blocked.
+			</STUDENT>
+		</TELEPHONE>	
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:28:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #4">Hello, this is Art Philco at KTTQ news.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #4">Our computers are down, what 
+										  incidents do you have going on?
+			</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incidents.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #4">Give me all the details on those.</INSTRUCTOR>
+			<STUDENT>Notify reporter of current incident details.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:29:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-14 1097</DETAIL>
+				<UNIT UnitNum="17-16" Status="1097" Primary="false" Active="true"/>
+				<AUDIO Length = "24" Path = "191/19105.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19105.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-16</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-16 10-97 RV fire southbound 73 just north of
+					Baker Street.</LINE>
+				<LINE Role="Dispatch">10-4 Santa Lucia copied 17-16, 10-97 RV fire 
+						southbound 73 just north of Baker Street.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should note incident.</EXPECTED_ACTION>
+		</ATMS_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:32:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH READY TO BE TOWED, TRCK AND TNKR BEING UPRIGHTED</DETAIL>
+				<AUDIO Length = "19" Path = "190/19014.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+
+		<CHP_RADIO RadioFile="19014.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The car is ready to be towed. The truck 
+					and tanker are being uprighted.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Car ready for tow, truck and 
+						tanker being uprighted.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:33:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VICTIMS TRANSPORTED, PASSERS BY RESCUED VICTIMS</DETAIL>
+				<AUDIO Length = "24" Path = "191/19106.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19106.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The two victims transported. Passers-by 
+					saw the RV on fire and assisted in pulling the two victims 
+					out of the vehicle before it was completely engulfed.</LINE>
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. Victims transported. Passers-by 
+						pulled victims out of RV.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:34:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #4">Hello, this is Alex Harmon at KJOK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #4">Have any of the lanes been open on 5 
+										 north of Main St.</INSTRUCTOR>
+			<STUDENT>#2 lane open.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #4">When is there a full opening?</INSTRUCTOR>
+			<STUDENT>Around 15 to 20 minutes.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:34:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #5">Hello, this is Tim Rogers at KLNW radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #5">How long is it going to take to clear 
+										  up the RV fire on southbound 73?
+			</INSTRUCTOR>
+			<STUDENT>No estimated time as of yet.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:35:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FIRE IS OUT, FD INVESTIGATING CAUSE OF FIRE</DETAIL>
+				<AUDIO Length = "19" Path = "191/19107.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19107.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The fire is out, and the fire department 
+					is investigating the cause of the fire.</LINE>
+				<LINE Role="Dispatch">	17-14 Santa Lucia copied, fire out and fire department 
+						investigating cause of fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:37:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>VEH TOWED, TNKR UPRGHT, FULL OPENING IN 10</DETAIL>
+				<AUDIO Length = "20" Path = "190/19015.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19015.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The car has been towed. The tanker truck 
+					is upright. Full opening in 10 minutes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied car towed. Tanker truck upright. 
+						Full opening in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:38:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #6">Hello, this is John Sinclair at KNIN radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #6">Is there an estimated time for lane 
+										 opening for the collision on I-5?
+			</INSTRUCTOR>
+			<STUDENT>10 minutes.</STUDENT>
+		</TELEPHONE>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:39:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>REQ FLAT BED 1185, FD 98 IN 15</DETAIL>
+				<AUDIO Length = "22" Path = "191/19108.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19108.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 request flat bed 11-85 for the RV. Fire 
+					department done within 15 minutes.</LINE>
+				<LINE Role="Dispatch">	17-14 Santa Lucia 10-4. Request flat bed 11-85, fire 
+						 department 98 in 15.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+	
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:40:00</TIME_INDEX>
+		<INCIDENT LogNum="189">Suicide Attempt/Bomb Threat</INCIDENT>
+		
+		<CMS_EVALUATION cmsID="86" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="89" type="remove"> 
+			<LOCATION>SB 405 @ Von Karmen</LOCATION>
+		</CMS_EVALUATION>
+		
+		<CMS_EVALUATION cmsID="88" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>		
+		
+		<CMS_EVALUATION cmsID="95" type="remove"> 
+			<LOCATION>NB 5 @ El Toro</LOCATION>
+		</CMS_EVALUATION>			
+
+	</SCRIPT_EVENT>
+	
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:41:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1039 1185 ENRT, ETA 10</DETAIL>
+				<AUDIO Length = "18" Path = "191/19109.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19109.mp3">
+			<DIALOG>
+				<LINE Role="Dispatch">17-14 Santa Lucia information.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 go ahead.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia. 11-85 enroute, ETA 10.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 copied 1 1-85 enroute with ETA of 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #7">Hello, this is Kim Williamson at KRST radio.
+			</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #7">I was just told about a RV fire on 
+										  73 , what details do you have on that?
+			</INSTRUCTOR>
+			<STUDENT>Gives incident details.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:42:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TANKER READY FOR TOW, FINISHING CLEANUP</DETAIL>
+				<AUDIO Length = "18" Path = "190/19016.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19016.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The tanker truck is ready to be towed. 
+					Finishing cleanup.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Tanker truck ready to be towed, 
+						finishing cleanup.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:43:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:46:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>TANKER TOWED, RDWY CLR, OPENING LANES</DETAIL>
+				<AUDIO Length = "20" Path = "190/19017.mp3" />
+				
+				<PARAMICS LocationID="190_N_5_ML">
+					<Status>CLEARED</Status>				
+				</PARAMICS>				
+			</CAD_INCIDENT_EVENT>					
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19017.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The tanker truck has been towed, roadway 
+					is clear. We're opening all lanes.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia 10-4. Tanker truck towed, roadway 
+						clear. Opening lanes.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="93" type="update"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE>
+				<CMS_LINE>AT MAIN ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>					
+		<CMS_EVALUATION cmsID="94" type="update"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+			<SAMPLE_MESSAGE>
+				<CMS_LINE>ACCIDENT CLEARED</CMS_LINE>
+				<CMS_LINE>N-5 AT MAIN ST</CMS_LINE>
+			</SAMPLE_MESSAGE>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:46:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #8">Hello, this is Tom Webb at KSON radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #8">Do you have any incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notifies reporter of current incidents.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:48:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>1185 1097, INVESTIGATION NEARLY COMPLETE</DETAIL>
+				<TOW Company="Martins" ConfNum="(949)555-2031" PubNum="(949)555-9067" Beat=""/>
+				<AUDIO Length = "21" Path = "191/19111.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19111.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14 11-85 10-97. Fire department is nearly 
+					completed with their investigation.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. 11-85 10-97, investigation 
+						nearly completed.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:49:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>LNS OPN, 9-22, 9-23, 9-26 10-98</DETAIL>
+				<UNIT UnitNum="9-22" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="9-23" Status="1098" Primary="false" Active="false"/>
+				<UNIT UnitNum="9-26" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "21" Path = "190/19018.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		
+		<CHP_RADIO RadioFile="19018.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 9-22.</LINE>				
+				<LINE Role="Dispatch">9-22 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 9-22. The lanes are open, all units 10-98.</LINE>				
+				<LINE Role="Dispatch">9-22 Santa Lucia copied lanes open, 9-22, 9-23, 9-26 10-98.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:51:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>FD INVESTIGATION COMPLETE, SPRAYING RS, FIRE CAUSED BY KITCHEN FIRE</DETAIL>
+				<AUDIO Length = "20" Path = "191/19112.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19112.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. The fire department investigation 
+					complete.  Fire caused by a kitchen fire.</LINE>
+				<LINE Role="Dispatch">17-14 Santa Lucia copied fire department is 98.
+				  Fire caused by kitchen fire.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Radio Reporter #9">Hello, this is Jordan Bradley at KTCR radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="Radio Reporter #9">What is the traffic like on 73 around the RV fire?</INSTRUCTOR>
+			<STUDENT>Notifies reporter with current queue from ATMS.  One lane is closed.</STUDENT>
+			<INSTRUCTOR Role="Radio Reporter #9">When will the incident be cleared?</INSTRUCTOR>
+			<STUDENT>Inknown, a good answer around 15 minutes.</STUDENT>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:53:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>		
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:53:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>
+		
+		<ATMS_EVALUATION>
+			<EXPECTED_ACTION>HAR should have been cleared</EXPECTED_ACTION>
+		</ATMS_EVALUATION>		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:54:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>	
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV READY FOR 1185, LN OPN IN 10</DETAIL>
+				<AUDIO Length = "21" Path = "191/19113.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>	
+		<CHP_RADIO RadioFile="19113.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 go ahead to Santa Lucia.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. RV ready for 11-85. The lane will be open in 10.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia 10-4. RV ready for 11-85, lane open in 10.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="Public">Hello, is Helen there?</INSTRUCTOR>
+			<STUDENT>Wrong number.</STUDENT>
+			<INSTRUCTOR Role="Public">Sorry. </INSTRUCTOR>
+		</TELEPHONE>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:55:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>		
+		
+		<TMT_RADIO>Queue update 10-98</TMT_RADIO>
+
+	</SCRIPT_EVENT>
+
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:58:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>RV TOWED, LANES OPEN IN 5</DETAIL>
+				<AUDIO Length = "17" Path = "191/19114.mp3" />
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19114.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-14.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia go ahead.</LINE>				
+				<LINE Role="Field">Santa Lucia 17-14. RV towed, lane open in 5.</LINE>				
+				<LINE Role="Dispatch">17-14 Santa Lucia copied, RV towed, lane open in 5.</LINE>
+			</DIALOG>
+		</CHP_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>02:59:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+
+		
+		<TELEPHONE>
+			<INSTRUCTOR Role="TV Reporter #10">Hello, this is Jim Sanso at KTAK radio.</INSTRUCTOR>
+			<INSTRUCTOR Role="TV Reporter #10">Has the RV been cleaned up yet at the fire on 73?</INSTRUCTOR>
+			<STUDENT>The RV was just towed, the lane will be open in 5 minutes.</STUDENT>
+			<INSTRUCTOR Role="TV Reporter #10">Do you have any other incidents going on right now?</INSTRUCTOR>
+			<STUDENT>Notifies reporter of current incidents.</STUDENT>
+		</TELEPHONE>
+		
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:00:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>		
+		
+		<TMT_RADIO>Queue update</TMT_RADIO>
+	</SCRIPT_EVENT>
+
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:01:00</TIME_INDEX>
+		<INCIDENT LogNum="191">RV Fire</INCIDENT>
+		
+		<CAD_DATA>
+			<CAD_INCIDENT_EVENT>
+				<DETAIL>17-14, 17-16 1098. LN OPN</DETAIL>
+				<UNIT UnitNum="17-14" Status="1098" Primary="true" Active="false"/>
+				<UNIT UnitNum="17-16" Status="1098" Primary="false" Active="false"/>
+				<AUDIO Length = "19" Path = "191/19115.mp3" />
+				
+				<PARAMICS LocationID="191_S_73_ML">
+					<Status>CLEARED</Status>			
+				</PARAMICS>					
+			</CAD_INCIDENT_EVENT>		
+		</CAD_DATA>		
+		
+		<CHP_RADIO RadioFile="19115.mp3">
+			<DIALOG>
+				<LINE Role="Field">Santa Lucia 17-16.</LINE>
+				<LINE Role="Dispatch">17-16 go ahead to Santa Lucia.</LINE>
+				<LINE Role="Field">Santa Lucia 17-16. #1 Lane is open. All units are 10-98.</LINE>				
+				<LINE Role="Dispatch">17-16 Santa Lucia 10-4. #1 lane open.  
+						17-14, 17-16 are 1098.</LINE>	
+			</DIALOG>			
+		</CHP_RADIO>
+		
+		<CMS_EVALUATION cmsID="86" type="remove"> 
+			<LOCATION>TBD</LOCATION>
+		</CMS_EVALUATION>			
+		<ACTIVITY_LOG_EVALUATION>
+			<EXPECTED_ACTION>Should fax and page information</EXPECTED_ACTION>
+		</ACTIVITY_LOG_EVALUATION>
+
+	</SCRIPT_EVENT>
+	
+	<SCRIPT_EVENT>
+		<TIME_INDEX>03:00:00</TIME_INDEX>
+		<INCIDENT LogNum="190">Tanker Truck vs. Car/Spill</INCIDENT>		
+		
+		<CMS_EVALUATION cmsID="93" type="remove"> 
+			<LOCATION>NB 5 S/O Redhill</LOCATION>
+		</CMS_EVALUATION>				
+		
+		<CMS_EVALUATION cmsID="94" type="remove"> 
+			<LOCATION>NB 55 @ Dyer</LOCATION>
+		</CMS_EVALUATION>		
+		
+	</SCRIPT_EVENT>
+	
+</TMC_SCRIPT>
+
Index: trunk/webapps/einotebook/.project
===================================================================
--- trunk/webapps/einotebook/.project	(revision 359)
+++ trunk/webapps/einotebook/.project	(revision 359)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>notebook</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+	</natures>
+</projectDescription>
Index: trunk/webapps/einotebook/nbproject/project.xml
===================================================================
--- trunk/webapps/einotebook/nbproject/project.xml	(revision 359)
+++ trunk/webapps/einotebook/nbproject/project.xml	(revision 359)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.web.clientproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/clientside-project/1">
+            <name>uinotebook</name>
+        </data>
+    </configuration>
+</project>
Index: trunk/webapps/einotebook/nbproject/private/private.properties
===================================================================
--- trunk/webapps/einotebook/nbproject/private/private.properties	(revision 359)
+++ trunk/webapps/einotebook/nbproject/private/private.properties	(revision 359)
@@ -0,0 +1,1 @@
+browser=Chrome.INTEGRATED
Index: trunk/webapps/einotebook/nbproject/private/private.xml
===================================================================
--- trunk/webapps/einotebook/nbproject/private/private.xml	(revision 359)
+++ trunk/webapps/einotebook/nbproject/private/private.xml	(revision 359)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
+</project-private>
Index: trunk/webapps/einotebook/nbproject/project.properties
===================================================================
--- trunk/webapps/einotebook/nbproject/project.properties	(revision 359)
+++ trunk/webapps/einotebook/nbproject/project.properties	(revision 359)
@@ -0,0 +1,3 @@
+file.reference.TMCdocuments-uinotebook=.
+files.encoding=UTF-8
+site.root.folder=${file.reference.TMCdocuments-uinotebook}
Index: trunk/webapps/einotebook/scripts/Evaluations.js
===================================================================
--- trunk/webapps/einotebook/scripts/Evaluations.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Evaluations.js	(revision 359)
@@ -0,0 +1,129 @@
+/**
+ * Represents a collection of evaluations that belong to a single event.
+ * @param evaluations {Array of Evaluation} The list of Evaluation to be grouped together.
+ */
+function Evaluations(evaluations)
+{
+	//========== private static members ==========//
+	Evaluations.id = (typeof Evaluations.id == 'undefined') ? 0 : ++Evaluations.id;
+	
+	//========== public constants ==========//
+	this.evaluations = evaluations;
+	this.id = Evaluations.id;
+	this.expandOptionID = "evalutionsExpandOption" + this.id;
+	this.evaluationsID = "evaluations" + this.id;
+	
+	//========== public read-only members ==========//
+	this.expanded = true;
+
+	//========== public methods ==========//
+	this.html = html;
+	this.expandAction = expandAction;
+	
+	//========== private methods ==========//
+	this.expandOption = expandOption;
+	this.expandOptionSymbol = expandOptionSymbol;
+	this.refresh = refresh;
+	this.evaluationsHTML = evaluationsHTML;
+	
+	//========== function definitions ==========//
+	/**
+	 * @return The html for the "+" or "-" button that expands or collapses these
+	 *         evaluations when clicked.
+	 */
+	function expandOption() 
+	{ 
+		return "<button class='evaluationsExpandButton' id='" + 
+				this.expandOptionID + "' onclick='events.getEvaluations(" 
+				+ this.id + ").expandAction();'>" + 
+				this.expandOptionSymbol() + "</button>";
+	}
+	
+	/**
+	 * @return The "-" or "-" symbol for the expand/collapse button.
+	 */
+	function expandOptionSymbol() 
+	{ 
+		return this.expanded == true ? "&ndash;" : "+"; 
+	}
+	
+	/**
+	 * Updates the expand/collapse symbol and whether the evaluations are visible.
+	 */
+	function refresh() 
+	{
+		// IF the expandOption element exists THEN
+		if (events.doc.getElementById(this.expandOptionID))
+		{
+			events.doc.getElementById(this.expandOptionID).innerHTML = 
+				this.expandOptionSymbol();
+		}
+		
+		// IF the evaluations element exists THEN
+		if (events.doc.getElementById(this.evaluationsID))
+		{
+			events.doc.getElementById(this.evaluationsID).innerHTML = 
+			this.expanded ? this.evaluationsHTML() : "";
+		}
+	}
+	
+	/**
+	 * @return The html for the evaluations.
+	 */
+	function evaluationsHTML()
+	{
+		var html = "<table class='evaluationsInner'>";
+		
+		// FOR each evaluation
+		for (var i = 0; i < this.evaluations.length; i++)
+		{
+			// add evaluation html
+			html += "<tr>" +
+					"<td>" + this.evaluations[i].html() + "</td>" +
+					"</tr>";
+		}
+		
+		html += "</table>";
+		
+		return html;
+	}
+
+	/**
+	 * Expands the evaluations if they are collapsed.
+	 * Collapses the evaluations if they are expanded.
+	 */
+	function expandAction() 
+	{ 
+		this.expanded = !this.expanded; this.refresh(); 
+	}
+	
+	/**
+	 * @return The html representation of these evaluations.
+	 */
+	function html()
+	{
+		var text = "";
+		
+		// IF there are any evaluations THEN
+		if (this.evaluations.length > 0)
+		{
+			text = "<table class='evaluationsOuter'>";
+/* In 2019 we no longer care to expand "Properties" or "Evaluations" */
+/*			
+			text += "<tr>" +
+					"<td class='evaluationsExpandOption'>" + this.expandOption() + 
+					" Evaluations</td>" +
+					"</tr>";
+*/			
+				text += "<tr>" +
+						"<td class='evaluations' id='" + this.evaluationsID + "'>" + 
+						(this.expanded ? this.evaluationsHTML() : "") + "</td>" +
+						"</tr>";
+			
+			text +="</table>";
+		}
+		
+		return text;
+	}
+	
+}
Index: trunk/webapps/einotebook/scripts/PopulateIncidents.js
===================================================================
--- trunk/webapps/einotebook/scripts/PopulateIncidents.js	(revision 363)
+++ trunk/webapps/einotebook/scripts/PopulateIncidents.js	(revision 363)
@@ -0,0 +1,8 @@
+//========== ADD INCIDENT DATA ==========//
+incidents.add(new Incident(new Time(0, 0, 0), 187, "Stalled DOT/Traffic Collision", "This is a stalled DOT truck on SB 55 overpass at 405. The truck is hit by a vehicle, the vehicle is vaulted over the railing, and a 6 vehicle collision occurs below in the NB 405 lanes. The #2 and 3 lanes are blocked on SB 55 and the #1, 2, and 3 lanes are blocked on NB 405. The driver of the truck is uninjured, although there are 4 fatals, 2 major injured, and 4 minor injured in the collision below. MAIT is called to the scene to investigate the collision and a Sig Alert is declared."));
+incidents.add(new Incident(new Time(0, 8, 0), 188, "Tomato Truck Spill/Fire", "This is a two vehicle collision between a tomato truck and a car. The truck spills tomatoes across lanes #3,4,5 right lanes plus shoulder of NB 5 just north of Lake Forest Drive. There is one 11-44 and 2 major injured. Ambulance, fire, paramedics, additional units, Maintenance/coroner, and TMT are requested on this incident"));
+incidents.add(new Incident(new Time(1, 23, 0), 189, "Suicide Attempt/Bomb Threat", "This is a suicide attempt and a bomb threat. A man with a bomb strapped to him is threatening to blow up the interchange at I-405 and Jeffrey Road. The freeway interchange is shut down completely, causing major backup in both directions on I-405. The man is eventually apprehended after attempting to explode the bomb. The PD, additional units, sign trucks, negotiator, and the bomb squad are sent to the scene to assist."));
+incidents.add(new Incident(new Time(1, 51, 0), 190, "Tanker Truck vs. Car/Spill", "Incident Description - This is a collision involving a tanker truck and a car that block the #3 and 4 lanes on NB I-5 just north of Main Street. There are 2 minor injured and 1 major injured. Liquid is leaking out of the tanker truck which is identified as milk. The leak is plugged and the fire department sprays the milk down the drain. The fire department, ambulance, additional units, TMT, a big rig tow, and a rotational tow are sent to the scene."));
+incidents.add(new Incident(new Time(2, 17, 0), 191, "RV Fire", "This is an RV fire on the shoulder southbound 73 just north of Bear/Baker Street. There are two injured victims who were pulled from the RV by passers-by. The #3 is closed to fight the fire. The fire department, paramedics, an extra unit, sign truck/s, and ambulance are sent to the scene."));
+// Practice Incident
+incidents.add(new Incident(new Time(0,0,0), 181, "Overturned Hay Truck", "This is a three-vehicle collision involving a hay truck and two cars blocking the #1, 2, and 3 lanes on NB 405 just south of MacArthur Boulevard. The truck spills hay over the #2 and 3 lanes. There is one 11-44 and two minor injured. Ambulance, fire, paramedics, additional units, Maintenance, and coroner are requested on this incident."));
Index: trunk/webapps/einotebook/scripts/Properties.js
===================================================================
--- trunk/webapps/einotebook/scripts/Properties.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Properties.js	(revision 359)
@@ -0,0 +1,127 @@
+/**
+ * Represents a collection of properties that belong to a single event.
+ * @param properties {Array of Property} The list of Property to be grouped together.
+ */
+function Properties(properties)
+{
+	//========== private static members ==========//
+	Properties.id = (typeof Properties.id == 'undefined') ? 0 : ++Properties.id;
+	
+	//=========== public constants ==========//
+	this.properties = properties;
+	this.id = Properties.id;
+	this.expandOptionID = "propertiesExpandOption" + this.id;
+	this.propertiesID = "properties" + this.id;
+	
+	//========== public read-only members ==========//
+	this.expanded = true;
+
+	//========== public methods ==========//
+	this.html = html;
+	this.expandAction = expandAction;
+	
+	//========== private methods ==========//
+	this.expandOption = expandOption;
+	this.expandOptionSymbol = expandOptionSymbol;
+	this.refresh = refresh;
+	this.propertiesHTML = propertiesHTML;
+	
+	//========== method definitions ==========//
+	
+	/**
+	 * @return The html for the "+" or "-" button that expands/collapses the properties.
+	 */
+	function expandOption() 
+	{ 
+        return "&nbsp;"
+/*  In 2019 we don't think we want expand option any longer
+		return "<button class='propertiesExpandButton' id='" + 
+				this.expandOptionID + "' onclick='events.getProperties(" 
+				+ this.id + ").expandAction();'>" + this.expandOptionSymbol() +
+				"</button>";
+*/
+	}
+	
+	/**
+	 * If the list of properties are expanded, then collapses the list of properties.
+	 * If the list of properties are collapsed, then expands the list of properties.
+	 */
+	function expandAction() 
+	{ 
+		this.expanded = !this.expanded; this.refresh(); 
+	}
+	
+	/**
+	 * @return Returns the "+" or "-" symbol for the expand/collapse button.
+	 */
+	function expandOptionSymbol() 
+	{ 
+		return this.expanded == true ? "&ndash;" : "+"; 
+	}
+	
+	/**
+	 * Displays the correct symbol for the expand/collapse button.
+	 * Displays or hides the list of properties depending on the expand/collapse state.
+	 */
+	function refresh() 
+	{
+		// IF the expandOption element exists THEN
+		if (events.doc.getElementById(this.expandOptionID))
+		{
+			events.doc.getElementById(this.expandOptionID).innerHTML = this.expandOptionSymbol();
+		}
+		
+		// IF the properties element exists THEN
+		if (events.doc.getElementById(this.propertiesID))
+		{
+			events.doc.getElementById(this.propertiesID).innerHTML = this.expanded ? this.propertiesHTML() : "";
+		}
+	}
+	
+	/**
+	 * @return The html for the list of properties.
+	 */
+	function propertiesHTML()
+	{
+		var html = "<table>";
+		
+		for (var i = 0; i < this.properties.length; i++)
+		{
+			html += "<tr>" +
+					"<td>" + this.properties[i].html() + "</td>" +
+					"</tr>";
+		}
+		
+		html += "</table>";
+		
+		return html;
+	};
+	
+	/**
+	 * @return The html representation of this class.
+	 */
+	function html()
+	{
+		var text = "";
+		
+		if (this.properties.length > 0)
+		{
+			text = "<table>";
+/* In 2019 we no longer care to expand "Properties" or "Evaluations" */
+/*			text += "<tr>" +
+					"<td class='propertiesExpandOption'>" + this.expandOption() + 
+					" Properties</td>" +
+					"</tr>";
+*/
+				text += "<tr>" +
+						"<td class='properties' id='" + this.propertiesID + "'>" + 
+					    (this.expanded ? this.propertiesHTML() : "") + "</td>" +
+						"</tr>";
+			
+			text +="</table>";
+		}
+		
+		return text;
+	}
+	
+}
Index: trunk/webapps/einotebook/scripts/cookies.js
===================================================================
--- trunk/webapps/einotebook/scripts/cookies.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/cookies.js	(revision 359)
@@ -0,0 +1,72 @@
+/**
+ * Creates a new cookie if the given cookie name does not exist.
+ * Sets a the cookie with the given name if it already exists.
+ * The cookie that is created or set expires at the end of the session.
+ * @param name {String} The name of the cookie.
+ * @param value {Any} The value of the cookie.
+ */
+function setCookie(name, value)
+{
+	createCookie(name, value);
+}
+
+/**
+ * Creates a new cookie if the given cookie name does not exist.
+ * Sets a the cookie with the given name if it already exists.
+ * If days is not given, the cookie expires when the session ends.
+ * @param name {String} The name of the cookie.
+ * @param value {Any} The value of the cookie.
+ * @param days {Integer} (Optional) The number of days before the cookie expires.
+ */
+function createCookie(name, value, days) 
+{
+	if (days) 
+	{
+		var date = new Date();
+		date.setTime(date.getTime()+(days*24*60*60*1000));
+		var expires = "; expires="+date.toGMTString();
+	}
+	else 
+	{
+		var expires = "";
+	}
+	
+	document.cookie = name+"="+value+expires+"; path=/";
+	
+
+}
+
+/**
+ * Reads the value of the cookie with the given name.
+ * @param name The name of the cookie to be read.
+ * @return The value of the cookie with the given name.
+ */
+function readCookie(name) 
+{
+	var nameEQ = name + "=";
+	var ca = document.cookie.split(';');
+	
+	for(var i = 0; i < ca.length; i++) 
+	{
+		var c = ca[i];
+		while (c.charAt(0) == ' ')
+		{
+			c = c.substring(1,c.length);
+		}
+		if (c.indexOf(nameEQ) == 0)
+		{
+			return c.substring(nameEQ.length,c.length);	
+		}
+	}
+	
+	return null;
+}
+
+/**
+ * Deletes the cookie with the given name.
+ * @param name The name of the cookie to delete.
+ */
+function eraseCookie(name) 
+{
+	createCookie(name, "", -1);
+}
Index: trunk/webapps/einotebook/scripts/Incident.js
===================================================================
--- trunk/webapps/einotebook/scripts/Incident.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Incident.js	(revision 359)
@@ -0,0 +1,103 @@
+/**
+ * Represents an incident. (Does not contain events. Event links itself to Incident.)
+ * @param time {Time}
+ * @param numbers {Number} 
+ * @param title {String}
+ * @param summary {String}
+ */
+function Incident(time, number, title, summary)
+{	
+	//========== public read-only members ==========//
+	this.time = time;
+	this.number = number;
+	this.title = title;
+	this.summary = summary;
+	this.expanded = true;
+	
+	//========== public methods ==========//
+	this.html = html;
+	this.expandAction = expandAction;
+	
+	//========== private methods ==========//
+	this.formatHeader = formatHeader;
+	this.expandOption = expandOption;
+	this.expandOptionSymbol = expandOptionSymbol;
+	
+	/**
+	 * @return The html representation of this incident;
+	 */
+	function html()
+	{
+		return "<table class='incident'>" +
+			   "<tr>" +
+			   "<td class='incidentHeader'>" + this.formatHeader() + "</td>" +
+			   "</tr>" +
+			   "<tr>" + 
+			   "<td class='incidentSummary' id='summary" + this.number + "'>" + 
+			     (this.expanded ? this.summary : "") + "</td>" +
+			   "</tr>" + 
+			   "</table>";
+	}
+	
+
+	/**
+	 * @return The html of the rectangle that contains the expand/collapse symbol, time, 
+	 *         incident number
+	 *         and incident title.
+	 */
+	function formatHeader()
+	{
+		return "<table class='incidentHeader'>" +
+				"<tr class='incidentHeader'>" +
+				"<td class='incidentExpandOption'>" + this.expandOption() + "</td>" +
+				"<td class='incidentTime'>Time: " + this.time.format() + "</td>" +
+				"<td class='incidentNumber'>" + this.number + "</td>" +
+				"<td class='incidentTitle'>" + this.title + "</td>" + 
+				"</tr>" +
+				"</table>";
+	}
+	
+	/**
+	 * @return The html that for the + or - symbol that expands or collapses the incident.
+	 */
+	function expandOption()
+	{
+		return "<button class='incidentExpandButton' " +
+				"id='expandOption" + this.number + "' onclick='incidents.get(" + 
+				this.number + ").expandAction()'>" + this.expandOptionSymbol() + 
+				"</button>";
+	}
+	
+	/**
+	 * Returns the symbol for the expand option.
+	 * @return Either "+" or "-" depending on whether this incidents is collapsed or 
+	 *         expanded.
+	 */
+	function expandOptionSymbol()
+	{
+		return this.expanded == true ? "&ndash;" : "+";
+	}
+	
+	/**
+	 * Performs the action of clicking on the + or - symbol that expands or collapses 
+	 * the incident.
+	 */
+	function expandAction()
+	{
+		if (this.expanded)
+		{
+			incidents.doc.getElementById("summary" + this.number).innerHTML = "";
+			incidents.doc.getElementById("expandOption" + this.number).innerHTML = "+";
+		}
+		else
+		{
+			incidents.doc.getElementById("summary" + this.number).innerHTML = 
+				this.summary;
+			incidents.doc.getElementById("expandOption" + this.number).innerHTML = 
+				"&ndash;";
+		}
+		
+		this.expanded = !this.expanded;
+		
+	}
+}
Index: trunk/webapps/einotebook/scripts/PopulateEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/PopulateEvents.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/PopulateEvents.js	(revision 359)
@@ -0,0 +1,410 @@
+//========== populate events OBSOLETE, replaced by LoadEvents ==========/
+events.add(
+		new Event(
+				new Time(0, 0, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("Telephone Conversation:", new Array("Student Action:", "Places a call to CHP Dispatch to notify of stalled DOT vehicle.")),
+								new Property("Maintenance Radio:", new Array("Dispatch, this is xxx. I'm on south 55 at the 405. My truck is out of service here, stuck in the lane. I need CHP assistance ASAP!"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 1, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP CAD:", new Array("Detail:", "STALLED DOT SB SR-55 AT I-405"))
+				
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 2, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "14-14 Santa Lucia", "Field:", "Santa Lucia 14-14 go ahead", "Dispatch:", "14-14 Santa Lucia 11-25 stalled DOT truck southbound 55 overpass at 405.", "Field:", "Santa Lucia 14-14 10-4. Enroute from 55 at Dyer Rd.", "Dispatch:", "14-14 Santa Lucia copies enroute from 55 at Dyer Rd."))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("ATMS", new Array("Expected Action", "Operator viewing cameras in incident area.")),
+								new Evaluation("CAD", new Array("Expected Action", "Operator should be verifying incident 187 on CAD"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 3, 0),
+				incidents.get(187),
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "14-14 Santa Lucia", "Field:", "Santa Lucia 14-14 go ahead", "Dispatch:", "14-14 Santa Lucia. Cellular 911 caller reports stalled vehicle on the 55/405 overpass was hit and a vehicle was pushed over the side. Can you verify?", "Field:", "Santa Lucia, negative, I'm one minute away.", "Dispatch:", "14-14 Santa Lucia 10-4. One minute away.")),
+								new Property("CHP CAD", new Array("Detail:", "CELLULAR 911 RPT DOT HT, 2ND VEH OVER THE SIDE, UNVERIFIED"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 3, 30),
+				incidents.get(187),
+				new Properties(
+						new Array(
+								new Property("CHP CAD", new Array("Detail:", "DUPLICATE CALL"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 4, 30),
+				incidents.get(187),
+				new Properties(
+						new Array(
+								new Property("CHP CAD", new Array("Detail:", "DUPLICATE CALL"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 5, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-14", "Dispatch:", "14-14 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-14 10-97 11-83 11-25. It appears the DOT truck was hit by a vehicle and over the side landed in the northbound 405 lanes below. A major collision occurred below. Request 11-41 Code 2 and a couple units to assist.", "Dispatch:", "14-14 Santa Lucia 10-4 10-97 11-83 11-25. DOT truck was hit by vehicle and the vehicle over the side landed in the northbound 405 lanes below. A large collision occurred below. Request 11-41 Code 2 and a couple units to assist.")),
+								new Property("CHP CAD:", new Array("Detail:", "DOT HIT BY VEH, VEH OVER SIDE.", "Detail:", "2ND VEH LANDED NB 405 BELOW, LG COLLISION OCCUR. REQ 2 1141 CODE 2 UNITS ASSIST"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("CMS", new Array("Target CMS:", "72 - SB 55 @ WARNER AVE", "Sample Message:", "ACCIDENT AHEAD / AT 405 OVERPASS")),
+								new Evaluation("Facilitator", new Array("Expected Action:", "Should be responding to incident 187", "Expected Action", "Should be monitoring ATMS operator"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 5, 30),
+				incidents.get(187),
+				new Properties(
+						new Array(
+								new Property("CHP CAD", new Array("Detail:", "DUPLICATE CALL"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 6, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "14-17, 14-9 Santa Lucia", "Field_1", "Santa Lucia 14-17 go ahead.", "Field_2", "Santa Lucia 14-9 go ahead.", "Dispatch:", "14-17, 14-9 assist 14-14 11-83 11-25 northbound 405 at the 55 interchange.", "Field_1", "Santa Lucia 14-17 copies. Enroute from 405 just south of Macarthur Boulevard.", "Field_2", "14-9 10-4, enroute from 55 at Edinger Avenue.", "Dispatch:", "Santa Lucia copies 14-17 enroute from 405 just south of Macarthur and 14-9 enroute from 55 at Edinger.")),
+								new Property("CHP CAD:", new Array("Detail:", "14-17 14-9 ENRT ASSIST 1183 1125"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 6, 30),
+				incidents.get(187),
+				new Properties(
+						new Array(
+								new Property("CHP CAD", new Array("Detail:", "DUPLICATE CALL"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 7, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-14", "Dispatch:", "14-14 Santa Lucia go ahead.", "Field:", "Santa Lucia, the driver of the DOT truck is uninjured but the #2 and #3 lanes are now blocked on southbound 55. I'm moving down to the 405 lanes to assess the damage.", "Dispatch:", "14-14 Santa-Lucia 10-4. Driver of the DOT truck is uninjured. The #2 and #3 lanes are now blocked on southbound 55. Moving down to the 405 lanes to assess the damage.")),
+								new Property("CHP CAD:", new Array("Detail:", "DOT DRIVER UNINJURED, #2,3 LNS BLCKD SB 55.", "Detail:", "14-14 MVNG TO 405 ASSESS DMG"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("CMS", new Array("Target CMS:", "72 - SB 55 @ WARNER AVE", "Sample Message:", "ACCIDENT AHEAD / AT 405 OVERPASS / 2 RT LANES BLKD")),
+								new Evaluation("Activity Log", new Array("Expected Action:", "Should be updating the incident board."))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 8, 0),
+				incidents.get(187),
+				new Properties(new Array()),
+				new Evaluations(
+						new Array(
+								new Evaluation("Telephone Conversation", new Array("TV Reporter #1:", "Hello, this is Cameron Stevens at KCLY TV channel 2.", "TV Reporter #1:", "I was told that a car flew off an overpass causing a large pile-up on the freeway below.", "Student Action:", "Incident should be confirmed", "TV Reporter #1:", "I want to confirm the location so we can send a helicopter to check it out.", "Student Action:", "55/405 interchange"))
+						)
+						
+				)
+				
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 10, 0), 
+				incidents.get(188), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "9-9 Santa Lucia", "Field:", "Santa Lucia 9-9 go ahead.", "Dispatch:", "9-9 Santa Lucia 11-79 northbound 5 just north of Lake Forest Drive.", "Field:", "Santa Lucia 9-9 copied enroute from 405 at Irvine Center.", "Dispatch:", "9-9 Santa Lucia 10-4. Enroute from 405 at Irvine Center.")),
+								new Property("CHP CAD:", new Array("Detail:", "9-9 ENRT FRM I405 @ IRVINE CTR"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("ATMS", new Array("Expected Action:", "Operator should try to confirm the incident with a CCTV camera.")),
+								new Evaluation("CAD", new Array("Expected Action:", "Operator should be monitoring the CAD")),
+								new Evaluation("Facilitator", new Array("Expected Action:", "Should verify location and respond to incident 188"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 11, 0),
+				incidents.get(187),
+				new Properties(new Array()),
+				new Evaluations(
+						new Array(
+								new Evaluation("Telephone Conversation", new Array("Radio Reporter #1:", "Hello, this is Dakota Crew at KCOW radio.", "Radio Reporter #1:", "I just heard over the scanner that you have a major accident on I405 at 55.", "Student Action:", "Should confirm incident.", "Radio Reporter #1:", "Can you give me a run down on what happened?", "Student Action:", "A collision occurred on NB 55 at 405. A vehicle went over rail onto NB 405 causing a 6 car collision."))
+						)
+						
+				)
+				
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 12, 0), 
+				incidents.get(188), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-14", "Dispatch:", "14-14 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-14 10-97. Multiple 1144 northbound 405 at 55 overpass. Six vehicle collision blocking the three inside lanes. The driver and passenger of the car that went over the railing are both 11-44. I've got two other fatals and multiple injured down here. Request coroner and issue Sig Alert.", "Dispatch:", "14-14 Santa Lucia 10-4 10-97 11-80 11-25 northbound 405 at 55 overpass. Multiple 1144. Six vehicle collision blocking the three inside lanes. The driver and passenger of the car that went over the railing are 11-44, 2 other 11-44. Multiple injuries, request coroner and send Sig Alert.")),
+								new Property("CHP CAD:", new Array("Detail:", "14-14 1097, MULTIPLE 1144 NB 405 AT 55 OVERPASS, 6 VEH TC", "Detail:", "BLOCKING 3 INSIDE LNS NB 405. DRVR AND PSSNGR IN VEH 1144, 2 OTHER FATALS, MULT INJR, REQ CRNR AND SIGALERT"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("CMS", new Array("Target CMS:", "87 - NB 405 @ HARVARD", "Sample Message:", "ACCIDENT AT HWY-55 / 3 LEFT LNS BLKD")),
+								new Evaluation("CMS", new Array("Target CMS:", "88-NB405@ICD", "Sample Message:", "ACCIDENT AT HWY-55 / 3 LEFT LNS BLKD")),
+								new Evaluation("Activity", new Array("Expected Action:", "Should fax and page sig alert information"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 12, 30), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP CAD:", new Array("Detail:", "1039 CRNR"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("Activity Log", new Array("Expected Action:", "Should insert info for enroute coroner"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 13, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-17", "Dispatch:", "14-17 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-17 10-97. 1144 northbound 405 at 55. Paramedics are 10-97. We've gotta secure the scene southbound 55 for the DOT hazard. Has Caltrans been notified that their truck has been involved in a collision?", "Dispatch:", "14-17 Santa Lucia 10-4 10-97 11-44 northbound 405 at 55. Paramedics 10-97. Will be doing 11-84 on southbound 55 for DOT collision. Caltrans will be notified.", "Field:", "Santa Lucia 14-17 10-4")),
+								new Property("CHP CAD", new Array("Detail:", "14-17 1097, PARAMEDICS 1097. 1184 SB 55 FOR DOT 1125"))
+						)
+				), 
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 14, 0), 
+				incidents.get(188), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 9-9", "Dispatch:", "9-9 go ahead Santa Lucia", "Field:", "Santa Lucia 9-9 10-97 11-79. Fire department and parmedics 10-97. Collision between semi truck carrying tomatoes and vehicle in 2 right lanes. Truck on fire and tomatoes spilled over three right lanes. Request Caltrans to clean up the tomatoes and units for 11-84.", "Dispatch:", "Santa Lucia 10-4, 9-9 10-97 11-79. Fire and paramedics 10-97. Collision involves tomato truck and car in two right lanes. Truck on fire and tomatoes over three right lanes. Request Caltrans.")),
+								new Property("CHP CAD:", new Array("Detail:", "9-9, FD, PARAMEDICS 1097. TC SEMI W/TOMATOES AND VEH ON NB-5 #3,4,5 LNS", "Detail:", "TRCK ON FIRE, REQ CT CLNUP, UNITS 1184"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("CMS", new Array("Target CMS:", "31 - ??", "Sample Message:", "UR TIRES R RND")),
+								new Evaluation("Activity Log", new Array("Expected Action:", "Should fax and page information"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 14, 30), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio", new Array("Field:", "Santa Lucia 14-14", "Dispatch:", "14-14 Santa Lucia go ahead.", "Field:", "Santa Lucia, request MAIT, they'll have to investigate this one. Also, request 14-S unit and TMT.", "Dispatch:", "14-14 Santa Lucia copied request MAIT, 14-S unit, and TMT.", "Dispatch:", "14-S3 unit copy.", "Field:", "Santa Lucia 14-S3, 10-4 enroute from 73 at Bear Street.", "Dispatch:", "14-S3 Santa Lucia copies enroute from 73 at Bear Street.")),
+								new Property("CHP CAD:", new Array("Detail:", "REQ MAIT, REQ 14-S UNIT, REQ TMT")),
+								new Property("TMT Radio:", new Array("TMT leader espond to student action. Dispatch appropriate units???"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("Facilitator", new Array("Expected Action:", "Should be alert and advising radio on TMT."))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 15, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("Telephone Conversation:", new Array("Radio Reporter #2:", "Hello, this is Monica Stevens at KCLY radio.", "Radio Reporter #2:", "I called earlier about the accident on I405. Have any more details come in on that incident?", "Student Action:", "Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured.", "Radio Reporter #2:", "Do you have an alternate route I can recommend?", "Student Action:", "Yes (TBD)"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 16, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("Maintenance Radio:", new Array("If Maintenance unit was sent out, radio the supervisor with a 10-97. Say that you're going to await MAIT investigation and transport other Maintenance worker."))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 17, 0), 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-9.", "Dispatch:", "14-9 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-9 10-97. Will assist 14-14 with 11-84", "Dispatch:", "14-9 Santa Lucia 10-4 10-97 northbound 405 at 55. Will assist 14-14 with 11-84.")),
+								new Property("CHP CAD:", new Array("Detail:", "14-9 1097, ASSIST 1184"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 20, 0), // orginally at 00:18:00 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-17.", "Dispatch:", "14-17 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-17. Traffic is backing up on southbound 55. Request TMT and medium duty 11-85 for the DOT truck.", "Dispatch:", "14-17 Santa Lucia 10-4. Traffic backing up on southbound 55. Requesting TMT and medium duty 11-85.")),
+								new Property("CHP CAD:", new Array("Detail:", "TRAFFIC BACKING SB 55 REQ TMT MEDIUM DUTY 1185"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 22, 0), // orginally at 00:19:00 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-14", "Dispatch:", "14-14 Santa Lucia go ahead.", "Field:", "Santa Lucia 14-14. 4 11-44's, 2 11-80's, and 4 11-81's.", "Dispatch:", "14-14 Santa Lucia copies 4 11-44's,2 11-80's, and 4 11-81's.")),
+								new Property("CHP CAD:", new Array("Detail:", "4 1144'S, 2 1180'S, 4 1181'S")),
+								new Property("Telephone Conversation:", new Array("TV Reporter #2:", "Hello, this is Fred Roppel at KNOW TV.", "TV Reporter #2:", "Have any more details come in on the pileup at 55/405?", "Student Action:", "Vehicles blocking 3 NB 405 lanes, 4 dead and 7 injured, ??? mile backup", "TV Reporter #2:", "Do you have an alternate route I can recommend?", "Student Action:", "(pause for answer: Yes)", "Student Action:", "3 car collision, vehicles blocking #2,3,4 lanes. Moderate injuries."))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("CMS", new Array("TargetCMS:", "95-NB5@EL TORO", "Sample Message:", "ACCIDENT AT HWY-55 / 3 RT LANES BLKD"))
+						)
+				)
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 24, 0), // orginally at 00:20:00 
+				incidents.get(188), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "9-15, 9-19 Santa Lucia", "Field_1:", "Santa Lucia 9-15 go ahead.", "Field_2:", "Santa Lucia go ahead to 9-19.", "Dispatch:", "9-15 and 9-19 Santa Lucia 11-84 for 11-79 northbound 5 just north of Lake Forest Drive.", "Field_1:", "Santa Lucia 9-15 10-4. Enroute from 55 at 4th Street.", "Field_2:", "Santa Lucia 9-19 copied enroute from 405 at Culver.", "Dispatch:", "Santa Lucia copies 9-15 enroute from 55 at 4th and 9-19 enroute from 405 at Culver.")),
+								new Property("CHP CAD:", new Array("Detail:", "9-15,9-19 ENRT FOR 1184")),
+								new Property("Telephone Conversation:", new Array("Radio Reporter #3:", "Hello, this is Bill Bradley at KCTR radio.", "Radio Reporter #3:", "I heard here was a large collision on the 5.", "Radio Reporter #3:", "What details do you have on that?", "Student Action:", "Semi and 2 cars, tomatoes over three right lanes.", "Radio Reporter #3:", "Were there any injured?", "Student Action:", "Don't know yet."))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 26, 0), // orginally at 00:21:00 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Dispatch:", "14-17 Santa Lucia information.", "Field:", "Santa Lucia 14-17 go ahead.", "Dispatch:", "14-17 Santa Lucia 10-39 Sablan's Towing.", "Field:", "14-17 copied 10-39 Sablan's Towing.")),
+								new Property("CHP CAD:", new Array("Detail:", "1039 SABLAN TOWING"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 28, 0), // orginally at 00:22:00 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-S3", "Dispatch:", "14-S3 Santa Lucia go ahead.", "Field:", "Santa Lucia 10-97 northbound 405 at 55. Do you have an ETA for MAIT?", "Dispatch:", "14-S3 Santa Lucia 10-4 10-97 northbound 405 at 55. MAIT ETA 15 minutes.", "Field:", "Santa Lucia 14-S3 copies MAIT ETA 15.")),
+								new Property("CHP CAD:", new Array("Detail:", "14-S3 1097 NB 405 @ 55", "Detail:", "MAIT ETA 15"))
+						)
+				),
+				new Evaluations(new Array())
+		)
+);
+events.add(
+		new Event(
+				new Time(0, 30, 0), // orginally at 00:27:00 
+				incidents.get(187), 
+				new Properties(
+						new Array(
+								new Property("CHP Radio:", new Array("Field:", "Santa Lucia 14-S3.", "Dispatch:", "14-S3 go ahead to Santa Lucia.", "Field:", "Santa Lucia, coroner 10-97. The injured have been transported.Santa Lucia, coroner 10-97. The injured have been transported.", "Dispatch:", "14-S3 Santa Lucia 10-4 coroner 10-97. Injured transported.")),
+								new Property("CHP CAD:", new Array("Detail:", "CRNR 1097, INJURED TRANSPORTED"))
+						)
+				),
+				new Evaluations(
+						new Array(
+								new Evaluation("Activity Log", new Array("Activity Log:", "Should enter info for 10-97 coroner"))
+						)
+				)
+		)
+);
Index: trunk/webapps/einotebook/scripts/Time.js
===================================================================
--- trunk/webapps/einotebook/scripts/Time.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Time.js	(revision 359)
@@ -0,0 +1,72 @@
+/**
+ * Represents a time.
+ * @param hrs {Integer} 0 <= hrs <= 59
+ * @param mins {Integer} 0 <= mins <= 59
+ * @param secs {Integer} 0 <= secs <= 59
+ */
+function Time(hrs, mins, secs)
+{
+	//========== public read-only members ==========//
+	this.hrs = hrs;
+	this.mins = mins;
+	this.secs = secs;
+	
+	//========== public static methods ==========//
+	Time.formatTime = formatTime;
+	
+	//========== public methods ==========//
+	this.format = format;
+	this.compareTo = compareTo;
+	this.getSeconds = getSeconds;
+	
+	//========== method definitions ===========//
+	/**
+	 * @return The number of seconds equal to the total amount time.
+	 */
+	function getSeconds()
+	{
+		return this.secs + this.mins * 60 + this.hrs * 3600;
+	}
+	
+	/**
+	 * @param time {Time} The Time to compare this to.
+	 * @return < 0 if this is less than time;
+	 *           0 if this is equal to time;
+	 *         > 0 if this is greater than time
+	 */
+	function compareTo(time)
+	{
+		return this.getSeconds() - time.getSeconds();
+	}
+	
+	/**
+	 * @return Returns the time in the form of HH:MM:SS.
+	 */
+	function format() {
+		function pad0(n)
+		{
+			return n < 10 ? "0" + n : n;
+		}
+		
+		return pad0(hrs) + ":" + pad0(mins) + ":" + pad0(secs);
+	}
+	
+	/**
+	 * Converts time in seconds into the form of HH:MM:SS.
+	 * @param seconds {Integer}
+	 * @return The given time in the form of HH:MM:SS.
+	 */
+	function formatTime(seconds)
+	{
+		function pad0(n)
+		{
+			return n < 10 ? "0" + n : n;
+		}
+		
+		var remainSecs = seconds % 60;
+		var minutes = (seconds - remainSecs) / 60;
+		var remainMins = minutes % 60;
+		var hours = (minutes - remainMins) / 60;
+		return pad0(hours) + ":" + pad0(remainMins) + ":" + pad0(remainSecs);
+	}
+}
Index: trunk/webapps/einotebook/scripts/Incidents.js
===================================================================
--- trunk/webapps/einotebook/scripts/Incidents.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Incidents.js	(revision 359)
@@ -0,0 +1,80 @@
+/**
+ * Stores each Incident. You must set Incident.doc to the document that incidents will be 
+ * displayed on before using this class.
+ */
+var incidents = new Array();
+
+//========== public members ==========/
+incidents.doc = null;
+
+//========== public methods ==========//
+incidents.get = incidents_get;
+incidents.collapseAll = incidents_collapseAll;
+incidents.expandAll = incidents_expandAll;
+incidents.add = incidents_add;
+
+//=========== method definitions ==========//
+/**
+ * Searches through each Incident to find an Incident with the given number.
+ * @param number {Integer} The number of an incident.
+ * @return The Incident with the given number.
+ */
+function incidents_get(number)
+{
+	var incident;
+	
+	// FOR each incident
+	for (var i = 0; i < this.length; i++)
+	{
+		// IF the incident's number matches
+		if (this[i].number == number)
+		{
+			// remember the incident
+			incident = this[i];
+		}
+	}
+	return incident;
+}
+
+/**
+ * Collapses each Incident.
+ */
+function incidents_collapseAll()
+{
+	// FOR each incident
+	for (var i = 0; i < this.length; i++)
+	{
+		// IF the incident is expanded THEN
+		if (this[i].expanded)
+		{
+			// collapse incident
+			this[i].expandAction();
+		}
+	}
+}
+
+/**
+ * Expands each incident.
+ */
+function incidents_expandAll()
+{
+	// FOR each incident
+	for (var i = 0; i < this.length; i++)
+	{
+		// IF incident is collapsed THEN
+		if (!this[i].expanded)
+		{
+			// expand incident
+			this[i].expandAction();
+		}
+	}
+}
+
+/**
+ * Adds an Incident.
+ * @param incident {Incident} The Incident to be added.
+ */
+function incidents_add(incident)
+{
+	incidents.push(incident);
+}
Index: trunk/webapps/einotebook/scripts/Event.js
===================================================================
--- trunk/webapps/einotebook/scripts/Event.js	(revision 364)
+++ trunk/webapps/einotebook/scripts/Event.js	(revision 364)
@@ -0,0 +1,234 @@
+/**
+ * Represents an event.
+ * @param time {Time}
+ * @param incident {Incident}
+ * @param properties {Properties}
+ * @param properties {Evaluations}
+ */
+function Event(time, incident, properties, evaluations)
+{
+	//========== private static members ==========//
+	Event.invalidID = -1;
+	
+	//========== private static members ==========//
+	Event.id = (typeof Event.id == 'undefined') ? 0 : ++Event.id;
+	
+	//========== public constants ==========//
+	this.id = Event.id;
+	this.expandOptionID = "eventExpandOption" + this.id;
+	this.dataID = "eventData" + this.id;
+	this.eventHeaderID = "eventHeader" + this.id;
+	
+	//========== public read-only members ==========//
+	this.expanded = true;
+	this.highlighted = false;
+	this.time = time;
+	this.incident = incident;
+	this.evaluations = evaluations;
+	this.properties = properties;
+	
+	//========== public methods ==========//
+	this.html = html;
+	this.expandAction = expandAction;
+	this.highlight = highlight;
+	this.unhighlight = unhighlight;
+	this.focus = focus;
+	
+	//========== private methods ==========//
+	this.expandOptionSymbol = expandOptionSymbol;
+	this.headerHTML = headerHTML;
+	this.expandOptionHTML = expandOptionHTML;
+	this.refresh = refresh;
+	this.dataHTML = dataHTML;
+	this.expandAction = expandAction;
+	this.html = html;
+
+    // Color constants (TODO: assign incident numbers dynamically)
+    var incidentColor = {
+187: "#d8f0f3",        // PowderBlue
+188: "#dfecdf",        // DarkSeaGreen
+189: "#fff5cc",        // CornSilk
+190: "#ffe8e6",        // MistyRose
+191: "#ffffcc",       // Dark Orange
+181: "#d8f0f3" }
+
+	
+	//========== function definitions ===========//
+	/**
+	 * Returns the symbol for the expand/collapse option.
+	 * @return "+" or "-" depending on whether this event is collapsed or expanded.
+	 */
+	function expandOptionSymbol() 
+	{ 
+		return this.expanded ? "&ndash;" : "+"; 
+	}
+	 
+	/**
+	 * @return The rectangle containing the expand/collapse symbol, 
+	 *         incident time, incident number and
+	 *         incident title that this event belongs to.
+	 */
+	function headerHTML()
+	{
+        if (this.incident == undefined)
+        {
+            console.log(this.time.format());
+        }
+		return "<table class='eventHeader'>" +
+				"<tr class='eventHeader'>" +
+				"<td class='eventExpandOption'>" + this.expandOptionHTML() + "</td>" +
+				"<td class='eventTime'>Time: " + this.time.format() + "</td>" +
+				"<td class='eventNumber'>" + this.incident.number + "</td>" +
+				"<td class='eventTitle'>" + this.incident.title + "</td>" + 
+				"</tr>" +
+				"</table>";
+	}
+	
+	/**
+	 * @return The html of the expand/collapse symbol.
+	 */
+	function expandOptionHTML()
+	{
+        return "&nbsp;"
+/*  In 2019 we don't think we want expand option any longer
+		return "<button class='eventExpandButton' id='" + this.expandOptionID + 
+				"' onclick='events.get(" + 
+				this.id + ").expandAction();'>" + this.expandOptionSymbol() 
+				+ "</button>";
+*/
+	}
+
+	/**
+	 * Updates the expand option symbol and the visibility of the event data depending on 
+	 * whether this event is collapsed or expanded.
+	 */
+	function refresh()
+	{
+		events.doc.getElementById(this.dataID).innerHTML = 
+			this.expanded ? this.dataHTML() : "";
+			
+		// IF the event is highlighted THEN
+		if (this.highlighted)
+		{
+			this.highlight();
+		}
+		else
+		{
+			this.unhighlight();
+		}
+			
+		events.doc.getElementById(this.expandOptionID).innerHTML = 
+			this.expandOptionSymbol();
+	}
+	
+	/**
+	 * @return The html for the properties and the evaluations.
+	 */
+	function dataHTML()
+	{
+		return properties.html() + evaluations.html();
+	}
+
+	/**
+	 * Expands or collapses this event depending on whether this event is 
+	 * already expanded or collapsed.
+	 */
+	function expandAction() 
+	{ 
+		this.expanded = !this.expanded; 
+		this.refresh(); 
+	}
+
+	/**
+	 * @return The html representation of this event.
+	 */
+	function html()
+	{
+        //console.log("building html for event: ", this.eventHeaderID, incidentColor[this.incident.number]);
+
+		return "<table class='event'>" +
+			   "<tr>" +
+			   "<td class='eventHeader' style='background-color:" + incidentColor[this.incident.number] + "'" +
+               "id='" + this.eventHeaderID + "'>" + 
+			      this.headerHTML() + "</td>" +
+			   "</tr>" +
+			   "<tr>" + 
+			   "<td class='eventData' style='background-color:" + incidentColor[this.incident.number] + "' id='" + this.dataID + "'>" + 
+			   (this.expanded ? this.dataHTML() : "") + 
+			   "</td>" +
+			   "</tr>" +
+			   "</table>";
+	}
+	
+	/**
+	 * Scrolls the window to this Event.
+	 * @param window The window to scroll.
+	 */
+	function focus()
+	{
+		/* This method was discarded because it moved the scroll bar of the parent of
+		 * the given window in addition to the scroll bar of the given window..
+		var positionOfPound = window.location.indexOf("#");
+		var rootLocation = window.location.substring(0, positionOfPound);
+		window.location = rootLocation + "#" + eventAnchorName;
+		*/
+		events.win.scrollTo(0, absoluteTop(events.doc.getElementById(this.eventHeaderID)));
+	}
+	
+	/**
+	 * Highlights this Event.
+	 */
+	function highlight()
+	{
+		this.highlighted = true;
+		events.doc.getElementById(this.eventHeaderID).style.borderColor = "blue";
+		events.doc.getElementById(this.eventHeaderID).style.backgroundColor = "yellow";
+		
+		// IF this event is expanded THEN
+		if (this.expanded) 
+		{
+			events.doc.getElementById(this.dataID).style.border = "2px solid blue";
+		}
+		else
+		{
+			events.doc.getElementById(this.dataID).style.border = "none";
+		}
+		
+	}
+	
+	/**
+	 * Unhighlights this event.
+	 * @return
+	 */
+	function unhighlight()
+	{
+		this.highlighted = false;
+		events.doc.getElementById(this.eventHeaderID).style.backgroundColor = "white";
+		events.doc.getElementById(this.eventHeaderID).style.borderColor = "gainsboro";
+		events.doc.getElementById(this.eventHeaderID).style.color = "gray";
+		events.doc.getElementById(this.dataID).style.border = "0px solid red";
+		events.doc.getElementById(this.dataID).style.backgroundColor = "white";
+		events.doc.getElementById(this.dataID).style.color = "gray";
+	}
+	
+	/**
+	 * Returns the number of pixels from the top of the given element to the top
+	 * of the body element.
+	 * @param elem The element whose y-coordinate will be found.
+	 * @return The y-coordinate of the given element.
+	 */
+	function absoluteTop(elem)
+	{
+		var offset = elem.offsetTop;
+		var parent = elem.offsetParent;
+		
+		if (parent.tagName == "BODY")
+		{
+			return offset;
+		}
+		else
+		{
+			return offset + absoluteTop(parent);
+		}
+	}
+}
Index: trunk/webapps/einotebook/scripts/Events.js
===================================================================
--- trunk/webapps/einotebook/scripts/Events.js	(revision 363)
+++ trunk/webapps/einotebook/scripts/Events.js	(revision 363)
@@ -0,0 +1,345 @@
+/**
+ * Stores the each Event. Maintains each Event sorted ascending by time. 
+ * 
+ * You must set
+ *   1) events.doc to the document that events will be displayed
+ *   2) events.win to the window on which the document resides that will display the events
+ * before the 'html' method of Event, Evaluations, Evaluation, Properties, or Property 
+ * has been called.
+ */
+var events = new Array();
+
+//========== public members ==========//
+events.doc = null;
+events.win = null;
+
+//========== public methods ==========//
+events.get = events_get;
+events.getProperties = events_getProperties;
+events.getEvaluations = events_getEvaluations;
+events.getEvaluation = events_getEvaluation;
+events.collapseAllEvents = events_collapseAllEvents;
+events.collapseAllProperties = events_collapseAllProperties;
+events.collapseAllEvaluations = events_collapseAllEvaluations;
+events.expandAllEvents = events_expandAllEvents;
+events.expandAllProperties = events_expandAllProperties;
+events.expandAllEvaluations = events_expandAllEvaluations;
+events.expandAll = events_expandAll;
+events.collapseAll = events_collapseAll;
+events.add = events_add;
+events.getAllProperties = events_getAllProperties;
+events.getAllEvaluations = events_getAllEvaluations;
+events.getLastExecutedEvent = events_getLastExecutedEvent;
+
+//========== method definitions ==========//
+
+/**
+ * Searches through each Event to find an Event with the given id.
+ * @param id {Integer} The id of an Event.
+ * @return The Event with the given id.
+ */
+function events_get(id)
+{
+    var event;
+
+    // FOR each Event 
+    for (var i = 0; i < this.length; i++)
+    {
+    	// IF the Event's id matches THEN
+        if (this[i].id == id)
+        {
+        	// remember the Event
+            event = this[i];
+        }
+    }
+    
+    return event;
+}
+
+/**
+ * Searches through the Properties of each event to find the Property with the given id.
+ * @param id {Integer} The id of a Property.
+ * @return The Property with the given id.
+ */
+function events_getProperties(id)
+{
+    var property;
+    
+    // FOR each Event
+    for (var i = 0; i < this.length; i++)
+    {
+    	// IF the Event's id matches THEN
+        if (this[i].properties.id == id)
+        {
+        	// remember the Property
+            property = this[i].properties;
+        }
+    }
+    
+    return property;
+}
+
+/**
+ * Searches through each Evaluations of each event to find the Evaluations with the given id.
+ * @param id {Integer} The id of an Evaluations.
+ * @return The Evaluations with the given id.
+ */
+function events_getEvaluations(id)
+{
+    var evaluations;
+
+    // FOR each Event
+    for (var i = 0; i < this.length; i++)
+    {
+    	// IF this Evalutions's id matches THEN
+        if (this[i].evaluations.id == id)
+        {
+        	// remember the Evaluations
+            evaluations = this[i].evaluations;  
+        }
+    }
+    
+    return evaluations;
+}
+
+/**
+ * Searches through each Evaluation of each Evaluations of each Event to find the
+ * Evaluation of with the given id.
+ * @param id {Integer} The id of an Evaluation.
+ * @return The Evaluation of with the given id.
+ */
+function events_getEvaluation(id)
+{
+    var evaluation;
+
+    // FOR each Event
+    for (var i = 0; i < this.length; i++)
+    {
+    	// FOR each Evaluation
+        for (var j = 0; j < this[i].evaluations.evaluations.length; j++)
+        {
+        	// IF the Evaluation's id matches THEN
+            if (this[i].evaluations.evaluations[j].id == id)
+            {
+            	// remember the Evaluation
+                evaluation = this[i].evaluations.evaluations[j];
+            }
+        }
+    }
+    
+    return evaluation;  
+}
+
+/**
+ * Collapses each Event.
+ */
+function events_collapseAllEvents()
+{
+	// FOR each Event
+	for (var i = 0; i < this.length; i++)
+	{
+		// IF the Event is expanded THEN
+		if (this[i].expanded)
+		{
+			// collapse Event
+			this[i].expandAction();
+		}
+	}
+}
+
+/**
+ * Expands each event.
+ */
+function events_expandAllEvents()
+{
+	// FOR each Event
+	for (var i = 0; i < this.length; i++)
+	{
+		// IF the Event is collapsed
+		if (!this[i].expanded)
+		{
+			// expand Event
+			this[i].expandAction();
+		}
+	}
+}
+
+function events_collapseAllProperties()
+{
+	var list = this.getAllProperties();
+	
+	// FOR each Properties
+	for (var i = 0; i < list.length; i++)
+	{
+		// IF the Properties is expanded THEN
+		if (list[i].expanded)
+		{
+			// collapse the Properties
+			list[i].expandAction();
+		}
+	}
+}
+
+function events_collapseAllEvaluations()
+{
+	var list = this.getAllEvaluations();
+	
+	// FOR each Evaluations
+	for (var i = 0; i < list.length; i++)
+	{
+		// IF the Evaluations is expanded THEN
+		if (list[i].expanded)
+		{
+			// collapse the Evaluations
+			list[i].expandAction();
+		}
+	}	
+}
+
+function events_expandAllProperties()
+{
+	var list = this.getAllProperties();
+	
+	// FOR each Properties
+	for (var i = 0; i < list.length; i++)
+	{
+		// IF the Properties is collapsed THEN
+		if (!list[i].expanded)
+		{
+			// expand the Properties
+			list[i].expandAction();
+		}
+	}
+}
+
+function events_expandAllEvaluations()
+{
+	var list = this.getAllEvaluations();
+	
+	// FOR each Evaluations
+	for (var i = 0; i < list.length; i++)
+	{
+		// IF the Evaluations is collapsed THEN
+		if (!list[i].expanded)
+		{
+			// expand the Evaluations
+			list[i].expandAction();
+		}
+	}	
+}
+
+/**
+ * Adds an Event.
+ * @param event {Event} The Event to add.
+ */
+function events_add(event)
+{
+	// add event
+	events.push(event);
+	
+	// sort events in ascending order by time
+	events.sort(function (e1, e2) {
+		return e1.time.getSeconds() - e2.time.getSeconds();
+	});
+}
+
+/**
+ * Finds all of the Properties in each Event.
+ * @return The list of the Properties in each Event.
+ */
+function events_getAllProperties()
+{
+	var list = new Array();
+	
+	// FOR each event
+	for (var i = 0; i < this.length; i++)
+	{
+		// add properties to list
+		list.push(this[i].properties);
+	}
+	
+	return list;
+}
+
+/**
+ * Finds all of the Evaluations in each Event.
+ * @return The list of the Evaluations in each Event.
+ */
+function events_getAllEvaluations()
+{
+	var list = new Array();
+	
+	// FOR each event
+	for (var i = 0; i < this.length; i++)
+	{
+		// add evaluations to list
+		list.push(this[i].evaluations);
+	}
+	
+	return list;
+}
+
+/**
+ * Collapses each Event, Properties, and Evaluations.
+ */
+function events_collapseAll()
+{
+	events.collapseAllProperties(); 
+	events.collapseAllEvaluations(); 
+	events.collapseAllEvents();	
+}
+
+/**
+ * Expands each Event, Properties, and Evaluations.
+ * @return
+ */
+function events_expandAll()
+{
+	events.expandAllProperties(); 
+	events.expandAllEvaluations(); 
+	events.expandAllEvents();	
+}
+
+/**
+ * Finds the Event that was last executed by based on given time.
+ * @param time The time in seconds.
+ * @return The last execute event if at least one event has executed; otherwise, null.
+ */
+function events_getLastExecutedEvent(time)
+{
+	var event = null;
+	if (this.length == 0)
+    {
+        console.log("Error: event list is empty in getLastExecutedEvent");
+        return;
+    }
+	// IF there is only one event and it has been executed THEN
+	if (this.length == 1 && this[0].time.getSeconds() <= time)
+	{
+		event = this[0];
+	}
+	else
+	{
+		//NOTE: remember that the events are maintained in ascending order by time
+		
+		// FOR each Event
+		for (var i = 0; i < this.length - 1; i++)
+		{
+			// IF the Event has executed and no subsequent event has executed THEN
+			if (this[i].time.getSeconds() <= time &&
+			    this[i + 1].time.getSeconds() > time)
+			{
+				event = this[i];
+			}
+		}
+		
+		// IF the last event has executed THEN
+		if (this[this.length - 1].time.getSeconds() <= time)
+		{
+			event = this[this.length - 1];
+		}	
+	}
+	
+	return event;
+}
+
Index: trunk/webapps/einotebook/scripts/LoadEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 368)
+++ trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 368)
@@ -0,0 +1,155 @@
+/* author: jdalbey    date: 4/10/2019 */
+
+// Parse the entire Incident XML Script file 
+// Extract the Incidents and Events and create lists of each
+function parseXml(response)
+{
+    // Create a parser and grab the high level tag we're interested in
+    var parser = new DOMParser();
+    var xmlDoc = parser.parseFromString(response,"text/xml");
+    var eventTags = xmlDoc.getElementsByTagName("SCRIPT_EVENT");
+    console.log("parsing incident xml file");
+    // Process each SCRIPT_EVENT tag
+    for (var i = 0; i < eventTags.length; i++)
+    {
+        var currEvt = eventTags[i];
+        // local variable declarations
+        var timeFields; var evtTime; var incidentNum; var incidentTitle; var cadProp; var telProp;
+        var proparray = new Array();
+        var evalarray = new Array();
+        // Process all the children of one event
+        for (var child = 1; child < currEvt.childNodes.length; child++)
+        {
+            // Ignore undefined nodes
+            if (currEvt.childNodes[child].localName != undefined)
+            {
+                // Determine the tag type and dispatch it for further processing
+                switch(currEvt.childNodes[child].localName)
+                {
+                    case "TIME_INDEX": 
+                        timeFields = currEvt.childNodes[child].textContent.split(":"); 
+                        evtTime = new Time(Number(timeFields[0]), Number(timeFields[1]), Number(timeFields[2]));
+                        break;
+                    case "INCIDENT":
+                        incidentNum = Number(currEvt.childNodes[child].attributes["LogNum"].value);
+                        incidentTitle =  currEvt.childNodes[child].textContent;
+                        break;
+                    case "GENERAL_INFO":  
+                        /* This tag identifies a new incident.  As long as it appears before any
+                        other tags, we can use it to create a new incident. (The alternative is to
+                        have a separate function that parses xml to extract incidents before
+                        we load events.)  Creating an event (below) requires that the incident has already
+                        been created. */
+                        var desc = currEvt.childNodes[child].getElementsByTagName("TEXT")[0].textContent;
+                        var theIncident = new Incident(evtTime, incidentNum, incidentTitle, desc);
+                        incidents.add(theIncident);
+                        break;
+                    case "CAD_DATA": 
+                        var caddata = parseCAD(currEvt.childNodes[child]); 
+                        if (caddata.length > 0)
+                        {
+                            cadProp = new Property("CHP CAD", caddata ); 
+                            proparray.push(cadProp);
+                        }
+                        break;
+                    case "TELEPHONE": 
+                        telProp = new Evaluation("Telephone Conversation", 
+                                 parseTelephone(currEvt.childNodes[child]) );  
+                        evalarray.push(telProp);
+                        break;
+                    case "CHP_RADIO": 
+                        var chpradio = parseCHPradio(currEvt.childNodes[child]); 
+                        if (chpradio.length > 0)
+                        {
+                            cadProp = new Property("CHP RADIO", chpradio ); 
+                            proparray.push(cadProp);
+                        }
+                        break;
+                    case "TMT_RADIO":  break;
+                    case "MAINTENANCE_RADIO": break;
+                    // case *_EVALUATION: break;
+
+                }
+            }
+        }
+        //console.log(evtTime.format(), incidentNum, proparray.length, evalarray.length);
+        // Ignore Media Log incident and empty nodes
+        if (incidentNum != undefined && incidentNum != 100)
+        {
+          // Create new event with fields obtained from xml file
+          events.add(new Event(evtTime, incidents.get(incidentNum), 
+                new Properties(proparray), 
+                new Evaluations(evalarray)) );
+        }
+    }
+}
+
+function parseCAD(element)
+{
+    var result = new Array();
+    var details = element.getElementsByTagName("DETAIL");
+    if (details.length > 0)
+    {
+        for (detail in details)
+        {
+            if (details[detail].textContent != undefined)
+            {                
+                result.push("Detail:");
+                result.push(details[detail].textContent);
+            }
+        }
+    }
+    return result;
+}
+function parseTelephone(element)
+{
+    var result = new Array();
+    for (var child = 1; child < element.childNodes.length; child++)
+    {
+        if (element.childNodes[child].localName != undefined)
+        {
+            if (element.childNodes[child].localName == "INSTRUCTOR")
+            {
+                result.push(element.childNodes[child].attributes["Role"].value);
+            }
+            else
+            {
+                result.push(element.childNodes[child].localName);   
+            }
+            result.push(element.childNodes[child].textContent);
+        }
+    }
+    return result;
+}
+function parseCHPradio(element)
+{
+    var result = new Array();
+    var dialog = element.getElementsByTagName("LINE");
+    if (dialog.length > 0)
+    {
+        for (line in dialog)
+        {
+            if (dialog[line].textContent != undefined)
+            {                
+                result.push(dialog[line].attributes["Role"].value);
+                result.push(dialog[line].textContent);
+            }
+        }
+    }
+    return result;
+}
+
+// MAIN
+console.log("starting LoadEvents");
+try {
+    // the script must be located where accessible by the web server
+    var scriptFilename = "incident_script.xml";
+    console.log("Attempting to load", scriptFilename);
+    // Now load the Incident Script and go parse it
+    loadJSON(scriptFilename, parseXml)
+
+    } catch(e) {
+        console.log("Error attempt to parse incident script "+response)
+    }
+
+
Index: trunk/webapps/einotebook/scripts/Property.js
===================================================================
--- trunk/webapps/einotebook/scripts/Property.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Property.js	(revision 359)
@@ -0,0 +1,48 @@
+/**
+ * Represents a property of an event. Does not represent an evaluation.
+ * @param type {String} Ex: "CHP Radio"
+ * @param data Array(text) OR Array(label1, text1, label2, text2, ...)
+ */
+function Property(type, data)
+{
+	//========== public read-only members ==========//
+	this.type = type;
+	this.data = data;
+	
+	//========== public methods ==========//
+	this.html = html;
+	
+	//========== method definitions ==========//
+	/**
+	 * @return The html representation of this property.
+	 */
+	function html()
+	{
+		var text = "<table class='property'>" +
+	   	   		   "<tr>" +
+	   	   		   "<th class='propertyType' colspace='" + 
+	   	   		   (this.data.length == 1 ? 1 : 2) + "'>" + type + "</th>" +
+	   	   		   "</tr>";
+		
+		if (this.data.length == 1)
+		{
+			text += "<tr>" +
+				    "<td class='propertyContent'>" + this.data[0] + "</td>" +
+				    "</tr>";
+		}
+		else
+		{
+			for (i=0;i<this.data.length;i+=2)
+			{
+				text += "<tr>" +
+					   "<td class='propertyLabel'>" + this.data[i] + "</td>" +
+					   "<td class='propertyValue'>" + this.data[i+1] + "</td>" +
+					   "</tr>";
+			}
+		}
+		
+		text += "</table>";
+		
+		return text;
+	}
+}
Index: trunk/webapps/einotebook/scripts/Evaluation.js
===================================================================
--- trunk/webapps/einotebook/scripts/Evaluation.js	(revision 359)
+++ trunk/webapps/einotebook/scripts/Evaluation.js	(revision 359)
@@ -0,0 +1,149 @@
+/**
+ * Represents an evaluation (e.g., a "CMS evaluation").
+ * @param type {String} Ex: "CMS" or "ATMS" ...
+ * @param data Array(label1, text1, label2, text2, ...)
+ */
+function Evaluation(type, data)
+{
+	//========== private static members ==========//
+	Evaluation.id = (typeof Evaluation.id == 'undefined') ? 0 : ++Evaluation.id;
+	
+	//========== public constants ==========//
+	this.id = Evaluation.id;
+	this.ratingGroupName = "evaluationGroup" + this.id;	
+	this.textID = "evaluationText" + this.id;
+	this.type = type;
+	this.data = data;
+	
+	//========== public read-only members ==========//
+	this.text = "";
+	this.rating = -1;
+	
+	//========== public methods ==========//
+	this.html = html;
+	this.recordText = recordText; 
+	this.recordRating = recordRating;
+	
+	//========== private methods ==========//
+	this.smallScaleForm = smallScaleForm;
+	this.evaluationForm = evaluationForm;
+	
+	//========== function definitions ==========//
+	/**
+	 * @return The html representation of this evaluation.
+	 */
+	function html()
+	{
+		var text = "<table class='evaluation'>" +
+	   	   		   "<tr>" +
+	   	   		   "<th class='evaluationType' colspan='2'>" + type + " Evalution</th>" +
+	   	   		   "</tr>" +
+	   	   		   "<tr>" +
+	   	   		   "<td><table class='evaluationInner2'>";
+		
+		for (i = 0; i < this.data.length; i += 2)
+		{
+			text += "<tr>" +
+				   "<td class='evaluationLabel'>" + this.data[i] + "</td>" +
+				   "<td class='evaluationCriteria'>" + this.data[i+1] + "</td>" +
+				   "</tr>";
+		}
+		
+		text += "<tr><td colspan='2' class='evaluationResponse'>" +
+			"<input onchange='events.getEvaluation(" + this.id + ").recordText();'" +
+			" id='" + this.textID + "' type='text' value='" + this.text + "'" +
+			" class='evaluationResponseText' />" 
+			+ "</td>";
+		
+		text += "</table></td>" +
+   		   		"<td class='evaluationScale'>" + this.evaluationForm() + "</td>" +
+	   		    "</tr>" +
+   		   		"</table>";
+		
+		return text;
+	}
+	
+	/**
+	 * Stores the rating given by the evaluation scale radio button form.
+	 */
+	function recordRating() 
+	{ 
+		// list of radio buttons
+		var radioButtons;
+		
+		// get list of radio buttons
+		radioButtons = events.doc.getElementsByName(this.ratingGroupName);
+		
+		// FOR each radio button
+		for (var i = 0; i < radioButtons.length; i++)
+		{
+			// IF the radio button is checked THEN
+			if (radioButtons[i].checked)
+			{
+				// save rating
+				this.rating = radioButtons[i].value;
+			}
+		}
+	}
+
+	/**
+	 * Stores the text in the written response text box.
+	 */
+	function recordText() 
+	{ 
+		this.text = events.doc.getElementById(this.textID).value; 
+	}
+	
+	/**
+	 * @return The html for appropriate evaluation form for grading.
+	 */
+	function evaluationForm()
+	{
+		return this.smallScaleForm();
+	}
+	
+	/**
+	 * @return The html for a 1-5 grading scale.
+	 */
+	function smallScaleForm()
+	{
+		return "<form>" +
+			   "<table align='right' class='evaluationScale'>" +
+			   "<tr>" +
+			   "<td class='eventRadioButtonSmallScale'>Best</td>" +
+			   "<td class='eventRadioButtonSmallScale'>Good</td>" +
+			   "<td class='eventRadioButtonSmallScale'>Average</td>" +
+			   "<td class='eventRadioButtonSmallScale'>Poor</td>" +
+			   "<td class='eventRadioButtonSmallScale'>Worst</td>" +
+			   "</tr>" +
+			   "<tr>" +
+			   "<td align='center'><input type='radio' " + 
+			   		(this.rating == 1 ? "checked='true'" : "") + 
+			   		" onchange='events.getEvaluation(" + this.id + 
+			   		").recordRating()' name='" + this.ratingGroupName + 
+			   		"' value='1'></td>" +
+			   "<td align='center'><input type='radio' " + 
+			   		(this.rating == 2 ? "checked='true'" : "") + 
+			   		" onchange='events.getEvaluation(" + this.id + 
+			   		").recordRating()' name='" + this.ratingGroupName + 
+			   		"' value='2'></td>" +
+			   "<td align='center'><input type='radio' " + 
+			   		(this.rating == 3 ? "checked='true'" : "") + 
+			   		" onchange='events.getEvaluation(" + this.id + 
+			   		").recordRating()' name='" + this.ratingGroupName + 
+			   		"' value='3'></td>" +
+			   "<td align='center'><input type='radio' " + 
+			   		(this.rating == 4 ? "checked='true'" : "") + 
+			   		" onchange='events.getEvaluation(" + this.id + 
+			   		").recordRating()' name='" + this.ratingGroupName + 
+			   		"' value='4'></td>" +
+			   "<td align='center'><input type='radio' " + 
+			   		(this.rating == 5 ? "checked='true'" : "") + 
+			   		" onchange='events.getEvaluation(" + this.id + 
+			   		").recordRating()' name='" + this.ratingGroupName + 
+			   		"' value='5'></td>" +
+			   "</tr>" +
+			   "</table>"  +
+			   "</form>";
+	}
+}
Index: trunk/webapps/einotebook/cad/cad.original.js
===================================================================
--- trunk/webapps/einotebook/cad/cad.original.js	(revision 359)
+++ trunk/webapps/einotebook/cad/cad.original.js	(revision 359)
@@ -0,0 +1,356 @@
+var ii100b =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+<font color=\"aqua\">LOG:</font>&nbsp;100A&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">PRI:</font>&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">TYPE:</font>&nbsp;Media&nbsp;&nbsp;<font color=\"aqua\">CB:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">BEAT:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">LOC:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CS:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">ORI:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0625&nbsp;2153&nbsp;<font color=\"aqua\">DISP:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">FILED:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">X:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">ORI&nbsp;ACTION:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">R/S:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">DUP:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CBT:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">Z:</font>Y<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+"
+];
+
+var ii100f =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0017&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+"
+];
+
+var defaultb =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+"
+];
+
+var defaultf =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0017&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+"
+];
+
+var ii187b =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+<font color=\"aqua\">LOG:</font>&nbsp;187A&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">PRI:</font>&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">TYPE:</font>&nbsp;1179&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CB:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">BEAT:</font>&nbsp;14-14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">LOC:</font>&nbsp;SB55&nbsp;AT&nbsp;405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CS:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(SB55&nbsp;AT&nbsp;405)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">ORI:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0625&nbsp;2154&nbsp;<font color=\"aqua\">DISP:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">FILED:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">X:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">ORI&nbsp;ACTION:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">R/S:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">DUP:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CBT:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">Z:</font>Y<br />\
+<font color=\"aqua\">-------------------------------------&nbsp;DETAIL&nbsp;-----------------------------------</font><br />\
+<font color=\"gray\">000A176612154</font>&nbsp;<font color=\"aqua\">1</font>&nbsp;&nbsp;STALLED&nbsp;DOT&nbsp;SB&nbsp;SR-55&nbsp;AT&nbsp;I-405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612156</font>&nbsp;<font color=\"aqua\">2</font>&nbsp;&nbsp;CELLULAR&nbsp;911&nbsp;RPT&nbsp;DOT&nbsp;HT,&nbsp;2ND&nbsp;VEH&nbsp;OVER&nbsp;THE&nbsp;SIDE,&nbsp;UNVERIFIED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612156</font>&nbsp;<font color=\"aqua\">3</font>&nbsp;&nbsp;DUPLICATE&nbsp;CALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612157</font>&nbsp;<font color=\"aqua\">4</font>&nbsp;&nbsp;DUPLICATE&nbsp;CALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612158</font>&nbsp;<font color=\"aqua\">5</font>&nbsp;&nbsp;DOT&nbsp;HIT&nbsp;BY&nbsp;VEH,&nbsp;VEH&nbsp;OVER&nbsp;SIDE.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612158</font>&nbsp;<font color=\"aqua\">6</font>&nbsp;&nbsp;2ND&nbsp;VEH&nbsp;LANDED&nbsp;NB&nbsp;405&nbsp;BELOW,&nbsp;LG&nbsp;COLLISION&nbsp;OCCUR.&nbsp;REQ&nbsp;2&nbsp;1141&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CODE&nbsp;2&nbsp;UNITS&nbsp;ASSIST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612158</font>&nbsp;<font color=\"aqua\">7</font>&nbsp;&nbsp;DUPLICATE&nbsp;CALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612159</font>&nbsp;<font color=\"aqua\">8</font>&nbsp;&nbsp;14-17&nbsp;14-9&nbsp;ENRT&nbsp;ASSIST&nbsp;1183&nbsp;1125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612159</font>&nbsp;<font color=\"aqua\">9</font>&nbsp;&nbsp;DUPLICATE&nbsp;CALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612200</font>&nbsp;<font color=\"aqua\">10</font>&nbsp;DOT&nbsp;DRIVER&nbsp;UNINJURED,&nbsp;#2,3&nbsp;LNS&nbsp;BLCKD&nbsp;SB&nbsp;55.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612200</font>&nbsp;<font color=\"aqua\">11</font>&nbsp;14-14&nbsp;MVNG&nbsp;TO&nbsp;405&nbsp;ASSESS&nbsp;DMG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612205</font>&nbsp;<font color=\"aqua\">12</font>&nbsp;14-14&nbsp;1097,&nbsp;MULTIPLE&nbsp;1144&nbsp;NB&nbsp;405&nbsp;AT&nbsp;55&nbsp;OVERPASS,&nbsp;6&nbsp;VEH&nbsp;TC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612205</font>&nbsp;<font color=\"aqua\">13</font>&nbsp;BLOCKING&nbsp;3&nbsp;INSIDE&nbsp;LNS&nbsp;NB&nbsp;405.&nbsp;DRVR&nbsp;AND&nbsp;PSSNGR&nbsp;IN&nbsp;VEH&nbsp;1144,&nbsp;2&nbsp;&nbsp;&nbsp;<br />\
+<br />\
+",
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OTHER&nbsp;FATALS,&nbsp;MULT&nbsp;INJR,&nbsp;REQ&nbsp;CRNR&nbsp;AND&nbsp;SIGALERT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612205</font>&nbsp;<font color=\"aqua\">14</font>&nbsp;1039&nbsp;CRNR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612206</font>&nbsp;<font color=\"aqua\">15</font>&nbsp;14-17&nbsp;1097,&nbsp;PARAMEDICS&nbsp;1097.&nbsp;1184&nbsp;SB&nbsp;55&nbsp;FOR&nbsp;DOT&nbsp;1125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612207</font>&nbsp;<font color=\"aqua\">16</font>&nbsp;REQ&nbsp;MAIT,&nbsp;REQ&nbsp;14-S&nbsp;UNIT,&nbsp;REQ&nbsp;TMT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612210</font>&nbsp;<font color=\"aqua\">17</font>&nbsp;14-9&nbsp;1097,&nbsp;ASSIST&nbsp;1184&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612211</font>&nbsp;<font color=\"aqua\">18</font>&nbsp;TRAFFIC&nbsp;BACKING&nbsp;SB&nbsp;55&nbsp;REQ&nbsp;TMT&nbsp;MEDIUM&nbsp;DUTY&nbsp;1185&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612212</font>&nbsp;<font color=\"aqua\">19</font>&nbsp;4&nbsp;1144'S,&nbsp;2&nbsp;1180'S,&nbsp;4&nbsp;1181'S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612214</font>&nbsp;<font color=\"aqua\">20</font>&nbsp;1039&nbsp;SABLAN&nbsp;TOWING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612215</font>&nbsp;<font color=\"aqua\">21</font>&nbsp;14-S3&nbsp;1097&nbsp;NB&nbsp;405&nbsp;@&nbsp;55&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612215</font>&nbsp;<font color=\"aqua\">22</font>&nbsp;MAIT&nbsp;ETA&nbsp;15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612220</font>&nbsp;<font color=\"aqua\">23</font>&nbsp;CRNR&nbsp;1097,&nbsp;INJURED&nbsp;TRANSPORTED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612228</font>&nbsp;<font color=\"aqua\">24</font>&nbsp;MAIT&nbsp;1097&nbsp;STARTING&nbsp;INVESTIGATION&nbsp;SB&nbsp;SR55&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612230</font>&nbsp;<font color=\"aqua\">25</font>&nbsp;MED&nbsp;DUTY&nbsp;1185&nbsp;1097,&nbsp;AWAIT&nbsp;FINISH&nbsp;MAIT&nbsp;BEFORE&nbsp;TOW&nbsp;VEH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612233</font>&nbsp;<font color=\"aqua\">26</font>&nbsp;CRNR&nbsp;CONFIRMED&nbsp;FOUR&nbsp;FATAL,&nbsp;PREP&nbsp;TO&nbsp;TRANSPORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612240</font>&nbsp;<font color=\"aqua\">27</font>&nbsp;MAIT&nbsp;FINISHED&nbsp;W/&nbsp;INVESTIGATION&nbsp;SB&nbsp;SR-55&nbsp;AT&nbsp;I-405,&nbsp;PREP&nbsp;DOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRCK&nbsp;FOR&nbsp;TOW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612247</font>&nbsp;<font color=\"aqua\">28</font>&nbsp;MAIT&nbsp;STARTING&nbsp;INVESTIGATION&nbsp;NB&nbsp;405&nbsp;TO&nbsp;TAKE&nbsp;30&nbsp;MIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612248</font>&nbsp;<font color=\"aqua\">29</font>&nbsp;CLNUP&nbsp;NRLY&nbsp;FNSHD&nbsp;DOT&nbsp;RDY&nbsp;TO&nbsp;BE&nbsp;TWD,&nbsp;SB&nbsp;SR-55&nbsp;LNS&nbsp;OPN&nbsp;IN&nbsp;5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612255</font>&nbsp;<font color=\"aqua\">30</font>&nbsp;14-17&nbsp;1097&nbsp;DOT&nbsp;TRCK&nbsp;TWD,&nbsp;SB&nbsp;SR-55&nbsp;OPN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612256</font>&nbsp;<font color=\"aqua\">31</font>&nbsp;MAIT&nbsp;PARTIAL&nbsp;CMPLT,&nbsp;PICS&nbsp;TKN,&nbsp;NEED&nbsp;MSRMNTS,&nbsp;INTERVIEWS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<br />\
+",
+"\
+<font color=\"gray\">================================================================================</font><br />\
+<font color=\"gray\">000A176612301</font>&nbsp;<font color=\"aqua\">32</font>&nbsp;REQ&nbsp;6&nbsp;ROT&nbsp;1185&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612303</font>&nbsp;<font color=\"aqua\">33</font>&nbsp;MAIT&nbsp;NEARLY&nbsp;COMPLETE,&nbsp;FINISHING&nbsp;INTERVIEWS,&nbsp;TOW&nbsp;ETA&nbsp;10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612309</font>&nbsp;<font color=\"aqua\">34</font>&nbsp;MAIT&nbsp;FINISHED&nbsp;INVESTIGATION&nbsp;1098,&nbsp;START&nbsp;CLEANUP&nbsp;WHEN&nbsp;1185S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ARRIVE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612312</font>&nbsp;<font color=\"aqua\">35</font>&nbsp;1185&nbsp;1097&nbsp;PARTIAL&nbsp;OPENING&nbsp;IN&nbsp;15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612323</font>&nbsp;<font color=\"aqua\">36</font>&nbsp;OPN&nbsp;#2,3&nbsp;LNS,&nbsp;FULL&nbsp;OPN&nbsp;IN&nbsp;5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612328</font>&nbsp;<font color=\"aqua\">37</font>&nbsp;VEH&nbsp;TWD,&nbsp;LNS&nbsp;OPN,&nbsp;14-S,&nbsp;14-9,&nbsp;14-14&nbsp;1098&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">--------------------------------&nbsp;UNITS&nbsp;ASSIGNED&nbsp;--------------------------------</font><br />\
+<font color=\"gray\">000A176612328</font>&nbsp;<font color=\"aqua\"><</font>&nbsp;&nbsp;14-14&nbsp;<font color=\"red\">1098</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612328</font>&nbsp;<font color=\"aqua\">-</font>&nbsp;&nbsp;14-17&nbsp;<font color=\"red\">1098</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612328</font>&nbsp;<font color=\"aqua\">-</font>&nbsp;&nbsp;14-9&nbsp;&nbsp;<font color=\"red\">1098</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"gray\">000A176612328</font>&nbsp;<font color=\"aqua\">-</font>&nbsp;&nbsp;14-S3&nbsp;<font color=\"red\">1098</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"aqua\">-------------------------------------&nbsp;TOWS&nbsp;-------------------------------------</font><br />\
+<font color=\"gray\">000A176612214</font>&nbsp;<font color=\"aqua\">1</font>&nbsp;&nbsp;SABLAN&nbsp;TOWING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">BEAT:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">CONF:</font>&nbsp;(949)555-2468&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"aqua\">PUB:</font>&nbsp;(949)555-8899&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+"
+];
+
+var ii187f =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0021&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4</font>&nbsp;&nbsp;PG&nbsp;DN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"#FFFF00\">CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+",
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0021&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4</font>&nbsp;&nbsp;UP&nbsp;DN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"#FFFF00\">CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+",
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0021&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4</font>&nbsp;&nbsp;PG&nbsp;UP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"#FFFF00\">CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+"
+];
+
+var summaryb =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+<font color=\"aqua\">AREA(S)</font>&nbsp;&nbsp;&nbsp;<font color=\"red\">3&nbsp;&nbsp;5&nbsp;&nbsp;9&nbsp;&nbsp;14&nbsp;&nbsp;18&nbsp;&nbsp;29&nbsp;&nbsp;51</font>&nbsp;<font color=\"aqua\">-&nbsp;INCIDENT&nbsp;SUMMARY&nbsp;------------&nbsp;STATE:</font>&nbsp;<font color=\"red\">I&nbsp;P&nbsp;A</font>&nbsp;<font color=\"aqua\">F</font><br />\
+&nbsp;&nbsp;100&nbsp;0625-2153&nbsp;&nbsp;&nbsp;Media&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;187&nbsp;0625-2154&nbsp;&nbsp;&nbsp;1179&nbsp;14-14&nbsp;SB55&nbsp;AT&nbsp;405&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14-14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+<br />\
+"
+];
+
+var summaryf =
+[
+"\
+<font color=\"gray\">================================================================================</font><br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />\
+<font color=\"#FFFF00\">062510/0017&nbsp;REF:&nbsp;1&nbsp;&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CAD:&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;CLETS:&nbsp;0&nbsp;0&nbsp;&nbsp;MIS:&nbsp;0</font>&nbsp;&nbsp;<font color=\"red\">1</font>&nbsp;<br />\
+"
+];
+
+var scrn = 0;
+var page = [0, 0, 0, 0];
+var msg = 0;
+var bodies = [ii100b, ii187b, summaryb, defaultb];
+var footers = [ii100f, ii187f, summaryf, defaultf];
+
+/**
+ * Setup the CAD screen.
+ */
+function setupCad()
+{
+  updateCad();
+}
+
+/**
+ * Go to the next CAD screen.
+ */
+function cadNextScreen()
+{
+	scrn += 1;
+	if (scrn == 4)
+	{
+		scrn = 0;
+	}
+
+	updateCad();
+}
+
+/**
+ * Clears the current CAD screen.
+ */
+function cadClearScreen()
+{
+	page[scrn] = 0;
+	bodies[scrn] = defaultb;
+	footers[scrn] = defaultf;
+	
+	updateCad();
+}
+
+/**
+ * Refresh the current CAD screen.
+ */
+function cadRefreshScreen()
+{
+	updateCad();
+}
+
+/**
+ * Page down the CAD screen.
+ */
+function cadPageDown()
+{
+	page[scrn]++;
+	if (page[scrn] >= bodies[scrn].length)
+        page[scrn]--;
+	
+	updateCad();
+}
+
+/**
+ * Page up the CAD screen.
+ */
+function cadPageUp()
+{
+	page[scrn] = page[scrn] - (page[scrn] == 0 ? 0 : 1);
+
+	updateCad();
+}
+
+/**
+ * Get the incident summaries.
+ */
+function cadGetSummary()
+{
+	page[scrn] = 0;
+	bodies[scrn] = summaryb;
+	footers[scrn] = summaryf;
+
+	updateCad();
+}
+
+/**
+ * Go to the next CAD message.
+ */
+function cadNextMessage()
+{
+	msg++;
+
+	updateCad();
+}
+
+/**
+ * Go to the previous CAD message.
+ */
+function cadPrevMessage()
+{
+	msg -= (msg == 0 ? 0 : 1);
+
+	updateCad();
+}
+
+/**
+ * Clears the current CAD screen of messages.
+ */
+function cadClearMessage()
+{
+	msg = 0;
+
+	updateCad();
+}
+
+/**
+ * Get the incident information for the selected incident.
+ */
+function cadIncidentInfo()
+{
+	if (document.getElementById("cadSelect").selectedIndex == 0)
+	{
+		page[scrn] = 0;
+		bodies[scrn] = ii100b;
+		footers[scrn] = ii100f;		
+	}
+	else if (document.getElementById("cadSelect").selectedIndex == 1)
+	{
+		page[scrn] = 0;
+		bodies[scrn] = ii187b;
+		footers[scrn] = ii187f;		
+	}
+	
+	updateCad();
+}
+
+/**
+ * Updates the CAD screen.
+ */
+function updateCad()
+{
+	document.getElementById("cadHeader").innerHTML = "<td></td>";
+	document.getElementById("cadBody").innerHTML = "<td>" + bodies[scrn][page[scrn]] + "</td>";
+	
+	var footer = footers[scrn][page[scrn]].replace("<font color=\"red\">1</font>", "<font color=\"red\">" + (scrn+1) + "</font>");
+	document.getElementById("cadFooter").innerHTML = "<td>" + footer + "</td>";
+}
Index: trunk/webapps/einotebook/cad/index.html
===================================================================
--- trunk/webapps/einotebook/cad/index.html	(revision 359)
+++ trunk/webapps/einotebook/cad/index.html	(revision 359)
@@ -0,0 +1,15 @@
+<html>
+  <head>
+    <link rel="stylesheet" type="text/css" href="cad.css"> 
+    <link rel="stylesheet" type="text/css" href="cadpad.css"> 
+    <link rel="stylesheet" type="text/css" href="../script/scripts.css"> 
+    <script type="text/javascript" src="cad.js"></script> 
+    <script type="text/javascript" src="../scripts/cookies.js"></script> 
+  </head>
+  <body onLoad="setupCad()">
+	<div id="cadpadwrap">
+		<div id="cadpadcontent">
+		</div>
+    </div>
+  </body>
+</html>
Index: trunk/webapps/einotebook/cad/cad.css
===================================================================
--- trunk/webapps/einotebook/cad/cad.css	(revision 359)
+++ trunk/webapps/einotebook/cad/cad.css	(revision 359)
@@ -0,0 +1,76 @@
+.cadClient
+{
+   text-align: center;
+   background-color: black;
+   color: yellow;
+   height: 500px;
+   width: 720px;
+   font-family: "Courier";
+   font-size: .80em;
+}
+
+#cadHeader
+{
+   vertical-align: top;
+   height: 5%;
+}
+
+#cadBody
+{
+   vertical-align: top;
+   height: 80%;
+}
+
+#cadFooter
+{
+   vertical-align: top;
+   height: 15%;
+}
+
+.cadInputBox
+{
+   width: 720px;
+}
+
+.cadInputLineBox
+{
+   width: 80%;
+}
+
+.cadInputSubmitBox
+{
+   width: 20%;
+   margin-bottom: 40px;
+}
+
+.cadInputLine
+{
+   width: 100%; 
+   background-color: #000000; 
+   color: yellow;
+   font-family: "Courier New", Courier, monospace;
+   padding: 0px 10px;
+   border: 5px solid black;
+   height: 40px;
+}
+
+#cadSubmitButton
+{
+   height: 100%;
+   width: 100%;
+   font-size: 1.03em;
+}
+
+.cadButton
+{
+   width: 100%;
+   height: 40px;
+   font-size: 1.1em;
+}
+
+#cadSelect
+{
+   margin-top: 30px;
+   width: 100%;
+   font-size: 1.1em;
+}
Index: trunk/webapps/einotebook/cad/cad.js
===================================================================
--- trunk/webapps/einotebook/cad/cad.js	(revision 359)
+++ trunk/webapps/einotebook/cad/cad.js	(revision 359)
@@ -0,0 +1,29 @@
+/**
+ * Setup the CAD screen.
+ */
+function setupCad()
+{
+  //updateCad();
+}
+
+var events;
+function loadScript(theEvents, theIncidents)
+{
+	events = theEvents;
+    updateCad();
+}
+
+/**
+ * Updates the CAD screen.
+ */
+function updateCad()
+{
+    // Set timer to do this again in one second
+	setTimeout("updateCad()", 1000);
+
+	var currentEvent = events.getLastExecutedEvent(readCookie("time"));
+    // Show current event to Current Event Window
+    var currDiv = document.getElementById("cadpadcontent");
+	currDiv.innerHTML = currentEvent.html();
+
+}
Index: trunk/webapps/einotebook/cad/cadpad.css
===================================================================
--- trunk/webapps/einotebook/cad/cadpad.css	(revision 359)
+++ trunk/webapps/einotebook/cad/cadpad.css	(revision 359)
@@ -0,0 +1,120 @@
+/* Landscape mode (default) 
+#cadpadwrap 
+{
+	margin:0 auto;
+	width:900px;
+	position:relative;
+	overflow:hidden;
+	text-align:left;
+	background:#fff;
+}
+
+#cadpadcontent 
+{
+	float:left;
+	width:900px;
+	background:#fff;
+	position:relative;
+	left:768px;
+}
+
+#cadpadmain 
+{
+	float:left;
+	width:608px;
+	position:relative;
+	right:738px;
+}
+
+#cadpadside 
+{
+	float:right;
+	width:116px;
+	position:relative;
+	right:788px;
+	padding:20px 0;
+}
+
+#cadpadsidea,
+#cadpadsideb,
+#cadpadsidec 
+{
+	clear:left;
+	float:left;
+	width:116px;
+}
+
+#cadpadfooter 
+{
+	clear:both;
+	float:left;
+	width:824px;
+	border-top:1px solid #000;
+	background:#ddd;
+}
+
+#cadpadfooter p 
+{
+	padding:20px 30px;
+}
+*/
+/* portrait mode 
+@media only screen and (orientation:portrait)
+{*/
+	#cadpadheader,
+	#cadpadwrap,
+	#cadpadfooter 
+	{
+		width:668px;
+	}
+	
+	#cadpadcontent 
+	{
+		left:0;
+		background:#fff;
+	}
+	
+	#cadpadmain 
+	{
+		float:left;
+		width:668px;
+		position:relative;
+		right:0;
+		left:10px;
+	}
+	
+	#cadpadside 
+	{
+		clear:left;
+		float:left;
+		width:668px;
+		right:0;
+	}
+	
+	#cadpadsidea 
+	{
+		clear:none;
+		width:183px;
+		float:left;
+		position:relative;
+		left:60px;
+	}
+	
+	#cadpadsideb 
+	{
+		clear:none;
+		width:183px;
+		float:left;
+		position:relative;
+		left:90px;
+	}
+	
+	#cadpadsidec 
+	{
+		clear:none;
+		width:183px;
+		float:right;
+		position:relative;
+		right:0px;
+	}
+/*}*/
Index: trunk/webapps/einotebook/eval/index.html
===================================================================
--- trunk/webapps/einotebook/eval/index.html	(revision 359)
+++ trunk/webapps/einotebook/eval/index.html	(revision 359)
@@ -0,0 +1,1 @@
+Evaluation Index
