Index: /trunk/FACT++/www/index.js
===================================================================
--- /trunk/FACT++/www/index.js	(revision 13621)
+++ /trunk/FACT++/www/index.js	(revision 13622)
@@ -189,4 +189,6 @@
 function onload()
 {
+    var xmlHttp = null;
+    
     try { xmlHttp = new XMLHttpRequest(); }
     catch(e)
@@ -750,4 +752,5 @@
 
 var timeoutText = null;
+var timeoutGraphics = null;
 
 function refresh_text()
@@ -1040,4 +1043,7 @@
 function position(s, ring, i)
 {
+    this.x = 0;
+    this.y = 0;
+
     switch (s)
     {
