Index: src/django_gheat/website/static/OpenStreetMap.js
===================================================================
--- src/django_gheat/website/static/OpenStreetMap.js	(revision 9347)
+++ src/django_gheat/website/static/OpenStreetMap.js	(revision 9358)
@@ -45,5 +45,7 @@
     initialize: function(name, options) {
         var url = [
-            "/website/osm-proxy/${z}/${x},${y}.png",
+            "http://a.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png",
+            "http://b.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png",
+            "http://c.osmproxy.wirelessleiden.nl/heatmap/osm-proxy/${z}/${x},${y}.png",
         ];
         options = OpenLayers.Util.extend({ numZoomLevels: 19 }, options);
@@ -161,5 +163,5 @@
     initialize: function(name, options) {
         var url = [
-            "/website/tile/${z}/${x},${y}.png?colour=90,90,90"
+            "tile/${z}/${x},${y}.png?colour=90,90,90"
         ];
         options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
@@ -177,5 +179,5 @@
     initialize: function(name, options) {
         var url = [
-            "/website/tile/${z}/${x},${y}.png?colour=255,0,0&accespoint__ssid__icontains=WirelessLeiden"
+            "tile/${z}/${x},${y}.png?colour=255,0,0&accespoint__ssid__icontains=WirelessLeiden"
         ];
         options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
@@ -193,5 +195,5 @@
   initialize: function(name, options) {
     var url = [
-      "/website/tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=0&signaal__lte=100"
+      "tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=0&signaal__lte=100"
     ];
     options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
Index: src/django_gheat/website/static/heatmap_extensions.js
===================================================================
--- src/django_gheat/website/static/heatmap_extensions.js	(revision 9347)
+++ src/django_gheat/website/static/heatmap_extensions.js	(revision 9358)
@@ -4,5 +4,5 @@
  */
 function getNodeList(zoomlevel, mousepos){
-  $.getJSON("/website/nodelist/" + zoomlevel + "," + mousepos.lat + "," + mousepos.lon, 
+  $.getJSON("nodelist/" + zoomlevel + "," + mousepos.lat + "," + mousepos.lon, 
     function(json){
       content = 'Wireless Leiden nodes on mouseposition:<br /><b>';
@@ -68,5 +68,5 @@
     stop: function(event, sig){
       signallayer = map.getLayersByName('signallayer');
-      signallayer[0].setUrl("/website/tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=" + sig.values[0] + "&signaal__lte=" + sig.values[1]);
+      signallayer[0].setUrl("tile/${z}/${x},${y}.png?colour=250,250,0&signaal__gte=" + sig.values[0] + "&signaal__lte=" + sig.values[1]);
       signallayer[0].redraw();
     },
@@ -169,5 +169,5 @@
    * http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery
    */
-  $.getJSON("/website/filters/",
+  $.getJSON("filters/",
     function(json) {
       $.each(json, function(i,json){
@@ -203,5 +203,5 @@
           initialize: function(name, options) {
             var url = [
-              "/website/tile/${z}/${x},${y}.png?&colour=" + colour + "&meetrondje__gebruiker__naam=" + user
+              "tile/${z}/${x},${y}.png?&colour=" + colour + "&meetrondje__gebruiker__naam=" + user
             ];
             options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
@@ -240,5 +240,5 @@
           initialize: function(name, options) {
             var url = [
-              "/website/tile/${z}/${x},${y}.png?&colour=" + colour + "&accespoint__ssid=" + node
+              "tile/${z}/${x},${y}.png?&colour=" + colour + "&accespoint__ssid=" + node
             ];
             options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
@@ -326,5 +326,5 @@
       initialize: function(name, options) {
         var url = [
-          "/website/tile/${z}/${x},${y}.png?&colour=" + colour + user + dataset + wlnode + start_date + end_date 
+          "tile/${z}/${x},${y}.png?&colour=" + colour + user + dataset + wlnode + start_date + end_date 
         ];
         options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
