Index: trunk/packages/invirt-web/code/templates/unauth.mako
===================================================================
--- trunk/packages/invirt-web/code/templates/unauth.mako	(revision 2812)
+++ trunk/packages/invirt-web/code/templates/unauth.mako	(revision 2814)
@@ -14,7 +14,8 @@
 system of your choice</strong>.  The service is <strong>free</strong>
 to any Athena account holder.</p>
-%if serviceMessage:
+
+%if os.path.exists("/etc/invirt/message"):
 <div class="result">
-<p class="error">${serviceMessage}</p>
+<p class="error">${open('/etc/invirt/message').read()}</p>
 </div>
 %endif
