Index: /trunk/FACT++/scripts/Main.js
===================================================================
--- /trunk/FACT++/scripts/Main.js	(revision 15006)
+++ /trunk/FACT++/scripts/Main.js	(revision 15007)
@@ -544,4 +544,17 @@
 var lastObs;
 
+var test = getObservation();
+if (test!=undefined && test<observations.length)
+{
+    var t = observations[test].start;
+    var n = new Date();
+    if (t>n)
+        console.out(n.toUTCString()+": First observation scheduled for "+t.toUTCString());
+    else
+        console.out(n.toUTCString()+": First observation should start immediately.");
+    if (t>n+12*3600*1000)
+        console.out(n.toUTCString()+": No observations scheduled for the next 12 hours!");
+}
+
 while (1)
 {
