diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -103,6 +103,7 @@ class page
$this->headCode['jQuery'] = '';
$this->headCode['jQueryUI'] = '';
$this->headCode['jValidate'] = '';
+ $this->headCode['jAddress'] = '';
$this->headCode['qTip'] = '';
$this->headCode['schedInput'] = '';
$this->headCode['outputPrintStyle'] = '';
diff --git a/inc/class.schedule.php b/inc/class.schedule.php
--- a/inc/class.schedule.php
+++ b/inc/class.schedule.php
@@ -244,7 +244,7 @@ class Schedule
$headcode = array('jQuery', 'jQueryUI', 'uiTabsKeyboard', 'outputStyle', 'outputPrintStyle', 'displayTables');
}
else {
- $headcode = array('outputStyle', 'jQuery', 'jQueryUI', 'uiTabsKeyboard', 'displayTables');
+ $headcode = array('outputStyle', 'jQuery', 'jQueryUI', 'jAddress', 'uiTabsKeyboard', 'displayTables');
}
$outputPage = page::page_create(htmlentities($this->getName()), $headcode);
$outputPage->head();
@@ -274,6 +274,14 @@ class Schedule
echo '