Index: /trunk/FACT++/scripts/Main.js
===================================================================
--- /trunk/FACT++/scripts/Main.js	(revision 15004)
+++ /trunk/FACT++/scripts/Main.js	(revision 15005)
@@ -753,5 +753,7 @@
     if (point)
     {
-        var wobble = parseInt(run/4)%2;
+        // Change wobble position every four runs,
+        // start with alternating wobble positions each day
+        var wobble = (parseInt(run/4) + parseInt(new Date()/1000/3600/24-0.5))%2;
 
         //console.out("  Move telescope to '"+source+"' "+offset+" "+wobble);
