Index: /trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js
===================================================================
--- /trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js	(revision 874)
+++ /trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js	(revision 875)
@@ -25,5 +25,5 @@
  * the server to send the recorded data to
  */
-var destination = "http://patrick-prog-VM:8090"; // change to the location of your server
+var destination = "http://someserver:8090"; // change to the location of your server
 
 /**
@@ -227,5 +227,5 @@
 
     if ((recordedEvents.length >= packageSize) || (eventType === "onunload")) {
-        setTimeout(sendRequest(), 100);
+        setTimeout(sendRequest, 100);
     }
 
