Index: nodes/nodemap.html
===================================================================
--- nodes/nodemap.html	(revision 8472)
+++ nodes/nodemap.html	(revision 8474)
@@ -1,4 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+Author: Rick van der Zwet <info@rickvanderzwet.nl>
+License: BSDLike - http://svn.wirelessleiden.nl/svn/LICENSE.txt
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"> 
   <head>
@@ -20,4 +24,6 @@
       var map, rulerControl, clickControl;
       var mapnik, wms;
+      var svnVersion = '$Id$';
+      var version = '0.10';
       var projection_wgs = new OpenLayers.Projection("EPSG:4326"); // WGS 1984
       var projection_smp = new OpenLayers.Projection("EPSG:900913"); // Spherical Mercator Projection
@@ -114,5 +120,5 @@
       }
       
-      function init() {
+      function initMap() {
         map = new OpenLayers.Map("basicMap");
       
@@ -391,11 +397,15 @@
         });
         map.addControl(rulerControl);
-      }
-      
+      } // end of init
+
+
+
       function resize() {
         size = new OpenLayers.Size(size.w + 10, size.h + 10);
         icon.setSize(size);   
       }
-      
+
+
+
       function toggleFieldById(field) {
         var e = document.getElementById(field);
@@ -406,5 +416,7 @@
         }
       }
-      
+
+
+
       function toggleClickControl() {
           toggleFieldById('coordField');
@@ -415,8 +427,7 @@
              clickControl.deactivate();
              document.getElementById('click').src = url_pal3 + "icon28.png";
-             
           }
       }
-      
+
 
       function toggleRulerControl() {
@@ -430,10 +441,18 @@
           }
       }
-      
+
+
+
       function defaultFocus() {
         map.setCenter(new OpenLayers.LonLat(4.50,52.186).transform( projection_wgs, projection_smp), 12);
       }
-      
-      // http://openlayers.org/dev/examples/strategy-cluster-threshold.html
+
+
+
+      function init() {
+        initMap();
+        document.getElementById('version').innerHTML = version;
+        document.getElementById('svnVersion').innerHTML = svnVersion;
+      }
       // ]]>
 
@@ -462,9 +481,16 @@
           <li>Contrast of background: <a title="decrease opacity" href="javascript: changeOpacity(-0.1);">Decrease</a> or <a title="increase opacity" href="javascript: changeOpacity(0.1);">Increase</a></li> 
         </ul>
-<p>
+<p>Validated by:
     <a href="http://validator.w3.org/check?uri=referer"><img
         src="http://www.w3.org/Icons/valid-xhtml10" title="Valid XHTML 1.0 Strict"
-        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
+        alt="Valid XHTML 1.0 Strict" height="17" />
     <a href="http://jslint.com"><img src="http://www.jslint.com/jslintpill.gif" title="Valid JavaScript code" alt="Valid JavaScript code" /></a>
+    <br />
+    Version: <em id='version'></em> - <em id='svnVersion'></em>
+    <p />
+    <small>
+    Written by Rick van der Zwet - &lt;info@rickvanderzwet.nl&gt;<br />
+    Licence: <a href="http://svn.wirelessleiden.nl/svn/LICENSE.txt">BSDlike</a>
+    </small>
   </p>
       </div>
