cleaning and moving a lot of files.
[feisty_meow.git] / webby / javascript / gruntose / launchers.js
diff --git a/webby/javascript/gruntose/launchers.js b/webby/javascript/gruntose/launchers.js
new file mode 100644 (file)
index 0000000..08723dd
--- /dev/null
@@ -0,0 +1,21 @@
+
+<script language="JavaScript1.2">
+<!--
+
+////////////////////////////////////////////////////////////////////////////
+
+// Author: Fred T. Hamster.  Open Source; distributed under GNU Public License.
+
+////////////////////////////////////////////////////////////////////////////
+
+function jump_appropriate() {
+  window.location.reload(true);
+}
+
+function jump_to_anchor(anchor) {
+  window.location.hash = anchor;
+}
+
+//-->
+</script>
+