diff --git a/STARTERKIT/js/script.js b/STARTERKIT/js/script.js
new file mode 100644
index 0000000000000000000000000000000000000000..ab07bec6416806a158263df62aa4bb291d7a525d
--- /dev/null
+++ b/STARTERKIT/js/script.js
@@ -0,0 +1,22 @@
+
+/**
+ * @file
+ * JavaScript file for the theme.
+ */
+
+// Javascript should be made compatible with other libraries than jQuery by
+// adding a small wrapper around your existing code:
+// http://drupal.org/node/224333#javascript_compatibility
+(function ($) {
+
+// Place your code in here ...
+
+
+
+
+
+
+
+
+
+})(jQuery);
