Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 35199)
+++ trunk/ippMonitor/Makefile.in	(revision 35200)
@@ -76,5 +76,6 @@
 $(DESTWWW)/diskUsage.php \
 $(DESTWWW)/version.php \
-$(DESTWWW)/show_log.php 
+$(DESTWWW)/show_log.php \
+$(DESTWWW)/heathers_plot.php 
 
 DEFSRC = \
Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 35199)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 35200)
@@ -34,4 +34,8 @@
 else if ($type=="id")
 $filePath = "$path/ippToPsps_density_".$label.".png";
+else if ($type=="hp_c")
+$filePath = "$path/heathers_plots/cam.png";
+else if ($type=="hp_s")
+$filePath = "$path/heathers_plots/skycal.png";
 
 
Index: trunk/ippMonitor/raw/heathers_plot.php
===================================================================
--- trunk/ippMonitor/raw/heathers_plot.php	(revision 35199)
+++ trunk/ippMonitor/raw/heathers_plot.php	(revision 35200)
@@ -17,6 +17,8 @@
 echo "</tr>\n";
 
-echo "<td><img alt="cam image" src="/data/ipp009.0/czartool_plots/heathers_plots/cam.png"/></td>\n";
-echo "<td><img alt="skycal image" src="/data/ipp009.0/czartool_plots/heathers_plots/skycal.png"/></td>\n";
+echo "<tr>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_c\"/></td>\n";
+echo "<td><img src=\"czartool_getplot.php?type=hp_s\"/></td>\n";
+echo "</tr>\n";
 
 echo "</table>\n";
