diff -r -U2 Statistics.orig/CallsMultiqueue.html Statistics/CallsMultiqueue.html
--- Statistics.orig/CallsMultiqueue.html        Tue Feb 19 06:56:11 2002
+++ Statistics/CallsMultiqueue.html     Thu Aug  8 11:47:18 2002
@@ -2,4 +2,8 @@
 
 <H2> Number of Tickets <%ucfirst $status%> Per Queue Per Day </H2>
+<table><tr><td><a href=<% $RT::WebURL %> >Back to RT</a></td>
+           <td><a href=<% $RT::WebURL%>Statistics/ >Back to Statistics</a></td>
+</tr></table>
+
 <form method="POST">
 
@@ -89,5 +93,5 @@
 
 <BR>
-% my $url = 'https://rt.oucs.ox.ac.uk/chart?type=lines&x_labels=[';
+% my $url = $RT::WebURL.'/chart?type=lines&x_labels=[';
 % $url .= join ",", @{ shift @data };
 % $url .= ']&';
@@ -102,5 +106,5 @@
 $status => "resolved"
 $max => 5
-@queues => qw(advisory maillist registration micros)
+@queues => qw(general)
 $weekends => 0
 </%ARGS>
diff -r -U2 Statistics.orig/CallsQueueDay.html Statistics/CallsQueueDay.html
--- Statistics.orig/CallsQueueDay.html  Tue Feb 19 06:56:11 2002
+++ Statistics/CallsQueueDay.html       Thu Aug  8 11:28:48 2002
@@ -2,4 +2,7 @@
 
 <H2> Number of Tickets Handled in <% $QueueObj->Name %> Per Day </H2>
+<table><tr><td><a href=<% $RT::WebURL %> >Back to RT</a></td>
+           <td><a href=<% $RT::WebURL%>Statistics/ >Back to Statistics</a></td>
+</tr></table>
 <form method="POST">
 
@@ -60,5 +63,5 @@
 
 <BR>
-% my $url = $RT::WebURL.'/chart?type=lines&x_labels=[';
+% my $url = $RT::WebURL.'chart?type=lines&x_labels=[';
 % $url .= join ",", @{ shift @data };
 % $url .= ']&';
@@ -74,5 +77,5 @@
 <%ARGS>
 $max => 5
-$queue => "unix-support"
+$queue => ""
 $weekends => 0
 </%ARGS>
diff -r -U2 Statistics.orig/DayOfWeek.html Statistics/DayOfWeek.html
--- Statistics.orig/DayOfWeek.html      Tue Feb 19 07:01:11 2002
+++ Statistics/DayOfWeek.html   Thu Aug  8 05:29:16 2002
@@ -2,4 +2,7 @@
 
 <H2> Number of Tickets Handled in <% $QueueObj->Name %> Per Day </H2>
+<table><tr><td><a href=<% $RT::WebURL %> >Back to RT</a></td>
+           <td><a href=<% $RT::WebURL%>Statistics/ >Back to Statistics</a></td>
+</tr></table>
 <form method="POST">
 
diff -r -U2 Statistics.orig/Resolution.html Statistics/Resolution.html
--- Statistics.orig/Resolution.html     Tue Feb 19 06:56:11 2002
+++ Statistics/Resolution.html  Thu Aug  8 11:47:45 2002
@@ -2,4 +2,7 @@
 
 <H2> Average Time-to-resolution for Tickets in <% $QueueObj->Name || "All Queues" %> </H2>
+<table><tr><td><a href=<% $RT::WebURL %> >Back to RT</a></td>
+           <td><a href=<% $RT::WebURL%>Statistics/ >Back to Statistics</a></td>
+</tr></table>
 <form method="POST">
 
@@ -73,5 +76,5 @@
 <%ARGS>
 $max => 5
-$queue => "advisory"
+$queue => "general"
 </%ARGS>
 
diff -r -U2 Statistics.orig/TimeToResolve.html Statistics/TimeToResolve.html
--- Statistics.orig/TimeToResolve.html  Tue Feb 19 08:53:36 2002
+++ Statistics/TimeToResolve.html       Thu Aug  8 11:56:12 2002
@@ -2,4 +2,8 @@
 
 <H2> Time to Resolve, by ticket </H2>
+<table><tr><td><a href=<% $RT::WebURL %> >Back to RT</a></td>
+           <td><a href=<% $RT::WebURL%>Statistics/ >Back to Statistics</a></td>
+</tr></table>
+
 <form method="POST">