diff --git a/config.js b/config.js
new file mode 100755
index 0000000..0d86543
--- /dev/null
+++ b/config.js
@@ -0,0 +1,24 @@
+/**********************************************************************
+*
+*
+* NOTE: uncommenting and setting the config options will override the
+* defaults...
+**********************************************************************/
+
+//var DEBUG = DEBUG != null ? DEBUG : true
+
+// number of pages to display in ribbon...
+//var PAGES_IN_RIBBON = 6
+
+// if true, expand a page to fit the whole view in single page mode...
+//var FIT_PAGE_TO_VIEW = true
+
+// if true will make page resizes after window resize animated...
+//var ANIMATE_WINDOW_RESIZE = true
+
+// if true will disable page dragging in single page mode...
+//var DRAG_FULL_PAGE = false
+
+
+
+/*********************************************************************/
diff --git a/index.html b/index.html
index bd14464..f862b25 100755
--- a/index.html
+++ b/index.html
@@ -12,6 +12,11 @@
+
+
+
+
+