diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -32,7 +32,8 @@ class page {
   public function __construct($ntitle, $nscripts = array(), $immediate = TRUE)
   {
     // Scripts and styles available to include
-    $this->headCode['jQuery'] = '';
+    $this->headCode['jQuery'] = '';
+    $this->headCode['jQueryUI'] = '';
     $this->headCode['jValidate'] = '';
     $this->headCode['schedInput'] = '';
     $this->headCode['outputPrintStyle'] = '';