diff --git a/js/script2.js b/js/script2.js
index 0721767ab411085813abd5bb3f00031eb3ac413e_anMvc2NyaXB0Mi5qcw==..f663f346f8dc2795a70deeece519c13694e95391_anMvc2NyaXB0Mi5qcw== 100644
--- a/js/script2.js
+++ b/js/script2.js
@@ -1,8 +1,8 @@
 
 function py3k_donate() {
-    $.get("don1.html", function (html) {
+    $.get("don1.html#", function (html) {
         $("#sidebar").html(html);
     });
 }
 
 function general_donate() {
@@ -4,11 +4,11 @@
         $("#sidebar").html(html);
     });
 }
 
 function general_donate() {
-    $.get("don2.html", function (html) {
+    $.get("don2.html#", function (html) {
         $("#sidebar").html(html);
     });
 }
 
 function numpy_donate() {
@@ -10,9 +10,9 @@
         $("#sidebar").html(html);
     });
 }
 
 function numpy_donate() {
-    $.get("don3.html", function (html) {
+    $.get("don3.html#", function (html) {
         $("#sidebar").html(html);
     });
 }