Index: /trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- /trunk/ippMonitor/raw/czartool_getplot.php	(revision 35390)
+++ /trunk/ippMonitor/raw/czartool_getplot.php	(revision 35391)
@@ -38,5 +38,8 @@
 else if ($type=="hp_s")
 $filePath = "$path/heathers_plots/skycal.png";
-
+else if ($type=="hp_cm")
+$filePath = "$path/heathers_plots/cam_merged.png";
+else if ($type=="hp_sm")
+$filePath = "$path/heathers_plots/skycal_merged.png";
 
 $file = fopen ($filePath, "r");
Index: /trunk/ippMonitor/raw/heathers_plot.php
===================================================================
--- /trunk/ippMonitor/raw/heathers_plot.php	(revision 35390)
+++ /trunk/ippMonitor/raw/heathers_plot.php	(revision 35391)
@@ -10,5 +10,5 @@
 menu('ipp.czar.dat', 'useful tools for the czar', 'ipp.css', $ID['link'], $ID['proj']);
 
-echo "These images are generated every day at 7:00 HST (17:00 GMT)\n";
+echo "These images are generated every day at 7:00 HST (17:00 GMT) on ipp@ippc11\n";
 // document body
 echo "<table>\n";
@@ -23,4 +23,14 @@
 echo "</tr>\n";
 
+echo "<tr>\n";
+echo "<td>Camera Merged</td>\n";
+echo "<td>SkyCal Merged</td>\n";
+echo "</tr>\n";
+
+echo "<tr>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_cm\"/></td>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_sm\"/></td>\n";
+echo "</tr>\n";
+
 echo "</table>\n";
 
