Index: jsxgraph/examples/Intergeo/testcases.html
===================================================================
--- jsxgraph.orig/examples/Intergeo/testcases.html
+++ jsxgraph/examples/Intergeo/testcases.html
@@ -2,7 +2,7 @@
 <head>
    <title>Intergeo test cases in JSXGraph</title>
    <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
-   <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <!--type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>-->
    <!--<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/~alfred/jsxgraph/branches/0.80/src/loadjsxgraph.js"></script>-->
    <script type="text/javascript" src="../../distrib/jsxgraphcore.js"></script></head>
Index: jsxgraph/examples/i2geo.html
===================================================================
--- jsxgraph.orig/examples/i2geo.html
+++ jsxgraph/examples/i2geo.html
@@ -2,7 +2,7 @@
 <head>
   <title>JSXGraph example</title>
   <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/~alfred/jsxgraph/trunk/jsxgraph.css" />
-  <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/~alfred/jsxgraph/distrib/prototype.js"></script>
+  <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
   <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/~alfred/jsxgraph/distrib/jsxgraphcore.js"></script>
   <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/~alfred/jsxgraph/distrib/IntergeoReader.js"></script>
 </head>
Index: jsxgraph/examples/cebit/events.html
===================================================================
--- jsxgraph.orig/examples/cebit/events.html
+++ jsxgraph/examples/cebit/events.html
@@ -9,7 +9,7 @@
             height: 80px;
         }
     </style>
-    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
+    <script type="text/javascript" src="/javascript/jquery/jquery.min.js"></script>
     <script type="text/javascript">
 
         function addEvent(obj, type, fn, owner) {
Index: jsxgraph/examples/cebit/index.html
===================================================================
--- jsxgraph.orig/examples/cebit/index.html
+++ jsxgraph/examples/cebit/index.html
@@ -9,7 +9,7 @@
             height: 80px;
         }
     </style>
-    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
+    <script type="text/javascript" src="/javascript/jquery/jquery.min.js"></script>
     <script type="text/javascript">
 
         var good = '#0f0',
Index: jsxgraph/examples/dump.html
===================================================================
--- jsxgraph.orig/examples/dump.html
+++ jsxgraph/examples/dump.html
@@ -7,7 +7,7 @@
     <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
     <script type="text/javascript" src="../src/reader/geonext.js"></script>
 
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
+    <script type="text/javascript" src="/javascript/jquery/jquery.js"></script>
 </head>
 <body>
 
Index: jsxgraph/examples/sandkasten.html
===================================================================
--- jsxgraph.orig/examples/sandkasten.html
+++ jsxgraph/examples/sandkasten.html
@@ -10,7 +10,7 @@
     <!--script type="text/javascript" src="../../JessieCode/jessiecode.par.js"></script-->
     <!--script type="text/javascript" src="../../JessieCode/jessiecode.bnf.js"></script-->
 
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
+    <script type="text/javascript" src="/javascript/jquery/jquery.js"></script>
 
     <script id="shader-fs" type="x-shader/x-fragment">
         #ifdef GL_ES
Index: jsxgraph/examples/mathjax.html
===================================================================
--- jsxgraph.orig/examples/mathjax.html
+++ jsxgraph/examples/mathjax.html
@@ -1,7 +1,7 @@
 <html>
 <head>
     <title>JSXGraph example</title>
-    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+    <script type="text/javascript" src="/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
     <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
     <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
Index: jsxgraph/examples/cannon/cannon.html
===================================================================
--- jsxgraph.orig/examples/cannon/cannon.html
+++ jsxgraph/examples/cannon/cannon.html
@@ -3,7 +3,7 @@
 <head>
     <title>Shoot a cannon</title>
     <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
-    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+    <script type="text/javascript" src="/javascript/jquery/jquery.min.js"></script>
     <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/input.html
===================================================================
--- jsxgraph.orig/examples/input.html
+++ jsxgraph/examples/input.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/mathML.xhtml
===================================================================
--- jsxgraph.orig/examples/mathML.xhtml
+++ jsxgraph/examples/mathML.xhtml
@@ -7,7 +7,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/loadjsxgraphXML.js"></script>
    <script type="text/javascript" src="../distrib/jxg.js"></script>
    <script type="text/javascript" src="../distrib/SVGRendererMinify.js"></script>
Index: jsxgraph/examples/LSystems2.html
===================================================================
--- jsxgraph.orig/examples/LSystems2.html
+++ jsxgraph/examples/LSystems2.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/alternating_subtriangles.html
===================================================================
--- jsxgraph.orig/examples/alternating_subtriangles.html
+++ jsxgraph/examples/alternating_subtriangles.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/button.html
===================================================================
--- jsxgraph.orig/examples/button.html
+++ jsxgraph/examples/button.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/checkbox.html
===================================================================
--- jsxgraph.orig/examples/checkbox.html
+++ jsxgraph/examples/checkbox.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/cinderella.html
===================================================================
--- jsxgraph.orig/examples/cinderella.html
+++ jsxgraph/examples/cinderella.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/reader/cinderella.js"></script>
 </head>
Index: jsxgraph/examples/circletangent.html
===================================================================
--- jsxgraph.orig/examples/circletangent.html
+++ jsxgraph/examples/circletangent.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/circumcircles.html
===================================================================
--- jsxgraph.orig/examples/circumcircles.html
+++ jsxgraph/examples/circumcircles.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/colorful_tangents.html
===================================================================
--- jsxgraph.orig/examples/colorful_tangents.html
+++ jsxgraph/examples/colorful_tangents.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/curve.html
===================================================================
--- jsxgraph.orig/examples/curve.html
+++ jsxgraph/examples/curve.html
@@ -3,7 +3,7 @@
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
 <!--<script type="text/javascript" src="jquery-3.5.1.min.js"></script>-->
-<script type="text/javascript" src="prototype.js"></script>
+<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
 <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/curve2.html
===================================================================
--- jsxgraph.orig/examples/curve2.html
+++ jsxgraph/examples/curve2.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/diffeq.html
===================================================================
--- jsxgraph.orig/examples/diffeq.html
+++ jsxgraph/examples/diffeq.html
@@ -1,7 +1,7 @@
 <html>
     <head>
         <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-        <script type="text/javascript" src="prototype.js"></script>
+        <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
         <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    </head>
      <body>
Index: jsxgraph/examples/epicycloid.html
===================================================================
--- jsxgraph.orig/examples/epicycloid.html
+++ jsxgraph/examples/epicycloid.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/gxt_elements.html
===================================================================
--- jsxgraph.orig/examples/gxt_elements.html
+++ jsxgraph/examples/gxt_elements.html
@@ -3,7 +3,7 @@
    <title>Geonext elements test file</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
 
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/reader/geonext.js"></script>
 </head>
Index: jsxgraph/examples/gxt_event2.html
===================================================================
--- jsxgraph.orig/examples/gxt_event2.html
+++ jsxgraph/examples/gxt_event2.html
@@ -10,7 +10,7 @@
 <head>
    <title>GEONExT SVG+VML</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-<script type="text/javascript" src="prototype.js"></script>
+<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/reader/geonext.js"></script>
 
Index: jsxgraph/examples/hilbert.html
===================================================================
--- jsxgraph.orig/examples/hilbert.html
+++ jsxgraph/examples/hilbert.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/image.html
===================================================================
--- jsxgraph.orig/examples/image.html
+++ jsxgraph/examples/image.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <!--<script type="text/javascript" src="prototype.js"></script>-->
+   <!--<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>-->
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 
 </head>
Index: jsxgraph/examples/intersection_with_dependencies_I.html
===================================================================
--- jsxgraph.orig/examples/intersection_with_dependencies_I.html
+++ jsxgraph/examples/intersection_with_dependencies_I.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/intersection_with_dependencies_II.html
===================================================================
--- jsxgraph.orig/examples/intersection_with_dependencies_II.html
+++ jsxgraph/examples/intersection_with_dependencies_II.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/linechart.html
===================================================================
--- jsxgraph.orig/examples/linechart.html
+++ jsxgraph/examples/linechart.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/lines_with_arrows.html
===================================================================
--- jsxgraph.orig/examples/lines_with_arrows.html
+++ jsxgraph/examples/lines_with_arrows.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/multipleBoards.html
===================================================================
--- jsxgraph.orig/examples/multipleBoards.html
+++ jsxgraph/examples/multipleBoards.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/ode.html
===================================================================
--- jsxgraph.orig/examples/ode.html
+++ jsxgraph/examples/ode.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/Centroid.js"></script>
    <script type="text/javascript" src="../src/Triangle.js"></script>
Index: jsxgraph/examples/ode_dynamic.html
===================================================================
--- jsxgraph.orig/examples/ode_dynamic.html
+++ jsxgraph/examples/ode_dynamic.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/optimization.html
===================================================================
--- jsxgraph.orig/examples/optimization.html
+++ jsxgraph/examples/optimization.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/reader/geonext.js"></script>
 </head>
Index: jsxgraph/examples/optimization2.html
===================================================================
--- jsxgraph.orig/examples/optimization2.html
+++ jsxgraph/examples/optimization2.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/parabola.html
===================================================================
--- jsxgraph.orig/examples/parabola.html
+++ jsxgraph/examples/parabola.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/reader/geonext.js"></script>
 </head>
Index: jsxgraph/examples/piechart.html
===================================================================
--- jsxgraph.orig/examples/piechart.html
+++ jsxgraph/examples/piechart.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/polarFormCurves.html
===================================================================
--- jsxgraph.orig/examples/polarFormCurves.html
+++ jsxgraph/examples/polarFormCurves.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/polygon2.html
===================================================================
--- jsxgraph.orig/examples/polygon2.html
+++ jsxgraph/examples/polygon2.html
@@ -3,7 +3,7 @@
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
 <script type="text/javascript" src="jquery-3.5.1.min.js"></script>
-<!--<script type="text/javascript" src="prototype.js"></script>-->
+<!--<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>-->
 <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/programming.html
===================================================================
--- jsxgraph.orig/examples/programming.html
+++ jsxgraph/examples/programming.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/r.html
===================================================================
--- jsxgraph.orig/examples/r.html
+++ jsxgraph/examples/r.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/regression.html
===================================================================
--- jsxgraph.orig/examples/regression.html
+++ jsxgraph/examples/regression.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/semicircle.html
===================================================================
--- jsxgraph.orig/examples/semicircle.html
+++ jsxgraph/examples/semicircle.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="../src/CanvasRenderer.js"></script>
 </head>
Index: jsxgraph/examples/sierpinski.html
===================================================================
--- jsxgraph.orig/examples/sierpinski.html
+++ jsxgraph/examples/sierpinski.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/sin.html
===================================================================
--- jsxgraph.orig/examples/sin.html
+++ jsxgraph/examples/sin.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/sin_1_by_x.html
===================================================================
--- jsxgraph.orig/examples/sin_1_by_x.html
+++ jsxgraph/examples/sin_1_by_x.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/sincos_and_thales.html
===================================================================
--- jsxgraph.orig/examples/sincos_and_thales.html
+++ jsxgraph/examples/sincos_and_thales.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/sinewaves.html
===================================================================
--- jsxgraph.orig/examples/sinewaves.html
+++ jsxgraph/examples/sinewaves.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/stomachion.html
===================================================================
--- jsxgraph.orig/examples/stomachion.html
+++ jsxgraph/examples/stomachion.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/table_to_chart.html
===================================================================
--- jsxgraph.orig/examples/table_to_chart.html
+++ jsxgraph/examples/table_to_chart.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example: Line charts out of data given in a table</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/tangram.html
===================================================================
--- jsxgraph.orig/examples/tangram.html
+++ jsxgraph/examples/tangram.html
@@ -2,7 +2,7 @@
 	<head>
    		<title>JSXGraph example</title>
 		<!--<link rel="stylesheet" type="text/css" href="distrib/jsxgraph.present.css" />-->
-        <script type="text/javascript" src="prototype.js"></script>
+        <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
         <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 	</head>
 	<body class="jsxgraph_body">
Index: jsxgraph/examples/tetris.html
===================================================================
--- jsxgraph.orig/examples/tetris.html
+++ jsxgraph/examples/tetris.html
@@ -14,7 +14,7 @@
        }
     </style>
 
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/three_inner_circles.html
===================================================================
--- jsxgraph.orig/examples/three_inner_circles.html
+++ jsxgraph/examples/three_inner_circles.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body style="font-family:Arial">
Index: jsxgraph/examples/turtleglider.html
===================================================================
--- jsxgraph.orig/examples/turtleglider.html
+++ jsxgraph/examples/turtleglider.html
@@ -2,7 +2,7 @@
 <head>
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
 </head>
 <body>
Index: jsxgraph/examples/wahldaten.html
===================================================================
--- jsxgraph.orig/examples/wahldaten.html
+++ jsxgraph/examples/wahldaten.html
@@ -3,7 +3,7 @@
    <meta charset="UTF-8">
    <title>JSXGraph example</title>
    <link rel="stylesheet" type="text/css" href="../distrib/jsxgraph.css" />
-   <script type="text/javascript" src="prototype.js"></script>
+   <script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
    <script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
    <script type="text/javascript" src="wahldaten.js"></script>
    <script type="text/javascript" src="germany.js"></script>
