diff --git a/htmlfooter.php b/htmlfooter.php
index 3808d89..5eab079 100755
--- a/htmlfooter.php
+++ b/htmlfooter.php
@@ -13,5 +13,7 @@
+
+
diff --git a/js/main.js b/js/main.js
new file mode 100644
index 0000000..74aef38
--- /dev/null
+++ b/js/main.js
@@ -0,0 +1,5 @@
+function basename(str, sep) {
+ return str.substr(str.lastIndexOf(sep) + 1);
+}
+
+// vim: set ts=4:sw=4