fixed path to icons in Rivet's web space
diff --git a/rivet/index.html b/rivet/index.html
index a814743..b565a91 100644
--- a/rivet/index.html
+++ b/rivet/index.html
@@ -16,7 +16,7 @@
         <div id="body">
             <div id="content">
                 <h2>Apache Rivet</h2>
-                <div class="floatright"><img src="/picts/Rivetlogo_tiny.png" /></div><div>
+                <div class="floatright"><img src="picts/Rivetlogo_tiny.png" /></div><div>
     <!--div id="announces">
 		  <div>
 		    01-Dec-2012: <sitereference href="rn-2-0">Rivet 2.0.6</sitereference> and
diff --git a/rivet/static/calendar.html b/rivet/static/calendar.html
index 5315338..514c8d0 100644
--- a/rivet/static/calendar.html
+++ b/rivet/static/calendar.html
@@ -66,7 +66,7 @@
 					with some CSS styling would print
 				</p>
     <p>
-        <img src="/picts/calendar.png"/>
+        <img src="../picts/calendar.png"/>
     </p>
     <p>
 				    Almost the whole HTML of <b>HtmlCalendar</b>
diff --git a/rivet/static/shaded_table.html b/rivet/static/shaded_table.html
index 8e5bef1..4c35599 100644
--- a/rivet/static/shaded_table.html
+++ b/rivet/static/shaded_table.html
@@ -63,7 +63,7 @@
 			    	</p>
         <p style="width:90%">The result should look something like this:</p>
         <p>
-            <img src="/picts/color-table.png"/>
+            <img src="../picts/color-table.png"/>
         </p>
     </div>
 </div>