/* Table structure for table `cms_additional_htmlblob_users` */
DROP TABLE IF EXISTS `cms_additional_htmlblob_users`;

CREATE TABLE `cms_additional_htmlblob_users` (
  `additional_htmlblob_users_id` int(11) NOT NULL,
  `user_id` int(11) default NULL,
  `htmlblob_id` int(11) default NULL,
  PRIMARY KEY  (`additional_htmlblob_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_additional_htmlblob_users` */
insert into `cms_additional_htmlblob_users` values
(6,1,5),
(21,1,1),
(38,1,2),
(45,1,3),
(40,1,4);

/* Table structure for table `cms_additional_htmlblob_users_seq` */
DROP TABLE IF EXISTS `cms_additional_htmlblob_users_seq`;

CREATE TABLE `cms_additional_htmlblob_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_additional_htmlblob_users_seq` */
insert into `cms_additional_htmlblob_users_seq` values
(45);

/* Table structure for table `cms_additional_users` */
DROP TABLE IF EXISTS `cms_additional_users`;

CREATE TABLE `cms_additional_users` (
  `additional_users_id` int(11) NOT NULL,
  `user_id` int(11) default NULL,
  `page_id` int(11) default NULL,
  `content_id` int(11) default NULL,
  PRIMARY KEY  (`additional_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_additional_users_seq` */
DROP TABLE IF EXISTS `cms_additional_users_seq`;

CREATE TABLE `cms_additional_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_additional_users_seq` */
insert into `cms_additional_users_seq` values
(0);

/* Table structure for table `cms_admin_bookmarks` */
DROP TABLE IF EXISTS `cms_admin_bookmarks`;

CREATE TABLE `cms_admin_bookmarks` (
  `bookmark_id` int(11) NOT NULL,
  `user_id` int(11) default NULL,
  `title` varchar(255) default NULL,
  `url` varchar(255) default NULL,
  PRIMARY KEY  (`bookmark_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_admin_bookmarks_seq` */
DROP TABLE IF EXISTS `cms_admin_bookmarks_seq`;

CREATE TABLE `cms_admin_bookmarks_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_admin_bookmarks_seq` */
insert into `cms_admin_bookmarks_seq` values
(0);

/* Table structure for table `cms_admin_recent_pages` */
DROP TABLE IF EXISTS `cms_admin_recent_pages`;

CREATE TABLE `cms_admin_recent_pages` (
  `id` int(11) NOT NULL,
  `user_id` int(11) default NULL,
  `title` varchar(255) default NULL,
  `url` varchar(255) default NULL,
  `access_time` datetime default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_admin_recent_pages_seq` */
DROP TABLE IF EXISTS `cms_admin_recent_pages_seq`;

CREATE TABLE `cms_admin_recent_pages_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_admin_recent_pages_seq` */
insert into `cms_admin_recent_pages_seq` values
(0);

/* Table structure for table `cms_adminlog` */
DROP TABLE IF EXISTS `cms_adminlog`;

CREATE TABLE `cms_adminlog` (
  `timestamp` int(11) default NULL,
  `user_id` int(11) default NULL,
  `username` varchar(25) default NULL,
  `item_id` int(11) default NULL,
  `item_name` varchar(50) default NULL,
  `action` varchar(255) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_adminlog` */
insert into `cms_adminlog` values
(1187656916,0,'',0,'FCKeditorX','Module version 1.0.5 installed.'),
(1187656916,0,'',0,'Module Manager','Module version 1.1.4 installed.'),
(1187656916,0,'',0,'nuSOAP','Installed'),
(1187656919,0,'',0,'Theme Manager','Module version 1.0.8 installed.'),
(1187656978,1,'inyerface',1,'inyerface','User Login'),
(1187797795,1,'inyerface',1,'inyerface','User Login'),
(1187798217,1,'inyerface',20,'Home Page','Added Template'),
(1187798308,1,'inyerface',42,'Home Page','Added CSS'),
(1187798332,1,'inyerface',20,'Home Page','Added Stylesheet Association'),
(1187798428,1,'inyerface',15,'Home','Edited Content'),
(1187798732,1,'inyerface',20,'Home Page','Added Stylesheet Association'),
(1187799417,1,'inyerface',20,'Home Page','Edited Template'),
(1187801973,1,'inyerface',1,'footer','Edited Html Blob'),
(1187895578,1,'inyerface',1,'inyerface','User Login'),
(1187895694,1,'inyerface',-1,'','Edited User Preferences'),
(1187913294,1,'inyerface',1,'inyerface','User Login'),
(1187913546,1,'inyerface',20,'Home Page','Edited Template'),
(1187913851,1,'inyerface',-1,'','Edited User Preferences'),
(1187914399,1,'inyerface',15,'Home','Edited Content'),
(1187914486,1,'inyerface',15,'Home','Edited Content'),
(1187914519,1,'inyerface',15,'Home','Edited Content'),
(1187914542,1,'inyerface',15,'Home','Edited Content'),
(1187914552,1,'inyerface',15,'Home','Edited Content'),
(1187914562,1,'inyerface',15,'Home','Edited Content'),
(1187915039,1,'inyerface',42,'Home Page','Edited CSS'),
(1187915220,1,'inyerface',42,'Home Page','Edited CSS'),
(1187915410,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915487,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915537,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915577,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915619,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915661,1,'inyerface',1,'footer','Edited Html Blob'),
(1187915680,1,'inyerface',1,'footer','Deleted Html Blob'),
(1187915696,1,'inyerface',2,'footer','Added Html Blob'),
(1187915835,1,'inyerface',2,'copyright','Edited User Defined Tag'),
(1187915871,1,'inyerface',2,'footer','Edited Html Blob'),
(1187915893,1,'inyerface',2,'copyright','Edited User Defined Tag'),
(1187973547,1,'inyerface',1,'inyerface','User Login'),
(1187974321,1,'inyerface',20,'Home Page','Edited Template'),
(1187974360,1,'inyerface',15,'Home','Edited Content'),
(1187974401,1,'inyerface',20,'Home Page','Edited Template'),
(1187974454,1,'inyerface',21,'Secondary Yellow','Added Template'),
(1187974490,1,'inyerface',28,'User-defined tags (4.2.2) -- 28','Deleted Content'),
(1187974490,1,'inyerface',26,'Tags in the core (4.2.1) -- 26','Deleted Content'),
(1187974490,1,'inyerface',25,'Tags (4.2) -- 25','Deleted Content'),
(1187974490,1,'inyerface',50,'Module Manager (4.1.6) -- 50','Deleted Content'),
(1187974490,1,'inyerface',43,'Search (4.1.5) -- 43','Deleted Content'),
(1187974490,1,'inyerface',42,'FCKEditorX (4.1.4) -- 42','Deleted Content'),
(1187974490,1,'inyerface',41,'Theme Manager (4.1.3) -- 41','Deleted Content'),
(1187974490,1,'inyerface',40,'Menu Manager (4.1.2) -- 40','Deleted Content'),
(1187974490,1,'inyerface',39,'News (4.1.1) -- 39','Deleted Content'),
(1187974490,1,'inyerface',20,'Modules (4.1) -- 20','Deleted Content'),
(1187974490,1,'inyerface',24,'Default Extensions (4) -- 24','Deleted Content'),
(1187974490,1,'inyerface',44,'Minimal template (3.6) -- 44','Deleted Content'),
(1187974490,1,'inyerface',18,'CSSMenu left + 1 column (3.5) -- 18','Deleted Content'),
(1187974490,1,'inyerface',16,'CSSMenu top + 2 columns (3.4) -- 16','Deleted Content'),
(1187974490,1,'inyerface',22,'Top simple navigation + left subnavigation + 1 col','Deleted Content'),
(1187974490,1,'inyerface',13,'Left simple navigation + 1 column (3.2) -- 13','Deleted Content'),
(1187974490,1,'inyerface',49,'CMSMS tags in the templates (3.1) -- 49','Deleted Content'),
(1187974490,1,'inyerface',19,'Default Templates Explained (3) -- 19','Deleted Content'),
(1187974490,1,'inyerface',47,'Where do I get help? (2.8) -- 47','Deleted Content'),
(1187974490,1,'inyerface',38,'Workflow (2.7) -- 38','Deleted Content'),
(1187974490,1,'inyerface',45,'Events Manager (2.6) -- 45','Deleted Content'),
(1187974490,1,'inyerface',46,'Extensions (2.5) -- 46','Deleted Content'),
(1187974490,1,'inyerface',30,'Menu Manager (2.4) -- 30','Deleted Content'),
(1187974490,1,'inyerface',29,'Content (2.3) -- 29','Deleted Content'),
(1187974490,1,'inyerface',37,'Pages and navigation (2.2) -- 37','Deleted Content'),
(1187974490,1,'inyerface',36,'Templates and stylesheets (2.1) -- 36','Deleted Content'),
(1187974490,1,'inyerface',34,'How CMSMS Works (2) -- 34','Deleted Content'),
(1187974588,1,'inyerface',51,'NLP Explained','Added Content'),
(1187974643,1,'inyerface',42,'NLP Partners','Edited CSS'),
(1187974676,1,'inyerface',21,'Secondary Yellow','Added Stylesheet Association'),
(1187974683,1,'inyerface',21,'Secondary Yellow','Added Stylesheet Association'),
(1187975128,1,'inyerface',51,'NLP Explained','Edited Content'),
(1187975167,1,'inyerface',51,'NLP Explained','Edited Content'),
(1187975232,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1187975256,1,'inyerface',20,'Home Page','Edited Template'),
(1187975387,1,'inyerface',22,'Secondary Blue','Added Template'),
(1187975397,1,'inyerface',22,'Secondary Blue','Added Stylesheet Association'),
(1187975409,1,'inyerface',22,'Secondary Blue','Added Stylesheet Association'),
(1187975495,1,'inyerface',23,'Secondary Green','Added Template'),
(1187975508,1,'inyerface',23,'Secondary Green','Added Stylesheet Association'),
(1187975521,1,'inyerface',23,'Secondary Green','Added Stylesheet Association'),
(1187985113,1,'inyerface',21,'NLP Explained','Edited Template'),
(1187985635,1,'inyerface',-1,'','Edited User Preferences'),
(1187985825,1,'inyerface',-1,'','Edited User Preferences'),
(1187986009,1,'inyerface',1,'','User Logout'),
(1187986017,1,'inyerface',1,'inyerface','User Login'),
(1187986646,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1187986819,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1187986872,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1187986989,1,'inyerface',-1,'NLPcourses.gif','Uploaded File'),
(1187987002,1,'inyerface',-1,'NLPexplained.gif','Uploaded File'),
(1187987147,1,'inyerface',-1,'','Edited User Preferences'),
(1187987331,1,'inyerface',0,'FCKeditorX','Module Uninstalled.'),
(1187987399,1,'inyerface',0,'FCKeditorX','Module version 1.0.3 installed.'),
(1187987439,1,'inyerface',1,'Group ID','Permissions have been updated.'),
(1187987654,1,'inyerface',1,'inyerface','User Login'),
(1187987772,1,'inyerface',51,'NLP Explained','Edited Content'),
(1187987906,1,'inyerface',51,'NLP Explained','Edited Content'),
(1188227796,1,'inyerface',1,'inyerface','User Login'),
(1188229669,1,'inyerface',1,'inyerface','User Login'),
(1188230513,1,'inyerface',51,'NLP Explained','Edited Content'),
(1188230644,1,'inyerface',22,'Secondary Blue','Edited Template'),
(1188230681,1,'inyerface',23,'Secondary Green','Edited Template'),
(1188230764,1,'inyerface',24,'Secondary Orange','Added Template'),
(1188230826,1,'inyerface',25,'Secondary Red','Added Template'),
(1188230870,1,'inyerface',26,'Secondary Purple','Added Template'),
(1188231418,1,'inyerface',52,'NLP Centre','Added Content'),
(1188231497,1,'inyerface',52,'NLP Centre','Edited Content'),
(1188231527,1,'inyerface',52,'NLP Centre','Edited Content'),
(1188231623,1,'inyerface',52,'NLP Centre','Edited Content'),
(1188231859,1,'inyerface',53,'Setting','Added Content'),
(1188231913,1,'inyerface',53,'Setting (3.1) -- 53','Deleted Content'),
(1188232015,1,'inyerface',52,'NLP Centre','Edited Content'),
(1188232189,1,'inyerface',51,'NLP Explained','Edited Content'),
(1188232474,1,'inyerface',51,'NLP Explained','Edited Content'),
(1188232743,1,'inyerface',54,'NLP Courses','Added Content'),
(1188232907,1,'inyerface',55,'NLP Trainers','Added Content'),
(1188233102,1,'inyerface',56,'NLP Experience','Added Content'),
(1188233153,1,'inyerface',24,'Secondary Orange','Added Stylesheet Association'),
(1188233160,1,'inyerface',24,'Secondary Orange','Added Stylesheet Association'),
(1188233202,1,'inyerface',25,'Secondary Red','Added Stylesheet Association'),
(1188233209,1,'inyerface',25,'Secondary Red','Added Stylesheet Association'),
(1188233238,1,'inyerface',26,'Secondary Purple','Added Stylesheet Association'),
(1188233246,1,'inyerface',26,'Secondary Purple','Added Stylesheet Association'),
(1188233393,1,'inyerface',56,'NLP Experience','Edited Content'),
(1188233455,1,'inyerface',56,'NLP Experience','Edited Content'),
(1188233519,1,'inyerface',56,'NLP Experience','Edited Content'),
(1188233553,1,'inyerface',56,'NLP Experience','Edited Content'),
(1188234435,1,'inyerface',57,'NLP Resources','Added Content'),
(1188234539,1,'inyerface',57,'NLP Resources','Edited Content'),
(1188234603,1,'inyerface',57,'NLP Resources','Edited Content'),
(1188234642,1,'inyerface',15,'Home','Edited Content'),
(1188234731,1,'inyerface',20,'Home Page','Edited Template'),
(1188234749,1,'inyerface',22,'Secondary Blue','Edited Template'),
(1188234765,1,'inyerface',23,'Secondary Green','Edited Template'),
(1188234787,1,'inyerface',24,'Secondary Orange','Edited Template'),
(1188234803,1,'inyerface',26,'Secondary Purple','Edited Template'),
(1188234818,1,'inyerface',25,'Secondary Red','Edited Template'),
(1188234835,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1188235951,1,'inyerface',58,'NLP Calendar','Added Content'),
(1188236454,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188236670,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188236856,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188236889,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188236931,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237442,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237495,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237519,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237547,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237574,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188237821,1,'inyerface',59,'Contact Us','Added Content'),
(1188239444,1,'inyerface',60,'NLP Basic Practitioner','Added Content'),
(1188239778,1,'inyerface',22,'Secondary Blue','Edited Template'),
(1188239851,1,'inyerface',23,'Secondary Green','Edited Template'),
(1188239874,1,'inyerface',24,'Secondary Orange','Edited Template'),
(1188239898,1,'inyerface',26,'Secondary Purple','Edited Template'),
(1188239918,1,'inyerface',25,'Secondary Red','Edited Template'),
(1188239936,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1188239963,1,'inyerface',15,'CSSMenu left + 1 column','Deleted Template'),
(1188239963,1,'inyerface',16,'CSSMenu top + 2 columns','Deleted Template'),
(1188239963,1,'inyerface',17,'Left simple navigation + 1 column','Deleted Template'),
(1188239963,1,'inyerface',19,'Minimal template','Deleted Template'),
(1188239963,1,'inyerface',18,'Top simple navigation + left subnavigation + 1 col','Deleted Template'),
(1188240151,1,'inyerface',61,'NLP Masters','Added Content'),
(1188240299,1,'inyerface',62,'Get More Out of Life ','Added Content'),
(1188240621,1,'inyerface',63,'John Sweetnam ','Added Content'),
(1188240758,1,'inyerface',64,'Su Thomas ','Added Content'),
(1188241102,1,'inyerface',65,'Roger Ellerton ','Added Content'),
(1188241789,1,'inyerface',15,'Home','Edited Content'),
(1188241961,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188242108,1,'inyerface',58,'NLP Calendar','Edited Content'),
(1188242614,1,'inyerface',54,'NLP Courses','Edited Content'),
(1188243599,1,'inyerface',55,'NLP Trainers','Edited Content'),
(1188243695,1,'inyerface',59,'Contact Us','Edited Content'),
(1188244062,1,'inyerface',2,'admin','Added User'),
(1188244090,1,'inyerface',2,'Group ID','Group Assignments have been updated.'),
(1188244097,1,'inyerface',1,'','User Logout'),
(1188244104,2,'inyerface',2,'admin','User Login'),
(1188244235,2,'admin',2,'admin','User Logout'),
(1188244249,1,'admin',1,'inyerface','User Login'),
(1188244341,1,'inyerface',2,'Group ID','Permissions have been updated.'),
(1188244344,1,'inyerface',1,'inyerface','User Logout'),
(1188244352,2,'inyerface',2,'admin','User Login'),
(1188244389,2,'admin',2,'admin','User Logout'),
(1188244399,1,'admin',1,'inyerface','User Login'),
(1188244469,1,'inyerface',2,'footer','Edited Html Blob'),
(1188244538,1,'inyerface',2,'footer','Edited Html Blob'),
(1188322874,1,'inyerface',1,'inyerface','User Login'),
(1188322939,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323088,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323117,1,'inyerface',42,'NLP Partners','Edited CSS'),
(1188323161,1,'inyerface',1,'inyerface','User Logout'),
(1188323169,0,'inyerface',0,'inyerface','User Logout'),
(1188323708,1,'inyerface',1,'inyerface','User Login'),
(1188323762,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323861,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323897,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323945,1,'inyerface',2,'footer','Edited Html Blob'),
(1188323972,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324002,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324076,1,'inyerface',42,'NLP Partners','Edited CSS'),
(1188324120,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324190,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324259,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324341,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324364,1,'inyerface',2,'footer','Edited Html Blob'),
(1188324563,1,'inyerface',20,'Home Page','Edited Template'),
(1188324598,1,'inyerface',20,'Home Page','Edited Template'),
(1188324630,1,'inyerface',20,'Home Page','Edited Template'),
(1188324683,1,'inyerface',22,'Secondary Blue','Edited Template'),
(1188324699,1,'inyerface',23,'Secondary Green','Edited Template'),
(1188324718,1,'inyerface',24,'Secondary Orange','Edited Template'),
(1188324749,1,'inyerface',26,'Secondary Purple','Edited Template'),
(1188324765,1,'inyerface',25,'Secondary Red','Edited Template'),
(1188324780,1,'inyerface',21,'Secondary Yellow','Edited Template'),
(1188324810,1,'inyerface',1,'inyerface','User Logout'),
(1188324826,1,'inyerface',1,'inyerface','User Login'),
(1188325334,1,'inyerface',1,'inyerface','User Logout'),
(1188326514,1,'inyerface',1,'inyerface','User Login'),
(1188327287,1,'inyerface',1,'inyerface','User Logout'),
(1188327332,1,'inyerface',1,'inyerface','User Login'),
(1188328242,1,'inyerface',1,'','User Logout'),
(1188328372,1,'inyerface',1,'inyerface','User Login'),
(1188328618,1,'inyerface',1,'inyerface','User Logout'),
(1188335472,1,'inyerface',1,'inyerface','User Login'),
(1188335567,1,'inyerface',2,'footer','Edited Html Blob'),
(1188335781,1,'inyerface',-1,'','Edited User Preferences'),
(1188336060,1,'inyerface',1,'inyerface','User Logout'),
(1188336068,2,'inyerface',2,'admin','User Login'),
(1188411061,1,'inyerface',1,'inyerface','User Login'),
(1188411381,1,'inyerface',59,'Contact Us (9) -- 59','Deleted Content'),
(1188411381,1,'inyerface',58,'NLP Calendar (8) -- 58','Deleted Content'),
(1188411381,1,'inyerface',57,'NLP Resources (7) -- 57','Deleted Content'),
(1188411381,1,'inyerface',56,'NLP Experience (6) -- 56','Deleted Content'),
(1188411381,1,'inyerface',65,'Roger Ellerton  (5.3) -- 65','Deleted Content'),
(1188411381,1,'inyerface',64,'Su Thomas  (5.2) -- 64','Deleted Content'),
(1188411381,1,'inyerface',63,'John Sweetnam  (5.1) -- 63','Deleted Content'),
(1188411381,1,'inyerface',55,'NLP Trainers (5) -- 55','Deleted Content'),
(1188411381,1,'inyerface',62,'Get More Out of Life  (4.3) -- 62','Deleted Content'),
(1188411381,1,'inyerface',61,'NLP Masters (4.2) -- 61','Deleted Content'),
(1188411381,1,'inyerface',60,'NLP Basic Practitioner (4.1) -- 60','Deleted Content'),
(1188411381,1,'inyerface',54,'NLP Courses (4) -- 54','Deleted Content'),
(1188411381,1,'inyerface',52,'NLP Centre (3) -- 52','Deleted Content'),
(1188411381,1,'inyerface',51,'NLP Explained (2) -- 51','Deleted Content'),
(1188411547,1,'inyerface',43,'OIHC','Added CSS'),
(1188411606,1,'inyerface',20,'Home Page','Edited Template'),
(1188411620,1,'inyerface',20,'Home Page','Deleted Stylesheet Association'),
(1188411625,1,'inyerface',20,'Home Page','Added Stylesheet Association'),
(1188411642,1,'inyerface',22,'Secondary Blue','Deleted Template'),
(1188411642,1,'inyerface',23,'Secondary Green','Deleted Template'),
(1188411642,1,'inyerface',24,'Secondary Orange','Deleted Template'),
(1188411642,1,'inyerface',26,'Secondary Purple','Deleted Template'),
(1188411642,1,'inyerface',25,'Secondary Red','Deleted Template'),
(1188411642,1,'inyerface',21,'Secondary Yellow','Deleted Template'),
(1188411691,1,'inyerface',27,'Secondary Pages','Added Template'),
(1188411738,1,'inyerface',27,'Secondary Pages','Added Stylesheet Association'),
(1188411745,1,'inyerface',27,'Secondary Pages','Added Stylesheet Association'),
(1188412206,1,'inyerface',20,'Home Page','Edited Template'),
(1188413306,1,'inyerface',43,'OIHC','Edited CSS'),
(1188413391,1,'inyerface',43,'OIHC','Edited CSS'),
(1188414127,1,'inyerface',43,'OIHC','Edited CSS'),
(1188414184,1,'inyerface',43,'OIHC','Edited CSS'),
(1188414263,1,'inyerface',20,'Home Page','Edited Template'),
(1188414486,1,'inyerface',3,'headerlinks','Added Html Blob'),
(1188414579,1,'inyerface',43,'OIHC','Edited CSS'),
(1188414610,1,'inyerface',43,'OIHC','Edited CSS'),
(1188414964,1,'inyerface',43,'OIHC','Edited CSS'),
(1188415014,1,'inyerface',-1,'','Edited User Preferences'),
(1188415084,1,'inyerface',1,'inyerface','User Login'),
(1188415636,1,'inyerface',15,'Home','Edited Content'),
(1188415762,1,'inyerface',43,'OIHC','Edited CSS'),
(1188416068,1,'inyerface',43,'OIHC','Edited CSS'),
(1188416234,1,'inyerface',66,'About Us','Added Content'),
(1188416533,1,'inyerface',43,'OIHC','Edited CSS'),
(1188416611,1,'inyerface',43,'OIHC','Edited CSS'),
(1188416672,1,'inyerface',43,'OIHC','Edited CSS'),
(1188416812,1,'inyerface',43,'OIHC','Edited CSS'),
(1188417624,1,'inyerface',67,'Our Practitioners','Added Content'),
(1188417648,1,'inyerface',67,'Our Practitioners','Edited Content'),
(1188417703,1,'inyerface',66,'About Us','Edited Content'),
(1188417746,1,'inyerface',43,'OIHC','Edited CSS'),
(1188418031,1,'inyerface',43,'OIHC','Edited CSS'),
(1188418064,1,'inyerface',43,'OIHC','Edited CSS'),
(1188418165,1,'inyerface',43,'OIHC','Edited CSS'),
(1188418225,1,'inyerface',1,'','User Logout'),
(1188918386,1,'inyerface',1,'inyerface','User Login'),
(1188918735,1,'inyerface',68,'Professional Services','Added Content'),
(1188918765,1,'inyerface',69,'Online Forms','Added Content'),
(1188918818,1,'inyerface',70,'Links & Resources','Added Content'),
(1188918865,1,'inyerface',71,'Contact Us','Added Content'),
(1188918967,1,'inyerface',72,'Privacy Policy','Added Content'),
(1188919016,1,'inyerface',73,'Newsletter','Added Content'),
(1188919091,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1188919269,1,'inyerface',74,'Why Choose us?','Added Content'),
(1188919317,1,'inyerface',74,'Why Choose us?','Edited Content'),
(1188919360,1,'inyerface',74,'Why Choose us?','Edited Content'),
(1188919461,1,'inyerface',75,'What to expect','Added Content'),
(1188919572,1,'inyerface',74,'Why Choose us?','Edited Content'),
(1188919588,1,'inyerface',67,'Our Practitioners','Edited Content'),
(1188919612,1,'inyerface',66,'About Us','Edited Content'),
(1188919680,1,'inyerface',43,'OIHC','Edited CSS'),
(1188919815,1,'inyerface',76,'Dr. Colleen McQuarrie, BSc., BA, ND','Added Content'),
(1188919907,1,'inyerface',76,'Dr. Colleen McQuarrie, BSc., BA, ND','Edited Content'),
(1188920063,1,'inyerface',77,'Dr. Kim Callaghan','Added Content'),
(1188920119,1,'inyerface',77,'Dr. Kim Callaghan, ND Naturopathic Doctor','Edited Content'),
(1188920220,1,'inyerface',78,'Dr. Shawn Yakimovich, BSc., RHN, ND','Added Content'),
(1188920877,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921015,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921110,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921202,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921305,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921367,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921433,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921475,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921638,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921698,1,'inyerface',43,'OIHC','Edited CSS'),
(1188921733,1,'inyerface',43,'OIHC','Edited CSS'),
(1188922222,1,'inyerface',43,'OIHC','Edited CSS'),
(1188922260,1,'inyerface',43,'OIHC','Edited CSS'),
(1188922323,1,'inyerface',74,'why choose a naturopthic doctor?','Edited Content'),
(1188922524,1,'inyerface',79,'Dr. Erin Boivin, BSc., ND','Added Content'),
(1188922660,1,'inyerface',80,'Amber McPhail, RMT','Added Content'),
(1188922708,1,'inyerface',81,'Cathy Croteau, RMT','Added Content'),
(1188922832,1,'inyerface',82,'What is Naturopathic Medicine?','Added Content'),
(1188923319,1,'inyerface',82,'What is Naturopathic Medicine?','Edited Content'),
(1188923384,1,'inyerface',82,'What is Naturopathic Medicine?','Edited Content'),
(1188923465,1,'inyerface',82,'What is Naturopathic Medicine?','Edited Content'),
(1188923559,1,'inyerface',82,'What is Naturopathic Medicine?','Edited Content'),
(1188923653,1,'inyerface',82,'What is Naturopathic Medicine?','Edited Content'),
(1188923763,1,'inyerface',83,'Massage Therapy','Added Content'),
(1188923929,1,'inyerface',84,'Special Pregnancy Packages','Added Content'),
(1188923970,1,'inyerface',84,'Special Pregnancy Packages','Edited Content'),
(1188924179,1,'inyerface',85,'Diagnosis & Evaluation','Added Content'),
(1188924335,1,'inyerface',69,'Online Forms','Edited Content'),
(1188924582,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1188924801,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1188924877,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1188924997,1,'inyerface',86,'Insurance','Added Content'),
(1188925112,1,'inyerface',27,'Secondary Pages','Edited Template'),
(1188925202,1,'inyerface',43,'OIHC','Edited CSS'),
(1188925254,1,'inyerface',43,'OIHC','Edited CSS'),
(1188925287,1,'inyerface',43,'OIHC','Edited CSS'),
(1188925477,1,'inyerface',70,'Links & Resources','Edited Content'),
(1188925587,1,'inyerface',70,'Links & Resources','Edited Content'),
(1188925596,1,'inyerface',70,'Links & Resources','Edited Content'),
(1188925734,1,'inyerface',71,'Contact Information','Edited Content'),
(1188925775,1,'inyerface',71,'Contact Information','Edited Content'),
(1188925828,1,'inyerface',72,'Privacy Policy','Edited Content'),
(1188926172,1,'inyerface',73,'Quarterly Newsletter','Edited Content'),
(1188926210,1,'inyerface',73,'Quarterly Newsletter','Edited Content'),
(1188926405,1,'inyerface',15,'Home','Edited Content'),
(1188926507,1,'inyerface',15,'Home','Edited Content'),
(1188926618,1,'inyerface',15,'Home','Edited Content'),
(1188927555,1,'inyerface',68,'Professional Services','Edited Content'),
(1189039361,1,'inyerface',1,'inyerface','User Login'),
(1189039474,1,'inyerface',15,'Home','Edited Content'),
(1189707023,0,'',0,'FCKeditorX','Module version 1.0.5 installed.'),
(1189707030,1,'inyerface',1,'inyerface','User Login'),
(1189791724,1,'inyerface',1,'inyerface','User Login'),
(1189791807,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189792487,1,'inyerface',2,'footer','Deleted Html Blob'),
(1189792517,1,'inyerface',4,'footer','Added Html Blob'),
(1189792634,1,'inyerface',4,'footer','Edited Html Blob'),
(1189792743,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794061,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794340,1,'inyerface',15,'Home','Edited Content'),
(1189794439,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794470,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794515,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794592,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794619,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794666,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794724,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794765,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794790,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189794988,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795016,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795065,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795294,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795381,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795438,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189795467,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189796081,1,'inyerface',43,'DRFOX','Edited CSS'),
(1189797280,1,'inyerface',15,'Home','Edited Content'),
(1190051276,1,'inyerface',1,'inyerface','User Login'),
(1190052783,1,'inyerface',20,'Home Page','Edited Template'),
(1190053739,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190053772,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190054030,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190054479,1,'inyerface',15,'Home','Edited Content'),
(1190054550,1,'inyerface',15,'Home','Edited Content'),
(1190054572,1,'inyerface',15,'Home','Edited Content'),
(1190055355,1,'inyerface',15,'Home','Edited Content'),
(1190055405,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190055422,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190055465,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190055589,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190055750,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190056010,1,'inyerface',15,'Home','Edited Content'),
(1190056074,1,'inyerface',15,'Home','Edited Content'),
(1190056124,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190056214,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190056807,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190057351,1,'inyerface',1,'','User Logout'),
(1190057363,2,'inyerface',2,'admin','User Login'),
(1190059996,2,'admin',2,'admin','User Logout'),
(1190060009,1,'admin',1,'inyerface','User Login'),
(1190060067,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190066691,2,'admin',2,'admin','User Login'),
(1190140797,2,'admin',2,'admin','User Login'),
(1190141764,2,'admin',2,'admin','User Login'),
(1190219951,1,'inyerface',1,'inyerface','User Login'),
(1190219959,1,'inyerface',1,'inyerface','User Logout'),
(1190219966,2,'inyerface',2,'admin','User Login'),
(1190221404,2,'admin',2,'admin','User Logout'),
(1190221484,1,'admin',1,'inyerface','User Login'),
(1190221687,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190222394,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190224418,2,'admin',2,'admin','User Login'),
(1190224843,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190302683,2,'admin',2,'admin','User Login'),
(1190320207,2,'admin',15,'Home','Edited Content'),
(1190320260,2,'admin',15,'Home','Edited Content'),
(1190320325,2,'admin',15,'Home','Edited Content'),
(1190320928,1,'inyerface',1,'inyerface','User Login'),
(1190481797,1,'inyerface',43,'DRFOX','Edited CSS'),
(1190817067,2,'admin',2,'admin','User Login'),
(1190944434,2,'admin',87,'Frequently Asked Questions','Added Content'),
(1190944933,2,'admin',78,'Dr. Shawn Yakimovich, BSc., RHN, ND','Deleted Content'),
(1190944940,2,'admin',79,'Dr. Erin Boivin, BSc., ND','Deleted Content'),
(1190944950,2,'admin',77,'Dr. Kim Callaghan, ND Naturopathic Doctor','Deleted Content'),
(1190944961,2,'admin',80,'Amber McPhail, RMT','Deleted Content'),
(1190944970,2,'admin',81,'Cathy Croteau, RMT','Deleted Content'),
(1190945236,2,'admin',76,'Dr. Colleen McQuarrie, BSc., BA, ND','Deleted Content'),
(1190948613,2,'admin',85,'Diagnosis & Evaluation','Edited Content'),
(1190948636,2,'admin',84,'Special Pregnancy Packages','Deleted Content'),
(1190948647,2,'admin',83,'Massage Therapy','Deleted Content'),
(1190948673,2,'admin',70,'Links & Resources','Deleted Content'),
(1190948825,2,'admin',82,'What is Chiropractic Medicine?','Edited Content'),
(1190948860,2,'admin',82,'What is Chiropractic Medicine?','Edited Content'),
(1190948860,2,'admin',82,'What is Chiropractic Medicine?','Edited Content'),
(1191075400,1,'inyerface',1,'inyerface','User Login'),
(1191076017,1,'inyerface',87,'Frequently Asked Questions','Edited Content'),
(1191076059,1,'inyerface',87,'Frequently Asked Questions','Edited Content'),
(1191084457,1,'inyerface',1,'inyerface','User Login'),
(1191085054,1,'inyerface',1,'Group ID','Permissions have been updated.'),
(1191085166,1,'inyerface',1,'inyerface','User Logout'),
(1191085174,1,'inyerface',1,'inyerface','User Login'),
(1191085300,1,'inyerface',28,'Blog','Copied Template'),
(1191085367,1,'inyerface',28,'Blog','Edited Template'),
(1191085408,1,'inyerface',88,'Blog','Added Content'),
(1191085429,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1191085661,1,'inyerface',1,'inyerface','User Logout'),
(1191085708,1,'inyerface',1,'inyerface','User Login'),
(1191087707,1,'inyerface',88,'Blog','Edited Content'),
(1191091792,1,'inyerface',15,'Home','Edited Content'),
(1191092607,1,'inyerface',28,'Blog','Deleted Template'),
(1191092645,1,'inyerface',29,'Newsletter','Copied Template'),
(1191092887,1,'inyerface',73,'Quarterly Newsletter','Edited Content'),
(1191100033,1,'inyerface',72,'Privacy Policy','Edited Content'),
(1191100682,1,'inyerface',71,'Contact Information','Edited Content'),
(1191100976,1,'inyerface',73,'Quarterly Newsletter','Edited Content'),
(1191101400,1,'inyerface',0,'Newsletter Made Simple','Module version 1.0.1 installed.'),
(1191101414,1,'inyerface',88,'Blog','Deleted Content'),
(1191101445,1,'inyerface',1,'Group ID','Permissions have been updated.'),
(1191104471,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191104663,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191106317,1,'inyerface',73,'Quarterly Newsletter','Edited Content'),
(1191106918,1,'inyerface',1,'','User Logout'),
(1191107877,1,'inyerface',1,'inyerface','User Login'),
(1191108177,1,'inyerface',89,'Dr Ryan Fox\'s Blog','Added Content'),
(1191109530,1,'inyerface',89,'Dr Ryan Fox\'s Blog','Edited Content'),
(1191159234,1,'inyerface',1,'inyerface','User Login'),
(1191159317,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1191174880,1,'inyerface',1,'inyerface','User Login'),
(1191174943,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191175372,1,'inyerface',1,'inyerface','User Logout'),
(1191260971,2,'admin',2,'admin','User Login'),
(1191282911,2,'admin',2,'admin','User Login'),
(1191292351,2,'admin',66,'About Us','Edited Content'),
(1191292512,2,'admin',66,'About Us','Edited Content'),
(1191296374,2,'admin',67,'Our Practitioners','Edited Content'),
(1191296658,2,'admin',74,'why choose a naturopthic doctor?','Edited Content'),
(1191340291,1,'inyerface',1,'inyerface','User Login'),
(1191361794,1,'inyerface',1,'inyerface','User Login'),
(1191361907,1,'inyerface',89,'Dr Ryan Fox\'s Blog','Deleted Content'),
(1191361920,1,'inyerface',73,'Quarterly Newsletter','Deleted Content'),
(1191361990,1,'inyerface',74,'why choose a chiropractic doctor?','Edited Content'),
(1191362013,1,'inyerface',75,'What to expect','Deleted Content'),
(1191363288,1,'inyerface',71,'Contact Information','Edited Content'),
(1191363412,1,'inyerface',71,'Contact Information','Edited Content'),
(1191363477,1,'inyerface',71,'Contact Information','Edited Content'),
(1191363606,1,'inyerface',27,'Secondary Pages','Edited Template'),
(1191364820,1,'inyerface',5,'google','Added Html Blob'),
(1191364879,1,'inyerface',20,'Home Page','Edited Template'),
(1191365050,1,'inyerface',27,'Secondary Pages','Edited Template'),
(1191365823,1,'inyerface',90,'Patient testimonials','Added Content'),
(1191366055,1,'inyerface',66,'About Us','Edited Content'),
(1191366305,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191366570,2,'admin',2,'admin','User Login'),
(1191366647,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191366696,1,'inyerface',66,'About Us','Edited Content'),
(1191366846,1,'inyerface',66,'About Us','Edited Content'),
(1191366973,1,'inyerface',66,'About Us','Edited Content'),
(1191372582,2,'admin',74,'why choose a chiropractic doctor?','Edited Content'),
(1191372682,2,'admin',74,'why choose a chiropractic doctor?','Edited Content'),
(1191374646,2,'admin',74,'why choose a chiropractic doctor?','Edited Content'),
(1191374960,2,'admin',74,'why choose a chiropractic doctor?','Edited Content'),
(1191375773,2,'admin',68,'Professional Services','Edited Content'),
(1191376814,2,'admin',82,'What is Chiropractic Medicine?','Edited Content'),
(1191376929,2,'admin',68,'Professional Services','Edited Content'),
(1191380416,2,'admin',91,'Commonly Treated Conditions','Added Content'),
(1191380661,2,'admin',91,'Commonly Treated Conditions','Edited Content'),
(1191380973,2,'admin',85,'Diagnosis & Evaluation','Edited Content'),
(1191382005,2,'admin',69,'Preparing for your first visit','Edited Content'),
(1191424169,2,'admin',2,'admin','User Login'),
(1191424585,2,'admin',86,'Insurance','Edited Content'),
(1191424715,2,'admin',68,'Professional Services','Edited Content'),
(1191440433,1,'inyerface',1,'inyerface','User Login'),
(1191497651,2,'admin',2,'admin','User Login'),
(1191497703,2,'admin',69,'Preparing for your first visit','Edited Content'),
(1191522751,2,'admin',2,'admin','User Login'),
(1191538481,1,'inyerface',1,'inyerface','User Login'),
(1191538845,1,'inyerface',1,'inyerface','User Logout'),
(1191542446,1,'inyerface',1,'inyerface','User Login'),
(1191542552,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1191624199,2,'admin',2,'admin','User Login'),
(1191697006,1,'inyerface',82,'What is Chiropractic Medicine?','Edited Content'),
(1191697075,1,'inyerface',74,'why choose a chiropractic doctor?','Edited Content'),
(1191697145,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1191697183,1,'inyerface',-1,'','Edited Site Preferences'),
(1191697299,1,'inyerface',1,'inyerface','User Logout'),
(1191697538,1,'inyerface',1,'inyerface','User Login'),
(1191697563,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191697878,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1191697921,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1191698349,1,'inyerface',3,'headerlinks','Edited Html Blob'),
(1191724428,2,'admin',2,'admin','User Login'),
(1191725175,2,'admin',90,'Patient testimonials','Edited Content'),
(1191812867,2,'admin',2,'admin','User Login'),
(1191813003,2,'admin',90,'Patient testimonials','Edited Content'),
(1191813203,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813394,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813568,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813593,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813694,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813870,2,'admin',67,'Our Practitioners','Edited Content'),
(1191813958,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814096,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814106,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814221,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814227,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814278,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814287,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814293,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814563,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814648,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814729,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814828,2,'admin',67,'Our Practitioners','Edited Content'),
(1191814903,2,'admin',67,'Our Practitioners','Edited Content'),
(1191815162,2,'admin',67,'Our Practitioners','Edited Content'),
(1191815297,2,'admin',67,'Our Practitioners','Edited Content'),
(1191815370,2,'admin',67,'Our Practitioners','Edited Content'),
(1191942670,2,'admin',2,'admin','User Login'),
(1191943324,2,'admin',92,'Health Resources','Added Content'),
(1191944712,2,'admin',92,'Health Resources','Edited Content'),
(1191944917,2,'admin',92,'Health Resources','Edited Content'),
(1191944961,2,'admin',92,'Health Resources','Edited Content'),
(1191944978,2,'admin',92,'Health Resources','Edited Content'),
(1191962909,2,'admin',2,'admin','User Login'),
(1191963044,2,'admin',68,'Professional Services','Edited Content'),
(1191963049,2,'admin',68,'Professional Services','Edited Content'),
(1191967390,1,'inyerface',1,'inyerface','User Login'),
(1191967502,1,'inyerface',29,'Center Page','Edited Template'),
(1191967801,1,'inyerface',93,'centre','Added Content'),
(1191968628,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191968656,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191968678,1,'inyerface',93,'centre','Edited Content'),
(1191968718,1,'inyerface',43,'DRFOX','Edited CSS'),
(1191968746,1,'inyerface',93,'centre','Edited Content'),
(1191971484,1,'inyerface',71,'Contact Information','Edited Content'),
(1191977070,2,'admin',92,'Health Resources','Edited Content'),
(1191977071,2,'admin',92,'Health Resources','Edited Content'),
(1191977326,2,'admin',92,'Health Resources','Edited Content'),
(1191977462,2,'admin',92,'Health Resources','Edited Content'),
(1192130827,1,'inyerface',1,'inyerface','User Login'),
(1192130851,1,'inyerface',43,'DRFOX','Edited CSS'),
(1192130948,1,'inyerface',1,'inyerface','User Logout'),
(1192131452,1,'inyerface',1,'inyerface','User Login'),
(1192131583,1,'inyerface',1,'inyerface','User Logout'),
(1192145179,1,'inyerface',1,'inyerface','User Login'),
(1192145234,1,'inyerface',1,'inyerface','User Logout'),
(1192401142,1,'inyerface',1,'inyerface','User Login'),
(1192401312,1,'inyerface',92,'Health Resources','Edited Content'),
(1192467608,1,'inyerface',1,'inyerface','User Login'),
(1192468160,1,'inyerface',2,'Group ID','Permissions have been updated.'),
(1192533480,2,'admin',2,'admin','User Login'),
(1192533603,2,'admin',2,'drryanfox','Edited User'),
(1192533681,2,'admin',-1,'','Edited User Preferences'),
(1192558646,2,'drryanfox',2,'drryanfox','User Login'),
(1192626586,2,'drryanfox',2,'drryanfox','User Login'),
(1192637658,1,'inyerface',1,'inyerface','User Login'),
(1192637759,1,'inyerface',2,'Group ID','Permissions have been updated.'),
(1192637766,1,'inyerface',1,'inyerface','User Logout'),
(1192637797,1,'inyerface',1,'inyerface','User Login'),
(1192637847,1,'inyerface',3,'admin','Added User'),
(1192637862,1,'inyerface',2,'Group ID','Group Assignments have been updated.'),
(1192637864,1,'inyerface',1,'inyerface','User Logout'),
(1192637869,3,'inyerface',3,'admin','User Login'),
(1192637928,3,'admin',3,'admin','User Logout'),
(1192637936,1,'admin',1,'inyerface','User Login'),
(1192638155,1,'inyerface',1,'Group ID','Permissions have been updated.'),
(1192638311,1,'inyerface',-1,'','Edited User Preferences'),
(1192638410,1,'inyerface',-1,'','Edited User Preferences'),
(1192638867,1,'inyerface',-1,'','Edited User Preferences'),
(1192638953,1,'inyerface',-1,'','Edited User Preferences'),
(1192639042,1,'inyerface',1,'Group ID','Permissions have been updated.'),
(1192639069,1,'inyerface',-1,'','Edited User Preferences'),
(1192639240,1,'inyerface',1,'inyerface','User Logout'),
(1192639246,3,'inyerface',3,'admin','User Login'),
(1192639363,3,'admin',3,'admin','User Logout'),
(1192639371,1,'admin',1,'inyerface','User Login'),
(1192643424,2,'drryanfox',2,'drryanfox','User Login'),
(1192646395,1,'inyerface',1,'inyerface','User Login'),
(1192646424,2,'drryanfox',2,'drryanfox','User Logout'),
(1192646548,2,'drryanfox',2,'drryanfox','User Login'),
(1192646969,2,'drryanfox',2,'drryanfox','User Logout'),
(1192666704,1,'inyerface',1,'inyerface','User Login'),
(1192669670,2,'drryanfox',2,'drryanfox','User Login'),
(1192693393,2,'drryanfox',2,'drryanfox','User Login'),
(1192693838,2,'drryanfox',30,'BLANK','Added Template'),
(1192693907,2,'drryanfox',94,'NADA','Added Content'),
(1192694960,2,'drryanfox',30,'BLANK','Added Stylesheet Association'),
(1192695092,2,'drryanfox',30,'BLANK','Added Stylesheet Association'),
(1192695234,2,'drryanfox',30,'BLANK','Deleted Stylesheet Association'),
(1192695241,2,'drryanfox',30,'BLANK','Added Stylesheet Association'),
(1192695422,2,'drryanfox',30,'BLANK','Edited Template'),
(1192695620,2,'drryanfox',30,'BLANK','Edited Template'),
(1192696076,2,'drryanfox',94,'NADA','Deleted Content'),
(1192696417,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696513,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696682,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696756,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696811,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696867,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696927,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696971,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192696998,2,'drryanfox',71,'Contact Information','Edited Content'),
(1192697035,2,'drryanfox',87,'Frequently Asked Questions','Edited Content'),
(1192697171,2,'drryanfox',66,'About Us','Edited Content'),
(1192697236,2,'drryanfox',66,'About Us','Edited Content'),
(1192699453,2,'drryanfox',15,'Home','Edited Content'),
(1192699495,2,'drryanfox',15,'Home','Edited Content'),
(1192699879,2,'drryanfox',15,'Home','Edited Content'),
(1192700076,2,'drryanfox',15,'Home','Edited Content'),
(1192700083,2,'drryanfox',15,'Home','Edited Content'),
(1192700231,2,'drryanfox',15,'Home','Edited Content'),
(1192700525,2,'drryanfox',15,'Home','Edited Content'),
(1192700645,2,'drryanfox',15,'Home','Edited Content'),
(1192700749,2,'drryanfox',92,'Health Resources','Edited Content'),
(1192700770,2,'drryanfox',92,'Health Resources','Edited Content'),
(1192700794,2,'drryanfox',92,'Health Resources','Edited Content'),
(1192700794,2,'drryanfox',92,'Health Resources','Edited Content'),
(1192700817,2,'drryanfox',92,'Health Resources','Edited Content'),
(1192700838,2,'drryanfox',92,'Health Resources','Edited Content'),
(1193061100,3,'admin',3,'admin','User Login'),
(1193064305,3,'admin',15,'Home','Edited Content'),
(1193064475,3,'admin',15,'Home','Edited Content'),
(1193064580,3,'admin',66,'About Us','Edited Content'),
(1193064678,3,'admin',68,'Professional Services','Edited Content'),
(1193064720,3,'admin',69,'Preparing for your first visit','Edited Content'),
(1193064785,3,'admin',87,'Frequently Asked Questions','Edited Content'),
(1193064830,3,'admin',90,'Patient testimonials','Edited Content'),
(1193064854,3,'admin',92,'Health Resources','Edited Content'),
(1193064893,3,'admin',71,'Contact Information','Edited Content'),
(1193064912,3,'admin',93,'centre','Edited Content'),
(1193064949,3,'admin',15,'Home','Edited Content'),
(1193065910,3,'admin',87,'Frequently Asked Questions','Edited Content'),
(1193066121,3,'admin',15,'Home','Edited Content'),
(1193068316,3,'admin',3,'admin','User Logout'),
(1193421072,1,'inyerface',1,'inyerface','User Login'),
(1193762219,2,'drryanfox',2,'drryanfox','User Login'),
(1193762327,2,'drryanfox',66,'About Us','Edited Content'),
(1193762680,2,'drryanfox',15,'Home','Edited Content'),
(1193763095,2,'drryanfox',67,'Our Practitioners','Edited Content'),
(1193866638,2,'drryanfox',2,'drryanfox','User Login'),
(1194724560,2,'drryanfox',2,'drryanfox','User Login'),
(1194727895,2,'drryanfox',86,'Insurance','Edited Content'),
(1194727904,2,'drryanfox',86,'Insurance','Edited Content'),
(1194912971,2,'drryanfox',2,'drryanfox','User Login'),
(1195582241,2,'drryanfox',2,'drryanfox','User Login'),
(1195584212,2,'drryanfox',90,'Patient testimonials','Edited Content'),
(1195584222,2,'drryanfox',90,'Patient testimonials','Edited Content'),
(1196402072,1,'inyerface',1,'inyerface','User Login'),
(1197247338,2,'drryanfox',2,'drryanfox','User Login'),
(1197247789,2,'drryanfox',-1,'21_Day_Protocol_and_Diet_with_Additional_Recipes.d','Uploaded File'),
(1197248115,2,'drryanfox',69,'Preparing for your first visit','Edited Content'),
(1197248315,2,'drryanfox',2,'drryanfox','User Login'),
(1197248529,2,'drryanfox',92,'Health Resources','Edited Content'),
(1197411924,2,'drryanfox',2,'drryanfox','User Login'),
(1197411943,1,'inyerface',1,'inyerface','User Login'),
(1197411958,2,'drryanfox',92,'Health Resources','Edited Content'),
(1197412065,1,'inyerface',92,'Health Resources','Edited Content'),
(1197412206,1,'inyerface',-1,'','Edited User Preferences'),
(1197412218,1,'inyerface',-1,'','Edited User Preferences'),
(1197412224,1,'inyerface',1,'inyerface','User Logout'),
(1197412231,3,'inyerface',3,'admin','User Login'),
(1197412246,3,'admin',-1,'','Edited User Preferences'),
(1197412251,3,'admin',3,'admin','User Logout'),
(1197412261,1,'admin',1,'inyerface','User Login'),
(1197412424,1,'inyerface',1,'inyerface','User Logout'),
(1197412459,2,'inyerface',2,'drryanfox','User Login'),
(1197412649,2,'drryanfox',69,'Preparing for your first visit','Edited Content'),
(1197412665,2,'drryanfox',2,'drryanfox','User Login'),
(1197414111,2,'drryanfox',69,'Preparing for your first visit','Edited Content'),
(1197414266,2,'drryanfox',2,'drryanfox','User Logout'),
(1197417108,1,'drryanfox',1,'inyerface','User Login'),
(1197645238,2,'drryanfox',2,'drryanfox','User Login'),
(1199115365,2,'drryanfox',2,'drryanfox','User Login'),
(1199324423,1,'inyerface',1,'inyerface','User Login'),
(1200414675,2,'drryanfox',2,'drryanfox','User Login'),
(1200414814,2,'drryanfox',71,'Contact Information','Edited Content'),
(1200856780,2,'drryanfox',2,'drryanfox','User Login'),
(1200857798,2,'drryanfox',-1,'Purification-Session 2.docx','Uploaded File'),
(1200857834,2,'drryanfox',-1,'Purification-Session 2.docx','Uploaded File'),
(1200857864,2,'drryanfox',-1,'/file/Purification-Session 2.docx','Deleted File'),
(1200857896,2,'drryanfox',-1,'Purification-Session 2.doc','Uploaded File'),
(1200858795,2,'drryanfox',-1,'/Purification-Session 2.docx','Deleted File'),
(1200859023,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200859151,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200859212,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200859331,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200859447,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200860500,2,'drryanfox',-1,'21_Day_Protocol_and_Diet_with_Additional_Recipes2.','Uploaded File'),
(1200860673,2,'drryanfox',-1,'/file/21_Day_Protocol_and_Diet_with_Additional_Rec','Deleted File'),
(1200860717,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200860890,2,'drryanfox',-1,'21_Day_Protocol_and_Diet_with_Additional_Recipes2.','Uploaded File'),
(1200861577,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862217,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862390,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862462,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862505,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862553,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862583,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862583,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862584,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862584,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862585,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862587,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862603,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862647,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862772,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862817,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862853,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862910,2,'drryanfox',92,'Health Resources','Edited Content'),
(1200862945,2,'drryanfox',92,'Health Resources','Edited Content'),
(1201030897,2,'drryanfox',2,'drryanfox','User Login'),
(1201031691,2,'drryanfox',20,'Home Page','Edited Template'),
(1201031807,2,'drryanfox',27,'Secondary Pages','Edited Template'),
(1201032278,2,'drryanfox',69,'Preparing for your first visit','Edited Content'),
(1201036968,2,'drryanfox',2,'drryanfox','User Login'),
(1201037112,2,'drryanfox',15,'Home','Edited Content'),
(1201037336,2,'drryanfox',66,'About Us','Edited Content'),
(1201037425,2,'drryanfox',67,'Our Practitioners','Edited Content'),
(1201037470,2,'drryanfox',74,'why choose a chiropractic doctor?','Edited Content'),
(1201037692,2,'drryanfox',68,'Professional Services','Edited Content'),
(1201037720,2,'drryanfox',68,'Professional Services','Edited Content'),
(1201037775,2,'drryanfox',82,'What is Chiropractic Medicine?','Edited Content'),
(1201037808,2,'drryanfox',91,'Commonly Treated Conditions','Edited Content'),
(1201037834,2,'drryanfox',85,'Diagnosis & Evaluation','Edited Content'),
(1201037866,2,'drryanfox',69,'Preparing for your first visit','Edited Content'),
(1201037896,2,'drryanfox',86,'Insurance','Edited Content'),
(1201037935,2,'drryanfox',72,'Privacy Policy','Edited Content'),
(1201037969,2,'drryanfox',87,'Frequently Asked Questions','Edited Content'),
(1201038013,2,'drryanfox',90,'Patient testimonials','Edited Content'),
(1201038046,2,'drryanfox',92,'Health Resources','Edited Content'),
(1201038109,2,'drryanfox',71,'Contact Information','Edited Content'),
(1201038182,2,'drryanfox',93,'centre','Edited Content'),
(1201038275,2,'drryanfox',20,'Home Page','Edited Template'),
(1201038320,2,'drryanfox',29,'Center Page','Edited Template'),
(1201038404,2,'drryanfox',27,'Secondary Pages','Edited Template'),
(1201039483,2,'drryanfox',2,'drryanfox','User Logout'),
(1201102671,1,'inyerface',1,'inyerface','User Login'),
(1201102750,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1201103120,1,'inyerface',69,'Preparing for your first visit','Edited Content'),
(1201103416,1,'inyerface',20,'Home Page','Edited Template'),
(1201103480,1,'inyerface',27,'Secondary Pages','Edited Template'),
(1201103553,1,'inyerface',29,'Center Page','Edited Template'),
(1202345585,1,'inyerface',1,'inyerface','User Login'),
(1203950235,2,'drryanfox',2,'drryanfox','User Login'),
(1203970198,2,'drryanfox',92,'Health Resources','Edited Content'),
(1205940192,1,'inyerface',1,'inyerface','User Login'),
(1205940239,2,'drryanfox',2,'drryanfox','User Login'),
(1205956852,1,'inyerface',31,'Copy of Home','Copied Template'),
(1205957326,1,'inyerface',31,'Copy of Home','Edited Template'),
(1205957372,1,'inyerface',31,'Copy of Home','Edited Template'),
(1205957395,1,'inyerface',31,'Home Page Copy','Edited Template'),
(1205957581,1,'inyerface',95,'Home Page Copy','Added Content'),
(1205957628,1,'inyerface',95,'Home Page Copy','Edited Content'),
(1205957667,1,'inyerface',31,'Home Page Copy','Edited Template'),
(1206454037,2,'drryanfox',2,'drryanfox','User Login'),
(1206454278,2,'drryanfox',96,'DOCUMENTS','Added Content'),
(1208140517,1,'inyerface',1,'inyerface','User Login'),
(1208141269,1,'inyerface',43,'DRFOX','Edited CSS'),
(1208141730,1,'inyerface',43,'DRFOX','Edited CSS'),
(1208141758,1,'inyerface',43,'DRFOX','Edited CSS'),
(1208811167,2,'drryanfox',2,'drryanfox','User Login'),
(1208812041,2,'drryanfox',15,'Home','Edited Content'),
(1208812258,2,'drryanfox',2,'drryanfox','User Logout'),
(1209409201,1,'inyerface',1,'inyerface','User Login'),
(1209409698,1,'inyerface',31,'Home Page Copy','Edited Template'),
(1209481428,1,'inyerface',1,'inyerface','User Login'),
(1209481514,1,'inyerface',31,'Home Page Copy','Edited Template'),
(1209481837,1,'inyerface',95,'Home Page Copy','Edited Content'),
(1209584700,2,'drryanfox',2,'drryanfox','User Login'),
(1209588713,2,'drryanfox',95,'Home Page Copy','Edited Content'),
(1209589215,2,'drryanfox',95,'Home Page Copy','Edited Content'),
(1209589517,2,'drryanfox',95,'Home Page Copy','Edited Content'),
(1209589831,2,'drryanfox',95,'Home Page Copy','Edited Content'),
(1209590062,2,'drryanfox',95,'Home Page Copy','Edited Content'),
(1209662723,1,'inyerface',1,'inyerface','User Login'),
(1209663631,2,'drryanfox',2,'drryanfox','User Login'),
(1209667452,2,'drryanfox',2,'drryanfox','User Login'),
(1209688592,2,'drryanfox',15,'Home','Edited Content'),
(1209689101,2,'drryanfox',92,'Health Resources','Edited Content'),
(1209692379,2,'drryanfox',90,'Patient testimonials','Edited Content'),
(1209733508,1,'inyerface',1,'inyerface','User Login'),
(1209733551,1,'inyerface',-1,'careshare.pdf','Uploaded File'),
(1209755168,2,'drryanfox',2,'drryanfox','User Login'),
(1209998115,2,'drryanfox',2,'drryanfox','User Login'),
(1209998512,2,'drryanfox',2,'drryanfox','User Logout'),
(1210706735,1,'inyerface',1,'inyerface','User Login'),
(1211917913,2,'drryanfox',2,'drryanfox','User Login'),
(1211918204,2,'drryanfox',97,'Purification Testimonials','Added Content'),
(1211920030,2,'drryanfox',97,'Purification Testimonials','Edited Content'),
(1211922352,2,'drryanfox',97,'Purification Testimonials','Edited Content'),
(1211922447,2,'drryanfox',97,'Purification Testimonials','Edited Content'),
(1211922495,2,'drryanfox',97,'Purification Testimonials','Edited Content'),
(1211981669,2,'drryanfox',97,'Purification Testimonials','Edited Content'),
(1213126510,2,'drryanfox',2,'drryanfox','User Login'),
(1213126678,2,'drryanfox',15,'Home','Edited Content'),
(1213126759,2,'drryanfox',15,'Home','Edited Content'),
(1213224550,1,'inyerface',1,'inyerface','User Login'),
(1213224566,1,'inyerface',1,'inyerface','User Login'),
(1213224751,1,'inyerface',1,'inyerface','User Login'),
(1213226543,1,'inyerface',1,'inyerface','User Login'),
(1213226575,1,'inyerface',1,'Group ID','Group Assignments have been updated.'),
(1213226592,1,'inyerface',2,'Group ID','Group Assignments have been updated.'),
(1213227031,1,'inyerface',-1,'','Edited User Preferences'),
(1213227103,1,'inyerface',2,'drryanfox','Edited User'),
(1213227108,1,'inyerface',1,'inyerface','User Logout'),
(1213227116,2,'inyerface',2,'drryanfox','User Login');

/* Table structure for table `cms_content` */
DROP TABLE IF EXISTS `cms_content`;

CREATE TABLE `cms_content` (
  `content_id` int(11) NOT NULL,
  `content_name` varchar(255) default NULL,
  `type` varchar(25) default NULL,
  `owner_id` int(11) default NULL,
  `parent_id` int(11) default NULL,
  `template_id` int(11) default NULL,
  `item_order` int(11) default NULL,
  `hierarchy` varchar(255) default NULL,
  `default_content` tinyint(4) default NULL,
  `menu_text` varchar(255) default NULL,
  `content_alias` varchar(255) default NULL,
  `show_in_menu` tinyint(4) default NULL,
  `collapsed` tinyint(4) default NULL,
  `markup` varchar(25) default NULL,
  `active` tinyint(4) default NULL,
  `cachable` tinyint(4) default NULL,
  `id_hierarchy` varchar(255) default NULL,
  `hierarchy_path` text,
  `prop_names` text,
  `metadata` text,
  `titleattribute` varchar(255) default NULL,
  `tabindex` varchar(10) default NULL,
  `accesskey` varchar(5) default NULL,
  `last_modified_by` int(11) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`content_id`),
  KEY `content_alias` (`content_alias`,`active`),
  KEY `default_content` (`default_content`),
  KEY `parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_content` */
insert into `cms_content` values
(15,'Home','content',1,-1,20,1,'00001',1,'Home','home',0,1,'html',1,1,'15','home','Headline,Abstract_1_-_Title,Abstract_2_-_Title,Abstract_3_-_Title,Abstract_1_-_Content,Abstract_Left_-_Title,Abstract_2_-_Content,Left_Heading,Right_Heading,Banner_Image,Abstract_1_-_Image,Abstract_2_-_Image,Abstract_3_-_Image,Abstract_3_-_Content,Abstract_Left_-_Content,Abstract_Right_-_Title,content_en,Abstract_Right_-_Content','	<meta http-equiv=\"Content-Style-Type\" content=\"text/css\">\r\n	<meta http-equiv=\"Content-Language\" content=\"eng\">\r\n	<meta name=\"dc.identifier\" content=\"http://www.chapelhillchiropracticcentre.com/\">\r\n	<meta name=\"Location\" content=\"US, NC, Chapel Hill\">\r\n	<meta name=\"Description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Chiropractic Center Includes acupuncture, headache relief, fatigue, physical therapy, neck pain and more.\">\r\n<meta name=\"Keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, fatigue, hot flashes, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"3 days\">\r\n\r\n<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">\r\n</script>\r\n<script type=\"text/javascript\">\r\n_uacct = \"UA-2407296-3\";\r\nurchinTracker();\r\n</script>\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"home page\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','Home Page, shortcut key=1','','1',2,'2006-07-25 21:22:31','2008-06-10 15:39:18'),
(74,'why choose a chiropractic doctor?','content',1,66,27,2,'00002.00002',0,'Why Choose us?','why-choose-us',1,null,'html',1,1,'66.74','about-us/why-choose-us','Testimonial,content_en','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"why choose us\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','Why Choose Chapel Hill Chiropractic Centre','','',2,'2007-09-04 11:21:09','2008-01-22 16:31:10'),
(90,'Patient testimonials','content',1,-1,29,7,'00007',0,'testimonials','testimonials',1,null,'html',1,1,'90','testimonials','Testimonial,content_en','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Testimonials page.\">\r\n\r\n<meta name=\"keywords\" content=\"Testimonials for Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"testimonials\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-10-02 18:57:02','2008-05-01 21:39:38'),
(82,'What is Chiropractic Medicine?','content',1,68,27,1,'00003.00001',0,'Chiropractic Medicine','naturopthic-medicine',1,null,'html',1,1,'68.82','professional-services/naturopthic-medicine','Testimonial,content_en','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"chiropractic medicine\"; wa_location=24;\r\nwa_pageName=\"about us\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-04 12:20:31','2008-01-22 16:36:14'),
(91,'Commonly Treated Conditions','content',2,82,27,1,'00003.00001.00001',0,'Commonly Treated Conditions','commonly-treated-conditions',1,null,'html',1,1,'68.82.91','professional-services/naturopthic-medicine/commonly-treated-conditions','content_en,Testimonial','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"common conditions\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-10-02 23:00:16','2008-01-22 16:36:48'),
(66,'About Us','content',1,-1,27,2,'00002',0,'About Us','about-us',1,null,'html',1,1,'66','about-us','Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,content_en,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Includes acupuncture, headache relief, physical therapy, neck pain and more.\">\r\n\r\n<meta name=\"keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"about us\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-08-29 15:37:14','2008-01-22 16:28:56'),
(67,'Our Practitioners','content',1,66,27,1,'00002.00001',0,'Our Practitioners','our-practitioners',1,null,'html',1,1,'66.67','about-us/our-practitioners','Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,Testimonial,content_en','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"our practitioners\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','Chapel Hill Chiropractic Centre Practitionsers','','',2,'2007-08-29 16:00:24','2008-01-22 16:30:25'),
(68,'Professional Services','content',1,-1,27,3,'00003',0,'Services','professional-services',1,null,'html',1,1,'68','professional-services','content_en,Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Diet, Nutrition, Weight Management\">\r\n\r\n<meta name=\"keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Diet, Nutrition, Weight Management, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"services\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-04 11:12:15','2008-01-22 16:35:20'),
(69,'Preparing for your first visit','content',1,-1,27,4,'00004',0,'Your first visit','online-forms',1,null,'html',1,1,'69','online-forms','Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,Testimonial,content_en','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Includes acupuncture, headache relief, physical therapy, neck pain and more.\">\r\n\r\n<meta name=\"keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"your first visit\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',1,'2007-09-04 11:12:45','2008-01-23 10:45:19'),
(71,'Contact Information','content',1,-1,27,9,'00009',0,'Contact Us','contact-us',1,null,'html',1,1,'71','contact-us','Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,content_en,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Contact information.\">\r\n\r\n<meta name=\"keywords\" content=\"Contact Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"contact us\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','Chapel Hill Chiropractic Centre - Contact Us','','',2,'2007-09-04 11:14:25','2008-01-22 16:41:48'),
(72,'Privacy Policy','content',1,-1,27,5,'00005',0,'Privacy Policy','policy',0,null,'html',1,1,'72','policy','content_en,Headline,Banner_Image,Abstract_1_-_Title,Abstract_1_-_Image,Abstract_1_-_Content,Abstract_2_-_Title,Abstract_2_-_Image,Abstract_2_-_Content,Abstract_3_-_Title,Abstract_3_-_Image,Abstract_3_-_Content,Testimonial','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"privacy policy\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-04 11:16:07','2008-01-22 16:38:55'),
(85,'Diagnosis & Evaluation','content',1,68,27,2,'00003.00002',0,'Diagnosis & Evaluation','diagnosis-evaluation',1,null,'html',1,1,'68.85','professional-services/diagnosis-evaluation','content_en,Testimonial','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"diagnosis evaluation\"; wa_location=24;\r\nwa_pageName=\"about us\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-04 12:42:58','2008-01-22 16:37:13'),
(86,'Insurance','content',1,69,27,1,'00004.00001',0,'Insurance','insurance',1,null,'html',1,1,'69.86','online-forms/insurance','Testimonial,content_en','<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"insurance\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-04 12:56:37','2008-01-22 16:38:15'),
(87,'Frequently Asked Questions','content',2,-1,27,6,'00006',0,'FAQ\'s','faq-s',1,null,'html',1,1,'87','faq-s','content_en,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. FAQ page.\">\r\n\r\n<meta name=\"keywords\" content=\"FAQ, slipped disc, adjustment, what is chiropractic, Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"FAQ\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-09-27 21:53:53','2008-01-22 16:39:28'),
(92,'Health Resources','content',2,-1,29,8,'00008',0,'Resources','health-resources',1,null,'html',1,1,'92','health-resources','content_en,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Includes acupuncture, headache relief, physical therapy, neck pain and more.\">\r\n\r\n<meta name=\"keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"resources\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-10-09 11:22:03','2008-05-01 20:45:01'),
(93,'centre','content',1,-1,29,10,'00010',0,'centre','centre',0,null,'html',1,1,'93','centre','content_en,Testimonial','<meta name=\"description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Includes acupuncture, headache relief, physical therapy, neck pain and more.\">\r\n\r\n<meta name=\"keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"7 days\">\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"centre page\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','','','',2,'2007-10-09 18:10:01','2008-01-22 16:43:02'),
(95,'Home Page Copy','content',1,-1,31,11,'00011',0,'Home Page Copy','home-page-copy',0,null,'html',1,1,'95','home-page-copy','Abstract_Right_-_Content,Testimonial,Banner_701_x_200,Abstract_Left_-_Title,Abstract_Right_-_Title,content_en,Abstract_Left_-_Content','<meta http-equiv=\"Content-Style-Type\" content=\"text/css\">\r\n	<meta http-equiv=\"Content-Language\" content=\"eng\">\r\n	<meta name=\"dc.identifier\" content=\"http://www.chapelhillchiropracticcentre.com/\">\r\n	<meta name=\"Location\" content=\"US, NC, Chapel Hill\">\r\n	<meta name=\"Description\" content=\"Chapel Hill Chiropractors at the Chapel Hill Chiropractic Centre provides the Raleigh Durham Chapel Hill Triangle community the best chiropractic care available through Dr. Ryan Fox. Chiropractic Center Includes acupuncture, headache relief, fatigue, physical therapy, neck pain and more.\">\r\n<meta name=\"Keywords\" content=\"Chapel Hill chiropractor, chiropractic centre, chiropractic center, chiropractic, Dr. Ryan Fox, Raleigh, Durham, Pittsboro, Burlington, Hillsborough, North Carolina, Low Back Pain, Neck Pain, fatigue, hot flashes, Knee Pain, Rotator Cuff Pain, Sciatica, Joint Pain, Fatigue, Muscle Pain, Headaches, Carpal Tunnel, Arthritis, Achilles Tendonitis, Disc Bulging, Weight Loss, Neuropathy, High Blood Pressure, High Choleterol, Diabetes, Adrenal Gland Fatigue,  Holistic, Wellness, Nutrition, Physical Examination, Hair Mineral Analysis, Blood testing, Saliva Testing, Bioidentical Hormones, Hormone Replacement Therapy, HRT, accept Blue Cross Blue Shield, Cigna, Aetna, United Health Care, Medicare, Medicaid, Auto Injury, Personal Injury, Workers Compensation\"> \r\n\r\n<meta name=\"copyright\" content=\"2007 Chapel Hill Chiropractic Centre\">\r\n<meta name=\"author\" content=\"Dr. Ryan Fox\">\r\n<meta name=\"publisher\" content=\"Chapel Hill Chiropractic Centre\">\r\n\r\n<meta name=\"robots\" content=\"index,follow\"> \r\n<meta Name=\"revisit-after\" Content=\"3 days\">\r\n\r\n<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">\r\n</script>\r\n<script type=\"text/javascript\">\r\n_uacct = \"UA-2407296-3\";\r\nurchinTracker();\r\n</script>\r\n\r\n<!-- Concepts Dynamic SEO web tools statistics hit counter code -->\r\n<script type=\"text/javascript\" id=\"wa_u\"></script>\r\n<script type=\"text/javascript\">//<![CDATA[\r\nwa_account=\"drryanfox\"; wa_location=24;\r\nwa_pageName=\"home page\";  // you can customize the page name here\r\ndocument.cookie=\'__support_check=1\';wa_hp=\'http\';\r\nwa_rf=document.referrer;wa_sr=window.location.search;\r\nwa_tz=new Date();if(location.href.substr(0,6).toLowerCase()==\'https:\')\r\nwa_hp=\'https\';wa_data=\'&an=\'+escape(navigator.appName)+ \r\n\'&sr=\'+escape(wa_sr)+\'&ck=\'+document.cookie.length+\r\n\'&rf=\'+escape(wa_rf)+\'&sl=\'+escape(navigator.systemLanguage)+\r\n\'&av=\'+escape(navigator.appVersion)+\'&l=\'+escape(navigator.language)+\r\n\'&pf=\'+escape(navigator.platform)+\'&pg=\'+escape(wa_pageName);\r\nwa_data=wa_data+\'&cd=\'+\r\nscreen.colorDepth+\'&rs=\'+escape(screen.width+ \' x \'+screen.height)+\r\n\'&tz=\'+wa_tz.getTimezoneOffset()+\'&je=\'+ navigator.javaEnabled();\r\nwa_img=new Image();wa_img.src=wa_hp+\'://loc1.hitsprocessor.com/statistics.asp\'+\r\n\'?v=1&s=\'+wa_location+\'&acct=\'+wa_account+wa_data+\'&tks=\'+wa_tz.getTime();\r\ndocument.getElementById(\'wa_u\').src=wa_hp+\'://loc1.hitsprocessor.com/track.js\'; //]]>\r\n</script>\r\n<!-- End Concepts Dynamic SEO statistics web tools hit counter code -->\r\n','Home Page, shortcut key=1','','1',2,'2008-03-19 16:13:00','2008-04-30 17:14:22'),
(96,'DOCUMENTS','content',2,92,27,1,'00008.00001',0,'DOCUMENTS','documents',0,null,'html',1,1,'92.96','health-resources/documents','content_en,Testimonial','','','','',2,'2008-03-25 10:11:17','2008-03-25 10:11:17'),
(97,'Purification Testimonials','content',2,90,29,1,'00007.00001',0,'Purification Testimonials','purification-testimonials',1,null,'html',1,1,'90.97','testimonials/purification-testimonials','Testimonial,content_en','','','','',2,'2008-05-27 15:56:43','2008-05-28 09:34:28');

/* Table structure for table `cms_content_props` */
DROP TABLE IF EXISTS `cms_content_props`;

CREATE TABLE `cms_content_props` (
  `content_id` int(11) default NULL,
  `type` varchar(25) default NULL,
  `prop_name` varchar(255) default NULL,
  `param1` varchar(255) default NULL,
  `param2` varchar(255) default NULL,
  `param3` varchar(255) default NULL,
  `content` text,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  KEY `content_id` (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_content_props` */
insert into `cms_content_props` values
(15,'string','Headline','','','','<p>Your First Choice for a Second Opinion</p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_1_-_Title','','','','Newsletter',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_2_-_Title','','','','',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_3_-_Title','','','','Office Hours',null,'2008-06-10 15:39:18'),
(66,'string','Headline','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Banner_Image','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_1_-_Title','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_1_-_Image','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_1_-_Content','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_2_-_Title','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_2_-_Image','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_2_-_Content','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_3_-_Title','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_3_-_Image','','','','',null,'2008-01-22 16:28:56'),
(66,'string','Abstract_3_-_Content','','','','',null,'2008-01-22 16:28:56'),
(67,'string','Headline','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Banner_Image','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_1_-_Title','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_1_-_Image','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_1_-_Content','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_2_-_Title','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_2_-_Image','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_2_-_Content','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_3_-_Title','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_3_-_Image','','','','',null,'2008-01-22 16:30:25'),
(67,'string','Abstract_3_-_Content','','','','',null,'2008-01-22 16:30:25'),
(68,'string','content_en','','','','<p>Our services include <em>Chiropractic Manipulation, Acupuncture, Physical Therapy, and Applied Kinesiology</em> methods of diagnosis.&nbsp; These services are further&nbsp;complemented by our doctors\' extensive background&nbsp;&amp; training&nbsp;in&nbsp;<em>Diet, Nutrition, and Weight Management</em>.&nbsp;</p>\r\n<p>To view our services in more detail please select from the menu&nbsp;to&nbsp;the left of this page to learn more.&nbsp;</p>',null,'2008-01-22 16:35:20'),
(68,'string','Headline','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Banner_Image','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_1_-_Title','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_1_-_Image','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_1_-_Content','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_2_-_Title','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_2_-_Image','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_2_-_Content','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_3_-_Title','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_3_-_Image','','','','',null,'2008-01-22 16:35:20'),
(68,'string','Abstract_3_-_Content','','','','',null,'2008-01-22 16:35:20'),
(69,'string','Headline','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Banner_Image','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_1_-_Title','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_1_-_Image','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_1_-_Content','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_2_-_Title','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_2_-_Image','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_2_-_Content','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_3_-_Title','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_3_-_Image','','','','',null,'2008-01-23 10:45:19'),
(69,'string','Abstract_3_-_Content','','','','',null,'2008-01-23 10:45:19'),
(71,'string','Headline','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Banner_Image','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_1_-_Title','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_1_-_Image','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_1_-_Content','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_2_-_Title','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_2_-_Image','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_2_-_Content','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_3_-_Title','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_3_-_Image','','','','',null,'2008-01-22 16:41:49'),
(71,'string','Abstract_3_-_Content','','','','',null,'2008-01-22 16:41:49'),
(72,'string','content_en','','','','<p>The Chapel Hill Chiropractic Centre takes the protection of its patients&rsquo; personal information seriously. We are committed to ensuring your privacy on the Internet by adhering to standards of fairness and integrity.</p>\r\n<p>You do not have to provide personal information to browse through our site. There are a few places within the site that collect personal information. Requests for information and Bookings will ask for name, address, e-mail address and other demographic information, but only after your consent.</p>\r\n<p>The Chapel Hill Chiropractic Centre does not rent or sell patient information entered on the site.</p>\r\n<p>The personal information collected by The Chapel Hill Chiropractic Centre may be used for internal marketing purposes or for statistics about the visitors and traffic related to the site. This information does not include any personal identifying information.</p>\r\n<p>This statement may be revised from time to time to provide better service and maintain accuracy.</p>',null,'2008-01-22 16:38:55'),
(72,'string','Headline','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Banner_Image','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_1_-_Title','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_1_-_Image','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_1_-_Content','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_2_-_Title','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_2_-_Image','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_2_-_Content','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_3_-_Title','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_3_-_Image','','','','',null,'2008-01-22 16:38:55'),
(72,'string','Abstract_3_-_Content','','','','',null,'2008-01-22 16:38:55'),
(71,'string','content_en','','','','<p>For more information or to&nbsp;reserve your appointment, contact our office using the information listed below.</p>\r\n<p><strong>Chapel Hill Chiropractic Centre</strong>&nbsp;<br />\r\n1717 Legion Road, Suite 202<br />\r\nChapel Hill,&nbsp;NC&nbsp;27517</p>\r\n<p><strong>Phone: (919)&nbsp;968-4417&nbsp;&nbsp;&nbsp; Fax: (919) 968-4243</strong>&nbsp;</p>\r\n<p><strong>E-mail: </strong><strong><a href=\"mailto:info@chapelhillchiropracticcentre.com\">drryanfox@hotmail.com</a></strong></p>\r\n<p><iframe marginwidth=\"0\" marginheight=\"0\" src=\"http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=Chapel+Hill+Chiropractic+Centre&amp;ie=UTF8&amp;ll=35.950496,-79.011526&amp;spn=0.008547,0.017209&amp;z=14&amp;iwloc=A&amp;om=1&amp;cid=35940277,-79015768,8766843577187349152&amp;output=embed&amp;s=AARTsJqKyQ-Djy0TD7GCy04Aslnxq6HOcw\" frameborder=\"0\" width=\"425\" scrolling=\"no\" height=\"350\"></iframe><br />\r\n<small><a style=\"color: rgb(0,0,255); text-align: left\" href=\"http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=Chapel+Hill+Chiropractic+Centre&amp;ie=UTF8&amp;ll=35.950496,-79.011526&amp;spn=0.008547,0.017209&amp;z=14&amp;iwloc=A&amp;om=1&amp;cid=35940277,-79015768,8766843577187349152&amp;source=embed\">View Larger Map</a></small></p>',null,'2008-01-22 16:41:49'),
(90,'string','Testimonial','','','','',null,'2008-05-01 21:39:38'),
(66,'string','content_en','','','','<p align=\"left\"><strong>Welcome to the Chapel Hill Chiropractic Centre.&nbsp;&nbsp;We are your<em>&nbsp;First&nbsp;Choice</em> for a<em> Second Opinion.</em>&nbsp;&nbsp;&nbsp;</strong></p>\r\n<p>Through years of continuing education,&nbsp;we&nbsp;strive to provide you&nbsp;the most that Complementary and Alternative Medicine (CAM) and Chiropractic have to offer.&nbsp; Our extensive training&nbsp; in <em>Chiropractic Manipulation, Physical Therapy, Rehabilitation,&nbsp;Acupuncture, Biochemistry,&nbsp;and Nutrition</em> gives us an edge in helping you&nbsp;become healthy and pain free.&nbsp;&nbsp;&nbsp;</p>\r\n<p>Is yours a Chiropractic case?&nbsp; Please review our <a href=\"index.php?page=professional-services\"><font color=\"#cc0099\">\'services\'</font></a> and <a href=\"index.php?page=why-choose-us\"><font color=\"#cc0099\">\'why choose us\'</font></a> to see how we may be able to best serve you.</p>\r\n<p align=\"left\">The Chapel Hill Chiropractic Centre&nbsp;is open&nbsp;Monday,&nbsp;Wednesday, and&nbsp;Thursday from 8am to 7pm, and Saturday from 9-12pm.&nbsp; Please call&nbsp;to reserve an appointment. (919) 968-4417&nbsp;&nbsp;&nbsp;</p>',null,'2008-01-22 16:28:56'),
(72,'string','Testimonial','','','','',null,'2008-01-22 16:38:55'),
(95,'string','Abstract_Right_-_Content','','','','<p align=\"center\"><strong>If you are looking for a Chapel Hill Chiropractor, then you need to&nbsp;look no further than the </strong><strong><em>Chapel Hill Chiropractic Centre</em>.</strong></p>\r\n<p>Most&nbsp;people&nbsp;feel like health problems are getting in the way of&nbsp;their lives and are unsatisfied with the standard approach of drugs and surgery that many conventional doctors choose.&nbsp; <em><strong>There are clearly safer&nbsp;methods to seek first before choosing&nbsp;a treatment&nbsp;that may be irreversible or permanent</strong>.</em>&nbsp;&nbsp;Chapel Hill Chiropractic&nbsp;Centre&nbsp;offers just that...A safe, effective form of pain relief which&nbsp;improves the health of your nervous system, including muscles, joints, organs, and&nbsp;every&nbsp;bodily process that requires nerves to function...</p>\r\n<p align=\"center\"><strong>...Nerves control everything.&nbsp; </strong></p>\r\n<p>If you are unsure of whether you are a Chiropractic case, then it\'s time you visited the Chapel Hill Chiropractic Centre!&nbsp; Our services are available for patients of all ages with a broad spectrum of health complaints.&nbsp; If&nbsp;Chiropractic is not appropriate for you, we will gladly refer you to the&nbsp;proper health&nbsp;professional.&nbsp; To learn more about the conditions we treat, please read <font color=\"#cc0099\"><a href=\"http://chapelhillchiropracticcentre.com/index.php?page=why-choose-us\"><font color=\"#cc0099\">Why Choose&nbsp;Us</font></a>.</font></p>\r\n<p align=\"center\"><strong>The reason that you\'re having symptoms is that your body is unable to heal itself...</strong></p>\r\n<p>It means something is wrong and your body is trying to let you know by giving you symptoms (i.e. pain, headaches, hot flashes, fatigue...)&nbsp; Dr. Fox can help your body regain proper balance so that you can heal.&nbsp; When your body heals, the symptoms of the imbalance will go away.&nbsp;</p>\r\n<p>This process of balancing involves adjustments to your skeletal system, your nutritional and endocrine system, your diet, hormones, exercise regimen and other specific needs as they arise...</p>\r\n<p>As a chiropractor and holistic health practitioner, Dr. Ryan Fox will listen to you and your body carefully, designing a tailor-made treatment to correct, not patch, the problems causing the symptoms you are experiencing; in a non-invasive, safe and effective manner.&nbsp;</p>\r\n<p>Dr. Fox has witnessed improvement and complete healing of many chronic and intractable conditions in scores of people.&nbsp; Many who suffer have come to Dr. Fox after they have tried everything including ignoring the problem, taking drugs and even painful surgery and wish they had used Chiropractic first.&nbsp; &nbsp;</p>\r\n<p>Listen to your body - and let us help you discover your road to health at the Chapel Hill Chiropractic Centre.</p>\r\n<p>&nbsp;</p>',null,'2008-04-30 17:14:22'),
(86,'string','Testimonial','','','','',null,'2008-01-22 16:38:15'),
(31,'string','content_en',null,null,null,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31'),
(32,'string','content_en',null,null,null,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31'),
(15,'string','Abstract_1_-_Content','','','','<p>Find tips and tricks to staying healthy in our quarterly newsletter published by Dr. Ryan Fox.&nbsp; Sign up today!</p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_Left_-_Title','','','','Newsletter',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_2_-_Content','','','','<p>Hoping to avoid the Flu this Season? Searching for alternatives to the \"Flu Shot\"? The Ottawa Integrative Health Center is pleased to announce that they will be offering Homeopathic \"flu shots\" this flu season <br />\r\n<br />\r\n<a target=\"_blank\" href=\"http://testing.inyerface.ca/uploads/File/cold flu patient handout[1].pdf\">Pascoe Canada Brochure (pdf)</a>&nbsp;<br />\r\n<a href=\"index.php?page=contact-us\">Book an appointment today!</a></p>',null,'2008-06-10 15:39:18'),
(82,'string','Testimonial','','','','',null,'2008-01-22 16:36:14'),
(85,'string','content_en','','','','<p>Diagnosis and evaluation is based on medical reports derived from the analysis of blood, urine, saliva, hair, respiratory function and other samples, as well as a review of X-rays and laboratory procedures. Patients will undergo a thorough physical exam and fill in a detailed questionnaire outlining their personal history.</p>\r\n<p>At the Chapel Hill Chiropractic Centre there are many tests which we offer our patients to help us better understand and diagnose our patients\' condition. Below are some of the more standard or progressive tests that we order onsite, which we may or may not recommend our patients have done. For further information on the tests that weoffer, including pricing and reasons for which we may recommend tests, please <a href=\"http://oihc.ca/contact.html\">contact us</a> at your convenience.</p>\r\n<ul>\r\n    <li>Blood Chemistry Analysis</li>\r\n    <li>Saliva Hormone Panel-Male &amp; Female</li>\r\n    <li>Adrenal Stress Index (ASI)</li>\r\n    <li>Hair Mineral Analysis/Heavy Metal Screening</li>\r\n    <li>Iodine Loading Test/Bromine Loading Test</li>\r\n    <li>Stool Analysis</li>\r\n    <li>Food Allergy Intolerance Test</li>\r\n</ul>\r\n<p>Note: X-Ray and MRI services are not provided on-site</p>\r\n<hr />\r\n<hr />\r\n<p>&nbsp;</p>\r\n<hr />\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<hr />\r\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>',null,'2008-01-22 16:37:13'),
(85,'string','Testimonial','','','','',null,'2008-01-22 16:37:13'),
(69,'string','Testimonial','','','','',null,'2008-01-23 10:45:19'),
(15,'string','Left_Heading','','','','NLP Events',null,'2008-06-10 15:39:18'),
(15,'string','Right_Heading','','','','Events Summary ',null,'2008-06-10 15:39:18'),
(15,'string','Banner_Image','','','','<p><img height=\"200\" alt=\"\" width=\"467\" src=\"http://testing.inyerface.ca/uploads/images/banner1.gif\" /></p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_1_-_Image','','','','<p><img height=\"80\" alt=\"\" width=\"233\" src=\"http://testing.inyerface.ca/uploads/images/abstract1.gif\" /></p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_2_-_Image','','','','<p><img height=\"80\" alt=\"\" width=\"233\" src=\"http://testing.inyerface.ca/uploads/images/abstract2.gif\" /></p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_3_-_Image','','','','<p><img height=\"80\" alt=\"\" width=\"233\" src=\"http://testing.inyerface.ca/uploads/images/abstract3.gif\" /></p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_3_-_Content','','','','<p>We are located next to the Civic Pharmacy at the corner of Holland and Carling and are open from Monday to Friday. Please contact us for more information or to book your appointment.<br />\r\n<br />\r\n<strong>(613) 798-1000<br />\r\n<a href=\"mailto:info@oihc.ca\">info@oihc.ca</a></strong></p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_Left_-_Content','','','','<p>Our newsletter is packed with content rich information that will assist you in your journey to alternative health care.&nbsp; Sign up for our newsletter today! Also, mark your calendars for our upcoming <a href=\"http://chapelhillchiropracticcentre.com/index.php?page=health-resources\"><font color=\"#cc0099\">Health Workshop Topics</font></a> and reserve your spot!</p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_Right_-_Title','','','','Welcome',null,'2008-06-10 15:39:18'),
(87,'string','content_en','','','','<p><strong>Do I have a pinched nerve?</strong></p>\r\n<p>Many patients consult a chiropractic doctor because they think they have a pinched nerve. Because of the way your spine is designed, abnormal spinal function caused from physical trauma, emotional tensions, or chemical toxins can affect the delicate tissues of the spinal cord and nerve roots.</p>\r\n<p>While commonly associated with the spine, the pinched nerve (compressive lesion) is actually rare. Researches suggest that only 10% to 15% of spine related problems are caused by direct pressure of bone on nerve tissue! This can result in numbness, burning or a \"pins and needles\" feeling.</p>\r\n<p>More frequently, nerves are irritated (facilitative lesion). This is caused when nerve tissue is rubbed, scraped, stretched by a loss of spinal curve, or irritated by malfunctioning spinal joints.</p>\r\n<p>&nbsp;<br />\r\n<strong>Do I have a slipped disc?</strong></p>\r\n<p>Technically a disc can\'t \"slip.\"<br />\r\n&nbsp;<br />\r\nThe intervertebral disc is a pad of cartilage-type material situated between spinal bones. Each disc serves as a connector, spacer, and shock absorber for the spine. A soft, jelly-like center is contained by outer layers of fibrous tissue. Healthy discs help allow normal turning and bending.</p>\r\n<p>Because of the way each disc is attached to the vertebrae above and below, a disc cannot \"slip.\" However, trauma or injury to the spine can cause discs to tear, bulge, or worse, rupture. This can be quite painful, as the soft center of the disc leaks, putting pressure on the adjacent nerve roots and spinal cord.</p>\r\n<p>While results cannot be guaranteed, many patients have avoided needless surgery or a dependency on pain pills, by choosing chiropractic care for their disc-related health problems.<br />\r\n&nbsp;</p>\r\n<p><strong>What is Chiropractic?</strong></p>\r\n<p>Chiropractic is based on the scientific fact that your body is a self-regulating, self-healing organism. The brain, spinal cord, and all the nerves of the body control these important functions.<br />\r\n&nbsp;<br />\r\nThe skull protects the delicate tissue of the brain. The moving bones of the spine protect the vulnerable communication pathways of the spinal cord and nerve roots. If the nervous system is impaired, it can cause malfunction of the tissues and the organs throughout the body. Doctors call this the Vertebral Subluxation Complex. Vertebral, meaning the bones of the spine. Subluxation, meaning less then a total dislocation. And complex, meaning consisting of more then one part.</p>\r\n<p>Chiropractic is the science of locating offending spinal structures, the art of reducing their impact to the nervous system, and the philosophy of all things natural.</p>\r\n<p><br />\r\n<strong>How does Chiropractic work?</strong></p>\r\n<p>Chiropractic works by restoring your own inborn ability to be healthy. When under the proper control of your nervous system, all the cells, tissues, and organs of your body are designed to resist disease and ill health. The chiropractic approach to better health is to locate and help remove interferences to your natural state of being healthy.</p>\r\n<p>A common interference to the nervous system is dysfunction of the 24 moving bones of the spinal column. A loss of normal motion or position of these bones can irritate or impair the function of the nervous system. This can disrupt the transmission of controlling nerve impulses.</p>\r\n<p>With improved spinal function there is often improved nervous system function. Your chiropractic doctor can help remove interferences that may be impairing normal health. Since the primary focus of your care is improved nervous system function, chiropractic can have a positive effect on many health conditions not normally thought of as \"back\" problems.</p>\r\n<p><br />\r\n<strong>What do Chiropractic Doctors do?</strong></p>\r\n<p>Helping to restore proper spinal biomechanics and improved nervous system function begins with a case history. This gives the doctor a background about your health, such as surgeries, accidents, the onset of your condition, and other details affecting your current health.</p>\r\n<p>After reviewing your history and discussing your specific problem, a thorough orthopedic, neurological, and chiropractic examination is performed. X-rays may be taken to uncover structural and functional problems associated with the spinal column. These examinations help identify areas of spinal malfunction and resulting nervous system deficit.</p>\r\n<p>The findings of these examinations are explained and a plan of chiropractic adjustments may be recommended. Progress is monitored with periodic examinations and follow-up reports.</p>\r\n<p>Since the word \"doctor\" comes from the Latin word meaning teacher, regardless of your approach, he or she has a strong commitment to patient education.</p>\r\n<p><br />\r\n<strong>What type of education do Chiropractic Doctors get?</strong><br />\r\n&nbsp;<br />\r\nToday\'s doctor of chiropractic is well educated.</p>\r\n<p>The science of chiropractic requires a special emphasis on anatomy, physiology, and pathology, neurology, biomechanics, X-ray, spinal adjusting techniques, and related subjects. This demanding curriculum prepares chiropractic doctors to locate the Vertebral Subluxation Complex and help correct the resulting nervous system dysfunction. To graduate with a Doctor of Chiropractic degree, each candidate passes the demanding National Board Examination. Then, a doctor applies to a governmental or professional licensing board and passes a still more difficult test before being granted the privilege to practice.</p>\r\n<p>A chiropractic education never ends. Doctors complete postgraduate instruction for license renewal and to stay current on the latest scientific research.</p>\r\n<p><br />\r\n<strong>What is an adjustment?</strong></p>\r\n<p>A chiropractic adjustment is the art of using a specific force in a precise direction, applied to a joint that is fixated, \"locked up\", or not moving properly. This adds motion to the joint, helping the bones gradually return to a more normal position and motion. The purpose of this safe and natural procedure is improved spinal function, improved nervous system function, and improved health.</p>\r\n<p>There are many ways to adjust the spine. Usually the doctor\'s hands or a specially designed instrument delivers a brief and highly accurate thrust. Some adjusting methods are quick, whereas others require a slow and constant pressure.</p>\r\n<p>After years of training and clinical experience, each chiropractic doctor becomes highly skilled in the delivery of a variety of adjusting approaches.</p>\r\n<p><br />\r\n<strong>Are all patients adjusted the same way?</strong></p>\r\n<p>The doctor evaluates each patient\'s unique spinal problem and develops an individual course of care. The resulting recommendations are based upon years of training and experience.&nbsp; Some patients, who complain of headaches, may actually have a lower back problem that is causing a compensation reaction at the base of the skull. Other patients may be experiencing numbness and tingling in their fingers, when the actual problem is in the neck.Every patient presents a uniquely different spinal pattern.</p>\r\n<p>Patients notice that their chiropractic care is delivered with confidence and precision. Each visit builds on the one before. And while visits may seem similar, each patient\'s care is uniquely different from every other patient.</p>\r\n<p><br />\r\n<strong>Can I adjust myself?</strong></p>\r\n<p>Since a chiropractic adjustment is a specific force, applied in a specific direction, to a specific spinal joint, it is virtually impossible to adjust oneself.</p>\r\n<p>It is possible to turn or bend or twist in certain ways to create a popping sound, like the sound that sometimes accompanies a chiropractic adjustment. Unfortunately, this type of joint manipulation is usually counterproductive, often making an already unstable area of the spine even more unsteady. Adjusting the spine is not for amateurs!</p>\r\n<p>The best way to enjoy the healthful benefits of chiropractic is to receive adjustments from a doctor of chiropractic. Even your doctor must seek out services of another colleague to help restore and maintain proper spinal function.&nbsp;</p>\r\n<p><br />\r\n<strong>Is Chiropractic care safe?</strong></p>\r\n<p>In the words of the New Zealand government\'s inquiry, chiropractic care is \"remarkably safe.\"</p>\r\n<p>Chiropractic has an excellent safety record. It is the result of a conservative approach to health that avoids invasive procedures or addictive drugs.</p>\r\n<p>A thorough case history and examination help reveal areas of the spine that may be causing nervous system malfunction. This information will be used to determine the best course of care for each patient.</p>\r\n<p>Chiropractic care is a natural approach to better health that is proven safe and effective.</p>\r\n<p><br />\r\n<strong>Can I speed the healing process?</strong></p>\r\n<p>Since significant spinal trauma can occur at birth, many parents have their newborns checked for the Vertebral Subluxation Complex.</p>\r\n<p>Later, learning to walk, ride a bicycle, and other childhood activities can cause spinal problems. While a bandage and some comforting words can help a skinned knee, the unseen damage to the child\'s spine is the unique domain of a chiropractic doctor.</p>\r\n<p>Many childhood health complaints that are brushed off as \"growing pains\" can often be traced to the spine. Regular chiropractic checkups can identify these problems and help avoid many of the health complaints seen later in adults.<br />\r\n<br />\r\nNaturally, chiropractic adjusting procedures are modified to a child\'s spine. Most parents report that their children enjoy chiropractic adjustments and seem healthier then other children.</p>\r\n<p><br />\r\n<strong>Am I too old for Chiropractic care?</strong></p>\r\n<p>More and more people are consulting chiropractic doctors, especially in their later years.<br />\r\nWith growing concerns about over medication and side effects of combining various prescription drugs, safe natural chiropractic care is growing in popularity.</p>\r\n<p>Restoring better spinal function can help improve mobility, vitality, endurance, and patient appetite. Many patients report improvement with arthritic symptoms and other chronic ailments often associated with the aging process.</p>\r\n<p>The adjusting technique used by your doctor will be modified for maximum comfort and result.<br />\r\nAs we get older and wiser, the simplicity and effectiveness of chiropractic care becomes more and more obvious.<br />\r\n&nbsp;</p>\r\n<p><strong>How long will I need Chiropractic care?</strong></p>\r\n<p>Spinal problems neglected from early childhood may require ongoing supportive care for optimum spinal function. These, long standing problems are often associated with muscle weakness, soft tissue damage, and degenerative changes to the spine.</p>\r\n<p>Most patients find that periodic chiropractic checkups help keep them in tip-top shape. Those who are active, have stressful jobs, or want to be their very best, find that a schedule of preventive visits are helpful in maintenance of good health.</p>\r\n<p>Some patients seek chiropractic care only when their ache or pain becomes unbearable. While this style of \"crisis management\" is usually more costly and time consuming, our office stands ready to help all patients, regardless of their health goals.<br />\r\n&nbsp;<br />\r\nHow long you decide to benefit from chiropractic care is always up to you.</p>',null,'2008-01-22 16:39:28'),
(74,'string','Testimonial','','','','',null,'2008-01-22 16:31:10'),
(68,'string','Testimonial','','','','',null,'2008-01-22 16:35:20'),
(91,'string','content_en','','','','<p>Low Back Pain <br />\r\nUpper Back Pain / Neck Pain <br />\r\nHeadaches &amp; Migraines <br />\r\nSciatica <br />\r\nAllergies <br />\r\nCarpal Tunnel Syndrome <br />\r\nFibromyalgia <br />\r\nEaraches - Childhood Ear Infections <br />\r\nScoliosis <br />\r\nBlood Sugar Imbalance / Carbohydrate Intolerance <br />\r\nFoot and Knee Pain <br />\r\nLowered Immunity <br />\r\nStress<br />\r\nChronic Fatigue &amp; Exhaustion <br />\r\nAcid Reflux, Hiatal Hernia<br />\r\nIrritable Bowel Syndrome <br />\r\nDigestive Complaints &amp; Constipation <br />\r\nHigh Cholesterol <br />\r\nSports Injuries <br />\r\nImproved Athletic Performance <br />\r\nWeight Loss <br />\r\nPMS &amp; Menopausal Symptoms</p>',null,'2008-01-22 16:36:48'),
(91,'string','Testimonial','','','','',null,'2008-01-22 16:36:48'),
(82,'string','content_en','','','','<p>Chiropractic is a primary health care profession that focuses on prevention and uses natural methods to promote healing. By combining old philosophies of medicine with new diagnostic tools,&nbsp;Chiropractic offers additional options to the modern health care system.</p>\r\n<p>Doctors of Chiropractic&nbsp;are general practitioners of natural health care who embrace a wide array of non-invasive techniques and therapies to create a preventive, restorative and individualized approach to health care. Some of these approaches are as basic as nutritional counseling or stress reduction, while others are more firmly planted in alternative medicine, such as&nbsp;Mineral Replacement Therapy or Bio-identical Hormone Replacement, an safer option to conventional HRT.&nbsp;</p>\r\n<p>Typical Chiropractic patient seek our care for symptomatic relief of pain using manipulation of the spine or extremities.&nbsp;</p>\r\n<p align=\"center\"><em>Pain relief is only a small part of the wide range of symptoms we treat...</em></p>\r\n<p>The complex nature of the body and integrative ability offered through Applied Kinesiology, allows our doctors to identify organ/gland dysfunction, digestive disturbances, mineral deficiencies,&nbsp;muscular weaknesses,&nbsp;and joint misalignments.&nbsp; Visit our <font color=\"#ff9900\"><u><a href=\"index.php?page=commonly-treated-conditions\">Commonly Treated Conditions</a></u></font> to learn more.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>',null,'2008-01-22 16:36:14'),
(74,'string','content_en','','','','<p>A&nbsp;Chiropractic doctor treats the whole person, not just the symptom or disease. It\'s a question of philosophy... The focus should not be entirely&nbsp;on how to get rid of symptoms that ail you, but on why you are suffering from this ailment and where it began. &nbsp;By assessing you as a unique individual, a Chiropractor&nbsp;can help you to understand your condition and teach you how you can foster your own health in a manner that enables your body to heal itself.&nbsp; This ability for your own body to heal itself&nbsp;is called \"Innate Intelligence\".&nbsp; In order for your body to heal&nbsp;on its own it&nbsp;requires the nervous system to be working with&nbsp;minimal interference.&nbsp; There are many factors which contribute to interference in the nervous system.</p>\r\n<p>Chiropractors trained in Applied Kinesiology are able to evaluate and identify&nbsp;specific areas of the body and nervous system that are interfering with your ability to heal and/or become pain-free.&nbsp; Muscle testing using Applied Kinesiology, complemented by&nbsp;standard medical&nbsp;tests, add a great depth and ability for our doctors to treat many bodily symptoms that often do not respond to common medical treatments using drugs&nbsp;and surgery.&nbsp; When appropriate, additional testing such as x-rays, blood chemistry panels, hormone assays/saliva panels, urinalysis, stool&nbsp; testing, and mineral analyses may be performed.&nbsp;</p>\r\n<p align=\"left\"><em>\"The diversity of our training allow us to provide&nbsp;each person with a unique style of treament that they prefer...Our patients get to choose\"</em></p>\r\n<p>Please review our list of <font color=\"#ff9900\"><u><a href=\"index.php?page=commonly-treated-conditions\">commonly treated conditions</a></u></font> to see how we may best serve you and your family.<em>&nbsp;&nbsp;&nbsp;</em></p>\r\n<p>&nbsp;</p>\r\n<p><em>&nbsp;</em></p>\r\n<p>&nbsp;</p>',null,'2008-01-22 16:31:10'),
(67,'string','Testimonial','','','','<div style=\"margin: 0in 0in 10pt\">\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 0in 0in 10pt\"><span style=\"font-size: 12pt; background: white; line-height: 115%; font-family: \'Tempus Sans ITC\'\">\"I continue to be amazed at the care I receive from Dr. Fox-he has filled the shoes of all three of my former doctors.&nbsp; My joints are functioning with more flexibility than they have in years!\"&nbsp;</span></div>\r\n<p><font style=\"background-color: #ffffff\"><strong><a href=\"http://chapelhillchiropracticcentre.com/index.php?page=testimonials\">Read more...</a></strong></font></p>\r\n</div>\r\n<div style=\"margin: 0in 0in 10pt\" align=\"right\">&nbsp;</div>\r\n<div style=\"margin: 0in 0in 10pt\">&nbsp;</div>',null,'2008-01-22 16:30:25'),
(92,'string','content_en','','','','<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p align=\"center\"><strong><u>21-Day Purification&nbsp;Program</u></strong></p>\r\n<p><font size=\"4\"><strong>Session 1</strong>-&nbsp; </font><font size=\"3\">\"</font><a target=\"_blank\" href=\"uploads/file/21_Day_Protocol_and_Diet_with_Additional_Recipes2.doc\"><font color=\"#990099\">21 Day Purification Program Guide + Great Food Recipes</font></a><font color=\"#ffff00\">\"</font>&nbsp;(Click to Download)</p>\r\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Initial&nbsp; Body Impedance Analysis (BIA) and Weigh-In</p>\r\n<p><font size=\"4\"><strong>Session 2</strong>-&nbsp;</font><font size=\"3\">\"</font><a href=\"uploads/file/Purification-Session%202.doc\"><font color=\"#990099\">Body Impedance Analysis (BIA)-What Your Results Mean</font></a><font color=\"#ff00ff\">.</font>\" (Click to Download)</p>\r\n<p><font size=\"4\"><strong>Session 3</strong>- </font>\"<u>Detoxification, Elimination, and&nbsp;Recovering Your&nbsp;Health\"&nbsp;</u></p>\r\n<p><font size=\"4\"><strong>Session 4</strong>- </font><u>\"Keeping the Weight Off and Feeling Great-What to do now...\"</u></p>\r\n<p><font size=\"4\"><strong>NEXT SESSION STARTS JUNE 3rd, 2008!!!</strong></font></p>\r\n<p>&nbsp;</p>',null,'2008-05-01 20:45:01'),
(95,'string','Testimonial','','','','',null,'2008-04-30 17:14:22'),
(69,'string','content_en','','','','<p>To help prepare for your first visit, you will be asked to complete extensive questionnaires and bring them with you to your appointment. For your convenience, these forms are available electronically. If you are unable to access them, they are also available at the clinic.</p>\r\n<p>Your first appointment will also involve a thorough physical examination, including a Neurologic, Orthopedic, Chiropractic, and <u><font color=\"#0000ff\"><a target=\"_blank\" href=\"http://www.icakusa.com\">Applied Kinesiology</a></font></u> Exam</p>\r\n<ul>\r\n    <li><a target=\"_blank\" href=\"http://chapelhillchiropracticcentre.com/uploads/file/FemaleHistoryQuestionnaire.pdf\">Female Health Questionnaire</a>&nbsp;</li>\r\n    <li><a target=\"_blank\" href=\"http://chapelhillchiropracticcentre.com/uploads/file/MaleHealthHistoryQuestionnaire.pdf\">Male Health Questionnaire</a>&nbsp;</li>\r\n</ul>\r\n<p>&nbsp;</p>',null,'2008-01-23 10:45:19'),
(95,'string','Banner_701_x_200','','','','',null,'2008-04-30 17:14:22'),
(95,'string','Abstract_Left_-_Title','','','','Newsletter',null,'2008-04-30 17:14:22'),
(95,'string','Abstract_Right_-_Title','','','','Welcome',null,'2008-04-30 17:14:22'),
(96,'string','content_en','','','','<p>QB FILE-DR.FOX</p>',null,'2008-03-25 10:11:17'),
(96,'string','Testimonial','','','','',null,'2008-03-25 10:11:17'),
(95,'string','content_en','','','','<p>Welcome.&nbsp; If you are looking for a Chapel Hill Chiropractor, you need to look no further than the Chapel Hill Chiropractic Centre.&nbsp; Our varied treatment styles allows us to offer you the most available through Chiropractic, Physical Therapy, and Complementary and Alternative Medicine (CAM).&nbsp; We look forward to meeting you.</p>',null,'2008-04-30 17:14:22'),
(95,'string','Abstract_Left_-_Content','','','','<p>Our newsletter is packed with content rich information that will assist you in your journey to alternative health care.&nbsp; Sign up for our newsletter today! Also, mark your calendars for our upcoming <a href=\"http://chapelhillchiropracticcentre.com/index.php?page=health-resources\"><font color=\"#cc0099\">Health Workshop Topics</font></a> and reserve your spot!</p>',null,'2008-04-30 17:14:22'),
(67,'string','content_en','','','','<p>Ryan Edward Fox, D.C.</p>\r\n<p>Dr. Ryan&nbsp;Fox is a 2004 graduate of Logan College of Chiropractic in St. Louis, Missouri.&nbsp; Upon graduation,&nbsp;he received&nbsp;honors for \"Exemplary Clinical Performance\"&nbsp;as an intern at Logan Health Center, as well as&nbsp;being awarded the Lance West&nbsp;Endowment&nbsp;Fund by the International College of Applied Kinesiology.&nbsp; Dr. Ryan has an undergraduate degree in Chemistry from West Virginia Wesleyan College, a&nbsp;B.S. degree&nbsp;in Human&nbsp;Biology from Logan College of Chiropractic, and is&nbsp;currently&nbsp;licensed and certified by the North&nbsp;Carolina Board of Chiropractic Examiners.&nbsp; &nbsp;&nbsp;</p>\r\n<p>Dr. Ryan&nbsp;has a special interest in&nbsp;treating the entire body Holistically&nbsp;using Chiropractic, Applied Kinesiology, nutrition, acupuncture,&nbsp;and other alternative methods which&nbsp;he&nbsp;considers&nbsp;much safer than conventional&nbsp;drugs or surgery.&nbsp;&nbsp;He has received extensive training in&nbsp;over 600 hours of&nbsp;Applied Kinesiology, 100 hours of acupuncture, and continues to broaden his spectrum of knowledge and scope&nbsp;of practice.&nbsp; Dr. Ryan feels that it is important to be aware of the many types of treatments that are available to his patients. \"<strong><em>Otherwise</em></strong>\", he says, <strong><em>\"If the only tool you own is a hammer, everything will look suspiciously like a nail.\"</em>&nbsp; </strong>In addition to treating joint and musculoskeletal pain, Dr. Fox has also&nbsp;completed several advanced courses of&nbsp;study in&nbsp;balancing Female Hormones, which incorporates the use of bio-identical hormones, detoxification, and diet/weight loss management.&nbsp; To learn more, visit our page that discusses \"<a href=\"http://chapelhillchiropracticcentre.com/index.php?page=commonly-treated-conditions\">commonly treated symptoms</a>.\"&nbsp;&nbsp;&nbsp;&nbsp;</p>\r\n<p>In his spare time, Dr. Ryan enjoys&nbsp;participating in local soccer leagues, playing tennis,&nbsp;and golf.&nbsp; Dr. Ryan occasionally competes&nbsp;in&nbsp;5K and 10K road races and aspires to&nbsp;take part in his first half-marathon and eventually a full marathon within the&nbsp;near future.&nbsp;&nbsp;Other&nbsp;hobbies include being a Jack-of-All-Trades,&nbsp;playing guitar, reading, car restoration,&nbsp;painting, and water/snow skiing.&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;</p>',null,'2008-01-22 16:30:25'),
(86,'string','content_en','','','','<p>Most health insurances cover Chiropractic care.&nbsp; We do accept some insurances such as Blue Cross Blue Shield, Medicare, United, Cigna, and Medco.&nbsp; Since smaller subsidiary insurances may not be listed on our site, please call to ensure that we are providers with your invidual plan.&nbsp; In many instances, the amount of an insurance&nbsp;copay for a typical visit is nearly the same as an out of pocket expense for someone with no insurance coverage.&nbsp;</p>\r\n<p>We will happily send your insurance claims to your insurance company on your behalf, rather than making you submit them yourself.&nbsp;</p>\r\n<p>Because my visits are typically longer, more comprehensive, and treatment durations are often shorter, many patients find that they are not spending more on care in my office they would pay in deductible and co-pay at another office.&nbsp;</p>\r\n<p><em>Our services are typically covered under all medical savings plans and most insurance plans that have coverage</em>.&nbsp;</p>',null,'2008-01-22 16:38:15'),
(90,'string','content_en','','','','<p>&nbsp;</p>\r\n<p>Dr. Ryan Fox is the fourth (and will be the last)&nbsp;chiropractor whose services I have used.&nbsp; As a young chap recently graduated from chiropractic college, he seems to have many more modes of treatment than my prior chiropractors knew (or atleast that they used) Dr. Fox knows how to manipulate the body in many ways beyond standard spinal adjustments to relieve aches and pains, and he is an expert on nutrition as well.</p>\r\n<p>I\'ll always be grateful I had the sense, recently, to get a \"second opinion\" from Dr. Fox.&nbsp; I was suffering from a sore left heel that was causing some pain to me during my aerobics classes.&nbsp; Duke Sports Medicine sent me to an orthopedic expert, and this doctor told me I had to give up not only my aerobics classes (which I go to six days a week as a rule) but walking my four dogs.&nbsp; The orthopedist said I\'d have to give up these important activities for eleven months!&nbsp; Central to Dr. Fox\'s alternative treatment of my painful heel was that I continue the aerobics classes and dog walks without interruption while he treated me once a week for five weeks via a myriad of manipulations.&nbsp;</p>\r\n<p>I am now free of pain and as active of ever thanks to the personable and talented Ryan Fox.</p>\r\n<p align=\"right\">Professor William Reppy (age 66) 11-20-07&nbsp;</p>\r\n<p>\"When I started seeing Dr. Fox, I was&nbsp;experiencing a lot of problems with my upper body, especially in my shoulders and neck.&nbsp;&nbsp;Dr. Fox&nbsp;examined&nbsp;me and performed some adjustments, and&nbsp;quickly determined&nbsp;that&nbsp;the source of my problems&nbsp;was&nbsp;not&nbsp;the areas in distress, but, rather,&nbsp;a collapsed arch in my left foot.&nbsp;&nbsp;He showed me some&nbsp;simple exercises to do, provided sound advice and information, and recommended that I be fitted with orthotics.&nbsp;&nbsp;Since receiving them, my feet, back, shoulders and neck are&nbsp;benefitting from correct alignment.&nbsp;&nbsp;&nbsp;Thanks to Dr. Fox\'s expert care and insight&nbsp;I am able to&nbsp;once again enjoy life to its fullest.\"</p>\r\n<p align=\"right\">Terry A. Rollins 8-14-07<br />\r\nFuquay Varina, NC</p>\r\n<p>On the Standard Process Cleansing Program, I experienced constant energy, no lows or highs, better attitude &amp; more relaxed, sleeping better, and I want to continue eating this way.&nbsp; On this 21 day program, I lost 17 pounds in 17 days, never feeling hungry, and I am having &nbsp;no more stomach aches and no more bloating or discomfort.</p>\r\n<p align=\"right\">Kathy Zimmerman 8-25-07<br />\r\nHillsborough, NC</p>\r\n<p>We recently moved to Chapel Hill from the midwest to be near our children.&nbsp; After searching several months I was referred to Dr. Fox by new friends.&nbsp; Because of their enthusiasm about Dr. Fox and&nbsp;their own good health, I called immediately for an appointment.&nbsp;</p>\r\n<p>My husband, who suffers from a rare form of dementia and is now in a healthcare facility, had a severe set-back which puzzled the nursing staff.&nbsp; He was in bed, &nbsp;not responding to any communication or even able to talk, the outlook was not good.&nbsp;&nbsp;The nursing staff was &nbsp;planning on taking him to the hospital if he did not improve by the&nbsp;next day. &nbsp;When I relayed this information to Dr. Fox, he&nbsp;visited my husband that evening after he closed his office, treated&nbsp;my husband using Chiropractic and Applied Kinesiology,&nbsp;and within 10 minutes had my husband awake and talking and anxious to get out of bed to the amazement of the staff at the&nbsp;facility!</p>\r\n<p>Let me mention that my greatest fear of making the move to this area was having to leave my alternative health care doctors in&nbsp;Ohio.&nbsp; I have several structural issues-some&nbsp;from birth and others inherited with age.&nbsp; I&nbsp;continue to&nbsp;be amazed at the care I receive from Dr. Fox-he has filled the shoes of all three of my former doctors.&nbsp; My joints are functioning&nbsp;with more flexibility than they have in years.</p>\r\n<p>Another member of our family-our daughter was in an auto accident in which her vehicle flipped over.&nbsp; My immediate response was \"you have to see Dr. Fox\" because of the muscle trauma to her body.&nbsp; After just 5 visits she is feeling better than before the accident occurred.</p>\r\n<p>Just one more- During many conversations with dear friends, who live in the southwest corner of North Carolina,&nbsp; about the excellent care I receive from Dr. Fox, they have decided to become \"long distance&nbsp;patients\" and see Dr. Fox each time they come to visit.</p>\r\n<p align=\"right\">Sharon Smith 9-5-07<br />\r\nPittsboro, NC</p>\r\n<p>I am writing to just share my thoughts about the SP Cleanse I recently completed.&nbsp; First, I must say that it was an experience far better than I ever expected...I had read up a little bit on liver cleanses and what they were designed to do, what I was looking for was a safe way to kick the sugar habit, without the withdrawal symptoms that I had experienced in past attempts to get sugar out of my system.</p>\r\n<p>I had purchased the cleanse system, read the brochures and also decided that to give myself a head start I would get a co0uple of manual lymphatic massages ust to help get rid of toxins...and I also increased my water intake to 96 oz. a day.&nbsp; I must admit, I was concerned about possible side affects, would I experience constipation, diarrhea, headaches, or just being plain grumpy????</p>\r\n<p>So came the day to start the cleanse, I thought if i can get through the first couple of days, it will be easy going...What a fantastic surprise, those first few days were an absolute breeze, absolutely no negative side affects.&nbsp;&nbsp; By the 3rd day, I had LOTS more energy, I wasn\'t going to bed at 8:30 at night anymore...I\'m still up at 10:30 PM and getting up around 5AM--and feeling rested and energetic (goodside benefit), I also started noticing I was feeling more clear headed, physically&nbsp; I am feeling lighter, not sluggish.&nbsp; I total I have lost 22 pounds on the cleanse, although losing weight was not the reason I got on the program, but this side benefit is one I\'m very happy to experience.&nbsp; Just to be clear, I experienced non of the side effects that had concerned me.&nbsp;</p>\r\n<p>I\'m so happy that when I asked Dr. Fox for guidance on kicking the sugar habit he recommended the SP Cleanse Program.</p>\r\n<p align=\"right\">Faith Morrison 5-7-07<br />\r\nPinehurst, NC</p>',null,'2008-05-01 21:39:38'),
(92,'string','Testimonial','','','','',null,'2008-05-01 20:45:01'),
(15,'string','content_en','','','','<p>Welcome.&nbsp; If you are looking for a Chapel Hill Chiropractor, you need to look no further than the Chapel Hill Chiropractic Centre.&nbsp; Our varied treatment styles allows us to offer you the most available through Chiropractic, Physical Therapy, and Complementary and Alternative Medicine (CAM).&nbsp; We look forward to meeting you.</p>',null,'2008-06-10 15:39:18'),
(15,'string','Abstract_Right_-_Content','','','','<p align=\"center\"><strong>If you are looking for a Chapel Hill Chiropractor, then you need to&nbsp;look no further than the </strong><strong><em>Chapel Hill Chiropractic Centre</em>.</strong></p>\r\n<p>Most&nbsp;people&nbsp;feel like health problems are getting in the way of&nbsp;their lives and are unsatisfied with the standard approach of drugs and surgery that many conventional doctors choose.&nbsp; <em><strong>There are clearly safer&nbsp;methods to seek first before choosing&nbsp;a treatment&nbsp;that may be irreversible or permanent</strong>.</em>&nbsp;&nbsp;Chapel Hill Chiropractic&nbsp;Centre&nbsp;offers just that...A safe, effective form of pain relief which&nbsp;improves the health of your nervous system, including muscles, joints, organs, and&nbsp;every&nbsp;bodily process that requires nerves to function...</p>\r\n<p align=\"center\"><strong>...Nerves control everything.&nbsp; </strong></p>\r\n<p>If you are unsure of whether you are a Chiropractic case, then it\'s time you visited the Chapel Hill Chiropractic Centre!&nbsp; Our services are available for patients of all ages with a broad spectrum of health complaints.&nbsp; If&nbsp;Chiropractic is not appropriate for you, we will gladly refer you to the&nbsp;proper health&nbsp;professional.&nbsp; To learn more about the conditions we treat, please read <font color=\"#cc0099\"><a href=\"http://chapelhillchiropracticcentre.com/index.php?page=why-choose-us\"><font color=\"#cc0099\">Why Choose&nbsp;Us</font></a>.</font></p>\r\n<p align=\"center\"><strong>The reason that you\'re having symptoms is that your body is unable to heal itself...</strong></p>\r\n<p>It means something is wrong and your body is trying to let you know by giving you symptoms (i.e. pain, headaches, hot flashes, fatigue...)&nbsp; Dr. Fox can help your body regain proper balance so that you can heal.&nbsp; When your body heals, the symptoms of the imbalance will go away.&nbsp;</p>\r\n<p>This process of balancing involves adjustments to your skeletal system, your nutritional and endocrine system, your diet, hormones, exercise regimen and other specific needs as they arise...</p>\r\n<p>As a chiropractor and holistic health practitioner, Dr. Ryan Fox will listen to you and your body carefully, designing a tailor-made treatment to correct, not patch, the problems causing the symptoms you are experiencing; in a non-invasive, safe and effective manner.&nbsp;</p>\r\n<p>Dr. Fox has witnessed improvement and complete healing of many chronic and intractable conditions in scores of people.&nbsp; Many who suffer have come to Dr. Fox after they have tried everything including ignoring the problem, taking drugs and even painful surgery and wish they had used Chiropractic first.&nbsp; &nbsp;</p>\r\n<p>Listen to your body - and let us help you discover your road to health at the Chapel Hill Chiropractic Centre.</p>\r\n<p>&nbsp;</p>',null,'2008-06-10 15:39:18'),
(93,'string','content_en','','','','<p>This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp; This text spans the centre of the screen.&nbsp;</p>',null,'2008-01-22 16:43:02'),
(93,'string','Testimonial','','','','',null,'2008-01-22 16:43:02'),
(71,'string','Testimonial','','','','<p align=\"center\"><strong><u>The clinic hours are as follows:</u></strong></p>\r\n<p>Monday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Tuesday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor On-call</p>\r\n<p>Wednesday&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Thursday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Friday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor On-Call</p>\r\n<p>Saturday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9AM-12PM</p>\r\n<p><strong>We are closed on Sunday and all Statutory Holidays</strong></p>\r\n<p>&nbsp;</p>',null,'2008-01-22 16:41:49'),
(87,'string','Testimonial','','','','<p align=\"center\"><strong><u>The clinic hours are as follows:</u></strong></p>\r\n<p>Monday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Tuesday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor On-call</p>\r\n<p>Wednesday&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Thursday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8AM-7PM</p>\r\n<p>Friday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doctor On-Call</p>\r\n<p>Saturday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9AM-12PM</p>\r\n<p><strong>We are closed on Sunday and all Statutory Holidays</strong></p>',null,'2008-01-22 16:39:28'),
(66,'string','Testimonial','','','','<p>\"When I started seeing Dr. Fox, I was&nbsp;experiencing a lot of problems with my upper body, especially in my shoulders and neck.&nbsp;&nbsp;Dr. Fox&nbsp;examined&nbsp;me and performed some adjustments, and&nbsp;quickly determined&nbsp;that&nbsp;the source of my problems&nbsp;was...\"</p>\r\n<p align=\"right\"><a href=\"index.php?page=testimonials\"><font color=\"#cc0099\">Read more...</font></a></p>',null,'2008-01-22 16:28:56'),
(97,'string','Testimonial','','','','',null,'2008-05-28 09:34:28'),
(97,'string','content_en','','','','<p style=\"margin: 0in 0in 10pt\">&nbsp;</p>\r\n<p style=\"margin: 0in 0in 10pt\" align=\"center\"><strong><span style=\"font-size: 12pt; line-height: 115%\">Testimonials- 21-Day Total Body Purification Program</span></strong></p>\r\n<div style=\"margin: 0in 0in 10pt\"><em>I dreaded changing my eating regime, so I was extremely happy to discover that the Purification was easy to do once I got used to focusing on fruits, vegetables and finding recipes that I liked&hellip;I especially liked the vegetable soup, even had it for breakfast.&nbsp;Felt best I&rsquo;ve felt in a long time...It was amazing, I wasn&rsquo;t hungry and I <u>didn&rsquo;t</u> crave sugar.&nbsp;Friends commented on how much more alert and &ldquo;present&rdquo; I was.&nbsp;I especially liked not having to count calories and journal everything I ate.&nbsp;I look forward to getting up at 6AM to have my shake&hellip;Before I didn&rsquo;t get up until 7:30 or 8.&nbsp;Took 75mg rather than 150mg of Wellbutrin, anti-depressant.&nbsp;Skin is smoother.&nbsp;</em></div>\r\n<div style=\"margin: 0in 0in 10pt\"><strong>&nbsp;</strong></div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>It was easier than I thought.&nbsp;I feel the best I&rsquo;ve felt in a long time.&nbsp;I only lost 4 pounds, but my clothes are much looser.&nbsp;I was surprised by the amount of weight loss, because I feel as if I have lost more.&nbsp;</em></div>\r\n<div style=\"margin: 0in 0in 10pt\">&nbsp;</div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>I felt pretty good during the Purification.&nbsp;Calm, even, not tired.&nbsp;Didn&rsquo;t have blood sugar crashes.&nbsp;Lost about 20lbs by my scale.&nbsp;My clothes definitely fit better.&nbsp;My Blood Pressure went down a lot, and my pulse went down from about 95, at rest, to 75-80.&nbsp;It was easy to assume you can&rsquo;t eat much, or anything flavorful, but you can.&nbsp;</em></div>\r\n<div style=\"margin: 0in 0in 10pt\">&nbsp;</div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>I felt really good- Very healthy, no stomach complaints (stomach concerns are what caused me to enter into the program) I rarely felt hungry during the 21 day process.&nbsp;I was shocked that I didn&rsquo;t crave sugar, but did add chicken /fish after day 10-I missed having food that was somewhat chewy.&nbsp;My clothes are much looser now!&nbsp;I usually have sinus problems that lead up to headaches, but don&rsquo;t have any of those complaints now.&nbsp;</em></div>\r\n<div style=\"margin: 0in 0in 10pt\">&nbsp;</div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>Best I&rsquo;ve felt in a long while.&nbsp;No hunger or cravings.&nbsp;I lost 3 pounds and my clothes are much looser.&nbsp;The Purification exceeded my expectations as far as how good I felt by eating healthy and not getting hungry.</em></div>\r\n<div style=\"margin: 0in 0in 10pt\">&nbsp;</div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>I felt great!&nbsp;More clear-headed.&nbsp;It felt great to know I only had pure foods in my system.&nbsp;I was not overly-hungry, but did crave some carbs, especially if I saw the food!&nbsp;I definitely lost some weight!&nbsp;From now on, I will make better food choices and change my lifestyle.&nbsp;The Purification was hard for me at first, but then became a great habit.&nbsp;I only had one headache from eliminating coffee, but it went away and hasn&rsquo;t returned.&nbsp;</em></div>\r\n<div style=\"margin: 0in 0in 10pt\"><em>Foods tasted better, sense of smell was sharper, felt calmer.&nbsp;I lost about 8 pounds-watch, rings are looser.&nbsp;Surprised I lost any weight (even though I cheated!)</em></div>',null,'2008-05-28 09:34:28');

/* Table structure for table `cms_content_props_seq` */
DROP TABLE IF EXISTS `cms_content_props_seq`;

CREATE TABLE `cms_content_props_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_content_props_seq` */
insert into `cms_content_props_seq` values
(50);

/* Table structure for table `cms_content_seq` */
DROP TABLE IF EXISTS `cms_content_seq`;

CREATE TABLE `cms_content_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_content_seq` */
insert into `cms_content_seq` values
(97);

/* Table structure for table `cms_crossref` */
DROP TABLE IF EXISTS `cms_crossref`;

CREATE TABLE `cms_crossref` (
  `child_type` varchar(100) default NULL,
  `child_id` int(11) default NULL,
  `parent_type` varchar(100) default NULL,
  `parent_id` int(11) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  KEY `child_type` (`child_type`,`child_id`),
  KEY `parent_type` (`parent_type`,`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_crossref` */
insert into `cms_crossref` values
('global_content',5,'template',20,'2008-01-23 10:50:16','2008-01-23 10:50:16'),
('global_content',4,'template',20,'2008-01-23 10:50:16','2008-01-23 10:50:16'),
('global_content',3,'template',29,'2008-01-23 10:52:33','2008-01-23 10:52:33'),
('global_content',3,'template',27,'2008-01-23 10:51:20','2008-01-23 10:51:20'),
('global_content',3,'template',20,'2008-01-23 10:50:16','2008-01-23 10:50:16'),
('global_content',4,'template',30,'2007-10-18 04:20:20','2007-10-18 04:20:20'),
('global_content',3,'template',30,'2007-10-18 04:20:20','2007-10-18 04:20:20'),
('global_content',4,'template',31,'2008-04-29 11:05:13','2008-04-29 11:05:13'),
('global_content',3,'template',31,'2008-04-29 11:05:13','2008-04-29 11:05:13');

/* Table structure for table `cms_css` */
DROP TABLE IF EXISTS `cms_css`;

CREATE TABLE `cms_css` (
  `css_id` int(11) NOT NULL,
  `css_name` varchar(255) default NULL,
  `css_text` text,
  `media_type` varchar(255) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`css_id`),
  KEY `css_name` (`css_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_css` */
insert into `cms_css` values
(41,'Handheld','/*********************************************\r\nSample stylesheet for mobile and small screen handheld devices\r\n\r\nJust a simple layout suitable for smaller screens with less \r\nstyling cabapilities and minimal css\r\n\r\nNote: If you dont want to support mobile devices you can\r\nsafely remove this stylesheet.\r\n*********************************************/\r\n/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */\r\nbody {\r\nmargin:0;\r\npadding:0;\r\nwidth:100%;\r\n}\r\n\r\n/* hide accessibility noprint and definition */\r\n.accessibility,\r\n.noprint,\r\ndfn {\r\ndisplay:none;\r\n}\r\n\r\n/* dont want to download image for header so just set bg color */\r\ndiv#header,\r\ndiv#footer {\r\nbackground-color: #385C72;  \r\ncolor: #fff;\r\ntext-align:center;\r\n}\r\n\r\n/* text colors for header and footer */\r\ndiv#header a,\r\ndiv#footer a {\r\ncolor: #fff;\r\n}\r\n\r\n/* this doesnt look as nice, but takes less space */\r\ndiv#menu_vert ul li,\r\ndiv#menu_horiz ul li {\r\ndisplay:inline;\r\n}\r\n\r\n/* small border at the bottom to have some indicator */\r\ndiv#menu_vert ul,\r\ndiv#menu_horiz ul {\r\nborder-bottom:1px solid #fff;\r\n}\r\n\r\n/* save some space */\r\ndiv.breadcrumbs {\r\ndisplay:none;\r\n}','handheld','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(30,'Print','/*\r\nSections that are hidden when printing the page. We only want the content printed.\r\n*/\r\n\r\n\r\nbody {\r\ncolor: #000 !important; /* we want everything in black */\r\nbackground-color:#fff !important; /* on white background */\r\nfont-family:arial; /* arial is nice to read ;) */\r\nborder:0 !important; /* no borders thanks */\r\n}\r\n\r\n/* This affects every tag */\r\n* {\r\nborder:0 !important; /* again no borders on printouts */\r\n}\r\n\r\n/* \r\nno need for accessibility on printout. \r\nMark all your elements in content you \r\ndont want to get printed with class=\"noprint\"\r\n*/\r\n.accessibility,\r\n.noprint\r\n {\r\ndisplay:none !important; \r\n}\r\n\r\n/* \r\nremove all width constraints from content area\r\n*/\r\ndiv#content,\r\ndiv#main {\r\ndisplay:block !important;\r\nwidth:100% !important;\r\nborder:0 !important;\r\npadding:1em !important;\r\n}\r\n\r\n/* hide everything else! */\r\ndiv#header,\r\ndiv#header h1 a,\r\ndiv.breadcrumbs,\r\ndiv#search,\r\ndiv#footer,\r\ndiv#menu_vert,\r\ndiv#news,\r\ndiv.right49,\r\ndiv.left49,\r\ndiv#sidebar  {\r\n   display: none !important;\r\n}\r\n\r\nimg {\r\nfloat:none; /* this makes images couse a pagebreak if it doesnt fit on the page */\r\n}','print','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(31,'Accessibility and cross-browser tools','/* accessibility */\r\n\r\n/* \r\nmenu links accesskeys \r\n*/\r\nspan.accesskey {\r\n   text-decoration:none;\r\n}\r\n\r\n/* \r\naccessibility divs are hidden by default \r\ntext, screenreaders and such will show these \r\n*/\r\n.accessibility, hr {\r\n   position: absolute;\r\n   top: -999em;\r\n   left: -999em;\r\n}\r\n\r\n/* \r\ndefinition tags are also hidden \r\nthese are also used for menu links    \r\n*/\r\ndfn {\r\n   position: absolute;\r\n   left: -1000px;\r\n   top: -1000px;\r\n   width: 0;\r\n   height: 0;\r\n   overflow: hidden;\r\n   display: inline;\r\n}\r\n/* end accessibility */\r\n\r\n\r\n/* wiki style external links */\r\n/* external links will have \"(external link)\" text added, lets hide it */\r\na.external span {\r\n  position: absolute;\r\n  left: -5000px;\r\n  width: 4000px;\r\n}\r\n\r\n/* make some room for the image */\r\na.external {\r\n/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\r\n  padding: 0 12px 0 0;\r\n}\r\n/* colors for external links */\r\na.external:link {\r\n  color: #18507C;\r\n/* background image for the link to show wiki style arrow */\r\n  background: url(images/cms/external.gif) no-repeat 100% 0;\r\n}\r\na.external:visited {\r\n  color: #18507C; /* a different color can be used for visited external links */\r\n\r\n/* \r\nSet the last 0 to -100px to use that part of the external.gif image for different color for active links \r\nexternal.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.\r\n*/\r\n  background: url(images/cms/external.gif) no-repeat 100% 0; \r\n}\r\n\r\na.external:hover {\r\n  color: #18507C;\r\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\r\n  background: url(images/cms/external.gif) no-repeat 100% 0; \r\n  background-color: #C3D4DF;\r\n}\r\n/* end wiki style external links */\r\n\r\n\r\n/* clearing */\r\n/* \r\nclearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.\r\nWe strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.\r\nDo not edit if you dont know what you are doing\r\n*/\r\n	.clearfix:after {\r\n		content: \".\"; \r\n		display: block; \r\n		height: 0; \r\n		clear: both; \r\n		visibility: hidden;\r\n	}\r\n	* html>body .clearfix {\r\n		display: inline-block; \r\n		width: 100%;\r\n	}\r\n	\r\n	* html .clearfix {\r\n		/* Hides from IE-mac \\*/\r\n		height: 1%;\r\n		/* End hide from IE-mac */\r\n	}\r\n\r\n/* end clearing */','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(32,'Layout: Left sidebar + 1 column','/*****************\r\nbrowsers interpret margin and padding a little differently, \r\nwe\'ll remove all default padding and margins and\r\nset them later on\r\n******************/\r\n* {\r\nmargin:0;\r\npadding:0;\r\n}\r\n\r\n/*\r\nSet initial font styles\r\n*/\r\nbody {\r\n   text-align: left;\r\n   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n   font-size: 75.01%;\r\n   line-height: 1em;\r\n}\r\n\r\n/*\r\nset font size for all divs,\r\nthis overrides some body rules\r\n*/\r\ndiv {\r\n   font-size: 1em;\r\n}\r\n\r\n/*\r\nif img is inside \"a\" it would have \r\nborders, we don\'t want that\r\n*/\r\nimg {\r\n   border: 0;\r\n}\r\n\r\n/*\r\ndefault link styles\r\n*/\r\n/* set all links to have underline and bluish color */\r\na,\r\na:link \r\na:active {\r\n   text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n   background-color: inherit; \r\n   color: #18507C; \r\n}\r\n\r\na:visited {\r\n   text-decoration: underline;\r\n   background-color: inherit;\r\n  color: #18507C;                /* a different color can be used for visited links */\r\n}\r\n\r\n\r\n/* remove underline on hover and change color */\r\na:hover {\r\n   text-decoration: none;\r\n   background-color: #C3D4DF;\r\n   color: #385C72;\r\n}\r\n\r\n/*****************\r\nbasic layout \r\n*****************/\r\nbody {\r\n   background-color: #ccc;\r\n   color: #333;\r\n   margin:1em;    /* gives some air for the pagewrapper */\r\n}\r\n\r\n/* center wrapper, min max width */\r\ndiv#pagewrapper {\r\n   border: 1px solid black;\r\n   margin: 0 auto;       /* this centers wrapper */\r\n   max-width: 80em;   /* IE wont understand these, so we will use javascript magick */\r\n   min-width: 60em;\r\n   background-color: #fff;;\r\n   color: black;\r\n}\r\n\r\n\r\n/*** header ***\r\nwe will hide text and replace it with a image\r\nwe need to assign a height for it so that the image wont cut off\r\n*/\r\ndiv#header {\r\n   height: 80px;    /* adjust according your image size */\r\n   background: #385C72;           \r\n}\r\n\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; \r\n   display: block;\r\n   height: 80px;             /* adjust according your image size */\r\n   text-indent: -999em;  /* this hides the text */\r\n   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */\r\n}\r\n\r\n/* position for the search box */\r\ndiv#search {\r\n   float: right;\r\n   width: 23em;    /* enough width for the search input box */\r\n   text-align: right;\r\n   padding: 0.6em 0 0.2em 0;\r\n   margin: 0 1em;\r\n}\r\n\r\ndiv.breadcrumbs {\r\n   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */\r\n   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */\r\n   margin: 0 1em;        /* css shorthand rule will be opened to be \"0 1em 0 1em\" */\r\n   border-bottom: 1px dotted #000;\r\n}\r\n\r\n div.breadcrumbs span.lastitem { \r\n   font-weight:bold; \r\n } \r\n\r\n div#content {\r\n   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */\r\n}\r\n\r\n\r\ndiv#main {\r\n   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\r\n   margin-right: 2%; /* and some air on the right */\r\n}\r\n\r\ndiv#sidebar {\r\n   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */\r\n   width: 26%;     /* sidebar width, if you change this please also change #main margins */\r\n   display: inline;  /* FIX IE double margin bug */\r\n   margin-left: 0;\r\n}\r\n\r\ndiv#footer {\r\n   clear: both;       /* keep footer below content and menu */\r\n   color: #fff;\r\n   background-color: #385C72; /* same bg color as in header */\r\n}\r\n\r\ndiv#footer p {\r\n   font-size: 0.8em;\r\n   padding: 1.5em;       /* some air for footer */\r\n   text-align: center;  /* centered text */\r\n   margin: 0;\r\n}\r\n\r\ndiv#footer p a {\r\n   color: #fff; /* needed becouse footer link would be same color as background otherwise */\r\n}\r\n\r\n/* as we hid all hr for accessibility we create new hr with extra div element */\r\ndiv.hr {\r\n   height: 1px;\r\n   padding: 1em;\r\n   border-bottom: 1px dotted black;\r\n   margin: 1em;\r\n}\r\n\r\n/* relational links under content */\r\ndiv.left49 {\r\n  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */\r\n}\r\n\r\ndiv.right49 {\r\n  float: right;\r\n  width: 49%;\r\n  text-align: right;\r\n}\r\n\r\n\r\n\r\n\r\n/********************\r\nCONTENT STYLING\r\n*********************/\r\ndiv#content {\r\n\r\n}\r\n\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n   font-size: 2em; /* font size for h1 */\r\n   line-height: 1em;\r\n   margin: 0;\r\n}\r\ndiv#content h2 {\r\n	color: #294B5F; \r\n	font-size: 1.5em; \r\n	text-align: left; \r\n/* some air around the text */\r\n	padding-left: 0.5em;\r\n	padding-bottom: 1px;\r\n/* set borders around header */\r\n	border-bottom: 1px solid #e7ab0b; \r\n	border-left: 1.1em solid #e7ab0b; \r\n        line-height: 1.5em;\r\n/* and some air under the border */\r\n        margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n   color: #294B5F; \r\n   font-size: 1.3em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n   color: #294B5F; \r\n   font-size: 1.2em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n   color: #294B5F; \r\n   font-size: 1.1em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n   color: #294B5F; \r\n   font-size: 1em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n\r\n/* TEXT */\r\np {\r\n   font-size: 1em;\r\n   margin: 0 0 1.5em 0; /* some air around p elements */\r\n   line-height: 1.4em;\r\n   padding: 0;\r\n}\r\n\r\nblockquote {\r\n   border-left: 10px solid #ddd;\r\n   margin-left: 10px;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n   font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n   font-style:italic;\r\n}\r\n\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n white-space: pre-wrap;       /* css-3 */\r\n white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */\r\n white-space: -pre-wrap;      /* Opera 4-6 */\r\n white-space: -o-pre-wrap;    /* Opera 7 */\r\n word-wrap: break-word;       /* Internet Explorer 5.5+ */\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\n\r\npre {\r\n   border: 1px solid #000;  /* black border for pre blocks */\r\n   background-color: #ddd;\r\n   margin: 0 1em 1em 1em;\r\n   padding: 0.5em;\r\n   line-height: 1.5em;\r\n   font-size: 90%;\r\n\r\n\r\n}\r\n\r\n/* Separating the divs on the template explanation page, with some bottom-border */\r\ndiv.templatecode {\r\n  margin: 0 0 2.5em;\r\n}\r\n\r\n/* END TEXT */\r\n\r\n/* LISTS */\r\n/* lists in content need some margins to look nice */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n   font-size: 1.0em;\r\n   line-height: 1.4em;\r\n   margin: 0 0 1.5em 0;\r\n}\r\n\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n   margin: 0 0 0.25em 3em;\r\n}\r\n\r\n/* definition lists topics on bold */\r\ndiv#main dl dt {\r\n   font-weight: bold;\r\n   margin: 0 0 0 1em;\r\n}\r\ndiv#main dl dd {\r\n   margin: 0 0 1em 1em;\r\n}\r\n\r\ndiv#main dl {\r\n  margin-bottom: 2em;\r\n  padding-bottom: 1em;\r\n  border-bottom: 1px solid #c0c0c0;\r\n}\r\n\r\n\r\n/* END LISTS */','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(33,'Navigation: CSSMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen */\r\n\r\n\r\n/* The wrapper determines the width of the menu elements */\r\n#menuwrapper { \r\n   width: 100%; \r\n}\r\n\r\n\r\n/* Unless you know what you do, do not touch this */ \r\n#primary-nav, #primary-nav ul { \r\n   list-style: none; \r\n   margin: 0px; \r\n   padding: 0px; \r\n   width: 100%; \r\n   margin-left: -1px;\r\n}\r\n#primary-nav ul { \r\n   position: absolute; \r\n   top: 0; \r\n   left: 100%; \r\n   display: none; \r\n}\r\n#primary-nav li { \r\n   margin-bottom: -1px; \r\n   position: relative; \r\n}\r\n\r\n\r\n/* Styling the basic apperance of the menu elements */\r\n#primary-nav a { \r\n   border: 1px solid #006699; \r\n   display: block; \r\n   margin: 0px; \r\n   padding: 5px 10px; \r\n   color: #006699;\r\n   text-decoration: none; \r\n   background: transparent; \r\n   min-height:1em; /* Fixes IE7 whitespace bug*/ \r\n}\r\n#primary-nav li, #primary-nav li.menuparent { \r\n   background-color: #ececec; \r\n   min-height:1em; /* Fixes IE7 bug*/\r\n}\r\n\r\n\r\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li.menuactive { \r\n   background-color: #C7C7C7; \r\n}\r\n\r\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\r\n#primary-nav li.menuparent, \r\n#primary-nav li.menuparent:hover, \r\n#primary-nav li.menuparenth { \r\n   background-image: url(images/cms/arrow.gif); \r\n   background-position: center right; \r\n   background-repeat: no-repeat; \r\n}\r\n\r\n\r\n/* Styling the apperance of menu items on hover */\r\n#primary-nav li:hover, \r\n#primary-nav li.menuh, \r\n#primary-nav li.menuparenth, \r\n#primary-nav li.menuactiveh { \r\n   background-color: #E7AB0B; \r\n}\r\n\r\n\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\r\n#primary-nav ul, \r\n#primary-nav li:hover ul, \r\n#primary-nav li:hover ul ul, \r\n#primary-nav li.menuparenth ul, \r\n#primary-nav li.menuparenth ul ul { \r\n   display: none; \r\n}\r\n#primary-nav li:hover ul, \r\n#primary-nav ul li:hover ul, \r\n#primary-nav ul ul li:hover ul, \r\n#primary-nav li.menuparenth ul, \r\n#primary-nav ul li.menuparenth ul, \r\n#primary-nav ul ul li.menuparenth ul { \r\n   display: block; \r\n}\r\n\r\n\r\n/* IE Hack, will cause the css to not validate */\r\n\r\n#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }\r\n#primary-nav li a { _height: 1%; }\r\n\r\n\r\n/* section header */\r\n#primary-nav li.sectionheader {\r\n   border-left: 1px solid #006699; \r\n   border-top: 1px solid #006699; \r\n   font-size: 130%;\r\n   font-weight: bold;\r\n   padding: 1.5em 0 0.8em 0.5em;\r\n   background-color: #fff;\r\n   margin: 0;\r\n   width: 100%;\r\n}\r\n\r\n\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n   display:block;\r\n   height: 0.5em;\r\n   color: #abb0b6;\r\n   background-color: #abb0b6;\r\n   width: 100%;\r\n   border:0;\r\n   margin:0;\r\n   padding:0;   \r\n   border-top: 1px solid #006699;\r\n   border-right: 1px solid #006699;\r\n}\r\n','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(34,'Navigation: CSSMenu - Horizontal','/* Horizontal menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen */\r\n\r\n#menu_vert {\r\n   margin-left: 1px;\r\n   margin-right: 1px;\r\n}\r\n\r\n/* The wrapper clears the floating elements of the menu */\r\n\r\n/* Fix for Opera 8 */\r\n.clearb { clear: both; }\r\n#menuwrapper { \r\n   /* Fix for Opera 8 */ \r\n   /*   overflow: hidden;  */ \r\n   background-color: #ECECEC;\r\n   border-bottom: 1px solid #C0C0C0;\r\n   width: 100%;\r\n}\r\n\r\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\r\n#primary-nav li li { \r\n   width: 200px; \r\n}\r\n\r\n\r\n/* Unless you know what you do, do not touch this */ \r\n#primary-nav, #primary-nav ul { \r\n   list-style: none; \r\n   margin: 0px; \r\n   padding: 0px; \r\n}\r\n#primary-nav ul { \r\n   position: absolute; \r\n   top: auto; \r\n   display: none; \r\n}\r\n#primary-nav ul ul { \r\n   margin-top: 1px;\r\n   margin-left: -1px;\r\n   left: 100%; \r\n   top: 0px; \r\n}\r\n	\r\n#primary-nav li { \r\n   margin-left: -1px;\r\n   float: left; \r\n}\r\n#primary-nav li li { \r\n   margin-left: 0px;\r\n   margin-top: -1px;\r\n   float: none; \r\n   position: relative; \r\n}\r\n\r\n/* Styling the basic apperance of the menu elements */\r\n#primary-nav a { \r\n   display: block; \r\n   margin: 0px; \r\n   padding: 5px 10px; \r\n   text-decoration: none; \r\n   color: #006699;\r\n}\r\n#primary-nav li a { \r\n   border-right: 1px solid #C0C0C0;\r\n   border-left: 1px solid #C0C0C0;\r\n}\r\n#primary-nav li li a { \r\n   border: 1px solid #C0C0C0;\r\n}	\r\n#primary-nav li, #primary-nav li.menuparent { \r\n   background-color: #ececec; \r\n}\r\n\r\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\r\n\r\n#primary-nav li.menuactive { \r\n   background-color: #C7C7C7; \r\n}\r\n\r\n\r\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\r\n#primary-nav ul li.menuparent, \r\n#primary-nav ul li.menuparent:hover, \r\n#primary-nav ul li.menuparenth { \r\n/* arrow for menuparents */\r\n   background-image: url(images/cms/arrow.gif); \r\n   background-position: center right; \r\n   background-repeat: no-repeat; \r\n}\r\n\r\n\r\n/* Styling the apperance of menu items on hover */\r\n\r\n#primary-nav li:hover, \r\n#primary-nav li.menuh, \r\n#primary-nav li.menuparenth, \r\n#primary-nav li.menuactiveh { \r\n   background-color: #E7AB0B; \r\n}\r\n\r\n\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\r\n\r\n/* \r\njust add \r\n#primary-nav li:hover ul ul, \r\n#primary-nav li.menuparenth ul ul ul,\r\nfor fourth level \r\n*/\r\n#primary-nav ul, \r\n#primary-nav li:hover ul, \r\n#primary-nav li:hover ul ul, \r\n#primary-nav li.menuparenth ul, \r\n#primary-nav li.menuparenth ul ul { \r\n   display: none; \r\n}\r\n\r\n/* add \r\n#primary-nav ul ul ul li:hover ul, \r\n#primary-nav ul ul ul li.menuparenth ul,\r\nfor fourth level\r\n*/\r\n#primary-nav li:hover ul, \r\n#primary-nav ul li:hover ul, \r\n#primary-nav ul ul li:hover ul, \r\n#primary-nav li.menuparenth ul, \r\n#primary-nav ul li.menuparenth ul, \r\n#primary-nav ul ul li.menuparenth ul { \r\n   display: block; \r\n}\r\n\r\n\r\n/* IE Hacks */\r\n#primary-nav li li { \r\n   float: left; \r\n   clear: both; \r\n}\r\n#primary-nav li li a { \r\n   height: 1%; \r\n}','','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(35,'Module: News','div#news {\r\n  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */\r\n  border: 1px solid #000; \r\n  background: #FFE9AF; \r\n}\r\n\r\ndiv#news h2 {\r\n   line-height: 2em;\r\n   background: #fff;\r\n}\r\n\r\n.NewsSummary {\r\n    padding: 0.5em 0.5em 1em; /* padding for the news article summary */\r\n    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */\r\n    border-bottom: 1px solid #ccc; \r\n}\r\n\r\n.NewsSummaryPostdate {\r\n  font-size: 90%;\r\n  font-weight: bold;\r\n }\r\n\r\n.NewsSummaryLink {\r\n    font-weight: bold;\r\n    padding-top: 0.2em;\r\n}\r\n\r\n.NewsSummaryCategory {\r\n  font-style: italic;\r\n  margin: 5px 0;\r\n }\r\n\r\n.NewsSummaryAuthor {\r\n  font-style: italic;\r\n  padding-bottom: 0.5em;\r\n}\r\n\r\n.NewsSummarySummary, .NewsSummaryContent {\r\n  line-height: 140%;\r\n }\r\n\r\n.NewsSummaryMorelink {\r\n  padding-top: 0.5em;\r\n}\r\n\r\n#NewsPostDetailDate {\r\n  font-size: 90%;\r\n  margin-bottom: 5px;\r\n  font-weight: bold;\r\n  }\r\n\r\n#NewsPostDetailSummary {\r\n   line-height: 150%;\r\n   }\r\n\r\n#NewsPostDetailCategory {\r\n  font-style: italic;\r\n  border-top: 1px solid #ccc;\r\n  margin-top: 0.5em;\r\n  padding: 0.2em 0;\r\n}\r\n\r\n#NewsPostDetailContent {\r\n  margin-bottom: 15px;\r\n  line-height: 150%;\r\n  }\r\n\r\n#NewsPostDetailAuthor {\r\n\r\n  padding-bottom: 1.5em;\r\n  font-style: italic;\r\n}\r\n\r\n\r\n/* to add specific style to the below divs, uncomment them. */\r\n\r\n/* \r\n#NewsPostDetailTitle {}\r\n#NewsPostDetailHorizRule {}\r\n#NewsPostDetailPrintLink {}\r\n#NewsPostDetailReturnLink {}\r\n*/','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(36,'Navigation: Simple - Vertical','/********************\r\nMENU\r\n*********************/\r\n#menu_vert {\r\n   padding-left: 0;\r\n   margin-left: 1em;\r\n}\r\n\r\n\r\n/* third level has some padding to have it stand out */\r\ndiv#menu_vert ul ul ul {\r\n   padding-bottom: 0.5em;\r\n}\r\n\r\n/* menu li block */\r\n#menu_vert li {\r\n   list-style: none;\r\n   margin: 0;\r\n   border-bottom: 1px solid #c0c0c0;\r\n   display: block;\r\n}\r\n\r\n#menu_vert ul ul li {\r\n   border: none;\r\n}\r\n\r\n/** fix stupid ie bug with display:block; **/\r\n* html #menu_vert li a { height: 1%; } \r\n* html #menu_vert li hr { height: 1%; }\r\n/** end fix **/\r\n\r\n/* first level links */\r\ndiv#menu_vert a {\r\n   text-decoration:none; /* no underline for links */\r\n   display: block; /* IE has problems with this, fixed above */\r\n   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */\r\n   color: #18507C; /* this will be link color for all levels */\r\n   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; \r\n   min-height:1em; /* Fixes IE7 whitespace bug */ \r\n}\r\n\r\n/* next level links, more padding and smaller font */\r\ndiv#menu_vert ul ul a {\r\n   font-size: 90%;\r\n   padding: 0.5em 0.5em 0.5em 2.8em;\r\n   background-position: 1.5em center;\r\n}\r\n\r\n/* third level links, more padding */\r\ndiv#menu_vert ul ul ul a {\r\n   padding: 0.3em 0.5em 0.3em 4.3em;\r\n   background: url(images/cms/dash.gif) no-repeat 2.8em center; \r\n}\r\n\r\n/* hover state for all links */\r\ndiv#menu_vert a:hover {\r\n   background-color: #C3D4DF;\r\n}\r\ndiv#menu_vert a.activeparent:hover {\r\n   background-color: #C3D4DF;\r\n   color: #18507C;\r\n}\r\n\r\n/* \r\nactive parent, that is the first-level parent \r\nof a child page that is the current page \r\n*/\r\ndiv#menu_vert li a.activeparent {\r\n   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; \r\n   background-color: #385C72;\r\n   color: #fff;\r\n}\r\n\r\ndiv#menu_vert ul ul li a.activeparent {\r\n   background-position: 1.5em center; \r\n   background-color: transparent;\r\n   color: #18507C;\r\n}\r\n\r\n\r\n/* \r\ncurrent pages in the default Menu Manager \r\ntemplate are unclickable. This is for current page on first level \r\n*/\r\ndiv#menu_vert ul h3 {\r\n   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;\r\n   background-color: #385C72;\r\n   display: block; \r\n   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */\r\n   color: #fff;                                 /* this will be link color for all levels */\r\n   font-size: 1em;                           /* instead of the normal font size for <h3> */\r\n   margin: 0;                                  /* as <h3> normally has some margin by default */\r\n}\r\n\r\n/* \r\nnext level current pages, more padding, \r\nsmaller font and no background color or bottom border \r\n*/\r\ndiv#menu_vert ul ul h3 {\r\n   font-size: 90%;\r\n   padding: 0.3em 0.5em 0.3em 2.8em;\r\n   background-position: 1.4em center;\r\n   background-color: transparent;\r\n   border-bottom: none;\r\n   color: #000;     \r\n}\r\n\r\n/* current page on third level, more padding */\r\ndiv#menu_vert ul ul ul h3 {\r\n   padding: 0.3em 0.5em 0.3em 4.3em;\r\n   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; \r\n}\r\n\r\n/* section header */\r\ndiv#menu_vert li.sectionheader {\r\n   border-right: none;\r\n   font-size: 130%;\r\n   font-weight: bold;\r\n   padding: 1.5em 0 0.8em 0;\r\n   background-color: #fff;\r\n   line-height: 1em;\r\n   margin: 0;\r\n   text-align:center;\r\n}\r\n\r\n\r\n\r\n/* separator */\r\ndiv#menu_vert li.separator {\r\n   height: 1px !important;\r\n   margin-top: -1px;\r\n   margin-bottom: 0;\r\n   padding:2px 0 2px 0;\r\n   background-color: #000;\r\n   overflow:hidden !important;\r\n   line-height:1px !important;\r\n   font-size:1px; /* for ie */\r\n}\r\n\r\ndiv#menu_vert li.separator hr {\r\n   display: none; /* this is for accessibility */\r\n}','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(38,'Navigation: Simple - Horizontal','/********************\r\nMENU\r\n*********************/\r\n\r\n/* hack for Internet Explorer */\r\n* html div#menu_horiz {\r\n   /* hide ie/mac \\*/\r\n   height: 1%;\r\n   /* end hide */\r\n}\r\n\r\n/* \r\nbackground-color for the entire menu row, \r\ncovering 100% of the width and text center-aligned \r\n*/\r\ndiv#menu_horiz {\r\n   background-color: #ECECEC;  /* background color for the entire menu row */\r\n   width: 100%;\r\n   margin: 0;\r\n}\r\n\r\n/* \r\nthe menu ul box has top and left border, \r\nright border is provided by the li elements \r\n*/\r\ndiv#menu_horiz ul {\r\n   margin: 0;\r\n   padding: 0;\r\n   border-bottom: 1px solid #C0C0C0;\r\n   border-left:  1px solid #C0C0C0;\r\n   height:2.2em;\r\n}\r\n\r\n\r\n/* menu list items */\r\ndiv#menu_horiz li {\r\n   float: left; /* makes the list horizontal */\r\n   list-style: none; /* hides the list bullet */ \r\n   margin: 0 ;\r\n   border-right: 1px solid #C0C0C0;\r\n}\r\n\r\n\r\n/* the links, that is each list item */\r\ndiv#menu_horiz a {\r\n   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */\r\n   margin: 0; /* margin outside each list item box */\r\n   text-decoration: none; /* no underline for links */\r\n   color: #18507C;\r\n   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;\r\n   display: block; /* IE has problems with this, fixed above */\r\n}\r\n\r\n\r\n/* hover state for links */\r\ndiv#menu_horiz li a:hover {\r\n   background-color: #C3D4DF;\r\n}\r\ndiv#menu_horiz a.activeparent:hover {\r\n   background-color: #C3D4DF;\r\n   color: #18507C;\r\n}\r\n\r\n/* active parent, that is the first-level parent of a child page that is the current page */\r\ndiv#menu_horiz li.activeparent a {\r\n   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; \r\n   color: #fff;\r\n}\r\n\r\ndiv#menu_horiz h3 {\r\n   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */\r\n   margin: 0; /* margin outside each list item box */\r\n   text-decoration: none; /* no underline for links */\r\n   color: #fff;\r\n   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;\r\n   display: block; /* IE has problems with this, fixed above */\r\n   font-size: 1em;                           /* instead of the normal font size for <h3> */\r\n}\r\n','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(39,'Layout: Top menu + 2 columns','/*****************\r\nbrowsers interpret margin and padding a little differently, \r\nwe\'ll remove all default padding and margins and\r\nset them later on\r\n******************/\r\n* {\r\nmargin:0;\r\npadding:0;\r\n}\r\n\r\n/*\r\nSet initial font styles\r\n*/\r\nbody {\r\n   text-align: left;\r\n   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n   font-size: 75.01%;\r\n   line-height: 1em;\r\n}\r\n\r\n/*\r\nset font size for all divs,\r\nthis overrides some body rules\r\n*/\r\ndiv {\r\n   font-size: 1em;\r\n}\r\n\r\n/*\r\nif img is inside \"a\" it would have \r\nborders, we don\'t want that\r\n*/\r\nimg {\r\n   border: 0;\r\n}\r\n\r\n/*\r\ndefault link styles\r\n*/\r\n/* set all links to have underline and bluish color */\r\na,\r\na:link \r\na:active {\r\n   text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n   background-color: inherit; \r\n   color: #18507C; \r\n}\r\n\r\na:visited {\r\n   text-decoration: underline;\r\n   background-color: inherit;\r\n  color: #18507C;                /* a different color can be used for visited links */\r\n}\r\n\r\n\r\n/* remove underline on hover and change color */\r\na:hover {\r\n   text-decoration: none;\r\n   background-color: #C3D4DF;\r\n   color: #385C72;\r\n}\r\n\r\n/*****************\r\nbasic layout \r\n*****************/\r\nbody {\r\n   background-color: #ccc;\r\n   color: #333;\r\n   margin:1em; /* gives some air for the pagewrapper */\r\n}\r\n\r\n/* center wrapper, min max width */\r\ndiv#pagewrapper {\r\n   border: 1px solid black;\r\n   margin: 0 auto;     /* this centers wrapper */\r\n   max-width: 80em; /* IE wont understand these, so we will use javascript magick */\r\n   min-width: 60em;\r\n   background-color: #fff;;\r\n   color: black;\r\n}\r\n\r\n\r\n/*** header ***\r\nwe will hide text and replace it with a image\r\nwe need to assign a height for it\r\n*/\r\n\r\ndiv#header {\r\n   height: 80px; /* adjust according your image size */\r\n   background: #385C72;           \r\n}\r\n\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; \r\n   display: block; \r\n   height: 80px;             /* adjust according your image size */\r\n   text-indent: -999em;  /* this hides the text */\r\n   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */\r\n}\r\n\r\ndiv#search {\r\n   float: right;\r\n   width: 23em;     /* enough width for the search input box */\r\n   text-align: right;\r\n   padding: 0.6em 0 0.2em 0;\r\n   margin: 0 1em;\r\n}\r\n\r\ndiv.breadcrumbs {\r\n   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */\r\n   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */\r\n   margin: 0 1em;              /* css shorthand rule will be opened to be \"0 1em 0 1em\" */\r\n   border-bottom: 1px dotted #000;\r\n}\r\n\r div.breadcrumbs span.lastitem { \r\n   font-weight:bold; \r\n } \r\n\r\n ndiv#content {\r\n   margin: 1.5em auto 2em 0; /* some air above and under menu and content */\r\n}\r\n\r\ndiv#main {\r\n   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\r\n   margin-right: 2%; /* and some air on the right */\r\n}\r\n\r\n\r\ndiv#sidebar {\r\n   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */\r\n   width: 26%;    /* sidebar width, if you change this please also change #main margins */\r\n   display: inline;  /* FIX ie doublemargin bug */\r\n   margin-left: 0;\r\n}\r\n\r\n/* if sidebar doesnt include menu but content add class=\"hascontent\" */\r\ndiv#sidebar.hascontent {\r\n   padding: 0 1%;\r\n   width: 24%;  /* make width smaller if there\'s padding, or it will get too wide for the floated divs in IE */\r\n}\r\n\r\ndiv#footer {\r\n   clear:both;       /* keep footer below content and menu */\r\n   color: #fff;\r\n   background-color: #385C72; /* same bg color as in header */\r\n}\r\n\r\ndiv#footer p {\r\n   font-size: 0.8em;\r\n   padding: 1.5em;      /* some air for footer */\r\n   text-align: center; /* centered text */\r\n   margin:0;\r\n}\r\n\r\ndiv#footer p a {\r\n   color: #fff; /* needed becouse footer link would be same color as background otherwise */\r\n}\r\n\r\n/* as we hid all hr for accessibility we create new hr with extra div element */\r\ndiv.hr {\r\n   height: 1px;\r\n   margin: 1em;\r\n   border-bottom: 1px dotted black;\r\n}\r\n\r\n/* relational links under content */\r\ndiv.left49 {\r\n  float: left;\r\n  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */\r\n}\r\n\r\ndiv.right49 {\r\n  float: right;\r\n  width: 49%;\r\n  text-align: right;\r\n}\r\n\r\n\r\n\r\n\r\n/********************\r\nCONTENT STYLING\r\n*********************/\r\ndiv#content {\r\n\r\n}\r\n\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n   font-size: 2em;  /* font size for h1 */\r\n   line-height: 1em;\r\n   margin: 0;\r\n}\r\ndiv#content h2 {\r\n   color: #294B5F; \r\n   font-size: 1.5em; \r\n   text-align: left; \r\n/* some air around the text */\r\n   padding-left: 0.5em;\r\n   padding-bottom: 1px;\r\n/* set borders around header */\r\n   border-bottom: 1px solid #e7ab0b; \r\n   border-left: 1.1em solid #e7ab0b; \r\n   line-height: 1.5em;\r\n/* and some air under the border */\r\n   margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n   color: #294B5F; \r\n   font-size: 1.3em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n   color: #294B5F; \r\n   font-size: 1.2em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n   font-size: 1.1em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n   font-size: 1em;\r\n   line-height: 1.3em;\r\n   margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n\r\n/* TEXT */\r\np {\r\n   font-size: 1em;\r\n   margin: 0 0 1.5em 0;  /* some air around p elements */\r\n   line-height:1.4em;\r\n   padding: 0;\r\n}\r\nblockquote {\r\n   border-left: 10px solid #ddd;\r\n   margin-left: 10px;\r\n}\r\npre {\r\n   font-family: monospace;\r\n   font-size: 1.0em;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n   font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n   font-style:italic;\r\n}\r\n\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n white-space: pre-wrap;       /* css-3 */\r\n white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */\r\n white-space: -pre-wrap;      /* Opera 4-6 */\r\n white-space: -o-pre-wrap;    /* Opera 7 */\r\n word-wrap: break-word;       /* Internet Explorer 5.5+ */\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\n\r\npre {\r\n   border: 1px solid #000;  /* black border for pre blocks */\r\n   background-color: #ddd;\r\n   margin: 0 1em 1em 1em;\r\n   padding: 0.5em;\r\n   line-height: 1.5em;\r\n   font-size: 90%;   /* smaller font size, as these are usually not so important data */\r\n}\r\n\r\n/* END TEXT */\r\n\r\n/* LISTS */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n  font-size: 1.0em;\r\n   line-height:1.4em;\r\n   margin: 0 0 1.5em 0;\r\n}\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n   margin: 0 0 0.25em 3em;\r\n}\r\n\r\ndiv#dl dt {\r\n   font-weight: bold;\r\n   margin: 0 0 0.25em 3em;\r\n}\r\ndiv#dl dd {\r\n   margin: 0 0 0 3em;\r\n}\r\n/* END LISTS */','screen','2006-07-25 21:22:32','2006-07-25 21:22:32'),
(42,'NLP Partners','/* ////////////////////////////////////////////////////// \r\n*** Important Colours\r\n	------------------\r\n	#f1f0e8 - Body Background\r\n	---------------\r\n	#007cc2 - Headline Background\r\n	#4a3d2f - Abstract and Date Background (usually the accent colour)\r\n	#4a3d2f - Bold Link and Link Hover Colour	\r\n	----------------- */\r\n\r\n\r\n/* GENERAL ----- */\r\n\r\nbody {\r\nmargin-top : 0; \r\nmargin-left : 0; \r\nmargin-right : 0; \r\nmargin-bottom : 0; \r\nbackground-color : #fff;\r\nbackground-image : url(../images/backfade.gif);\r\nbackground-repeat :repeat-y;\r\nbackground-position : center;\r\n} \r\n\r\n#container {\r\ntext-align: center;\r\nmargin: 0 auto;\r\nwidth: 100%;\r\n}\r\n\r\n#table {\r\ntext-align: center;\r\nmargin: 0 auto;\r\nwidth: 701px;\r\nborder-top: 3px solid #fff; /* Top bar 700px */\r\n}\r\n\r\n#header {\r\nbackground-image : url(../images/logo.gif);\r\nbackground-repeat :no-repeat;\r\nbackground-position : bottom left;\r\nheight : 77px;\r\nwidth: 100%;\r\ntext-align: right;\r\n}\r\n\r\n.body {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #333333; \r\nfont-size : 11px; \r\ntext-decoration : none; \r\nwidth: 430px;\r\nline-height : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.body a {\r\ncolor: #05649a;\r\ntext-decoration : underline; \r\n}\r\n\r\n.body a:hover {\r\ncolor: #cda92b;\r\ntext-decoration : underline; \r\n}\r\n\r\n.bodyTitle {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #5b4f45; \r\nfont-size : 16px; \r\nfont-weight : bold; \r\nline-height : 20px; \r\npadding-top: 0px;\r\npadding-bottom: 10px;\r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\n}\r\n/*h1 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #333333; \r\nfont-size : 16px; \r\nfont-weight : bold; \r\nline-height : 20px; \r\nmargin-bottom: 10px;\r\ntext-decoration : underline; \r\ntext-transform : uppercase;\r\n}*/\r\nh1 {\r\nfont-family : times new roman, sans-serif; 	  \r\ncolor : #415162;\r\nfont-size : 16px; \r\nfont-weight : bold; \r\nline-height : 18px; \r\npadding-top: 5px;\r\nmargin-bottom: 5px;\r\ntext-decoration : none; \r\ntext-transform : capitalize;\r\n}\r\nh2 {\r\nfont-family : arial, times new roman, sans-serif;\r\ncolor : #05649a;\r\nfont-size : 12px; \r\nfont-weight : bold; \r\nline-height : 18px; \r\nmargin-bottom: 4px;\r\ntext-decoration : none; \r\ntext-transform : capitalize;\r\n}\r\n\r\ndiv img {\r\nborder: 0px;\r\n}\r\n\r\n\r\n/* Links ----- */\r\n#headerLinks {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\npadding-top: 55px;\r\npadding-right : 5px;\r\npadding-left : 5px;\r\ncolor : #666666; \r\noverflow: hidden;\r\n} \r\n#headerLinks a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #666666; \r\n} \r\n#headerLinks a:hover {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #5b4f45; \r\n}\r\n\r\n\r\n/* First Level Navigation */\r\n\r\n#nav {\r\nfont-size : 7.5pt; \r\nheight: 27px;\r\nmax-height: 27px;\r\nwidth: 100%;\r\nbackground-image: url(../images/nav.gif);\r\nbackground-repeat :repeat-x;\r\nbackground-position : bottom;\r\noverflow: hidden;\r\n}\r\n\r\n#navLeft {\r\nfont-size : 7.5pt; \r\ntext-align: left;\r\noverflow: hidden;\r\npadding-top: 6px;\r\npadding-left : 4px; \r\nborder-top: 1px solid #4a3d2f;\r\n}\r\n\r\n#navRight {\r\nfont-size : 7.5pt; \r\ntext-align: right;\r\noverflow: hidden;\r\npadding-top: 6px;\r\npadding-right : 4px;\r\nborder-top: 1px solid #4a3d2f;\r\n}\r\n\r\n.linkSplit {\r\ncolor : #05649a;\r\nbackground-color : #05649a;\r\nwidth : 2px;\r\nmax-width : 2px;\r\nfont-size : 8.5pt;\r\n}\r\n\r\n#nav a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #ffffff; \r\nfont-size : 7.5pt; \r\nfont-weight : bold; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\npadding-left : 8px; \r\npadding-right : 8px;\r\noverflow: hidden;\r\n} \r\n#nav a:hover {\r\ncolor : #ecba0c; \r\ntext-decoration : none; \r\noverflow: hidden;\r\n} \r\n\r\n/* Second Level Navigation */\r\n\r\n.SLeft {\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n/*background-color:#f1f1f1;*/\r\n}\r\n\r\n.SRight {\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : right;\r\noverflow: hidden;\r\n}\r\n\r\n.SnavLeft {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight: bold;\r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000;  \r\nborder-top: 1px solid #e0e0e0;\r\npadding-left : 15px; \r\npadding-right : 5px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 213px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-align: left;\r\nfloat : left;\r\nbackground-color: #fff;\r\n}\r\n\r\n.SnavLeft a {\r\nfont-weight: normal;\r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #666666;\r\ntext-align: left;\r\nfloat : left;\r\nbackground-color: #fff;\r\n}\r\n\r\n.SnavLeft a:hover {\r\ncolor : #96a143; \r\ntext-decoration : none; \r\nbackground-color: #ffffff;\r\n}\r\n\r\n\r\n.SnavLeft2 a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #666666;  \r\nborder-top: 1px solid #e0e0e0;\r\npadding-left : 15px; \r\npadding-right : 5px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 213px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-align: left;\r\nfloat : left;\r\nbackground-color: #fff;\r\n}\r\n\r\n.SnavLeft2 a:hover {\r\ncolor : #c19600; \r\ntext-decoration : none; \r\nbackground-color: #ffffff;\r\n}\r\n\r\n.SnavLeft3 a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #666666;  \r\nborder-top: 1px solid #e0e0e0;\r\npadding-left : 15px; \r\npadding-right : 5px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 213px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-align: left;\r\nfloat : left;\r\nbackground-color: #fff;\r\n}\r\n\r\n.SnavLeft3 a:hover {\r\ncolor : #bd6600; \r\ntext-decoration : none; \r\nbackground-color: #ffffff;\r\n}\r\n\r\n.SnavLeft4 a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #666666;  \r\nborder-top: 1px solid #e0e0e0;\r\npadding-left : 15px; \r\npadding-right : 5px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 213px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-align: left;\r\nfloat : left;\r\nbackground-color: #fff;\r\n}\r\n\r\n.SnavLeft4 a:hover {\r\ncolor : #b53918; \r\ntext-decoration : none; \r\nbackground-color: #ffffff;\r\n}\r\n\r\n\r\n.SnavRight {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\nborder-top: 1px solid #e0e0e0;\r\npadding-left : 5px; \r\npadding-right : 5px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.SnavRight a {\r\ncolor : #666666; \r\npadding-left : 10px;\r\ntext-decoration : none; \r\n}\r\n\r\n.SnavRight a:hover {\r\ncolor : #5b4f45; \r\ntext-decoration : none; \r\n}\r\n\r\n\r\n/* Third Level Navigation */\r\n\r\n.TnavLeft {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.TnavLeft a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft a:hover {\r\ncolor : #c19600; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft2 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.TnavLeft2 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft2 a:hover {\r\ncolor : #c19600; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft1 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.TnavLeft1 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft1 a:hover {\r\ncolor : #96a143; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft2 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.TnavLeft2 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft2 a:hover {\r\ncolor : #35477d; \r\ntext-decoration : none; \r\n}\r\n.TnavLeft3 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.TnavLeft3 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft3 a:hover {\r\ncolor : #b53918; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft4 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.TnavLeft4 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft4 a:hover {\r\ncolor : #6d8cad; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft5 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 25px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.TnavLeft5 a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavLeft5 a:hover {\r\ncolor : #bd6600; \r\ntext-decoration : none; \r\n}\r\n\r\n\r\n.TnavRight {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\ncolor : #000000;  \r\npadding-left : 15px; \r\npadding-right : 5px; \r\npadding-top : 1px; \r\npadding-bottom : 2px; \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.TnavRight a {\r\ncolor : #666666; \r\ntext-decoration : none; \r\n}\r\n\r\n.TnavRight a:hover {\r\ncolor : #5b4f45; \r\ntext-decoration : none; \r\n}\r\n\r\n\r\n\r\n/* Date ----- */\r\n\r\n#date {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\ntext-align: left;\r\npadding-top: 4px;\r\npadding-right : 12px;\r\npadding-left : 12px;\r\ncolor : #ffffff; \r\nbackground-color : #415162;\r\nheight : 16px;\r\nmax-height : 21px;\r\nborder-bottom: 1px solid;\r\noverflow: hidden;\r\n}\r\n\r\n\r\n\r\n/* Headline and Banner ----- */\r\n\r\n#banner {\r\nheight : 200px;\r\nwidth: 100%;\r\nposition: relative;\r\n}\r\n\r\n.banner {\r\nheight : 200px;\r\nwidth: 467px;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n#headlineLeft {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #999999; \r\nbackground-color : #ffffff; \r\nfont-size : 20px; \r\nfont-weight : bold;  \r\npadding : 15px; \r\nborder-right: 1px solid;\r\nwidth : 203px;\r\nheight : 170px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\nbackground-image: url(../images/calendarBack.jpg);\r\nbackground-position: top;\r\n}\r\n#headlineRight {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #007cc2; \r\nfont-size : 20px; \r\nfont-weight : bold;  \r\npadding : 15px; \r\nborder-left: 1px solid;\r\nwidth : 203px;\r\nheight : 170px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : right;\r\noverflow: hidden;\r\n}\r\n\r\n\r\n/* Breadcrumbs */\r\n\r\n\r\n.breadcrumbsRight {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\ntext-align: right;\r\ncolor : #666666; \r\npadding: 5px 0px;\r\nclear: both;\r\n} \r\n.breadcrumbsRight a {\r\ntext-decoration : none; \r\npadding: 0px 10px;\r\ncolor : #666666; \r\n} \r\n.breadcrumbsRight a:hover {\r\ntext-decoration : none; \r\ncolor : #5b4f45; \r\n}\r\n\r\n\r\n.breadcrumbsLeft {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\ntext-align: left;\r\ncolor : #666666; \r\npadding: 5px 0px;\r\nclear: both;\r\n} \r\n.breadcrumbsLeft a {\r\ntext-decoration : none; \r\npadding: 0px 10px;\r\ncolor : #666666; \r\n} \r\n.breadcrumbsLeft a:hover {\r\ntext-decoration : none; \r\ncolor : #5b4f45; \r\n}\r\n\r\n\r\n\r\n/* Abstract */\r\n\r\n#absLeft {\r\nborder-right: 1px solid #fff;\r\nborder-top: 1px solid #fff;\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\nbackground-color : #fff;\r\n}\r\n\r\n#absCenter {\r\nborder-right: 1px solid #fff;\r\nborder-top: 1px solid #fff;\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n#absRight {\r\nborder-top: 1px solid #fff;\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n#absSpan {\r\nborder-top: 1px solid #fff;\r\nwidth : 467px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.absTitleSpan {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #96a143; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 467px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n.absTitle1 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #96a143; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n.absTitle2 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #c19600; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n.absTitle3 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #b53918; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n.absTitle4 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #6d8cad; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.absTitle5 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #bd6600; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.absTitle6 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #b53918; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.absTitle7 {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #35477d; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 203px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.title {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #4a3d2f; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 671px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.absPic { /* this is the one to use - replace all the absPic */\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\nwidth : 233px;\r\nheight : 80px;\r\nfloat : left;\r\n}\r\n\r\n.absText div {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\n}\r\n.absText {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\ncolor : #333333; \r\nline-height : 16px; \r\npadding-top : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-bottom : 15px;  \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absText a {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px;\r\nfont-weight : bold; \r\ntext-decoration : none; \r\ncolor : #007cc4; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absText a:hover {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-weight : bold; \r\ntext-decoration : underline; \r\ncolor : #c19600; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n\r\n/* Newsletter */\r\n\r\n.newsletter {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\ncolor : #000000; \r\nbackground-color : #bcb4a7;\r\nwidth: 681px; \r\npadding: 12px 10px; \r\ntext-align: center;\r\nfloat : left;\r\n}\r\n\r\n\r\n/* Footer */\r\n\r\n#footer {\r\nborder-top: 2px solid #c0c0c0;\r\npadding: 5px 5px;\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\nline-height : 16px;\r\nclear: both;\r\nwidth : 80%;\r\ncolor : #666666; \r\noverflow: hidden;\r\ntext-align: center;\r\n} \r\n#footer a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #666666; \r\n} \r\n#footer a:hover {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #006699; \r\n} \r\n\r\n#credit {\r\nbackground-image : url(../images/trademarkSmall.gif);\r\nbackground-position : bottom left;\r\nbackground-repeat :no-repeat;\r\npadding-left : 20px;\r\n}\r\n\r\n\r\n/* Text boxes and forms  */\r\n\r\n.textBox {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 50px;\r\nfont-size: 11px;\r\n}\r\n.textBoxX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 100px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 150px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 220px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXXXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 300px;\r\nfont-size: 11px;\r\n}\r\n\r\n.commentBox {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #333333;\r\nheight : 80px;\r\nwidth : 322px;\r\nborder : 1px solid #c0c0c0;\r\n}\r\n\r\n.submitButton {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #f0f0f0;\r\nheight : 19px;\r\nmargin-bottom:1px;\r\nborder : 0px solid #ffffff;\r\nbackground-color : #4a3d2f; \r\n}\r\n\r\n.adminButton {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #f0f0f0;\r\nheight : 19px;\r\nmargin-bottom:1px;\r\nborder : 1px solid #51a1ce;\r\nbackground-color : #68b3db; \r\n}\r\n\r\n.required {\r\ncolor : #850000;\r\n}\r\n\r\n\r\n\r\n/* ADMIN BAR ----- */\r\n\r\n#adminHeader {\r\nfont-family: verdana, sans-serif;\r\nfont-size: 12px;	\r\nfont-size: small;\r\nfont-weight: normal;\r\nbackground: #348fc2 url(\"../images/adminback.gif\") top repeat-x;\r\nposition: relative;\r\nheight: 38px;\r\npadding: 0 50px;\r\nborder-bottom: 1px solid #8cc8e8;\r\n/*border-bottom: 1px solid #dedede;*/\r\nz-index: 1;\r\n}\r\n\r\n#adminHeader div {\r\nposition: relative;\r\nwidth: 801px; \r\nmax-width: 801px; \r\nmargin: 0 auto;\r\n}\r\n\r\n#adminHeader h1 { margin: 0;	}\r\n\r\n#adminHeader h1 img {\r\nborder : 0px;\r\n}\r\n\r\n#adminHeader ul {\r\nposition: absolute;\r\ntop: 0;\r\nright: 0;\r\nlist-style: none;\r\nmargin: 0;\r\npadding: 0;\r\nborder-right: 1px solid #348fc2;\r\nborder-left: 1px solid #68b3db;\r\n} * html #adminHeader ul { right: 0px; } \r\n\r\n#adminHeader li {\r\nfloat: left;\r\nmargin: 0;\r\npadding: 0;\r\n}\r\n\r\n#adminHeader ul span, #adminHeader ul a:link, #adminHeader ul a:visited {\r\ndisplay: block;\r\nfont-size: 12px;	\r\nfloat: left;\r\npadding: 11px 15px;\r\ntext-decoration: none;\r\nborder-left: 1px solid #348fc2;\r\nborder-right: 1px solid #68b3db;\r\ncolor: #f0f0f0;\r\nheight: 36px;\r\nheight: 16px;\r\n} #ignored {}\r\n\r\n#adminHeader ul li span,\r\n#adminHeader ul li a.current,\r\n#adminHeader ul li a:hover {\r\nbackground: #68b3db;\r\ncolor: #fff;\r\ntext-decoration: none;\r\nborder-bottom: 1px solid #68b3db;\r\n}\r\n\r\n#adminHeader ul li span,\r\n#adminHeader ul li a.current {\r\ntext-decoration: none;\r\n}\r\n.current {\r\nbackground-color: #68b3db;\r\nborder-bottom: 1px solid #68b3db;\r\n}\r\n\r\n/* Sub Menu Navigation */\r\n\r\n#subMenu {\r\nfont-family: verdana, sans-serif;\r\nfont-size: 11px;	\r\ncolor: #f0f0f0;\r\nposition: relative;\r\ntext-align:center;\r\nheight: 19px;\r\nz-index: 1;\r\nborder-top: 3px solid #68b3db;\r\n}\r\n\r\n#subMenu div {\r\nfont-family: verdana, sans-serif;\r\nfont-size: 11px;	\r\nbackground: #68b3db;\r\ncolor: #f0f0f0;\r\nposition: relative;\r\ntext-align:center;\r\nheight: 19px;\r\nborder-bottom: 2px solid #348fc2;  /* Top bar 100% */\r\nz-index: 1;\r\n}\r\n\r\n#subMenu a {\r\ncolor: #f0f0f0;\r\ntext-decoration: none;\r\npadding: 0px 10px;\r\n}\r\n#subMenu a:hover {\r\ncolor: #f0f0f0;\r\ntext-decoration: underline;\r\n}\r\n.currentSub {\r\ntext-decoration: none;\r\nfont-weight: bold;\r\n}\r\n\r\n\r\n\r\n/* Controler Absolute ----- */\r\n#controler {\r\nfont-family: verdana, sans-serif;\r\nfont-size: 12px;	\r\nfont-size: small;\r\nfont-weight: normal;\r\nwidth: 60px;\r\nposition:absolute; \r\nleft:25px; \r\ntop:90px;\r\nz-index: 999;\r\n}\r\n#controler .controlerBack {\r\nbackground: #e6e6e6 url(\"../images/editor/controlerBack.gif\") top repeat-y;\r\ntext-align:center;\r\n}\r\n.controler {\r\nfont-size : 10px;\r\nheight: 22px;\r\nmax-height: 22px;\r\npadding: 1px 0px;\r\nmargin: 0 auto;\r\n}\r\n.controler img {\r\nborder: 0px;\r\n}\r\n.controler a:link, .controler a:visited {\r\ntext-decoration: none;\r\npadding: 0px 1px;\r\ncolor: #666666;\r\n} \r\n.controler a:hover {\r\nbackground: #b8c7d7;\r\ncolor: #fff;\r\ntext-decoration: none;\r\n}\r\n\r\n.fontSize {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 50px;\r\nfont-size: 11px;\r\n}\r\n\r\n\r\n\r\n/* EDITOR */\r\n\r\n.editor {\r\nbackground-image: url(../images/editor/background_silver.jpg);\r\nbackground-position: top;\r\nwidth: 100%;\r\nmargin: 0 auto;\r\nborder-top: 1px solid #68b3db;\r\n}\r\n\r\n.editor div {\r\nwidth: 765px;\r\nfont-size : 10px;\r\nheight: 22px;\r\nmax-height: 22px;\r\npadding: 1px 0px;\r\nmargin: 0 auto;\r\n}\r\n\r\n.editor span  {\r\npadding: 0;\r\nmargin: 0;\r\nlist-style: none;\r\ntop: 0;\r\nright: 0;\r\n}\r\n\r\n.editor span a:link, .editor span a:visited {\r\ndisplay: block;\r\nfloat: left;\r\ntext-decoration: none;\r\npadding: 0px 1px;\r\ncolor: #666666;\r\n} \r\n\r\n.editor span a:hover {\r\nbackground: #b6d7e8;\r\ncolor: #fff;\r\ntext-decoration: none;\r\n}\r\n\r\n.editor img {\r\nborder: 0px;\r\n}\r\n\r\n#split {\r\npadding: 0px 5px;\r\ndisplay: block;\r\nfloat: left;\r\nmargin-top: 2px;\r\n}\r\n\r\n\r\n\r\n/* PAGES  */\r\n\r\n.pagesSort {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : 800; \r\nheight: 23px;\r\nmax-height: 23px;\r\ncolor: #f9f9f9;\r\nborder-bottom: 2px solid #28719a;\r\nbackground: #328ec1 url(\"../images/adminBack.gif\") top repeat-x;\r\n}\r\n.pagesNew {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : bold; \r\nheight: 23px;\r\nmax-height: 23px;\r\ncolor: #00aa00;\r\n}\r\n.pagesRow1 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\nheight: 23px;\r\nmax-height: 23px;\r\ncolor: #222222;\r\nborder-bottom: 2px solid #28719a;\r\nbackground: #e7e6df;\r\n}\r\n.pagesRow2 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\nheight: 23px;\r\nmax-height: 23px;\r\ncolor: #222222;\r\nborder-bottom: 2px solid #28719a;\r\nbackground: #f1f0e8;\r\n}\r\n\r\n\r\n.pagesSortOrder {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:60px;\r\n}\r\n.pagesSortLevel {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:60px;\r\n}\r\n.pagesSortName {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-align: left;\r\nwidth:300px;\r\n}\r\n.pagesSortHome {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:30px;\r\n}\r\n.pagesSortStatus {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:60px;\r\n}\r\n.pagesSortEdit {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:10px;\r\n}\r\n.pagesSortDelete {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nwidth:10px;\r\n}\r\n\r\n.pagesLevel2 {\r\npadding-left:20px;\r\nbackground: url(\"../images/pages/subPageArrow.gif\") top right no-repeat;\r\n}\r\n.pagesLevel3 {\r\npadding-left:50px;\r\nbackground: url(\"../images/pages/subPageArrow.gif\") top right no-repeat;\r\n}\r\n.pagesLevel4 {\r\npadding-left:80px;\r\nbackground: url(\"../images/pages/subPageArrow.gif\") top right no-repeat;\r\n}\r\n.pagesLevel5 {\r\npadding-left:110px;\r\nbackground: url(\"../images/pages/subPageArrow.gif\") top right no-repeat;\r\n}\r\n\r\n\r\n/* --------------CALENDAR -------------- */\r\n\r\n.main {\r\nwidth:200px;\r\nborder:1px solid #6b8cad;\r\n}\r\n\r\n.month {\r\nbackground-color:#6b8cad;\r\nfont:bold 12px verdana;\r\ncolor:white;\r\npadding: 5px 0px;\r\n}\r\n\r\n.daysofweek {\r\nbackground-color:#6b8cad;\r\nfont:bold 12px verdana;\r\ncolor:white;\r\npadding: 4px 0px;\r\n}\r\n\r\na.calendarLink {\r\nfont-size: 10px;\r\nfont-family:verdana;\r\ncolor:black;\r\nfont-weight: normal;\r\ntext-decoration:none;\r\nbackground-color: #e6e7e8;\r\npadding: 1px;\r\n}\r\na.calendarLink:hover {\r\nfont-size: 10px;\r\nfont-family:verdana;\r\ncolor:black;\r\nfont-weight: normal;\r\ntext-decoration:underline;\r\nbackground-color: #e6e7e8;\r\npadding: 1px;\r\n}\r\n\r\n\r\n.days {\r\nfont-size: 10px;\r\nfont-family:verdana;\r\ncolor:black;\r\nfont-weight: normal;\r\nbackground-color: #e6e7e8;\r\npadding: 1px;\r\n}\r\n\r\n.days #today{\r\nfont-size: 12px;\r\nfont-weight: bold;\r\ncolor: #cc9900;\r\n}\r\n\r\n/* ================================================================================*/\r\n/* First Level Navigation */\r\n\r\n#nav {\r\nfont-size : 7.5pt; \r\nheight: 27px;\r\nmax-height: 27px;\r\nwidth: 100%;\r\nbackground-image: url(images/nav.gif);\r\nbackground-repeat :repeat-x;\r\nbackground-position : bottom;\r\noverflow: hidden;\r\n}\r\n\r\n#nav div {\r\nfont-size : 7.5pt; \r\ntext-align: right;\r\noverflow: hidden;\r\npadding-top: 6px;\r\npadding-right : 4px;\r\nborder-top: 1px solid #4a3d2f;\r\n}\r\n\r\n.linkSplit {\r\ncolor : #05649a;\r\nbackground-color : #05649a;\r\nwidth : 2px;\r\nmax-width : 2px;\r\nfont-size : 8.5pt;\r\n}\r\n\r\n#nav a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #ffffff; \r\nfont-size : 7.5pt; \r\nfont-weight : bold; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\npadding-left : 8px; \r\npadding-right : 8px;\r\noverflow: hidden;\r\n} \r\n#nav a:hover {\r\ncolor : #f0f0f0; \r\ntext-decoration : none; \r\noverflow: hidden;\r\n} \r\n\r\n\r\n/**************************************************************\r\nMENU Second Level Navigation\r\n*********************/\r\n.subnav {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\nwidth:213px;\r\nfloat:left;\r\ntext-align:left;\r\npadding: 0;\r\nmargin: 0;\r\nmargin-right:20px;\r\n}\r\n\r\nhr.subnav {\r\ncolor:#fff;\r\n}\r\n\r\n\r\n/* third level has some padding to have it stand out */\r\ndiv.subnav ul ul ul {\r\npadding-bottom: 2px;\r\n}\r\n\r\n/* menu li block */\r\n.subnav li {\r\nlist-style: none;\r\nmargin: 0;\r\nmargin-left: -40px;\r\nborder-bottom: 1px solid #e1e1e1;\r\ndisplay: block;\r\n}\r\n\r\n.subnav ul ul li {\r\nborder: none;\r\n}\r\n\r\n/** fix IE bug display:block; **/ \r\n* html .subnav li a { height: 1%; } \r\n* html .subnav li hr { height: 1%; }\r\n/** end fix **/\r\n\r\n/* first level links */\r\ndiv.subnav a {\r\ntext-decoration:none; /* no underline for links */\r\ndisplay: block; /* IE has problems with this, fixed above */\r\npadding: 10px 5px 10px 15px; /* some air for it */\r\ncolor: #666666; /* this will be link color for all levels */\r\n/*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */\r\nmin-height:1em; /* Fixes IE7 whitespace bug */ \r\n}\r\n\r\n/* second level links, more padding and smaller font */\r\ndiv.subnav ul ul a {\r\npadding: 5px 5px 5px 15px;\r\nbackground-position: 1.5em center;\r\n}\r\n\r\n/* third level links, more padding */\r\ndiv.subnav ul ul ul a {\r\npadding: 5px 5px 5px 25px;\r\n/*background: url(images/cms/dash.gif) no-repeat 2.8em center; */\r\n}\r\n\r\n/* hover state for all links */\r\ndiv.subnav a:hover {\r\n/*background-color: #C3D4DF;*/\r\ncolor:#000;\r\n}\r\ndiv.subnav a.activeparent:hover {\r\n/*background-color: #C3D4DF;*/\r\ncolor: #000;\r\n}\r\n\r\n/* \r\nactive parent, that is the first-level parent \r\nof a child page that is the current page \r\n*/\r\ndiv.subnav li a.activeparent {\r\nbackground: url(images/arrowdown.gif) no-repeat 0.4em center;\r\n/*background-color: #385C72;*/\r\ncolor: #666;\r\nfont-weight:bold;\r\n}\r\n\r\ndiv.subnav ul ul li a.activeparent {\r\nbackground-position: 1.5em center; \r\nbackground-color: transparent;\r\ncolor: #666;\r\n}\r\n\r\n/* \r\ncurrent pages in the default Menu Manager \r\ntemplate are unclickable. This is for current page on first level \r\n*/\r\ndiv.subnav ul h3 {\r\nbackground: url(images/arrowright.gif) no-repeat 0.4em center;\r\n/*background-color: #385C72;*/\r\ndisplay: block; \r\npadding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it*/\r\ncolor: #000;		/* this will be link color for all levels */\r\nfont-weight:normal;\r\nfont-size: 1em;		/* instead of the normal font size for <h3> */\r\nmargin: 0;			/* as <h3> normally has some margin by default */\r\n}\r\n\r\n/* \r\nnext level current pages, more padding, \r\nsmaller font and no background color or bottom border \r\n*/\r\ndiv.subnav ul ul h3 {\r\npadding: 0.3em 0.5em 0.3em 2.8em;\r\nbackground-position: 1.4em center;\r\nbackground-color: transparent;\r\nborder-bottom: none;\r\ncolor: #000;     \r\n}\r\n\r\n/* current page on third level, more padding */\r\ndiv.subnav ul ul ul h3 {\r\npadding: 0.3em 0.5em 0.3em 4.3em;\r\nbackground: url(images/arrowright.gif) no-repeat 2.7em center; \r\n}\r\n\r\n/* section header */\r\ndiv.subnav li.sectionheader {\r\nborder-right: none;\r\nfont-weight: bold;\r\npadding: 1.5em 0 0.8em 0;\r\nbackground-color: #fff;\r\nline-height: 1em;\r\nmargin: 0;\r\ntext-align:center;\r\n}\r\n\r\n\r\n\r\n/* separator */\r\ndiv.subnav li.separator {\r\nheight: 1px !important;\r\nmargin-top: -1px;\r\nmargin-bottom: 0;\r\npadding:2px 0 2px 0;\r\nbackground-color: #000;\r\noverflow:hidden !important;\r\nline-height:1px !important;\r\nfont-size:1px; /* for ie */\r\n}\r\n\r\ndiv.subnav li.separator hr {\r\ndisplay: none; /* this is for accessibility */\r\n}','','2007-08-22 11:58:28','2007-08-28 14:01:16'),
(43,'DRFOX','/* ////////////////////////////////////////////////////// \r\n*** Important Colours\r\n	------------------\r\n	#f1f0e8 - Body Background\r\n	---------------\r\n	#a2a156 - Headline Background\r\n	#37452c - Abstract and Date Background (usually the accent colour)\r\n	#37452c - Bold Link and Link Hover Colour	\r\n	----------------- */\r\n\r\n\r\n/* GENERAL ----- */\r\n\r\nbody {\r\nmargin-top : 0; \r\nmargin-left : 0; \r\nmargin-right : 0; \r\nmargin-bottom : 0; \r\nbackground-color : #fdfaea;\r\n/*background-image : url(../images/backfade.gif);*/\r\nbackground-repeat :repeat-y;\r\nbackground-position : center;\r\n} \r\n\r\n#container {\r\ntext-align: center;\r\nmargin: 0 auto;\r\nwidth: 100%;\r\n}\r\n\r\n#table {\r\ntext-align: center;\r\nmargin: 0 auto;\r\nwidth: 701px;\r\nborder-top: 3px solid #a2a156; /* Top bar 700px */\r\n}\r\n\r\n#header {\r\nbackground-image : url(images/logo.gif);\r\nbackground-repeat :no-repeat;\r\nbackground-position : bottom left;\r\nheight : 80px;\r\nwidth: 100%;\r\ntext-align: right;\r\n}\r\n\r\n.body {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #333333; \r\nfont-size : 11px; \r\ntext-decoration : none; \r\nwidth: 430px;\r\nline-height : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.body a {\r\ncolor: #37452c;\r\ntext-decoration : underline; \r\n}\r\n\r\n.body a:hover {\r\ncolor: #37452c;\r\ntext-decoration : underline;\r\n}\r\n\r\n\r\n.body701 {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #333333; \r\nfont-size : 11px; \r\ntext-decoration : none; \r\nwidth: 681px;\r\nline-height : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.body701 a {\r\ncolor: #37452c;\r\ntext-decoration : underline; \r\n}\r\n\r\n.body701 a:hover {\r\ncolor: #37452c;\r\ntext-decoration : underline;\r\n}\r\n\r\n.bodyTitle {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #37452c; \r\nfont-size : 16px; \r\nfont-weight : bold; \r\nline-height : 20px; \r\npadding-top: 0px;\r\n/*padding-bottom: 10px;*/\r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\n}\r\n\r\ndiv img {\r\nborder: 0px;\r\n}\r\n\r\n\r\n/* Links ----- */\r\n#headerLinks {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\npadding-top: 5px;\r\npadding-right : 5px;\r\npadding-left : 5px;\r\ncolor : #666666; \r\noverflow: hidden;\r\n} \r\n#headerLinks a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #666666; \r\n} \r\n#headerLinks a:hover {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #a2a156; \r\n}\r\n#headerLinks p {\r\nmargin:0;\r\npadding:0;\r\nborder:0;\r\n}\r\n\r\n\r\n/* Date ----- */\r\n\r\n#date {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\ntext-align: right;\r\npadding-top: 4px;\r\npadding-right : 12px;\r\npadding-left : 12px;\r\ncolor : #cccccc; \r\nbackground-color : #34220f;\r\nheight : 16px;\r\nmax-height : 21px;\r\nborder-bottom: 1px solid #fffef7;\r\noverflow: hidden;\r\n}\r\n\r\n\r\n\r\n/* Headline and Banner ----- */\r\n\r\n#banner {\r\nheight : 200px;\r\nwidth: 100%;\r\nposition: relative;\r\n}\r\n\r\n#banner p {\r\nmargin:0;\r\npadding:0;\r\nborder:0;\r\n}\r\n\r\n.banner {\r\nheight : 200px;\r\nwidth: 701px;\r\nfloat: left;\r\noverflow: hidden;\r\n}\r\n\r\n.banner701 {\r\nheight : 200px;\r\nwidth: 701px;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n#headline {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #a2a156; \r\nfont-size : 24px; \r\nfont-weight : bold;  \r\npadding : 15px; \r\nwidth : 203px;\r\nheight : 170px;\r\nline-height : 26px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : right;\r\noverflow: hidden;\r\n}\r\n\r\n\r\n/* Breadcrumbs */\r\n\r\n.breadcrumbs {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\ntext-decoration : none; \r\ntext-align: right;\r\ncolor : #000; \r\npadding: 5px 2px;\r\nclear: both;\r\n} \r\n.breadcrumbs a {\r\ntext-decoration : none; \r\npadding: 0px 2px;\r\ncolor : #666666; \r\n} \r\n.breadcrumbs a:hover {\r\ntext-decoration : none; \r\ncolor : #a2a156; \r\n}\r\n\r\n\r\n/* Abstract */\r\n\r\n#absLeft {\r\nborder-right: 1px solid #fffef7;\r\nborder-top: 1px solid #fffef7;\r\nwidth : 233px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n#absRight {\r\nborder-top: 1px solid #fffef7;\r\nwidth : 467px;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n\r\n.absTitle {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #37452c; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 447px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\noverflow: hidden;\r\n}\r\n\r\n.title {\r\nfont-family : times new roman, sans-serif; \r\ncolor : #f0f0f0; \r\nbackground-color : #37452c; \r\nfont-size : 16px;  \r\nfont-weight : bold; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-top : 6px; \r\npadding-bottom : 4px; \r\nwidth : 671px;\r\nheight : 25px;\r\nline-height : 22px;\r\ntext-transform : capitalize;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.absPic { /* this is the one to use - replace all the absPic */\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\nwidth : 233px;\r\nheight : 80px;\r\nfloat : left;\r\n}\r\n\r\n.absPic p {\r\nmargin:0;\r\npadding:0;\r\nborder:0;\r\n}\r\n\r\n.absText div {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\n}\r\n.absText {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\ncolor : #333333; \r\nline-height : 16px; \r\npadding-top : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-bottom : 15px;  \r\nwidth : 447px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absText a {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px;\r\nfont-weight : bold; \r\ntext-decoration : none; \r\ncolor : #37452c; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absText a:hover {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-weight : bold; \r\ntext-decoration : underline; \r\ncolor : #37452c; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n.absNews div {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\n}\r\n.absNews {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\ncolor : #333333; \r\nline-height : 16px; \r\npadding-top : 15px; \r\npadding-left : 15px; \r\npadding-right : 15px; \r\npadding-bottom : 15px;  \r\nwidth : 203px;\r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absNews a {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px;\r\nfont-weight : bold; \r\ntext-decoration : none; \r\ncolor : #37452c; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n.absNews a:hover {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-weight : bold; \r\ntext-decoration : underline; \r\ncolor : #37452c; \r\ntext-align: left;\r\nfloat : left;\r\n}\r\n\r\n\r\n/* Newsletter */\r\n\r\n.newsletter {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif; \r\nfont-size : 10px; \r\ncolor : #000000; \r\nbackground-color : #bcb4a7;\r\nwidth: 681px; \r\npadding: 12px 10px; \r\ntext-align: center;\r\nfloat : left;\r\n}\r\n\r\n\r\n/* Footer */\r\n\r\n#footer {\r\nborder-top: 3px solid #a2a156;\r\npadding-top: 10px;\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\nfont-weight : normal; \r\nline-height : 16px;\r\nwidth : 100%;\r\ncolor : #666666; \r\nfloat : left;\r\noverflow: hidden;\r\n} \r\n#footer a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #666666; \r\n} \r\n#footer a:hover {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ntext-decoration : none; \r\ncolor : #a2a156; \r\n} \r\n\r\n#credit {\r\nbackground-image : url(images/trademarkSmall.gif);\r\nbackground-position : bottom left;\r\nbackground-repeat :no-repeat;\r\npadding-left : 20px;\r\n}\r\n\r\n\r\n/* Text boxes and forms  */\r\n\r\n.textBox {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 50px;\r\nfont-size: 11px;\r\n}\r\n.textBoxX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 100px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 150px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 220px;\r\nfont-size: 11px;\r\n}\r\n.textBoxXXXX {\r\npadding-top: 2px;\r\nheight : 14px;\r\nwidth : 300px;\r\nfont-size: 11px;\r\n}\r\n\r\n.commentBox {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #333333;\r\nheight : 80px;\r\nwidth : 322px;\r\nborder : 1px solid #c0c0c0;\r\n}\r\n\r\n.submitButton {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #f0f0f0;\r\nheight : 19px;\r\nmargin-bottom:1px;\r\nborder : 0px solid #ffffff;\r\nbackground-color : #37452c; \r\n}\r\n\r\n.adminButton {\r\nfont-family : Verdana, Arial, Helvetica, sans-serif;\r\nfont-size : 10px;\r\nfont-style : normal;\r\ncolor : #f0f0f0;\r\nheight : 19px;\r\nmargin-bottom:1px;\r\nborder : 1px solid #51a1ce;\r\nbackground-color : #68b3db; \r\n}\r\n\r\n.required {\r\ncolor : #850000;\r\n}\r\n\r\n/* ================================================================================*/\r\n\r\n/* First Level Navigation */\r\n\r\n#nav {\r\nfont-size : 7.5pt; \r\nheight: 27px;\r\nmax-height: 27px;\r\nwidth: 100%;\r\nbackground-image: url(images/nav.gif);\r\nbackground-repeat :repeat-x;\r\nbackground-position : bottom;\r\noverflow: hidden;\r\n}\r\n\r\n#nav div {\r\nfont-size : 7.5pt; \r\ntext-align: left;\r\noverflow: hidden;\r\npadding-top: 6px;\r\npadding-left : 4px;\r\nborder-top: 1px solid #37452c;\r\n}\r\n\r\n.linkSplit {\r\ncolor : #b1b382;\r\nbackground-color : #b1b382;\r\nwidth : 2px;\r\nmax-width : 2px;\r\nfont-size : 8.5pt;\r\n}\r\n\r\n#nav a {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\ncolor : #ffffff; \r\nfont-size : 7.5pt; \r\nfont-weight : bold; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\npadding-left : 8px; \r\npadding-right : 8px;\r\noverflow: hidden;\r\n} \r\n#nav a:hover {\r\ncolor : #f0f0f0; \r\ntext-decoration : none; \r\noverflow: hidden;\r\n} \r\n\r\n\r\n/**************************************************************\r\nMENU Second Level Navigation\r\n*********************/\r\n.subnav {\r\nfont-family : verdana, arial, geneva, sans-serif; \r\nfont-size : 10px; \r\ntext-decoration : none; \r\ntext-transform : uppercase;\r\nwidth:213px;\r\nfloat:left;\r\ntext-align:left;\r\npadding: 0;\r\nmargin: 0;\r\nmargin-right:20px;\r\n}\r\n\r\nhr.subnav {\r\ncolor:#fff;\r\n}\r\n\r\n.subnav div.testi {\r\npadding-left: 15px;\r\npadding-right: 10px;\r\ntext-transform : none;\r\n}\r\n.subnav div.testi a {\r\ntext-transform : none;\r\ncolor: #666666; /* this will be link color for all levels */\r\npadding-left: 0px;\r\n}\r\n.subnav div.testi a:hover {\r\ntext-transform : none;\r\ncolor: #000; /* this will be link color for all levels */\r\n}\r\n\r\n\r\n/* third level has some padding to have it stand out */\r\ndiv.subnav ul ul ul {\r\npadding-bottom: 2px;\r\n}\r\n\r\n/* menu li block */\r\n.subnav li {\r\nlist-style: none;\r\nmargin: 0;\r\nmargin-left: -40px;\r\nborder-bottom: 1px solid #e1e1e1;\r\ndisplay: block;\r\n}\r\n\r\n.subnav ul ul li {\r\nborder: none;\r\n}\r\n\r\n/** fix IE bug display:block; **/ \r\n* html .subnav li a { height: 1%; } \r\n* html .subnav li hr { height: 1%; }\r\n/** end fix **/\r\n\r\n/* first level links */\r\ndiv.subnav a {\r\ntext-decoration:none; /* no underline for links */\r\ndisplay: block; /* IE has problems with this, fixed above */\r\npadding: 10px 5px 10px 15px; /* some air for it */\r\ncolor: #666666; /* this will be link color for all levels */\r\n/*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */\r\nmin-height:1em; /* Fixes IE7 whitespace bug */ \r\n}\r\n\r\n/* second level links, more padding and smaller font */\r\ndiv.subnav ul ul a {\r\npadding: 0px 5px 2px 15px;\r\nbackground-position: 1.5em center;\r\n}\r\n\r\n/* third level links, more padding */\r\ndiv.subnav ul ul ul a {\r\npadding: 5px 5px 5px 25px;\r\n/*background: url(images/cms/dash.gif) no-repeat 2.8em center; */\r\n}\r\n\r\n/* hover state for all links */\r\ndiv.subnav a:hover {\r\n/*background-color: #C3D4DF;*/\r\ncolor:#000;\r\n}\r\ndiv.subnav a.activeparent:hover {\r\n/*background-color: #C3D4DF;*/\r\ncolor: #000;\r\n}\r\n\r\n/* \r\nactive parent, that is the first-level parent \r\nof a child page that is the current page \r\n*/\r\ndiv.subnav li a.activeparent {\r\nbackground: url(images/arrowright.gif) no-repeat 0.4em center;\r\n/*background-color: #385C72;*/\r\ncolor: #666;\r\nfont-weight:bold;\r\n}\r\n\r\ndiv.subnav ul ul li a.activeparent {\r\nbackground-position: 1.5em center; \r\nbackground-color: transparent;\r\ncolor: #666;\r\n}\r\n\r\n/* \r\ncurrent pages in the default Menu Manager \r\ntemplate are unclickable. This is for current page on first level \r\n*/\r\ndiv.subnav ul h3 {\r\nbackground: url(images/arrowright.gif) no-repeat 0.4em center;\r\n/*background-color: #385C72;*/\r\ndisplay: block; \r\npadding: 10px 5px 10px 15px; /* some air for it */\r\ncolor: #000;		/* this will be link color for all levels */\r\nfont-weight:normal;\r\nfont-size: 1em;		/* instead of the normal font size for <h3> */\r\nmargin: 0;			/* as <h3> normally has some margin by default */\r\n}\r\n\r\n/* \r\nnext level current pages, more padding, \r\nsmaller font and no background color or bottom border \r\n*/\r\ndiv.subnav ul ul h3 {\r\npadding: 0px 5px 2px 25px;\r\nbackground-position: 1.4em center;\r\nbackground-color: transparent;\r\nborder-bottom: none;\r\ncolor: #000;     \r\n}\r\n\r\n/* current page on third level, more padding */\r\ndiv.subnav ul ul ul h3 {\r\npadding: 5px 5px 5px 35px;\r\nbackground: url(images/arrowright.gif) no-repeat 2.7em center; \r\n}\r\n\r\n/* section header */\r\ndiv.subnav li.sectionheader {\r\nborder-right: none;\r\nfont-weight: bold;\r\npadding: 1.5em 0 0.8em 0;\r\nbackground-color: #fff;\r\nline-height: 1em;\r\nmargin: 0;\r\ntext-align:center;\r\n}\r\n\r\n\r\n\r\n/* separator */\r\ndiv.subnav li.separator {\r\nheight: 1px !important;\r\nmargin-top: -1px;\r\nmargin-bottom: 0;\r\npadding:2px 0 2px 0;\r\nbackground-color: #000;\r\noverflow:hidden !important;\r\nline-height:1px !important;\r\nfont-size:1px; /* for ie */\r\n}\r\n\r\ndiv.subnav li.separator hr {\r\ndisplay: none; /* this is for accessibility */\r\n}\r\n\r\n\r\n\r\n/* NMW ///////////////////////////////////////////////////////////////////////// */\r\n\r\n#nms span.nms_message {\r\nfont-weight: bold;\r\ncolor: #cc0000;\r\n}\r\n\r\n#nms form {\r\nmargin: 0;\r\n}\r\n\r\n#nms #m4email {\r\nmargin: 0;\r\nwidth:150px;\r\n}\r\n\r\n#nms #m4username {\r\nmargin: 0;\r\nwidth:150px;\r\n}\r\n\r\n\r\n','','2007-08-29 14:19:06','2008-04-13 22:55:58'),
(44,'Module: Blogs Made Simple','/*\n************\nGeneral styles\n************\n*/\n\na.blogs-breadcrumb,\n#blogs-breadcrumb {\n  color:#808080;\n  font-weight:bold;\n  padding:0px;\n  padding-bottom:12px;\n  text-decoration:none;\n}\n\na.blogs-breadcrumb:hover {\ncolor:#9C0800;\n}\n\n#blogs-showmessage {\n  margin:12px;\n  padding:12px;\n  border:2px solid #9C0800;\n}\n\n#entry-headline {\n  font-weight:bold;\n  color: #000000;\n}\n\n/*\n****************\nPagespecific styles\n****************\n*/\n\n/*Main Blogs-styles*/\n#blogs-showblogsentries {\n\n}\n\n#blogs-showblogsentry {\n  border-bottom:1px solid black;\n}\n\n#blogs-showblogsentrytime {\n  color:#333;\n  font-size:80%;\n}\n\n#blogs-showblogsentrytitle {\n  font-size:130%;\n  padding-bottom:13px;\n}\n\n#blogs-showblogsentryshorttext {\n\n}\n\n#blogs-showcategoryentrytext {\n\n}\n\n#blogs-showcategoryentryfiles {\n\n}\n\n#blogs-showcategoryentryauthor {\n  padding:2px;\n  font-style:italic;\n\n}\n\n#blogs-showblogsentrycategory {\n\n}\n\n#blogs-showblogsentrycomments {\n  font-weight:bold;\n}\n\n/*ShortCategory-styles*/\n#blogs-shortbox {\n  text-align:center:\n  width:216px;\n  margin:4px;\n  margin-left:8px;\n  margin-right:8px;\n  float:left;\n}\n#blogs-shortcategorytitle {\n  text-align:center; \n  text-transform:capitalize;\n  font-size:130%;\n  border:2px solid black;\n  padding-left:4px;\n  padding-right:4px;\n  padding-top:12px;\n  padding-bottom:12px;\n  width:212px;\n}\n\n#blogs-shortcategorytitle:hover {\n  background-color:#eee;\n}\n\n\n\n#blogs-shortentrylist {\n  margin-top:10px;\n}\n#blogs-shortentry {\n}\n#blogs-shortentrydate {\n  color:#333;\n  font-size:80%;\n  padding-left:12px;\n}\n#blogs-shortentrylink {\n   padding-left:12px;\n   padding-bottom:4px;\n}\n\n/*** ShowCategory-styles ***/\n#blogs-showcategorybox {\n  width:90%;\n}\n\n#blogs-showcategoryheader {\n  width:50%;\n  border:2px solid black;\n  padding:10px;\n  margin-bottom:24px;\n}\n\n#blogs-showcategorytitle {\n\n  font-size:130%;\n  padding-bottom:13px;\n\n}\n\n#blogs-showcategorydescription {\n}\n\n#blogs-showcategoryentries {\n  margin-top:10px;\n  margin-left:12px;\n}\n\n#blogs-showcategoryentry {\n  padding-bottom:24px;\n}\n\n#blogs-showcategoryentrytime {\n  color:#333;\n  font-size:80%;\n}\n\n#blogs-showcategoryentrytitle {\n  font-style:italic;\n  margin-bottom:5px;\n  margin-top:4px;\n  padding-left:12px;\n}\n\n#blogs-showcategoryentrytext {\n  padding-bottom:2px;\n}\n\n#blogs-showcategoryentryfiles {\n  padding-top:4px;\n  padding-left:8px;\n}\n\n#blogs-showcategoryentryauthor {\n  padding:2px;\n  font-style:italic;\n}\n\n#blogs-showcategoryentrycomments {\n  font-weight:bold;\n}\n\n\n/*** ShowEntry-styles ***/\n\n#blogs-showentrybox {\n  width: 98%;\n}\n\n#blogs-showentryheader {\n  width:50%;\n  border:2px solid black;\n  padding:10px;\n  margin-bottom:24px;\n}\n\n#blogs-showentrytime {\n  color:#333;\n  font-size:90%;\n  padding-bottom:8px;\n}\n\n#blogs-showentrytitle {\n  font-size:130%;\n  padding-bottom:13px;\n}\n\n.blogs-showentrytext {\n}\n\nblogs-showentrytext.a {\n  color:#993333;\n}\n\n#blogs-showentryauthor {\n  font-style:italics;\n}\n\n#blogs-showentryfiles {\n  padding-top:13px;\n  padding-left:0px;\n}\n\n\n#blogs-showentrycomments {\n  padding-left:12px;\n}\n\n#blogs-showentrycomment {\n  padding-bottom:12px;\n  margin-bottom:12px;\n  border-bottom:1px solid #222; \n\n}\n\n#blogs-showentrycommenttime {\n  color:#333;\n  font-size:80%;\n}\n\n#blogs-showentrycommenttext {\n}\n\n#blogs-showentrycommentauthor {\n  font-style:italic;\n}\n\n#blogs-showentrycommentform {\n  padding-top:10px;\n  margin-top:10px;\n  padding-left:12px;\n  margin-bottom:10px;\n}\n\n.blogs-authorinput {\n  width:400px;\n  border:1px solid #333;\n}\n\n.blogs-authorinput:hover {\n  background-color:#ddd;\n}\n\n.blogs-commentinput {\n  width:400px;\n  border:1px solid #333;\n}\n.blogs-commentinput:hover {\n  background-color:#ddd;\n}\n\n.blogs-submitinput {\n  border:1px solid #bbb;\n}\n\n.blogs-submitinput:hover {\n  background-color:#ddd;\n}\n','','0000-00-00 00:00:00','0000-00-00 00:00:00');

/* Table structure for table `cms_css_assoc` */
DROP TABLE IF EXISTS `cms_css_assoc`;

CREATE TABLE `cms_css_assoc` (
  `assoc_to_id` int(11) default NULL,
  `assoc_css_id` int(11) default NULL,
  `assoc_type` varchar(80) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  KEY `assoc_to_id` (`assoc_to_id`),
  KEY `assoc_css_id` (`assoc_css_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_css_assoc` */
insert into `cms_css_assoc` values
(20,43,'template','2007-08-29 14:20:25','2007-08-29 14:20:25'),
(20,31,'template','2007-08-22 12:05:32','2007-08-22 12:05:32'),
(27,31,'template','2007-08-29 14:22:25','2007-08-29 14:22:25'),
(27,43,'template','2007-08-29 14:22:18','2007-08-29 14:22:18'),
(29,43,'template','2007-09-29 15:04:05','2007-09-29 15:04:05'),
(29,31,'template','2007-09-29 15:04:05','2007-09-29 15:04:05'),
(30,43,'template','2007-10-18 04:09:20','2007-10-18 04:09:20'),
(30,31,'template','2007-10-18 04:14:01','2007-10-18 04:14:01'),
(31,43,'template','2008-03-19 16:00:52','2008-03-19 16:00:52'),
(31,31,'template','2008-03-19 16:00:52','2008-03-19 16:00:52');

/* Table structure for table `cms_css_seq` */
DROP TABLE IF EXISTS `cms_css_seq`;

CREATE TABLE `cms_css_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_css_seq` */
insert into `cms_css_seq` values
(44);

/* Table structure for table `cms_event_handler_seq` */
DROP TABLE IF EXISTS `cms_event_handler_seq`;

CREATE TABLE `cms_event_handler_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_event_handler_seq` */
insert into `cms_event_handler_seq` values
(9);

/* Table structure for table `cms_event_handlers` */
DROP TABLE IF EXISTS `cms_event_handlers`;

CREATE TABLE `cms_event_handlers` (
  `event_id` int(11) default NULL,
  `tag_name` varchar(255) default NULL,
  `module_name` varchar(255) default NULL,
  `removable` int(11) default NULL,
  `handler_order` int(11) default NULL,
  `handler_id` int(11) NOT NULL,
  PRIMARY KEY  (`handler_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_event_handlers` */
insert into `cms_event_handlers` values
(38,null,'Search',0,1,1),
(40,null,'Search',0,1,2),
(22,null,'Search',0,1,3),
(24,null,'Search',0,1,4),
(26,null,'Search',0,1,5),
(30,null,'Search',0,1,6),
(32,null,'Search',0,1,7),
(34,null,'Search',0,1,8),
(48,null,'Search',0,1,9);

/* Table structure for table `cms_events` */
DROP TABLE IF EXISTS `cms_events`;

CREATE TABLE `cms_events` (
  `originator` varchar(200) NOT NULL,
  `event_name` varchar(200) NOT NULL,
  `event_id` int(11) NOT NULL,
  PRIMARY KEY  (`event_id`),
  KEY `originator` (`originator`),
  KEY `event_name` (`event_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_events` */
insert into `cms_events` values
('Core','LoginPost',1),
('Core','LogoutPost',2),
('Core','AddUserPre',3),
('Core','AddUserPost',4),
('Core','EditUserPre',5),
('Core','EditUserPost',6),
('Core','DeleteUserPre',7),
('Core','DeleteUserPost',8),
('Core','AddGroupPre',9),
('Core','AddGroupPost',10),
('Core','EditGroupPre',11),
('Core','EditGroupPost',12),
('Core','DeleteGroupPre',13),
('Core','DeleteGroupPost',14),
('Core','AddStylesheetPre',15),
('Core','AddStylesheetPost',16),
('Core','EditStylesheetPre',17),
('Core','EditStylesheetPost',18),
('Core','DeleteStylesheetPre',19),
('Core','DeleteStylesheetPost',20),
('Core','AddTemplatePre',21),
('Core','AddTemplatePost',22),
('Core','EditTemplatePre',23),
('Core','EditTemplatePost',24),
('Core','DeleteTemplatePre',25),
('Core','DeleteTemplatePost',26),
('Core','TemplatePreCompile',27),
('Core','TemplatePostCompile',28),
('Core','AddGlobalContentPre',29),
('Core','AddGlobalContentPost',30),
('Core','EditGlobalContentPre',31),
('Core','EditGlobalContentPost',32),
('Core','DeleteGlobalContentPre',33),
('Core','DeleteGlobalContentPost',34),
('Core','GlobalContentPreCompile',35),
('Core','GlobalContentPostCompile',36),
('Core','ContentEditPre',37),
('Core','ContentEditPost',38),
('Core','ContentDeletePre',39),
('Core','ContentDeletePost',40),
('Core','AddUserDefinedTagPre',41),
('Core','AddUserDefinedTagPost',42),
('Core','EditUserDefinedTagPre',43),
('Core','EditUserDefinedTagPost',44),
('Core','DeleteUserDefinedTagPre',45),
('Core','DeleteUserDefinedTagPost',46),
('Core','ModuleInstalled',47),
('Core','ModuleUninstalled',48),
('Core','ModuleUpgraded',49),
('Core','ContentStylesheet',50),
('Core','ContentPreCompile',51),
('Core','ContentPostCompile',52),
('Core','ContentPostRender',53),
('Core','SmartyPreCompile',54),
('Core','SmartyPostCompile',55),
('Core','ChangeGroupAssignPre',56),
('Core','ChangeGroupAssignPost',57),
('News','NewsArticleAdded',58),
('News','NewsArticleEdited',59),
('News','NewsArticleDeleted',60),
('News','NewsCategoryAdded',61),
('News','NewsCategoryEdited',62),
('News','NewsCategoryDeleted',63),
('Search','SearchInitiated',64),
('Search','SearchCompleted',65),
('Search','SearchItemAdded',66),
('Search','SearchItemDeleted',67),
('Search','SearchAllItemsDeleted',68),
('NMS','OnNewUser',69),
('NMS','OnEditUser',70),
('NMS','OnDeleteUser',71),
('NMS','OnNewList',72),
('NMS','OnEditList',73),
('NMS','OnDeleteList',74),
('NMS','OnCreateMessage',75),
('NMS','OnEditMessage',76),
('NMS','OnDeleteMessage',77),
('NMS','OnCreateJob',78),
('NMS','OnDeleteJob',79),
('NMS','OnStartJob',80),
('NMS','OnFinishJob',81);

/* Table structure for table `cms_events_seq` */
DROP TABLE IF EXISTS `cms_events_seq`;

CREATE TABLE `cms_events_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_events_seq` */
insert into `cms_events_seq` values
(81);

/* Table structure for table `cms_group_perms` */
DROP TABLE IF EXISTS `cms_group_perms`;

CREATE TABLE `cms_group_perms` (
  `group_perm_id` int(11) NOT NULL,
  `group_id` int(11) default NULL,
  `permission_id` int(11) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`group_perm_id`),
  KEY `group_id` (`group_id`,`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_group_perms` */
insert into `cms_group_perms` values
(401,1,16,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(400,1,24,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(399,1,27,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(398,1,13,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(397,1,14,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(396,1,32,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(395,1,12,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(394,1,28,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(393,1,47,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(392,1,11,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(391,1,22,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(390,1,26,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(389,1,21,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(388,1,9,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(387,1,33,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(386,1,37,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(385,1,18,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(384,1,7,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(383,1,8,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(382,1,31,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(381,1,20,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(380,1,40,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(379,1,35,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(378,1,6,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(377,1,38,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(165,3,32,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(163,3,31,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(300,2,30,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(301,2,1,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(114,3,25,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(302,2,25,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(116,3,4,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(117,3,26,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(118,3,30,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(119,3,11,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(120,3,27,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(303,2,23,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(122,3,16,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(376,1,42,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(375,1,45,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(309,2,42,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(167,3,22,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(374,1,43,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(373,1,44,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(372,1,36,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(371,1,29,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(172,3,36,'2007-08-20 20:41:56','2007-08-20 20:41:56'),
(308,2,45,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(370,1,5,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(369,1,4,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(368,1,23,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(367,1,25,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(366,1,1,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(365,1,2,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(306,2,44,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(304,2,4,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(305,2,36,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(307,2,43,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(310,2,6,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(311,2,40,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(312,2,20,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(313,2,31,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(314,2,37,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(315,2,21,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(316,2,26,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(317,2,22,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(318,2,11,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(402,1,17,'2007-10-17 12:37:22','2007-10-17 12:37:22'),
(320,2,13,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(321,2,27,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(322,2,24,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(323,2,16,'2007-10-17 12:15:59','2007-10-17 12:15:59'),
(364,1,30,'2007-10-17 12:37:22','2007-10-17 12:37:22');

/* Table structure for table `cms_group_perms_seq` */
DROP TABLE IF EXISTS `cms_group_perms_seq`;

CREATE TABLE `cms_group_perms_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_group_perms_seq` */
insert into `cms_group_perms_seq` values
(402);

/* Table structure for table `cms_groups` */
DROP TABLE IF EXISTS `cms_groups`;

CREATE TABLE `cms_groups` (
  `group_id` int(11) NOT NULL,
  `group_name` varchar(25) default NULL,
  `active` tinyint(4) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_groups` */
insert into `cms_groups` values
(1,'Admin',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(2,'Editor',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),
(3,'Designer',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');

/* Table structure for table `cms_groups_seq` */
DROP TABLE IF EXISTS `cms_groups_seq`;

CREATE TABLE `cms_groups_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_groups_seq` */
insert into `cms_groups_seq` values
(3);

/* Table structure for table `cms_htmlblobs` */
DROP TABLE IF EXISTS `cms_htmlblobs`;

CREATE TABLE `cms_htmlblobs` (
  `htmlblob_id` int(11) NOT NULL,
  `htmlblob_name` varchar(255) default NULL,
  `html` text,
  `owner` int(11) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`htmlblob_id`),
  KEY `htmlblob_name` (`htmlblob_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_htmlblobs` */
insert into `cms_htmlblobs` values
(4,'footer','<p>| {menu template=\'headerlinks\' number_of_levels=\'1\'}<br />\r\nCopyright &copy; {copyright} {sitename}. All Rights Reserved<br />\r\nPowered by <a target=\"_blank\" href=\"http://cmsmadesimple.org\">CMSMS</a> and <a target=\"_blank\" href=\"http://www.inyerface.ca\">Inyerface.ca</a></p>',1,'2007-09-14 13:55:17','2007-09-14 13:57:14'),
(3,'headerlinks','<p>{menu template=\'headerlinks\' items=\"home,policy,newsletter\"}<a href=\"/blogger\">Blog</a></p>',1,'2007-08-29 15:08:06','2007-10-06 15:19:09'),
(5,'google','<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">\r\n</script><script type=\"text/javascript\">\r\n_uacct = \"UA-2407296-1\";\r\nurchinTracker();\r\n</script>',1,'2007-10-02 18:40:20','2007-10-02 18:40:20');

/* Table structure for table `cms_htmlblobs_seq` */
DROP TABLE IF EXISTS `cms_htmlblobs_seq`;

CREATE TABLE `cms_htmlblobs_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_htmlblobs_seq` */
insert into `cms_htmlblobs_seq` values
(5);

/* Table structure for table `cms_module_NMS_job_parts` */
DROP TABLE IF EXISTS `cms_module_NMS_job_parts`;

CREATE TABLE `cms_module_NMS_job_parts` (
  `jobid` int(11) NOT NULL,
  `listid` int(11) NOT NULL,
  `messageid` int(11) NOT NULL,
  `status` int(11) default NULL,
  PRIMARY KEY  (`jobid`,`listid`,`messageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_module_NMS_jobs` */
DROP TABLE IF EXISTS `cms_module_NMS_jobs`;

CREATE TABLE `cms_module_NMS_jobs` (
  `jobid` int(11) NOT NULL auto_increment,
  `title` varchar(255) default NULL,
  `created` datetime default NULL,
  `started` datetime default NULL,
  `finished` datetime default NULL,
  `status` int(11) default NULL,
  PRIMARY KEY  (`jobid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_module_NMS_list` */
DROP TABLE IF EXISTS `cms_module_NMS_list`;

CREATE TABLE `cms_module_NMS_list` (
  `listid` int(11) NOT NULL auto_increment,
  `name` varchar(125) default NULL,
  `description` varchar(250) default NULL,
  `active` int(11) default NULL,
  `public` int(11) default NULL,
  `dateadded` datetime default NULL,
  PRIMARY KEY  (`listid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_NMS_list` */
insert into `cms_module_NMS_list` values
(1,'Yes','Sign me up',1,1,'2007-09-29 17:32:21');

/* Table structure for table `cms_module_NMS_listuser` */
DROP TABLE IF EXISTS `cms_module_NMS_listuser`;

CREATE TABLE `cms_module_NMS_listuser` (
  `userid` int(11) NOT NULL,
  `listid` int(11) NOT NULL,
  `active` int(11) default NULL,
  `entered` datetime default NULL,
  PRIMARY KEY  (`userid`,`listid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_NMS_listuser` */
insert into `cms_module_NMS_listuser` values
(4,1,1,'2007-12-14 10:15:13'),
(3,1,1,'2007-10-10 11:39:31'),
(5,1,1,'2007-11-08 13:38:19'),
(6,1,1,'2007-12-08 13:30:32'),
(7,1,1,'2007-12-20 06:36:41'),
(8,1,1,'2007-12-21 11:33:37'),
(9,1,1,'2007-12-31 09:15:20'),
(10,1,1,'2007-12-31 13:17:09'),
(11,1,1,'2008-01-01 00:36:20'),
(12,1,1,'2008-01-02 05:27:21'),
(13,1,1,'2008-01-02 09:38:14'),
(14,1,1,'2008-01-02 12:41:55'),
(15,1,1,'2008-01-04 09:47:35'),
(16,1,1,'2008-01-04 14:59:53'),
(17,1,1,'2008-01-04 15:59:02'),
(18,1,1,'2008-01-05 07:49:21'),
(19,1,1,'2008-01-06 13:07:49'),
(20,1,1,'2008-01-10 08:22:05'),
(21,1,1,'2008-01-11 04:10:02'),
(22,1,1,'2008-01-11 13:30:08'),
(23,1,1,'2008-01-12 17:00:46'),
(24,1,1,'2008-01-13 01:53:49'),
(25,1,1,'2008-01-14 04:38:50'),
(26,1,1,'2008-01-14 21:40:01'),
(27,1,1,'2008-01-15 22:51:13'),
(28,1,1,'2008-01-16 03:48:57'),
(29,1,1,'2008-01-16 18:24:59'),
(30,1,1,'2008-01-18 11:17:06'),
(31,1,1,'2008-01-18 12:22:25'),
(32,1,1,'2008-01-18 14:41:23'),
(33,1,1,'2008-01-19 13:49:24'),
(34,1,1,'2008-01-19 22:22:28'),
(35,1,1,'2008-01-21 21:19:19'),
(36,1,1,'2008-01-22 01:47:15'),
(37,1,1,'2008-01-22 06:18:16'),
(38,1,1,'2008-01-22 10:54:39'),
(39,1,1,'2008-01-22 20:37:55'),
(40,1,1,'2008-01-23 01:05:01'),
(41,1,1,'2008-01-23 10:29:56'),
(42,1,1,'2008-01-26 04:04:50'),
(43,1,1,'2008-01-27 04:11:52'),
(44,1,1,'2008-01-28 21:42:50'),
(45,1,1,'2008-01-29 01:59:06'),
(46,1,1,'2008-01-29 22:16:25'),
(47,1,1,'2008-01-31 23:21:15'),
(48,1,1,'2008-01-31 23:22:01'),
(49,1,1,'2008-02-01 03:36:18'),
(50,1,1,'2008-02-01 03:37:16'),
(51,1,1,'2008-02-01 23:20:34'),
(52,1,1,'2008-02-01 23:21:38'),
(53,1,1,'2008-02-02 03:42:17'),
(54,1,1,'2008-02-02 03:43:10'),
(55,1,1,'2008-02-02 07:59:28'),
(56,1,1,'2008-02-02 08:00:24'),
(57,1,1,'2008-02-03 12:52:02'),
(58,1,1,'2008-02-04 18:30:01'),
(59,1,1,'2008-02-04 22:48:05'),
(60,1,1,'2008-02-06 09:27:45'),
(61,1,1,'2008-02-06 13:52:00'),
(62,1,1,'2008-02-12 09:19:08'),
(63,1,1,'2008-02-12 13:42:44'),
(64,1,1,'2008-02-14 15:45:34'),
(65,1,1,'2008-02-14 20:05:15'),
(66,1,1,'2008-02-16 06:50:19'),
(67,1,1,'2008-02-16 11:10:19'),
(68,1,1,'2008-02-26 10:15:58'),
(69,1,1,'2008-02-26 15:02:38'),
(70,1,1,'2008-03-05 11:53:36'),
(71,1,1,'2008-03-19 18:06:08'),
(72,1,1,'2008-03-24 19:09:27'),
(73,1,1,'2008-03-27 16:14:36'),
(74,1,1,'2008-04-10 22:33:47'),
(75,1,1,'2008-04-16 11:09:25'),
(76,1,1,'2008-04-19 10:50:37'),
(77,1,1,'2008-04-24 06:02:30'),
(78,1,1,'2008-05-12 16:03:31'),
(79,1,1,'2008-05-26 09:33:54'),
(80,1,1,'2008-06-09 21:13:14'),
(81,1,1,'2008-06-11 11:25:23'),
(82,1,1,'2008-06-11 11:25:28'),
(83,1,1,'2008-06-11 11:25:32'),
(84,1,1,'2008-06-11 11:25:40'),
(85,1,1,'2008-06-11 11:25:43'),
(86,1,1,'2008-06-11 11:25:51'),
(87,1,1,'2008-06-11 11:25:58'),
(88,1,1,'2008-06-11 11:26:06'),
(89,1,1,'2008-06-11 11:26:15');

/* Table structure for table `cms_module_NMS_messages` */
DROP TABLE IF EXISTS `cms_module_NMS_messages`;

CREATE TABLE `cms_module_NMS_messages` (
  `messageid` int(11) NOT NULL auto_increment,
  `uniqueid` varchar(255) default NULL,
  `fromwho` varchar(125) default NULL,
  `replyto` varchar(125) default NULL,
  `subject` varchar(125) default NULL,
  `message` longtext,
  `entered` datetime default NULL,
  `templateid` int(11) default NULL,
  `pageid` int(11) default NULL,
  PRIMARY KEY  (`messageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_module_NMS_seq` */
DROP TABLE IF EXISTS `cms_module_NMS_seq`;

CREATE TABLE `cms_module_NMS_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_NMS_seq` */
insert into `cms_module_NMS_seq` values
(0);

/* Table structure for table `cms_module_NMS_user_data` */
DROP TABLE IF EXISTS `cms_module_NMS_user_data`;

CREATE TABLE `cms_module_NMS_user_data` (
  `userid` int(11) default NULL,
  `fieldname` varchar(125) default NULL,
  `value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


/* Table structure for table `cms_module_NMS_users` */
DROP TABLE IF EXISTS `cms_module_NMS_users`;

CREATE TABLE `cms_module_NMS_users` (
  `userid` int(11) NOT NULL auto_increment,
  `uniqueid` varchar(225) default NULL,
  `email` varchar(125) default NULL,
  `username` varchar(225) default NULL,
  `disabled` int(11) default NULL,
  `confirmed` int(11) default NULL,
  `htmlemail` int(11) default NULL,
  `dateadded` datetime default NULL,
  `dateconfirmed` datetime default NULL,
  PRIMARY KEY  (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=90 DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_NMS_users` */
insert into `cms_module_NMS_users` values
(4,'43474a1dcf1aabb7845fbcc18efec436','norris_johnson@unc.edu','Dr. Norris Brock Johnson',0,0,1,'2007-11-03 21:57:49',null),
(3,'0f13f21145aa54f0a0c2c8e8084a853e','a.abbate@verizon.net','Angelo Abbate',0,1,1,'2007-10-10 11:39:31','2007-10-10 12:20:36'),
(5,'e8acbcd6144b40eeccb11de227685254','kvfTorkelton0969@cape-mail.com','kvfTorkelton0969',0,0,1,'2007-11-08 13:38:19',null),
(6,'39eade2494cbafac8638f1012296b63e','jessicamfay@gmail.com','Jess Fay',0,0,1,'2007-12-08 13:30:32',null),
(7,'db06f1315a22dcc2fa033ce4b4709a4c','cbruns@yahoo.com','Cheryl Bruns',0,0,1,'2007-12-20 06:36:41',null),
(8,'fb2f3236bfe9b642c566dda51f9c85ec','willie1264@earthlink.net','Andrew Rositch',0,1,1,'2007-12-21 11:33:37','2007-12-21 12:12:55'),
(9,'3a2e6df50536659fc537120a78ce070e','bo894395@yahoo.com','bo894395',0,0,1,'2007-12-31 09:15:20',null),
(10,'7e99847d91ae2cc9133c89275558c88e','ho696154@yahoo.com','ho696154',0,0,1,'2007-12-31 13:17:09',null),
(11,'bd11d1af141b2a7df928fb8e09dfc205','sy489888@yahoo.com','sy489888',0,0,1,'2008-01-01 00:36:20',null),
(12,'9a2505a510f812e52a94faa22c7567c0','cy908704@yahoo.com','cy908704',0,0,1,'2008-01-02 05:27:21',null),
(13,'db4e2121f1555d3cdc5c5143d577a573','pa10798@yahoo.com','pa10798',0,0,1,'2008-01-02 09:38:14',null),
(14,'93f75c070b442a4ed97a6f05bd296d2f','dkott@bellsouth.net','Donald Kott',0,1,1,'2008-01-02 12:41:55','2008-01-02 12:42:37'),
(15,'eb9753e487b3e2622713fb49b4135569','shameika98@yahoo.com','Shameika',0,1,1,'2008-01-04 09:47:35','2008-01-04 12:26:57'),
(16,'02b83e89687206ff574055400902ca28','kristymbrowndc@hotmail.com','Kristy M. Brown',0,0,1,'2008-01-04 14:59:53',null),
(17,'05403296e4b4f7eb71b2367bc249db5c','harmonyrestoration@yahoo.com','Ron Noel & Liz Carter',0,1,1,'2008-01-04 15:59:02','2008-01-24 00:57:52'),
(18,'b3a0dc1e9df6912b30634cc7a06609a4','be768678@yahoo.com','be768678',0,0,1,'2008-01-05 07:49:21',null),
(19,'f4fa6472cc21428b3cb57d3cc1170d53','ve458252@yahoo.com','ve458252',0,0,1,'2008-01-06 13:07:49',null),
(20,'8f868fd9a091496614dcd7bfa46990cd','te366397@yahoo.com','te366397',0,0,1,'2008-01-10 08:22:05',null),
(21,'ed7e282b2bd8643c7481c6b21283c846','je460094@yahoo.com','je460094',0,0,1,'2008-01-11 04:10:02',null),
(22,'575fdb52ad0a7c6fefb2d2893b3e0d45','nu119644@yahoo.com','nu119644',0,0,1,'2008-01-11 13:30:08',null),
(23,'7da930be2b07f99e27d2bbd7c6afebe1','pe700571@yahoo.com','pe700571',0,0,1,'2008-01-12 17:00:46',null),
(24,'db73f3cf72eaf41ea789df50162e66e6','la737862@yahoo.com','la737862',0,0,1,'2008-01-13 01:53:49',null),
(25,'b700744c30d1cba44b0e4dde90780cbf','so883827@yahoo.com','so883827',0,0,1,'2008-01-14 04:38:50',null),
(26,'18a17063f0fb7c0bd930fbdc38b4f155','fy240623@yahoo.com','fy240623',0,0,1,'2008-01-14 21:40:01',null),
(27,'c91911125e016e81d6903503801760e1','cy971043@yahoo.com','cy971043',0,0,1,'2008-01-15 22:51:13',null),
(28,'aeece8210555cc8192a80ade79de3fa6','ni328748@yahoo.com','ni328748',0,0,1,'2008-01-16 03:48:57',null),
(29,'cf94cebbd324f5321d3b96ecf8b48f80','vo733629@yahoo.com','vo733629',0,0,1,'2008-01-16 18:24:59',null),
(30,'2a472ace1757885a3a26324dd0471efb','ha836021@yahoo.com','ha836021',0,0,1,'2008-01-18 11:17:06',null),
(31,'cfcf600061bbb666c1b355c42fe75920','eastmansrv@mindspring.com','Bill Eastman',0,1,1,'2008-01-18 12:22:25','2008-01-18 20:30:36'),
(32,'556eeea7b16edbd97ddda411cd3370f4','ji940284@yahoo.com','ji940284',0,0,1,'2008-01-18 14:41:23',null),
(33,'5fefaab63ff0157c38e4c289d9b7055a','radianthealth.wellness@gmail.com','Nancy Taylor',0,1,1,'2008-01-19 13:49:24','2008-01-20 01:22:44'),
(34,'01f80a21dda3127b5e3c14df39685443','we612956@yahoo.com','we612956',0,0,1,'2008-01-19 22:22:28',null),
(35,'b721034c1398b13d7be0b7374c5480f1','du792620@yahoo.com','du792620',0,0,1,'2008-01-21 21:19:19',null),
(36,'b2ed3ca80d1f1bde87e85af5708c2646','su168225@yahoo.com','su168225',0,0,1,'2008-01-22 01:47:15',null),
(37,'a72f8f3786636511ed4fc52251fea3b4','ka419868@yahoo.com','ka419868',0,0,1,'2008-01-22 06:18:16',null),
(38,'7468e06792165bd5b9cb18cd5c7f6818','be872419@yahoo.com','be872419',0,0,1,'2008-01-22 10:54:39',null),
(39,'617248bdc2af63cf4cdde96356874e79','ro483659@yahoo.com','ro483659',0,0,1,'2008-01-22 20:37:55',null),
(40,'635356f1261fcf1c01b854feb030740f','vu56684@yahoo.com','vu56684',0,0,1,'2008-01-23 01:05:01',null),
(41,'af2b3a040eab694f717057eca57ee36f','michael.lowery@chapelhillrmh.net','Michael Lowery',0,1,1,'2008-01-23 10:29:56','2008-01-23 10:32:56'),
(42,'09389763efce03238839a21b2b0e2131','go880091@yahoo.com','go880091',0,0,1,'2008-01-26 04:04:50',null),
(43,'7fab0cb2d45e6f8c98611963e3539c2f','ku953641@yahoo.com','ku953641',0,0,1,'2008-01-27 04:11:52',null),
(44,'f3514d264a58f633044e118fe44b9bed','fy774947@yahoo.com','fy774947',0,0,1,'2008-01-28 21:42:50',null),
(45,'0043962d7911a801275c0a62172bfc68','fa849043@yahoo.com','fa849043',0,0,1,'2008-01-29 01:59:06',null),
(46,'c62ca9225bd2b928bd7cc04765e4f7f8','jo378316@yahoo.com','jo378316',0,0,1,'2008-01-29 22:16:25',null),
(47,'9032f230950c5224d208f60028a6ace3','se261555@yahoo.com','se261555',0,0,1,'2008-01-31 23:21:15',null),
(48,'4265826b7b93f8fcba44a6e6ad917167','sy184497@yahoo.com','sy184497',0,0,1,'2008-01-31 23:22:01',null),
(49,'6ff182234de6f087fb7b1f496df2f388','ri90414@yahoo.com','ri90414',0,0,1,'2008-02-01 03:36:18',null),
(50,'b0854ece7c633bd50d7b51c54a10a6b0','xe209495@yahoo.com','xe209495',0,0,1,'2008-02-01 03:37:16',null),
(51,'7607e0c774b3384e373556c9f3135fa4','ku967310@yahoo.com','ku967310',0,0,1,'2008-02-01 23:20:34',null),
(52,'2247c16bb0f019d1787340389d465a0e','go150077@yahoo.com','go150077',0,0,1,'2008-02-01 23:21:38',null),
(53,'4a53b368d66de9cd4a45b3734939acce','dy307495@yahoo.com','dy307495',0,0,1,'2008-02-02 03:42:17',null),
(54,'8a9631eb60f359a685e7714c8cfe33de','cy341111@yahoo.com','cy341111',0,0,1,'2008-02-02 03:43:10',null),
(55,'b2b66a0ed40a1aeeeee6111407cdc94e','ke178357@yahoo.com','ke178357',0,0,1,'2008-02-02 07:59:28',null),
(56,'5ae3d99190e596009b9a153e87829edf','ja545171@yahoo.com','ja545171',0,0,1,'2008-02-02 08:00:24',null),
(57,'6bca506b893cfef6bf1d5d1c5cbb39d3','etabet@earthlink.net','Elie Tabet',0,1,1,'2008-02-03 12:52:01','2008-02-03 12:57:29'),
(58,'d28b16ddf70f6bccb103d05924051686','ma554514@yahoo.com','ma554514',0,0,1,'2008-02-04 18:30:01',null),
(59,'1f6f4abff0cb3cf743a311286a72c0c3','xu57815@yahoo.com','xu57815',0,0,1,'2008-02-04 22:48:05',null),
(60,'7773ebe444a3628ef3a98b114b5ed969','gu367473@yahoo.com','gu367473',0,0,1,'2008-02-06 09:27:45',null),
(61,'6253de35ca18b512d62a1624c276dcbd','pe256406@yahoo.com','pe256406',0,0,1,'2008-02-06 13:52:00',null),
(62,'5ff2eba620876390ab54f25bc46a0c84','gi219510@yahoo.com','gi219510',0,0,1,'2008-02-12 09:19:08',null),
(63,'0d16b3f46c776b02dde7eda0b9accb68','da768863@yahoo.com','da768863',0,0,1,'2008-02-12 13:42:44',null),
(64,'a4f70b707d495f48c3d52824791b5887','lu804752@yahoo.com','lu804752',0,0,1,'2008-02-14 15:45:33',null),
(65,'efa5b2641e8f9197b04782ff44debedf','de555801@yahoo.com','de555801',0,0,1,'2008-02-14 20:05:15',null),
(66,'80be18207205baaf64aa2824ed84bfc1','sy918157@yahoo.com','sy918157',0,0,1,'2008-02-16 06:50:19',null),
(67,'a64502a3a6c320849abafd9f4605655d','xe454958@yahoo.com','xe454958',0,0,1,'2008-02-16 11:10:19',null),
(68,'b2246b6d99d05ad1cf6fb0995b28d3a7','zi81184@yahoo.com','zi81184',0,0,1,'2008-02-26 10:15:58',null),
(69,'51e7b89e9b4c60ee0a0677f4c737762c','gu552858@yahoo.com','gu552858',0,0,1,'2008-02-26 15:02:38',null),
(70,'7414e13c472cd72dac948747016b21d7','tiffanyqn@msn.com','Tiffany Pitt',0,0,1,'2008-03-05 11:53:36',null),
(71,'a0d467d7a8e1dd32d11fe6b36a19f20e','wu579317@yahoo.com','wu579317',0,0,1,'2008-03-19 18:06:08',null),
(72,'57fceeb71c699bd90dc8986fbb77ed66','mbhibbs@nc.rr.com','Marsha Hibbs',0,0,1,'2008-03-24 19:09:27',null),
(73,'e312f0e942a12314bec823b15c4f823b','mulkey74@gmail.com','Patrick Mulkey',0,1,1,'2008-03-27 16:14:36','2008-03-27 16:21:22'),
(74,'40a356a8fddfa3648f675aec3d17702d','ckdiegel@mindspring.com','Cheryl Diegel',0,1,1,'2008-04-10 22:33:47','2008-04-12 18:28:37'),
(75,'e1878a8bf02fc32bf4cbef3751203231','gnuoww@voukbp.com','xvwyns',0,0,1,'2008-04-16 11:09:25',null),
(76,'e8b4b444b14fe13d4eefb5e644f1cbd8','janisleona@gmail.com','Janis Leona',0,0,1,'2008-04-19 10:50:37',null),
(77,'1e05a82a1555efa9ee43e6a903aaa599','opymop@htcovt.com','dlafbywpr',0,0,1,'2008-04-24 06:02:30',null),
(78,'95aa1e26121468bc53446c31e0f66040','donna64@unc.edu','Donna Surge',0,0,1,'2008-05-12 16:03:31',null),
(79,'223864a36be6c105d5027685e64b6a95','vanzijl@woodlynde.org','Irene van Zijl',0,1,1,'2008-05-26 09:33:54','2008-05-26 09:34:35'),
(80,'d2d4bced82c0579bdc9c8def469e0436','nrodsu@nvjvem.com','pznpooa',0,0,1,'2008-06-09 21:13:14',null),
(81,'785236351c7a71bb820a7e6dc06d3189','oxmylujw@jrdhwnde.com','uses of herbs',0,0,1,'2008-06-11 11:25:23',null),
(82,'4154a603f7da7c920c3efc1c0c96de33','wyhiqfsp@izxxwvkp.com','fish jumping',0,0,1,'2008-06-11 11:25:28',null),
(83,'9a3306097033d7b7f2b028a0db83269e','wyvevunk@spgxkvxp.com','obesity research',0,0,1,'2008-06-11 11:25:32',null),
(84,'b4fc1d18212774de6be2611fab2347e2','ikioqrqf@dugnsiie.com','list of natural disasters',0,0,1,'2008-06-11 11:25:40',null),
(85,'46ca56074442b0b8e03d4666e17ed0fb','gswdsjkt@gzseyocu.com','birds with red heads',0,0,1,'2008-06-11 11:25:43',null),
(86,'c4630ee6bfa8700ae303621eccd6b910','moajxnxq@nivkbomz.com','frogs dinosaurs',0,0,1,'2008-06-11 11:25:51',null),
(87,'1d22baaec903acc914d61c138b2bb401','nibqalew@oadpkuyw.com','canadian museum of civilization',0,0,1,'2008-06-11 11:25:58',null),
(88,'ed2d6d849b17ab27f1c0001520139968','nivdnefa@idriuvgk.com','kaufman trailers tri axle',0,0,1,'2008-06-11 11:26:06',null),
(89,'da2871794045ea105d9e8f45b8edc7f6','ountqcfg@txcosbto.com','science museum',0,0,1,'2008-06-11 11:26:15',null);

/* Table structure for table `cms_module_deps` */
DROP TABLE IF EXISTS `cms_module_deps`;

CREATE TABLE `cms_module_deps` (
  `parent_module` varchar(25) default NULL,
  `child_module` varchar(25) default NULL,
  `minimum_version` varchar(25) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_deps` */
insert into `cms_module_deps` values
('CMSMailer','NMS','1.73.8','2007-09-29 17:30:00','2007-09-29 17:30:00');

/* Table structure for table `cms_module_news` */
DROP TABLE IF EXISTS `cms_module_news`;

CREATE TABLE `cms_module_news` (
  `news_id` int(11) NOT NULL,
  `news_category_id` int(11) default NULL,
  `news_title` varchar(255) default NULL,
  `news_data` text,
  `news_date` datetime default NULL,
  `summary` text,
  `start_time` datetime default NULL,
  `end_time` datetime default NULL,
  `status` varchar(25) default NULL,
  `icon` varchar(255) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  `author_id` int(11) default NULL,
  PRIMARY KEY  (`news_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_news` */
insert into `cms_module_news` values
(1,1,'News Module Installed','The news module was installed.  Exciting. This news article is not using the Summary field and therefore there is no link to read more. But you can click on the news heading to read only this article.','2007-08-20 20:41:56',null,null,null,'published',null,'2007-08-20 20:41:56','2007-08-20 20:41:56',1);

/* Table structure for table `cms_module_news_categories` */
DROP TABLE IF EXISTS `cms_module_news_categories`;

CREATE TABLE `cms_module_news_categories` (
  `news_category_id` int(11) NOT NULL,
  `news_category_name` varchar(255) default NULL,
  `parent_id` int(11) default NULL,
  `hierarchy` varchar(255) default NULL,
  `long_name` text,
  `create_date` time default NULL,
  `modified_date` time default NULL,
  PRIMARY KEY  (`news_category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_news_categories` */
insert into `cms_module_news_categories` values
(1,'General',-1,'00001','General','20:41:56','20:41:56');

/* Table structure for table `cms_module_news_categories_seq` */
DROP TABLE IF EXISTS `cms_module_news_categories_seq`;

CREATE TABLE `cms_module_news_categories_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_news_categories_seq` */
insert into `cms_module_news_categories_seq` values
(1);

/* Table structure for table `cms_module_news_seq` */
DROP TABLE IF EXISTS `cms_module_news_seq`;

CREATE TABLE `cms_module_news_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_news_seq` */
insert into `cms_module_news_seq` values
(1);

/* Table structure for table `cms_module_search_index` */
DROP TABLE IF EXISTS `cms_module_search_index`;

CREATE TABLE `cms_module_search_index` (
  `item_id` int(11) default NULL,
  `word` varchar(255) default NULL,
  `count` int(11) default NULL,
  KEY `count` (`count`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_search_index` */
insert into `cms_module_search_index` values
(35,'navigation',1),
(521,'reason',1),
(521,'weight',1),
(521,'losing',1),
(521,'22',1),
(521,'although',1),
(521,'total',1),
(521,'sluggish',1),
(521,'lighter',1),
(521,'physically&nbsp;',1),
(521,'headed',1),
(521,'clear',2),
(521,'noticing',1),
(521,'benefit',2),
(521,'goodside',1),
(521,'energetic',1),
(521,'rested',1),
(521,'5am',1),
(521,'around',1),
(521,'getting',1),
(521,'pm',1),
(521,'10:30',1),
(521,'still',1),
(521,'i\'m',3),
(521,'anymore',1),
(521,'night',1),
(521,'8:30',1),
(521,'wasn\'t',1),
(521,'lots',1),
(521,'3rd',1),
(521,'&nbsp;&nbsp;',1),
(521,'negative',1),
(521,'absolutely',1),
(521,'breeze',1),
(521,'absolute',1),
(521,'surprise',1),
(521,'fantastic',1),
(521,'going',2),
(37,'navigation',1),
(521,'easy',1),
(521,'couple',1),
(521,'can',1),
(521,'thought',1),
(521,'came',1),
(521,'grumpy????',1),
(521,'plain',1),
(521,'headaches',1),
(521,'diarrhea',1),
(521,'affects',2),
(489,'crisis',1),
(489,'style',1),
(479,'flexibility',1),
(479,'functioning',1),
(479,'joints',1),
(39,'navigation',1),
(39,'news',1),
(480,'allow',1),
(480,'training',1),
(478,'problems&nbsp;was',1),
(480,'diversity',1),
(478,'determined&nbsp;that&nbsp;the',1),
(478,'and&nbsp;quickly',1),
(478,'adjustments',1),
(485,'services',1),
(483,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(483,'learn',1),
(483,'conditions',1),
(483,'treated',1),
(483,'commonly',1),
(483,'visit',1),
(483,'misalignments',1),
(521,'constipation',1),
(521,'side',4),
(479,'doctors',1),
(479,'former',1),
(479,'three',1),
(479,'shoes',1),
(479,'filled',1),
(479,'receive',1),
(479,'care',1),
(479,'amazed',1),
(479,'continue',1),
(479,'i',1),
(479,'skiing',1),
(479,'snow',1),
(479,'water',1),
(479,'&nbsp;painting',1),
(479,'restoration',1),
(479,'car',1),
(479,'reading',1),
(479,'guitar',1),
(479,'&nbsp;playing',1),
(479,'jack',1),
(479,'trades',1),
(479,'include',1),
(479,'&nbsp;&nbsp;other&nbsp;hobbies',1),
(479,'future',1),
(479,'within',1),
(479,'the&nbsp;near',1),
(479,'full',1),
(479,'eventually',1),
(479,'marathon',2),
(479,'half',1),
(478,'performed',1),
(478,'fox&nbsp;examined&nbsp;me',1),
(478,'&nbsp;&nbsp;dr',1),
(478,'neck',1),
(487,'another',1),
(498,'&nbsp;',1),
(485,'note:',1),
(485,'ray',1),
(485,'mri',1),
(485,'intolerance',1),
(485,'allergy',1),
(485,'food',1),
(485,'stool',1),
(485,'bromine',1),
(485,'test',3),
(485,'loading',2),
(485,'iodine',1),
(485,'screening',1),
(485,'metal',1),
(485,'heavy',1),
(485,'mineral',1),
(485,'asi',1),
(485,'index',1),
(485,'stress',1),
(485,'adrenal',1),
(485,'female',1),
(484,'symptoms',1),
(484,'menopausal',1),
(484,'pms',1),
(484,'loss',1),
(484,'weight',1),
(484,'performance',1),
(484,'athletic',1),
(484,'improved',1),
(484,'injuries',1),
(484,'sports',1),
(484,'cholesterol',1),
(484,'high',1),
(484,'constipation',1),
(484,'complaints',1),
(484,'digestive',1),
(480,'the',1),
(480,'performed',1),
(480,'may',2),
(480,'analyses',1),
(480,'mineral',1),
(480,'stool&nbsp;',1),
(480,'urinalysis',1),
(480,'saliva',1),
(480,'assays',1),
(480,'hormone',1),
(480,'panels',2),
(480,'chemistry',1),
(480,'blood',1),
(480,'rays',1),
(480,'x',1),
(480,'additional',1),
(480,'appropriate',1),
(480,'surgery',1),
(480,'drugs&nbsp;and',1),
(480,'treatments',1),
(480,'medical',1),
(480,'common',1),
(480,'respond',1),
(480,'often',1),
(480,'bodily',1),
(480,'treat',1),
(480,'doctors',1),
(480,'depth',1),
(480,'great',1),
(480,'add',1),
(480,'medical&nbsp;tests',1),
(480,'by&nbsp;standard',1),
(480,'complemented',1),
(480,'using',2),
(484,'bowel',1),
(484,'irritable',1),
(484,'hernia',1),
(484,'hiatal',1),
(484,'reflux',1),
(484,'acid',1),
(484,'exhaustion',1),
(484,'fatigue',1),
(484,'chronic',1),
(484,'stress',1),
(484,'immunity',1),
(484,'lowered',1),
(484,'knee',1),
(484,'foot',1),
(484,'intolerance',1),
(484,'carbohydrate',1),
(484,'imbalance',1),
(484,'sugar',1),
(484,'blood',1),
(484,'scoliosis',1),
(484,'infections',1),
(484,'ear',1),
(484,'childhood',1),
(484,'earaches',1),
(484,'fibromyalgia',1),
(484,'syndrome',2),
(484,'tunnel',1),
(484,'carpal',1),
(484,'allergies',1),
(484,'sciatica',1),
(484,'migraines',1),
(484,'&amp;',4),
(484,'headaches',1),
(483,'weaknesses',1),
(483,'&nbsp;muscular',1),
(483,'deficiencies',1),
(483,'mineral',1),
(483,'disturbances',1),
(483,'digestive',1),
(479,'first',1),
(479,'part',1),
(479,'to&nbsp;take',1),
(479,'aspires',1),
(479,'races',1),
(479,'road',1),
(479,'10k',1),
(479,'competes&nbsp;in&nbsp;5k',1),
(479,'occasionally',1),
(479,'golf',1),
(479,'tennis',1),
(479,'playing',1),
(479,'leagues',1),
(479,'soccer',1),
(479,'local',1),
(479,'enjoys&nbsp;participating',1),
(479,'time',1),
(479,'spare',1),
(479,'&nbsp;&nbsp;&nbsp;&nbsp;',2),
(479,'symptoms',1),
(479,'treated',1),
(479,'commonly',1),
(479,'discusses',1),
(479,'page',1),
(479,'visit',1),
(521,'possible',1),
(521,'concerned',2),
(521,'admit',1),
(521,'oz',1),
(521,'96',1),
(521,'intake',1),
(521,'water',1),
(521,'increased',1),
(521,'toxins',1),
(480,'testing',3),
(480,'muscle',1),
(480,'free',1),
(480,'pain',1),
(480,'become',1),
(480,'interfering',1),
(480,'areas',1),
(480,'identify&nbsp;specific',1),
(480,'evaluate',1),
(480,'able',1),
(480,'kinesiology',2),
(480,'applied',2),
(480,'trained',1),
(480,'chiropractors',1),
(480,'contribute',1),
(480,'factors',1),
(480,'many',2),
(480,'interference',2),
(480,'with&nbsp;minimal',1),
(480,'working',1),
(480,'system',3),
(478,'shoulders',1),
(478,'especially',1),
(478,'body',1),
(478,'upper',1),
(478,'problems',1),
(478,'lot',1),
(478,'was&nbsp;experiencing',1),
(478,'fox',1),
(478,'dr',1),
(478,'seeing',1),
(478,'started',1),
(478,'4417&nbsp;&nbsp;&nbsp;\"when',1),
(478,'968',1),
(478,'919',1),
(521,'rid',1),
(521,'help',1),
(521,'ust',1),
(521,'massages',1),
(521,'lymphatic',1),
(521,'manual',1),
(521,'co0uple',1),
(521,'would',2),
(521,'start',2),
(521,'head',1),
(521,'also',3),
(521,'brochures',1),
(521,'purchased',1),
(521,'system',2),
(521,'attempts',1),
(521,'past',1),
(521,'symptoms',1),
(521,'withdrawal',1),
(521,'habit',2),
(521,'sugar',3),
(521,'kick',1),
(521,'safe',1),
(521,'looking',1),
(521,'designed',1),
(521,'cleanses',1),
(521,'liver',1),
(521,'bit',1),
(521,'little',1),
(521,'read',2),
(521,'expected',1),
(521,'far',1),
(521,'experience',3),
(521,'must',2),
(521,'say',1),
(521,'first',3),
(521,'completed',1),
(521,'cleanse',5),
(521,'sp',2),
(521,'thoughts',1),
(521,'share',1),
(521,'writing',1),
(521,'pittsboro',1),
(521,'9',1),
(521,'smith',1),
(521,'visit',1),
(521,'sharon',1),
(521,'come',1),
(521,'time',1),
(521,'distance&nbsp;patients',1),
(521,'long',1),
(521,'become',1),
(521,'decided',2),
(480,'nervous',3),
(521,'excellent',1),
(521,'carolina',1),
(521,'north',1),
(521,'corner',1),
(521,'southwest',1),
(521,'live',1),
(521,'dear',1),
(521,'conversations',1),
(521,'one',2),
(483,'joint',1),
(483,'&nbsp;and',1),
(485,'&amp;',1),
(485,'male',1),
(485,'panel',1),
(485,'hormone',1),
(485,'chemistry',1),
(485,'convenience',1),
(485,'contact',1),
(485,'please',1),
(485,'reasons',1),
(483,'dysfunction',1),
(483,'gland',1),
(483,'organ',1),
(483,'identify',1),
(483,'allows',1),
(483,'kinesiology',1),
(483,'applied',1),
(483,'offered',1),
(483,'ability',1),
(483,'integrative',1),
(483,'body',1),
(483,'nature',1),
(483,'complex',1),
(483,'treat',1),
(483,'symptoms',1),
(483,'range',1),
(483,'part',1),
(483,'small',1),
(483,'extremities',1),
(483,'spine',1),
(483,'manipulation',1),
(483,'using',1),
(483,'pain',2),
(483,'relief',2),
(483,'symptomatic',1),
(483,'seek',1),
(483,'patient',1),
(483,'typical',1),
(483,'&nbsp;',3),
(483,'hrt',1),
(483,'conventional',1),
(483,'option',1),
(483,'safer',1),
(483,'hormone',1),
(483,'identical',1),
(483,'bio',1),
(483,'therapy',1),
(483,'replacement',2),
(484,'neck',1),
(484,'upper',1),
(484,'pain',4),
(484,'back',2),
(484,'low',1),
(484,'conditions',4),
(484,'treated',4),
(484,'commonly',4),
(482,'page',1),
(482,'left',1),
(482,'menu&nbsp;to&nbsp;the',1),
(482,'select',1),
(482,'please',1),
(482,'detail',1),
(482,'view',1),
(482,'management',1),
(482,'weight',1),
(482,'nutrition',1),
(482,'training&nbsp;in&nbsp;diet',1),
(482,'background&nbsp;&amp;',1),
(482,'extensive',1),
(482,'doctors',1),
(480,'it&nbsp;requires',1),
(480,'heal&nbsp;on',1),
(480,'order',1),
(483,'as&nbsp;mineral',1),
(483,'alternative',1),
(483,'planted',1),
(521,'occurred',1),
(521,'visits',1),
(521,'5',3),
(521,'just',5),
(521,'trauma',1),
(521,'see',2),
(521,'muscle',1),
(479,'learn',1),
(479,'management',1),
(482,'further&nbsp;complemented',1),
(498,'male',1),
(480,'intelligence',1),
(480,'innate',1),
(480,'called',1),
(317,'_uacct',1),
(489,'ache',1),
(488,'related',1),
(488,'traffic',1),
(478,'appointment',1),
(521,'you',1),
(521,'response',1),
(521,'immediate',1),
(521,'flipped',1),
(521,'vehicle',1),
(521,'accident',2),
(521,'auto',1),
(521,'daughter',1),
(521,'family',1),
(521,'member',1),
(521,'another',1),
(521,'years',1),
(521,'flexibility',1),
(521,'functioning&nbsp;with',1),
(521,'joints',1),
(521,'former',1),
(521,'three',1),
(521,'shoes',1),
(521,'filled',1),
(521,'receive',2),
(521,'amazed',1),
(317,';',1),
(317,'urchintracker',1),
(317,'1\";',1),
(317,'2407296',1),
(317,'ua',1),
(317,'=',1),
(492,'holidays',1),
(492,'statutory',1),
(492,'sunday',1),
(492,'closed',1),
(492,'12pm',1),
(480,'itself&nbsp;is',1),
(480,'ability',3),
(480,'&nbsp;',9),
(480,'heal',3),
(480,'body',4),
(480,'enables',1),
(480,'manner',1),
(480,'health',1),
(480,'foster',1),
(480,'can',1),
(480,'teach',1),
(480,'condition',1),
(480,'understand',1),
(480,'help',1),
(480,'chiropractor&nbsp;can',1),
(521,'to&nbsp;be',1),
(521,'i&nbsp;continue',1),
(521,'others',1),
(521,'inherited',1),
(521,'birth',1),
(521,'some&nbsp;from',1),
(521,'issues',1),
(521,'structural',1),
(521,'in&nbsp;ohio',1),
(521,'doctors',2),
(521,'leave',1),
(521,'move',1),
(521,'area',1),
(521,'making',1),
(521,'fear',1),
(521,'greatest',1),
(521,'mention',1),
(521,'let',1),
(521,'the&nbsp;facility',1),
(521,'amazement',1),
(521,'anxious',1),
(521,'talking',1),
(521,'awake',1),
(521,'minutes',1),
(521,'10',1),
(521,'within',1),
(521,'&nbsp;and',1),
(521,'kinesiology',1),
(521,'applied',1),
(521,'using',1),
(521,'treated&nbsp;my',1),
(521,'office',1),
(521,'closed',1),
(521,'evening',1),
(521,'he&nbsp;visited',1),
(521,'relayed',1),
(485,'pricing',1),
(485,'including',1),
(485,'weoffer',1),
(485,'information',1),
(485,'done',1),
(485,'recommend',2),
(485,'may',3),
(485,'onsite',1),
(485,'order',1),
(485,'progressive',1),
(485,'standard',1),
(485,'condition',1),
(485,'diagnose',1),
(485,'understand',1),
(485,'better',1),
(485,'us',2),
(485,'help',1),
(485,'offer',1),
(485,'tests',4),
(485,'many',1),
(485,'centre',1),
(480,'individual',1),
(480,'unique',2),
(480,'assessing',1),
(480,'&nbsp;by',1),
(480,'began',1),
(480,'ailment',1),
(480,'suffering',1),
(480,'ail',1),
(480,'symptoms',2),
(480,'rid',1),
(480,'get',2),
(66,'navigation',2),
(66,'sub',1),
(479,'loss',1),
(479,'weight',1),
(479,'diet',1),
(479,'detoxification',1),
(478,'reserve',1),
(478,'call&nbsp;to',1),
(478,'12pm',1),
(478,'9',1),
(478,'saturday',1),
(478,'7pm',1),
(478,'8am',1),
(478,'and&nbsp;thursday',1),
(478,'&nbsp;wednesday',1),
(478,'open&nbsp;monday',1),
(478,'centre&nbsp;is',1),
(478,'serve',1),
(478,'best',1),
(478,'able',1),
(478,'may',1),
(478,'see',1),
(478,'choose',1),
(478,'why',1),
(478,'services',1),
(478,'review',1),
(478,'please',2),
(478,'free',1),
(478,'case?&nbsp;',1),
(480,'entirely&nbsp;on',1),
(68,'news',5),
(68,'module',3),
(68,'installed',3),
(68,'exciting',1),
(68,'article',2),
(68,'using',1),
(68,'summary',1),
(68,'field',1),
(68,'therefore',1),
(68,'link',1),
(68,'read',2),
(68,'can',1),
(68,'click',1),
(68,'heading',1),
(482,'kinesiology',1),
(482,'methods',1),
(482,'diagnosis',1),
(482,'&nbsp;',3),
(263,'inyerface',1),
(263,'cmsms',1),
(263,'powered',1),
(263,'reserved',1),
(482,'learn',1),
(480,'&nbsp;&nbsp;&nbsp;',1),
(480,'family',1),
(480,'serve',1),
(480,'best',1),
(480,'see',1),
(480,'conditions',1),
(480,'treated',1),
(480,'list',1),
(480,'commonly',1),
(480,'treament',1),
(480,'prefer',1),
(480,'patients',1),
(480,'please',1),
(263,'rights',1),
(263,'&copy;',1),
(480,'provide&nbsp;each',1),
(521,'&nbsp;when',1),
(521,'the&nbsp;next',1),
(521,'improve',1),
(521,'hospital',1),
(521,'taking',1),
(521,'&nbsp;planning',1),
(521,'&nbsp;&nbsp;the',1),
(521,'outlook',1),
(521,'talk',1),
(521,'even',1),
(521,'communication',1),
(521,'responding',1),
(521,'bed',3),
(521,'&nbsp;not',1),
(521,'nursing',2),
(489,'unbearable',1),
(489,'good',1),
(489,'maintenance',1),
(489,'helpful',1),
(489,'preventive',1),
(489,'schedule',1),
(489,'want',1),
(489,'jobs',1),
(489,'stressful',1),
(489,'active',1),
(489,'shape',1),
(489,'tip',1),
(489,'top',1),
(489,'keep',1),
(489,'find',2),
(489,'changes',1),
(489,'degenerative',1),
(489,'weakness',1),
(489,'muscle',1),
(489,'standing',1),
(489,'optimum',1),
(489,'supportive',1),
(489,'ongoing',1),
(489,'early',1),
(489,'neglected',1),
(489,'need',1),
(489,'long',3),
(489,'obvious',1),
(489,'effectiveness',1),
(489,'simplicity',1),
(489,'wiser',1),
(489,'older',1),
(489,'get',1),
(489,'comfort',1),
(489,'maximum',1),
(489,'technique',1),
(489,'process',1),
(489,'aging',1),
(489,'ailments',1),
(489,'chronic',1),
(489,'symptoms',1),
(489,'arthritic',1),
(489,'improvement',1),
(489,'appetite',1),
(489,'endurance',1),
(489,'vitality',1),
(489,'mobility',1),
(489,'improve',1),
(489,'popularity',1),
(489,'prescription',1),
(489,'various',1),
(489,'combining',1),
(489,'effects',1),
(489,'side',1),
(489,'medication',1),
(489,'concerns',1),
(489,'especially',1),
(489,'consulting',1),
(489,'people',1),
(489,'care?',2),
(489,'old',1),
(489,'healthier',1),
(489,'children',2),
(489,'report',2),
(489,'modified',2),
(489,'naturally',1),
(489,'adults',1),
(489,'seen',1),
(489,'avoid',1),
(483,'firmly',1),
(483,'others',1),
(483,'reduction',1),
(483,'stress',1),
(483,'counseling',1),
(483,'nutritional',1),
(483,'basic',1),
(483,'approaches',1),
(483,'approach',1),
(483,'individualized',1),
(483,'restorative',1),
(483,'preventive',1),
(483,'create',1),
(483,'therapies',1),
(483,'techniques',1),
(483,'invasive',1),
(483,'non',1),
(483,'array',1),
(483,'wide',2),
(483,'embrace',1),
(483,'practitioners',1),
(483,'general',1),
(483,'chiropractic&nbsp;are',1),
(483,'doctors',2),
(483,'system',1),
(483,'modern',1),
(483,'options',1),
(483,'additional',1),
(483,'offers',1),
(483,'&nbsp;chiropractic',1),
(483,'tools',1),
(483,'diagnostic',1),
(483,'new',1),
(483,'philosophies',1),
(483,'old',1),
(483,'combining',1),
(483,'healing',1),
(480,'review',1),
(485,'chiropractic',1),
(521,'staff',3),
(521,'puzzled',1),
(521,'set',1),
(521,'severe',1),
(521,'facility',1),
(521,'healthcare',1),
(521,'dementia',1),
(521,'form',1),
(521,'husband',4),
(521,'suffers',1),
(483,'promote',1),
(483,'methods',1),
(483,'natural',2),
(483,'uses',1),
(483,'prevention',1),
(483,'focuses',1),
(485,'hill',1),
(263,'copyright',1),
(485,'chapel',1),
(485,'history',1),
(485,'personal',1),
(485,'outlining',1),
(485,'questionnaire',1),
(485,'detailed',1),
(485,'fill',1),
(485,'exam',1),
(485,'physical',1),
(485,'thorough',1),
(485,'undergo',1),
(485,'will',1),
(485,'patients',4),
(485,'procedures',1),
(485,'laboratory',1),
(485,'rays',1),
(485,'x',2),
(485,'review',1),
(485,'well',1),
(485,'samples',1),
(485,'function',1),
(485,'respiratory',1),
(485,'hair',2),
(485,'saliva',2),
(485,'urine',1),
(485,'blood',2),
(485,'analysis',4),
(485,'derived',1),
(485,'reports',1),
(485,'medical',1),
(485,'based',1),
(485,'evaluation',5),
(485,'&',4),
(485,'diagnosis',5),
(498,'questionnaire&nbsp;',2),
(498,'health',2),
(498,'female',1),
(498,'exam',1),
(498,'kinesiology',1),
(498,'applied',1),
(498,'chiropractic',1),
(498,'orthopedic',1),
(498,'neurologic',1),
(498,'including',1),
(498,'examination',1),
(498,'physical',1),
(498,'thorough',1),
(498,'involve',1),
(498,'clinic',1),
(498,'access',1),
(487,'deductible',1),
(487,'pay',2),
(487,'would',1),
(487,'office',2),
(487,'spending',1),
(487,'find',1),
(487,'patients',1),
(487,'shorter',1),
(487,'often',1),
(487,'durations',1),
(480,'should',1),
(480,'focus',1),
(480,'philosophy',1),
(480,'question',1),
(479,'identical',1),
(479,'bio',1),
(479,'use',1),
(479,'incorporates',1),
(479,'hormones',2),
(479,'female',1),
(479,'in&nbsp;balancing',1),
(479,'of&nbsp;study',1),
(479,'courses',1),
(479,'advanced',1),
(479,'several',1),
(479,'also&nbsp;completed',1),
(479,'pain',1),
(479,'musculoskeletal',1),
(479,'joint',1),
(479,'treating',1),
(479,'addition',1),
(479,'nail',1),
(479,'like',1),
(479,'suspiciously',1),
(479,'look',1),
(479,'will',1),
(479,'everything',1),
(479,'hammer',1),
(479,'tool',1),
(479,'if',1),
(479,'says',1),
(479,'otherwise',1),
(479,'patients',1),
(479,'available',1),
(492,'9am',1),
(492,'saturday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(492,'friday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(492,'call',2),
(492,'wednesday&nbsp;&nbsp;&nbsp;',1),
(492,'thursday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(492,'doctor',2),
(492,'tuesday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(488,'visitors',1),
(488,'statistics',1),
(488,'purposes',1),
(488,'marketing',1),
(488,'internal',1),
(488,'used',1),
(488,'may',2),
(488,'collected',1),
(488,'entered',1),
(488,'patient',1),
(488,'sell',1),
(488,'rent',1),
(488,'consent',1),
(488,'demographic',1),
(488,'mail',1),
(488,'e',1),
(488,'address',2),
(488,'name',1),
(488,'ask',1),
(488,'will',1),
(488,'bookings',1),
(488,'requests',1),
(488,'collect',1),
(488,'within',1),
(488,'places',1),
(488,'site',4),
(488,'browse',1),
(488,'provide',2),
(488,'integrity',1),
(488,'fairness',1),
(488,'standards',1),
(488,'adhering',1),
(488,'internet',1),
(488,'ensuring',1),
(488,'committed',1),
(488,'seriously',1),
(488,'information',9),
(488,'personal',5),
(478,'pain',1),
(478,'healthy',1),
(478,'you&nbsp;become',1),
(478,'helping',1),
(478,'edge',1),
(478,'gives',1),
(478,'nutrition',1),
(478,'&nbsp;and',1),
(478,'biochemistry',1),
(478,'&nbsp;acupuncture',1),
(478,'rehabilitation',1),
(478,'therapy',1),
(478,'physical',1),
(478,'manipulation',1),
(478,'training&nbsp;',1),
(478,'extensive',1),
(478,'&nbsp;',2),
(478,'offer',1),
(478,'cam',1),
(478,'medicine',1),
(478,'alternative',1),
(478,'complementary',1),
(478,'you&nbsp;the',1),
(478,'provide',1),
(478,'&nbsp;we&nbsp;strive',1),
(478,'education',1),
(478,'continuing',1),
(478,'years',1),
(346,'blog',1),
(492,'7pm',3),
(492,'8am',3),
(492,'monday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(492,'follows:',1),
(488,'patients&rsquo;',1),
(488,'protection',1),
(488,'takes',1),
(488,'centre',3),
(488,'chiropractic',3),
(488,'hill',3),
(488,'chapel',3),
(488,'policy',4),
(488,'privacy',5),
(480,'style',1),
(482,'applied',1),
(482,'therapy',1),
(482,'physical',1),
(482,'acupuncture',1),
(482,'manipulation',1),
(482,'chiropractic',1),
(482,'professional',2),
(263,'|',1),
(263,'ca',1),
(480,'us',1),
(479,'read',1),
(479,'years',1),
(478,'read',1),
(529,'ca',1),
(529,'info@oihc',1),
(529,'1000',1),
(529,'798',1),
(529,'613',1),
(529,'contact',1),
(529,'friday',1),
(529,'monday',1),
(529,'open',1),
(529,'carling',1),
(529,'holland',1),
(529,'corner',1),
(529,'pharmacy',1),
(529,'civic',1),
(529,'next',1),
(529,'located',1),
(529,'summary',1),
(529,'eventsevents',1),
(529,'nlp',1),
(529,'appointment',2),
(529,'book',2),
(529,'pdf',1),
(529,'brochure',1),
(529,'canada',1),
(529,'pascoe',1),
(529,'season',1),
(529,'shots',1),
(529,'homeopathic',1),
(529,'offering',1),
(529,'announce',1),
(529,'pleased',1),
(529,'center',1),
(529,'integrative',1),
(529,'ottawa',1),
(529,'shot\"?',1),
(529,'alternatives',1),
(529,'searching',1),
(529,'season?',1),
(529,'flu',4),
(529,'avoid',1),
(529,'hoping',1),
(529,'published',1),
(529,'quarterly',1),
(529,'healthy',1),
(529,'staying',1),
(529,'tricks',1),
(529,'tips',1),
(529,'hoursfind',1),
(529,'opinionnewsletteroffice',1),
(529,'second',1),
(529,'choice',1),
(529,'&nbsp;your',1),
(529,'road',1),
(529,'discover',1),
(529,'used',1),
(529,'wish',1),
(529,'painful',1),
(529,'even',1),
(529,'taking',1),
(529,'problem',1),
(529,'ignoring',1),
(529,'tried',1),
(529,'come',1),
(529,'suffer',1),
(529,'people',1),
(529,'scores',1),
(529,'intractable',1),
(529,'chronic',1),
(529,'healing',1),
(529,'complete',1),
(529,'improvement',1),
(529,'witnessed',1),
(529,'manner',1),
(529,'invasive',1),
(529,'non',1),
(489,'checkups',2),
(489,'regular',1),
(489,'traced',1),
(489,'pains',1),
(489,'growing',3),
(489,'brushed',1),
(489,'complaints',2),
(489,'domain',1),
(489,'child\'s',2),
(489,'damage',2),
(489,'unseen',1),
(489,'knee',1),
(489,'skinned',1),
(489,'comforting',1),
(489,'bandage',1),
(489,'activities',1),
(489,'childhood',3),
(489,'bicycle',1),
(489,'ride',1),
(489,'walk',1),
(489,'learning',1),
(489,'later',3),
(489,'checked',1),
(489,'newborns',1),
(489,'parents',2),
(489,'birth',1),
(489,'significant',1),
(489,'occur',1),
(489,'process?',1),
(489,'speed',1),
(489,'effective',1),
(489,'proven',1),
(489,'determine',1),
(489,'used',2),
(489,'will',3),
(489,'information',1),
(489,'reveal',1),
(489,'drugs',2),
(489,'addictive',1),
(489,'procedures',2),
(489,'invasive',1),
(489,'avoids',1),
(489,'conservative',1),
(489,'record',1),
(489,'safety',1),
(489,'excellent',1),
(489,'remarkably',1),
(489,'inquiry',1),
(489,'government\'s',1),
(489,'zealand',1),
(489,'new',1),
(489,'words',2),
(489,'safe?',1),
(489,'maintain',1),
(489,'colleague',1),
(489,'another',1),
(489,'services',1),
(489,'seek',2),
(489,'must',1),
(489,'receive',1),
(489,'benefits',1),
(489,'healthful',1),
(489,'enjoy',2),
(489,'best',3),
(489,'amateurs',1),
(489,'unsteady',1),
(489,'even',2),
(489,'area',1),
(489,'unstable',1),
(489,'already',1),
(489,'making',1),
(489,'counterproductive',1),
(489,'manipulation',1),
(489,'unfortunately',1),
(489,'accompanies',1),
(489,'sometimes',1),
(489,'sound',2),
(489,'popping',1),
(489,'create',1),
(489,'certain',1),
(489,'twist',1),
(489,'bend',1),
(489,'turn',1),
(489,'possible',1),
(489,'oneself',1),
(489,'impossible',1),
(489,'virtually',1),
(489,'myself?',1),
(489,'similar',1),
(489,'seem',2),
(489,'visits',2),
(489,'builds',1),
(489,'visit',1),
(489,'precision',1),
(489,'confidence',1),
(489,'delivered',1),
(489,'notice',1),
(489,'pattern',1),
(489,'different',2),
(489,'uniquely',2),
(489,'presents',1),
(489,'every',2),
(489,'neck',1),
(489,'actual',1),
(489,'fingers',1),
(489,'tingling',1),
(489,'experiencing',1),
(489,'base',1),
(489,'reaction',1),
(489,'compensation',1),
(489,'causing',2),
(489,'lower',1),
(489,'headaches',1),
(489,'complain',1),
(489,'upon',1),
(489,'recommendations',1),
(489,'course',2),
(489,'individual',1),
(489,'develops',1),
(489,'unique',2),
(489,'patient\'s',2),
(489,'evaluates',1),
(489,'way?',1),
(489,'adjusted',1),
(489,'approaches',1),
(489,'variety',1),
(489,'delivery',1),
(489,'skilled',1),
(489,'becomes',3),
(489,'experience',2),
(489,'clinical',1),
(489,'training',2),
(489,'years',3),
(489,'constant',1),
(489,'slow',1),
(489,'require',2),
(489,'others',1),
(489,'whereas',1),
(489,'quick',1),
(489,'methods',1),
(489,'thrust',1),
(489,'accurate',1),
(489,'highly',2),
(489,'brief',1),
(489,'delivers',1),
(489,'instrument',1),
(489,'specially',1),
(489,'hands',1),
(489,'doctor\'s',1),
(489,'usually',3),
(489,'adjust',3),
(489,'ways',2),
(489,'procedure',1),
(489,'safe',4),
(489,'purpose',1),
(489,'return',1),
(489,'gradually',1),
(489,'adds',1),
(489,'properly',1),
(489,'up',1),
(489,'locked',1),
(489,'fixated',1),
(489,'joint',4),
(489,'applied',2),
(489,'direction',2),
(489,'precise',1),
(489,'force',2),
(489,'using',1),
(489,'adjustment',3),
(489,'adjustment?',1),
(489,'research',1),
(489,'latest',1),
(489,'stay',1),
(489,'renewal',1),
(489,'license',1),
(489,'instruction',1),
(489,'postgraduate',1),
(489,'complete',1),
(489,'ends',1),
(489,'never',1),
(489,'practice',1),
(489,'privilege',1),
(489,'granted',1),
(489,'test',1),
(489,'difficult',1),
(489,'still',1),
(489,'licensing',1),
(489,'professional',1),
(489,'governmental',1),
(489,'applies',1),
(489,'board',2),
(489,'national',1),
(489,'passes',2),
(489,'candidate',1),
(489,'degree',1),
(489,'graduate',1),
(489,'correct',1),
(489,'prepares',1),
(489,'curriculum',1),
(489,'demanding',2),
(489,'subjects',1),
(489,'techniques',1),
(489,'adjusting',6),
(489,'ray',1),
(489,'neurology',1),
(489,'pathology',1),
(489,'physiology',1),
(489,'anatomy',1),
(489,'emphasis',1),
(489,'special',1),
(489,'requires',1),
(489,'educated',1),
(489,'well',1),
(489,'today\'s',1),
(489,'get?',1),
(489,'education',3),
(489,'patient',5),
(489,'commitment',1),
(489,'strong',1),
(489,'regardless',2),
(489,'teacher',1),
(489,'latin',1),
(489,'comes',1),
(489,'word',2),
(489,'reports',1),
(489,'follow',1),
(489,'periodic',2),
(489,'monitored',1),
(489,'progress',1),
(489,'recommended',1),
(489,'adjustments',3),
(489,'plan',1),
(489,'explained',1),
(489,'findings',1),
(489,'deficit',1),
(489,'resulting',3),
(489,'areas',2),
(489,'identify',2),
(489,'examinations',3),
(489,'functional',1),
(489,'structural',1),
(489,'uncover',1),
(489,'taken',1),
(489,'rays',1),
(489,'x',2),
(489,'performed',1),
(489,'examination',3),
(489,'neurological',1),
(489,'orthopedic',1),
(489,'thorough',2),
(489,'problem',4),
(489,'specific',5),
(489,'discussing',1),
(489,'reviewing',1),
(489,'current',2),
(489,'affecting',1),
(489,'details',1),
(489,'condition',1),
(489,'onset',1),
(489,'accidents',1),
(489,'surgeries',1),
(489,'background',1),
(489,'gives',1),
(489,'history',3),
(489,'case',2),
(489,'begins',1),
(489,'biomechanics',2),
(489,'restore',2),
(489,'helping',2),
(489,'do?',1),
(489,'back',2),
(489,'thought',1),
(489,'normally',1),
(489,'conditions',1),
(489,'effect',1),
(489,'positive',1),
(489,'focus',1),
(489,'primary',1),
(489,'since',4),
(489,'impairing',1),
(489,'may',8),
(489,'often',5),
(498,'also',2),
(487,'treatment',1),
(487,'longer',1),
(487,'comprehensive',1),
(487,'typically',2),
(487,'visits',1),
(487,'submit',1),
(487,'making',1),
(487,'rather',1),
(487,'behalf',1),
(487,'company',1),
(487,'claims',1),
(487,'send',1),
(487,'happily',1),
(487,'coverage',2),
(487,'will',1),
(487,'someone',1),
(487,'expense',1),
(487,'pocket',1),
(487,'nearly',1),
(487,'visit',1),
(487,'typical',1),
(487,'insurance&nbsp;copay',1),
(487,'amount',1),
(487,'instances',1),
(487,'many',2),
(483,'profession',1),
(483,'care',5),
(483,'health',4),
(483,'primary',1),
(483,'medicine',4),
(483,'medicine?',2),
(483,'chiropractic',6),
(480,'it\'s',1),
(480,'disease',1),
(480,'symptom',1),
(480,'just',1),
(480,'person',2),
(480,'whole',1),
(480,'treats',1),
(480,'doctor',1),
(480,'a&nbsp;chiropractic',1),
(480,'us?',2),
(480,'doctor?',2),
(480,'chiropractic',2),
(480,'choose',5),
(498,'unable',1),
(498,'electronically',1),
(498,'available',2),
(498,'forms',1),
(498,'convenience',1),
(521,'rare',1),
(521,'appointment',1),
(521,'immediately',1),
(521,'called',1),
(521,'health',2),
(521,'good',2),
(521,'and&nbsp;their',1),
(521,'enthusiasm',1),
(521,'friends',2),
(521,'new',1),
(521,'referred',1),
(521,'several',2),
(521,'searching',1),
(521,'children',1),
(521,'near',1),
(521,'midwest',1),
(521,'hill',1),
(521,'chapel',1),
(521,'moved',1),
(521,'hillsborough',1),
(521,'25',1),
(521,'zimmerman',1),
(521,'kathy',1),
(521,'discomfort',1),
(521,'bloating',1),
(521,'stomach',1),
(521,'&nbsp;no',1),
(521,'hungry',1),
(521,'feeling',5),
(521,'never',1),
(521,'pounds',2),
(521,'17',2),
(521,'lost',2),
(521,'day',5),
(521,'21',1),
(521,'way',2),
(521,'eating',1),
(521,'want',1),
(521,'sleeping',1),
(521,'relaxed',1),
(521,'&amp;',1),
(521,'attitude',1),
(521,'better',4),
(521,'highs',1),
(521,'lows',1),
(521,'energy',2),
(521,'constant',1),
(521,'experienced',3),
(521,'program',4),
(521,'cleansing',1),
(521,'process',1),
(521,'nc',4),
(521,'fuquay',1),
(521,'varina',1),
(521,'07',4),
(521,'14',1),
(521,'8',2),
(521,'rollins',1),
(521,'fullest',1),
(521,'terry',1),
(521,'life',1),
(521,'enjoy',1),
(521,'able',2),
(521,'to&nbsp;once',1),
(521,'insight&nbsp;i',1),
(521,'care',4),
(521,'&nbsp;&nbsp;&nbsp;thanks',1),
(521,'alignment',1),
(521,'correct',1),
(521,'are&nbsp;benefitting',1),
(521,'back',2),
(521,'feet',1),
(521,'receiving',1),
(521,'&nbsp;&nbsp;since',1),
(521,'orthotics',1),
(521,'fitted',1),
(521,'recommended',2),
(521,'information',2),
(521,'advice',1),
(521,'sound',1),
(521,'provided',1),
(521,'exercises',1),
(521,'some&nbsp;simple',1),
(521,'showed',1),
(521,'&nbsp;&nbsp;he',1),
(521,'arch',1),
(521,'foot',1),
(521,'collapsed',1),
(521,'&nbsp;a',1),
(521,'rather',1),
(479,'treatments',1),
(479,'types',1),
(479,'many',1),
(479,'aware',1),
(479,'important',1),
(479,'feels',1),
(479,'practice',1),
(479,'scope&nbsp;of',1),
(479,'knowledge',1),
(479,'spectrum',1),
(479,'broaden',1),
(479,'continues',1),
(479,'100',1),
(479,'of&nbsp;applied',1),
(479,'hours',2),
(479,'600',1),
(479,'in&nbsp;over',1),
(479,'training',1),
(479,'extensive',1),
(479,'received',1),
(479,'&nbsp;&nbsp;he',1),
(479,'surgery',1),
(479,'conventional&nbsp;drugs',1),
(479,'safer',1),
(479,'which&nbsp;he&nbsp;considers&nbsp;much',1),
(479,'methods',1),
(479,'alternative',1),
(479,'&nbsp;and',2),
(479,'acupuncture',2),
(479,'nutrition',1),
(479,'body',1),
(479,'holistically&nbsp;using',1),
(479,'entire',1),
(479,'in&nbsp;treating',1),
(479,'interest',1),
(479,'special',1),
(479,'ryan&nbsp;has',1),
(479,'&nbsp;&nbsp;',1),
(479,'examiners',1),
(479,'certified',1),
(479,'north&nbsp;carolina',1),
(479,'board',1),
(479,'is&nbsp;currently&nbsp;licensed',1),
(479,'human&nbsp;biology',1),
(479,'degree&nbsp;in',1),
(479,'s',1),
(479,'a&nbsp;b',1),
(479,'wesleyan',1),
(479,'west',1),
(479,'virginia',1),
(479,'chemistry',1),
(479,'degree',1),
(479,'undergraduate',1),
(479,'kinesiology',3),
(479,'applied',2),
(479,'international',1),
(479,'west&nbsp;endowment&nbsp;fund',1),
(479,'lance',1),
(479,'awarded',1),
(479,'as&nbsp;being',1),
(479,'well',1),
(479,'center',1),
(479,'health',1),
(479,'intern',1),
(479,'performance\"&nbsp;as',1),
(479,'clinical',1),
(479,'exemplary',1),
(479,'received&nbsp;honors',1),
(479,'&nbsp;he',1),
(479,'graduation',1),
(479,'upon',1),
(479,'&nbsp;',13),
(479,'missouri',1),
(479,'louis',1),
(479,'st',1),
(479,'chiropractic',4),
(479,'college',4),
(479,'logan',3),
(479,'graduate',1),
(479,'2004',1),
(479,'ryan&nbsp;fox',1),
(479,'dr',8),
(479,'c',1),
(479,'d',1),
(489,'improved',7),
(489,'impulses',1),
(489,'controlling',1),
(489,'transmission',1),
(489,'disrupt',1),
(489,'impair',1),
(489,'irritate',1),
(489,'position',2),
(489,'motion',3),
(489,'column',2),
(489,'24',1),
(489,'dysfunction',2),
(489,'interference',1),
(489,'common',1),
(489,'state',1),
(489,'interferences',2),
(489,'remove',2),
(489,'locate',2),
(489,'better',3),
(489,'approach',4),
(489,'ill',1),
(489,'disease',1),
(489,'resist',1),
(489,'cells',1),
(489,'proper',3),
(489,'ability',1),
(489,'inborn',1),
(489,'restoring',2),
(489,'works',1),
(489,'work?',1),
(489,'natural',5),
(489,'things',1),
(489,'philosophy',1),
(489,'impact',1),
(489,'reducing',1),
(489,'art',2),
(489,'structures',1),
(489,'offending',1),
(489,'locating',1),
(489,'science',2),
(489,'part',1),
(489,'one',2),
(489,'consisting',1),
(489,'dislocation',1),
(489,'total',1),
(489,'less',1),
(489,'meaning',4),
(489,'complex',4),
(489,'subluxation',4),
(489,'vertebral',4),
(489,'call',3),
(489,'doctors',6),
(489,'throughout',1),
(489,'organs',2),
(489,'malfunction',3),
(489,'impaired',1),
(489,'system',12),
(489,'nervous',12),
(489,'pathways',1),
(489,'communication',1),
(489,'vulnerable',1),
(489,'protect',1),
(489,'moving',3),
(489,'protects',1),
(489,'skull',2),
(489,'functions',1),
(489,'important',1),
(489,'control',2),
(489,'brain',2),
(489,'organism',1),
(498,'appointment',2),
(498,'bring',1),
(498,'questionnaires',1),
(498,'extensive',1),
(498,'complete',1),
(498,'will',2),
(478,'opinion',1),
(478,'&nbsp;&nbsp;&nbsp;',2),
(478,'your&nbsp;first&nbsp;choice',1),
(478,'second',1),
(529,'experiencing;',1),
(529,'causing',1),
(529,'patch',1),
(529,'correct',1),
(529,'made',1),
(529,'tailor',1),
(529,'designing',1),
(529,'carefully',1),
(529,'listen',2),
(529,'ryan',2),
(529,'practitioner',1),
(529,'holistic',1),
(529,'arise',1),
(529,'needs',1),
(529,'specific',1),
(529,'regimen',1),
(529,'exercise',1),
(529,'hormones',1),
(529,'diet',1),
(529,'endocrine',1),
(529,'nutritional',1),
(529,'skeletal',1),
(529,'adjustments',1),
(529,'involves',1),
(529,'balancing',1),
(529,'away',1),
(529,'go',1),
(529,'imbalance',1),
(529,'heals',1),
(529,'balance',1),
(529,'proper',1),
(529,'regain',1),
(529,'help',2),
(529,'can',2),
(529,'fox',5),
(529,'dr',5),
(529,'fatigue',1),
(529,'flashes',1),
(529,'hot',1),
(529,'headaches',1),
(529,'e',1),
(529,'giving',1),
(529,'know',1),
(482,'include',1),
(482,'services',7),
(493,'&nbsp;',9),
(493,'screen',9),
(493,'spans',9),
(493,'text',9),
(493,'centre',13),
(492,'hours',1),
(487,'co',1),
(485,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(485,'provided',1),
(485,'site',1),
(485,'&nbsp;',5),
(492,'clinic',1),
(492,'mapthe',1),
(492,'larger',1),
(492,'view',1),
(492,'com',1),
(492,'drryanfox@hotmail',1),
(492,'mail:',1),
(492,'e',1),
(492,'4243&nbsp;',1),
(492,'968',1),
(492,'fax:',1),
(492,'4417&nbsp;&nbsp;&nbsp;',1),
(492,'&nbsp;968',1),
(492,'919',2),
(492,'phone:',1),
(492,'&nbsp;nc&nbsp;27517',1),
(492,'202',1),
(492,'suite',1),
(492,'road',1),
(492,'legion',1),
(492,'1717',1),
(492,'centre&nbsp;',1),
(492,'chiropractic',1),
(492,'hill',2),
(492,'chapel',2),
(492,'listed',1),
(492,'using',1),
(492,'office',1),
(492,'appointment',1),
(492,'to&nbsp;reserve',1),
(492,'us',2),
(492,'information',4),
(492,'contact',5),
(489,'healing',2),
(489,'regulating',1),
(489,'self',2),
(489,'body',4),
(489,'fact',1),
(489,'scientific',2),
(489,'based',2),
(489,'chiropractic?',1),
(489,'health',14),
(489,'care',14),
(489,'choosing',1),
(489,'pills',1),
(489,'pain',2),
(489,'dependency',1),
(489,'surgery',1),
(489,'needless',1),
(489,'avoided',1),
(489,'guaranteed',1),
(489,'results',1),
(489,'adjacent',1),
(489,'putting',1),
(489,'leaks',1),
(489,'painful',1),
(489,'quite',1),
(489,'rupture',1),
(489,'worse',1),
(489,'bulge',1),
(489,'tear',1),
(489,'cause',3),
(489,'injury',1),
(489,'however',1),
(489,'cannot',2),
(489,'vertebrae',1),
(489,'attached',1),
(489,'bending',1),
(489,'turning',1),
(489,'normal',4),
(489,'allow',1),
(489,'help',12),
(489,'discs',2),
(489,'healthy',3),
(489,'fibrous',1),
(489,'layers',1),
(489,'outer',1),
(489,'center',2),
(489,'contained',1),
(489,'like',2),
(489,'jelly',1),
(489,'soft',3),
(489,'absorber',1),
(489,'shock',1),
(489,'spacer',1),
(489,'connector',1),
(489,'serves',1),
(489,'bones',6),
(489,'situated',1),
(489,'material',1),
(489,'type',3),
(489,'cartilage',1),
(489,'pad',1),
(489,'intervertebral',1),
(489,'slip',2),
(489,'can\'t',1),
(489,'disc',7),
(489,'technically',1),
(489,'disc?',1),
(489,'slipped',1),
(489,'&nbsp;',9),
(489,'joints',1),
(489,'malfunctioning',1),
(489,'curve',1),
(489,'loss',2),
(489,'stretched',1),
(489,'scraped',1),
(489,'rubbed',1),
(489,'facilitative',1),
(489,'irritated',2),
(489,'nerves',2),
(489,'feeling',1),
(489,'needles',1),
(489,'pins',1),
(489,'burning',1),
(489,'numbness',2),
(489,'result',3),
(489,'tissue',5),
(489,'direct',1),
(489,'pressure',3),
(489,'bone',1),
(489,'problems',8),
(489,'related',3),
(489,'15%',1),
(478,'&nbsp;&nbsp;we',1),
(478,'centre',1),
(478,'chiropractic',5),
(478,'hill',2),
(478,'chapel',2),
(478,'welcome',1),
(529,'let',2),
(529,'trying',1),
(529,'wrong',1),
(529,'something',1),
(529,'means',1),
(529,'heal',2),
(529,'unable',1),
(529,'body',6),
(529,'symptoms',4),
(529,'you\'re',1),
(529,'reason',1),
(529,'choose&nbsp;us',1),
(529,'read',1),
(529,'please',2),
(529,'treat',1),
(529,'conditions',2),
(529,'learn',1),
(529,'health&nbsp;professional',1),
(529,'the&nbsp;proper',1),
(529,'refer',1),
(529,'gladly',1),
(529,'appropriate',1),
(529,'if&nbsp;chiropractic',1),
(529,'complaints',1),
(529,'spectrum',1),
(529,'broad',1),
(529,'ages',1),
(529,'patients',1),
(529,'services',1),
(529,'visited',1),
(529,'time',1),
(529,'it\'s',1),
(529,'case',1),
(529,'whether',1),
(529,'unsure',1),
(529,'everything',2),
(529,'control',1),
(529,'function',1),
(529,'nerves',2),
(529,'requires',1),
(529,'process',2),
(529,'and&nbsp;every&nbsp;bodily',1),
(529,'organs',1),
(529,'joints',1),
(529,'muscles',1),
(529,'including',2),
(529,'system',3),
(529,'nervous',1),
(529,'which&nbsp;improves',1),
(529,'relief',1),
(529,'pain',2),
(529,'form',1),
(529,'effective',2),
(529,'safe',2),
(529,'just',1),
(529,'&nbsp;&nbsp;chapel',1),
(529,'chiropractic&nbsp;centre&nbsp;offers',1),
(529,'permanent',1),
(529,'irreversible',1),
(529,'may',1),
(529,'treatment&nbsp;that',1),
(529,'choosing&nbsp;a',1),
(529,'first',3),
(529,'seek',1),
(529,'safer&nbsp;methods',1),
(529,'clearly',1),
(529,'choose',1),
(529,'doctors',1),
(529,'conventional',1),
(529,'many',3),
(529,'surgery',2),
(529,'drugs',2),
(529,'approach',1),
(529,'standard',1),
(529,'unsatisfied',1),
(529,'lives',1),
(529,'way',1),
(529,'of&nbsp;their',1),
(529,'getting',1),
(529,'problems',2),
(529,'like',1),
(529,'most&nbsp;people&nbsp;feel',1),
(529,'to&nbsp;look',1),
(529,'welcomeif',1),
(529,'spot',1),
(529,'reserve',1),
(529,'topics',1),
(529,'workshop',1),
(529,'upcoming',1),
(529,'calendars',1),
(529,'mark',1),
(529,'also',1),
(529,'today',3),
(529,'sign',2),
(529,'care',1),
(529,'health',8),
(529,'journey',1),
(529,'assist',1),
(529,'will',5),
(529,'information',2),
(529,'rich',1),
(529,'content',1),
(529,'packed',1),
(529,'newsletter',3),
(529,'newsletterour',1),
(529,'meeting',1),
(529,'forward',1),
(529,'cam',1),
(529,'medicine',1),
(529,'alternative',2),
(529,'complementary',1),
(529,'therapy',1),
(529,'physical',1),
(529,'available',2),
(529,'offer',1),
(529,'us',3),
(529,'allows',1),
(529,'styles',1),
(529,'treatment',2),
(529,'varied',1),
(529,'centre',4),
(529,'chiropractic',7),
(529,'look',2),
(529,'need',2),
(529,'chiropractor',3),
(529,'hill',7),
(529,'chapel',6),
(489,'10%',1),
(489,'suggest',1),
(489,'researches',1),
(489,'rare',1),
(489,'actually',2),
(489,'lesion',2),
(489,'compressive',1),
(489,'associated',4),
(489,'commonly',1),
(489,'roots',3),
(489,'cord',4),
(489,'tissues',3),
(521,'distress',1),
(521,'areas',1),
(521,'problems&nbsp;was&nbsp;not&nbsp;the',1),
(521,'source',1),
(521,'determined&nbsp;that&nbsp;the',1),
(521,'and&nbsp;quickly',1),
(521,'performed',1),
(521,'fox&nbsp;examined&nbsp;me',1),
(521,'&nbsp;&nbsp;dr',1),
(521,'neck',2),
(521,'shoulders',2),
(521,'especially',1),
(521,'upper',1),
(521,'problems',1),
(521,'lot',1),
(521,'was&nbsp;experiencing',1),
(521,'seeing',1),
(521,'07&nbsp;',1),
(489,'delicate',2),
(489,'affect',1),
(489,'can',17),
(489,'toxins',1),
(489,'chemical',1),
(489,'tensions',1),
(489,'emotional',1),
(489,'trauma',3),
(489,'physical',1),
(489,'caused',3),
(489,'function',11),
(489,'spinal',25),
(489,'abnormal',1),
(489,'spine',15),
(489,'designed',3),
(489,'way',3),
(489,'nerve',8),
(489,'doctor',15),
(489,'think',1),
(489,'chiropractic',41),
(489,'consult',1),
(489,'many',8),
(489,'patients',10),
(489,'nerve?',1),
(489,'pinched',3),
(489,'faq\'s',2),
(489,'questions',2),
(489,'asked',2),
(489,'frequently',3),
(529,'looking',2),
(478,'source',1),
(478,'us',6),
(529,'&nbsp;',18),
(529,'welcome',1),
(529,'home',4),
(479,'fox',3),
(479,'edward',1),
(479,'ryan',5),
(479,'practitioners',4),
(487,'plan',1),
(487,'invidual',1),
(487,'providers',1),
(487,'ensure',1),
(487,'call',1),
(487,'please',1),
(487,'site',1),
(487,'listed',1),
(487,'may',1),
(487,'subsidiary',1),
(487,'smaller',1),
(487,'since',1),
(487,'medco',1),
(487,'cigna',1),
(487,'united',1),
(487,'medicare',1),
(487,'shield',1),
(487,'cross',1),
(487,'blue',2),
(487,'accept',1),
(487,'&nbsp;',7),
(487,'care',2),
(487,'chiropractic',1),
(487,'cover',1),
(487,'insurances',3),
(487,'health',1),
(487,'insurance',8),
(521,'started',2),
(521,'when',1),
(521,'20',1),
(521,'11',1),
(521,'66',1),
(521,'age',2),
(521,'reppy',1),
(521,'william',1),
(521,'professor',1),
(521,'talented',1),
(521,'personable',1),
(521,'thanks',1),
(521,'ever',2),
(521,'active',1),
(521,'free',1),
(521,'now',2),
(521,'manipulations',1),
(521,'myriad',1),
(521,'via',1),
(521,'weeks',1),
(521,'five',1),
(521,'treated',1),
(521,'interruption',1),
(521,'without',2),
(521,'walks',1),
(521,'dog',1),
(521,'continue',2),
(521,'painful',1),
(521,'alternative',2),
(521,'fox\'s',2),
(521,'central',1),
(521,'months',2),
(521,'eleven',1),
(521,'activities',1),
(521,'important',1),
(521,'i\'d',1),
(521,'said',1),
(521,'orthopedist',1),
(521,'dogs',1),
(521,'four',1),
(521,'walking',1),
(521,'rule',1),
(521,'week',2),
(521,'days',4),
(521,'six',1),
(521,'go',1),
(521,'give',3),
(521,'told',1),
(521,'doctor',1),
(521,'orthopedic',1),
(521,'sent',1),
(521,'medicine',1),
(521,'sports',1),
(521,'duke',1),
(521,'classes',3),
(521,'aerobics',3),
(521,'pain',2),
(521,'causing',1),
(521,'heel',2),
(521,'left',2),
(521,'sore',1),
(521,'suffering',1),
(521,'opinion',1),
(521,'second',1),
(521,'get',6),
(521,'sense',1),
(521,'grateful',1),
(521,'always',1),
(521,'i\'ll',1),
(521,'well',1),
(521,'nutrition',1),
(521,'expert',3),
(521,'pains',1),
(521,'aches',2),
(521,'relieve',1),
(521,'adjustments',2),
(521,'spinal',1),
(521,'standard',2),
(521,'beyond',1),
(521,'ways',1),
(521,'body',3),
(521,'manipulate',1),
(521,'knows',1),
(521,'atleast',1),
(521,'knew',1),
(521,'chiropractors',1),
(521,'prior',1),
(521,'treatment',2),
(498,'asked',1),
(498,'prepare',1),
(498,'help',1),
(498,'visit',5),
(498,'first',6),
(509,'qb',1),
(509,'documents',4),
(518,'suffer',1),
(518,'people',1),
(518,'scores',1),
(518,'intractable',1),
(518,'healing',1),
(521,'guidance',1),
(521,'asked',1),
(521,'effects',1),
(521,'non',1),
(521,'happy',2),
(521,'got',1),
(520,'2008',1),
(520,'3rd',1),
(520,'june',1),
(520,'starts',1),
(520,'next',1),
(520,'now',1),
(520,'feeling',1),
(520,'weight',1),
(520,'keeping',1),
(520,'4',1),
(520,'your&nbsp;health\"&nbsp;',1),
(520,'and&nbsp;recovering',1),
(520,'elimination',1),
(520,'detoxification',1),
(520,'3',1),
(520,'mean',1),
(520,'results',1),
(520,'&nbsp;\"body',1),
(520,'2',1),
(520,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(520,'weigh',1),
(520,'bia',2),
(520,'analysis',2),
(520,'initial&nbsp;',1),
(520,'body',1),
(520,'impedance',2),
(520,'download',2),
(520,'click',2),
(520,'recipes\"&nbsp;',1),
(520,'food',1),
(520,'great',2),
(520,'guide',1),
(520,'program',1),
(520,'purification',1),
(520,'1',1),
(520,'session',5),
(520,'purification&nbsp;program',1),
(520,'day',2),
(520,'21',2),
(520,'&nbsp;',4),
(520,'resources',4),
(520,'health',2),
(487,'services',1),
(487,'covered',1),
(487,'medical',1),
(487,'savings',1),
(487,'plans',2),
(488,'include',1),
(488,'identifying',1),
(488,'statement',1),
(488,'revised',1),
(488,'time',2),
(488,'better',1),
(488,'service',1),
(488,'maintain',1),
(488,'accuracy',1),
(489,'management',1),
(489,'costly',1),
(489,'time',1),
(489,'consuming',1),
(489,'office',1),
(489,'stands',1),
(489,'ready',1),
(489,'goals',1),
(489,'decide',1),
(489,'benefit',1),
(489,'always',1),
(489,'clinic',1),
(489,'hours',1),
(489,'follows:',1),
(489,'monday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(489,'8am',3),
(489,'7pm',3),
(489,'tuesday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(489,'wednesday&nbsp;&nbsp;&nbsp;',1),
(489,'thursday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(489,'friday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(489,'saturday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',1),
(489,'9am',1),
(489,'12pm',1),
(489,'closed',1),
(489,'sunday',1),
(489,'statutory',1),
(489,'holidays',1),
(521,'modes',1),
(521,'many',3),
(521,'seems',1),
(521,'college',1),
(521,'chiropractic',2),
(521,'graduated',1),
(521,'recently',4),
(521,'chap',1),
(521,'young',1),
(521,'used',2),
(521,'services',1),
(521,'whose',1),
(521,'&nbsp;chiropractor',1),
(521,'last',1),
(521,'will',2),
(521,'fourth',1),
(521,'fox',13),
(521,'ryan',2),
(521,'dr',14),
(521,'&nbsp;',23),
(521,'testimonials',4),
(521,'patient',2),
(492,'&nbsp;',1),
(498,'preparing',2),
(509,'file',1),
(509,'dr',1),
(509,'fox',1),
(518,'chronic',1),
(518,'complete',1),
(518,'improvement',1),
(518,'witnessed',1),
(518,'manner',1),
(518,'invasive',1),
(518,'non',1),
(518,'experiencing;',1),
(518,'causing',1),
(518,'patch',1),
(518,'correct',1),
(518,'made',1),
(518,'tailor',1),
(518,'designing',1),
(518,'carefully',1),
(518,'listen',2),
(518,'ryan',1),
(518,'practitioner',1),
(518,'arise',1),
(518,'holistic',1),
(518,'needs',1),
(518,'specific',1),
(518,'regimen',1),
(518,'exercise',1),
(518,'hormones',1),
(518,'diet',1),
(518,'nutritional',1),
(518,'endocrine',1),
(518,'skeletal',1),
(518,'adjustments',1),
(518,'involves',1),
(518,'balancing',1),
(518,'away',1),
(518,'go',1),
(518,'imbalance',1),
(518,'heals',1),
(518,'balance',1),
(518,'proper',1),
(518,'regain',1),
(518,'help',2),
(518,'can',2),
(518,'fox',4),
(518,'dr',4),
(518,'fatigue',1),
(518,'flashes',1),
(518,'hot',1),
(518,'headaches',1),
(518,'e',1),
(518,'giving',1),
(518,'know',1),
(518,'let',2),
(518,'trying',1),
(518,'wrong',1),
(518,'something',1),
(518,'means',1),
(518,'heal',2),
(518,'unable',1),
(518,'body',6),
(518,'symptoms',4),
(518,'you\'re',1),
(518,'choose&nbsp;us',1),
(518,'reason',1),
(518,'read',1),
(518,'please',1),
(518,'treat',1),
(518,'conditions',2),
(518,'learn',1),
(518,'health&nbsp;professional',1),
(518,'the&nbsp;proper',1),
(518,'refer',1),
(518,'gladly',1),
(518,'appropriate',1),
(518,'if&nbsp;chiropractic',1),
(518,'complaints',1),
(518,'spectrum',1),
(518,'broad',1),
(518,'ages',1),
(518,'patients',1),
(518,'services',1),
(518,'visited',1),
(518,'time',1),
(518,'it\'s',1),
(518,'case',1),
(518,'whether',1),
(518,'unsure',1),
(518,'everything',2),
(518,'control',1),
(518,'function',1),
(518,'nerves',2),
(518,'requires',1),
(518,'process',2),
(518,'and&nbsp;every&nbsp;bodily',1),
(518,'organs',1),
(518,'joints',1),
(518,'muscles',1),
(518,'including',2),
(518,'system',3),
(518,'nervous',1),
(518,'which&nbsp;improves',1),
(518,'relief',1),
(518,'pain',2),
(518,'form',1),
(518,'effective',2),
(518,'safe',2),
(518,'just',1),
(518,'&nbsp;&nbsp;chapel',1),
(518,'chiropractic&nbsp;centre&nbsp;offers',1),
(518,'permanent',1),
(518,'irreversible',1),
(518,'may',1),
(518,'treatment&nbsp;that',1),
(518,'choosing&nbsp;a',1),
(518,'first',2),
(518,'seek',1),
(518,'safer&nbsp;methods',1),
(518,'clearly',1),
(518,'choose',1),
(518,'doctors',1),
(518,'conventional',1),
(518,'many',3),
(518,'surgery',2),
(518,'drugs',2),
(518,'approach',1),
(518,'standard',1),
(518,'unsatisfied',1),
(518,'lives',1),
(518,'of&nbsp;their',1),
(518,'way',1),
(518,'getting',1),
(518,'like',1),
(518,'problems',2),
(518,'most&nbsp;people&nbsp;feel',1),
(518,'to&nbsp;look',1),
(518,'welcomeif',1),
(518,'spot',1),
(518,'reserve',1),
(518,'topics',1),
(518,'workshop',1),
(518,'upcoming',1),
(518,'calendars',1),
(518,'mark',1),
(518,'also',1),
(518,'today',1),
(518,'sign',1),
(518,'care',1),
(518,'health',7),
(518,'journey',1),
(518,'assist',1),
(518,'will',4),
(518,'information',1),
(518,'rich',1),
(518,'content',1),
(518,'packed',1),
(518,'newsletter',2),
(518,'newsletterour',1),
(518,'meeting',1),
(518,'forward',1),
(518,'cam',1),
(518,'medicine',1),
(518,'alternative',2),
(518,'complementary',1),
(518,'therapy',1),
(518,'physical',1),
(518,'available',2),
(518,'offer',1),
(518,'us',2),
(518,'allows',1),
(518,'styles',1),
(518,'treatment',2),
(518,'varied',1),
(518,'centre',4),
(518,'chiropractic',7),
(518,'look',2),
(518,'need',2),
(518,'chiropractor',3),
(518,'hill',7),
(518,'chapel',6),
(518,'looking',2),
(518,'&nbsp;',17),
(518,'welcome',1),
(518,'copy',4),
(518,'page',4),
(518,'home',4),
(518,'come',1),
(518,'tried',1),
(518,'ignoring',1),
(518,'problem',1),
(518,'taking',1),
(518,'even',1),
(518,'painful',1),
(518,'wish',1),
(518,'used',1),
(518,'discover',1),
(518,'road',1),
(521,'kicking',1),
(521,'faith',1),
(521,'morrison',1),
(521,'7',1),
(521,'pinehurst',1),
(527,'hasn&rsquo;t',1),
(527,'away',1),
(527,'coffee',1),
(527,'eliminating',1),
(527,'headache',1),
(527,'one',1),
(527,'habit',1),
(527,'became',1),
(527,'first',1),
(527,'hard',1),
(527,'lifestyle',1),
(527,'change',1),
(527,'choices',1),
(527,'make',1),
(527,'will',1),
(527,'&nbsp;from',1),
(527,'saw',1),
(527,'carbs',1),
(527,'overly',1),
(527,'system',1),
(527,'foods',2),
(527,'pure',1),
(527,'know',1),
(527,'headed',1),
(527,'clear',1),
(527,'&nbsp;more',1),
(527,'great',3),
(527,'far',1),
(527,'expectations',1),
(527,'exceeded',1),
(527,'&nbsp;the',2),
(527,'3',1),
(527,'cravings',1),
(527,'hunger',1),
(527,'&nbsp;no',1),
(527,'don&rsquo;t',1),
(527,'headaches',1),
(527,'lead',1),
(527,'problems',1),
(527,'sinus',1),
(527,'usually',1),
(527,'now',3),
(527,'chewy',1),
(527,'somewhat',1),
(527,'food',3),
(527,'missed',1),
(527,'10',1),
(527,'fish',1),
(527,'chicken',1),
(527,'add',1),
(527,'shocked',1),
(527,'process',1),
(527,'rarely',1),
(527,'enter',1),
(527,'caused',1),
(527,'concerns',1),
(527,'complaints',2),
(527,'stomach',2),
(527,'healthy',2),
(527,'really',1),
(527,'can',1),
(527,'flavorful',1),
(527,'anything',1),
(527,'eat',1),
(527,'can&rsquo;t',1),
(527,'assume',1),
(527,'80',1),
(527,'&nbsp;it',2),
(527,'75',1),
(527,'95',1),
(527,'rest',1),
(527,'pulse',1),
(527,'lot',1),
(527,'went',3),
(527,'pressure',1),
(527,'fit',1),
(527,'better',3),
(527,'definitely',2),
(527,'&nbsp;my',3),
(527,'scale',1),
(527,'20lbs',1),
(527,'&nbsp;lost',1),
(527,'crashes',1),
(527,'blood',2),
(527,'&nbsp;didn&rsquo;t',1),
(527,'tired',1),
(527,'&nbsp;calm',1),
(527,'good',3),
(527,'pretty',1),
(527,'loss',1),
(527,'surprised',1),
(527,'amount',1),
(527,'weight',3),
(527,'looser',4),
(527,'clothes',4),
(527,'pounds',3),
(527,'lost',6),
(527,'4',1),
(527,'feel',2),
(527,'thought',1),
(527,'easier',1),
(527,'smoother',1),
(527,'&nbsp;skin',1),
(527,'depressant',1),
(527,'anti',1),
(527,'wellbutrin',1),
(527,'150mg',1),
(527,'rather',1),
(527,'75mg',1),
(527,'&nbsp;took',1),
(527,'8',2),
(527,'7:30',1),
(527,'get',1),
(527,'shake&hellip;before',1),
(527,'6am',1),
(527,'getting',2),
(527,'forward',1),
(527,'look',1),
(527,'ate',1),
(527,'everything',1),
(527,'journal',1),
(527,'calories',1),
(527,'count',1),
(527,'&nbsp;i',12),
(527,'&ldquo;present&rdquo;',1),
(527,'alert',1),
(527,'much',5),
(527,'commented',1),
(527,'&nbsp;friends',1),
(527,'sugar',3),
(527,'crave',3),
(527,'didn&rsquo;t',3),
(527,'hungry',4),
(527,'wasn&rsquo;t',1),
(527,'amazing',1),
(527,'time',2),
(527,'long',3),
(527,'felt',10),
(527,'i&rsquo;ve',3),
(527,'best',3),
(527,'&nbsp;felt',1),
(527,'breakfast',1),
(527,'even',3),
(527,'soup',1),
(527,'vegetable',1),
(527,'liked',2),
(527,'especially',3),
(527,'liked&hellip;i',1),
(527,'recipes',1),
(527,'finding',1),
(527,'vegetables',1),
(527,'fruits',1),
(527,'focusing',1),
(527,'used',1),
(527,'got',1),
(527,'easy',2),
(527,'discover',1),
(527,'happy',1),
(527,'extremely',1),
(527,'regime',1),
(527,'eating',2),
(527,'changing',1),
(527,'dreaded',1),
(527,'program',2),
(527,'body',1),
(527,'total',1),
(527,'day',3),
(527,'21',2),
(527,'&nbsp;',11),
(527,'testimonials',5),
(527,'purification',9),
(527,'returned',1),
(527,'tasted',1),
(527,'sense',1),
(527,'smell',1),
(527,'sharper',1),
(527,'calmer',1),
(527,'watch',1),
(527,'rings',1),
(527,'&nbsp;surprised',1),
(527,'though',1),
(527,'cheated',1);

/* Table structure for table `cms_module_search_items` */
DROP TABLE IF EXISTS `cms_module_search_items`;

CREATE TABLE `cms_module_search_items` (
  `id` int(11) NOT NULL,
  `module_name` varchar(100) default NULL,
  `content_id` int(11) default NULL,
  `extra_attr` varchar(100) default NULL,
  `expires` datetime default NULL,
  PRIMARY KEY  (`id`),
  KEY `module_name` (`module_name`),
  KEY `content_id` (`content_id`),
  KEY `extra_attr` (`extra_attr`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_search_items` */
insert into `cms_module_search_items` values
(35,'Search',15,'template',null),
(317,'Search',5,'global_content',null),
(37,'Search',16,'template',null),
(480,'Search',74,'content',null),
(39,'Search',17,'template',null),
(529,'Search',15,'content',null),
(478,'Search',66,'content',null),
(479,'Search',67,'content',null),
(482,'Search',68,'content',null),
(498,'Search',69,'content',null),
(492,'Search',71,'content',null),
(488,'Search',72,'content',null),
(500,'Search',27,'template',null),
(192,'Search',22,'template',null),
(193,'Search',23,'template',null),
(194,'Search',24,'template',null),
(196,'Search',25,'template',null),
(195,'Search',26,'template',null),
(489,'Search',87,'content',null),
(64,'Search',19,'template',null),
(66,'Search',18,'template',null),
(521,'Search',90,'content',null),
(68,'News',1,'article',null),
(499,'Search',20,'template',null),
(263,'Search',4,'global_content',null),
(197,'Search',21,'template',null),
(346,'Search',3,'global_content',null),
(483,'Search',82,'content',null),
(484,'Search',91,'content',null),
(485,'Search',85,'content',null),
(487,'Search',86,'content',null),
(501,'Search',29,'template',null),
(493,'Search',93,'content',null),
(392,'Search',30,'template',null),
(520,'Search',92,'content',null),
(512,'Search',31,'template',null),
(518,'Search',95,'content',null),
(509,'Search',96,'content',null),
(527,'Search',97,'content',null);

/* Table structure for table `cms_module_search_items_seq` */
DROP TABLE IF EXISTS `cms_module_search_items_seq`;

CREATE TABLE `cms_module_search_items_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_search_items_seq` */
insert into `cms_module_search_items_seq` values
(529);

/* Table structure for table `cms_module_templates` */
DROP TABLE IF EXISTS `cms_module_templates`;

CREATE TABLE `cms_module_templates` (
  `module_name` varchar(200) default NULL,
  `template_name` varchar(200) default NULL,
  `content` text,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  KEY `module_name` (`module_name`,`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_module_templates` */
insert into `cms_module_templates` values
('News','displaysummary','<!-- Start News Display Template -->\n{foreach from=$items item=entry}\n<div class=\"NewsSummary\">\n\n{if $entry->formatpostdate}\n	<div class=\"NewsSummaryPostdate\">\n		{$entry->formatpostdate}\n	</div>\n{/if}\n\n<div class=\"NewsSummaryLink\">\n	{$entry->titlelink}\n</div>\n\n<div class=\"NewsSummaryCategory\">\n	{$category_label} {$entry->category}\n</div>\n\n{if $entry->author}\n	<div class=\"NewsSummaryAuthor\">\n		{$author_label} {$entry->author}\n	</div>\n{/if}\n\n{if $entry->summary}\n	<div class=\"NewsSummarySummary\">\n		{eval var=$entry->summary}\n	</div>\n\n	<div class=\"NewsSummaryMorelink\">\n		[{$entry->morelink}]\n	</div>\n\n{else if $entry->content}\n\n	<div class=\"NewsSummaryContent\">\n		{eval var=$entry->content}\n	</div>\n{/if}\n\n</div>\n{/foreach}\n<!-- End News Display Template -->','2007-08-20 20:41:56','2007-08-20 20:41:56'),
('News','displaydetail','{if $entry->formatpostdate}\n	<div id=\"NewsPostDetailDate\">\n		{$entry->formatpostdate}\n	</div>\n{/if}\n<h3 id=\"NewsPostDetailTitle\">{$entry->title}</h3>\n\n<hr id=\"NewsPostDetailHorizRule\" />\n\n{if $entry->summary}\n	<div id=\"NewsPostDetailSummary\">\n		<strong>\n			{eval var=$entry->summary}\n		</strong>\n	</div>\n{/if}\n\n{if $entry->category}\n	<div id=\"NewsPostDetailCategory\">\n		{$category_label} {$entry->category}\n	</div>\n{/if}\n{if $entry->author}\n	<div id=\"NewsPostDetailAuthor\">\n		{$author_label} {$entry->author}\n	</div>\n{/if}\n\n<div id=\"NewsPostDetailContent\">\n	{eval var=$entry->content}\n</div>\n\n<div id=\"NewsPostDetailPrintLink\">\n	{$entry->printlink}\n</div>\n{if $return_url != \"\"}\n<div id=\"NewsPostDetailReturnLink\">{$return_url}</div>\n{/if}','2007-08-20 20:41:56','2007-08-20 20:41:56'),
('Search','displaysearch','{$startform}\n\n{$label}:&nbsp;{$inputbox}<input name=\"submit\" value=\"{$submittext}\" type=\"submit\" />{$hidden}\n\n{$endform}','2007-08-20 20:41:56','2007-08-20 20:41:56'),
('Search','displayresult','<h3>{$searchresultsfor} &quot;{$phrase}&quot;</h3>\n{if $itemcount > 0}\n	<ul>\n	{foreach from=$results item=entry}\n		<li>{$entry->title} - <a href=\"{$entry->url}\">{$entry->urltxt}</a> ({$entry->weight}%)</li>\n	{/foreach}\n	</ul>\n\n	<p>{$timetaken}: {$timetook}</p>\n{else}\n	<p><strong>{$noresultsfound}</strong></p>\n{/if}','2007-08-20 20:41:56','2007-08-20 20:41:56'),
('MenuManager','navigation','{* CSS classes used in this template:\r\n.activeparent - The top level parent when a child is the active/current page\r\nli.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.\r\n.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.\r\nli.sectionheader h3 - To style section header\r\nli.separator - To style the ruler for the separator *} \r\n\r\n{if $count > 0}\r\n\r\n{foreach from=$nodelist item=node}\r\n{if $node->depth > $node->prevdepth}\r\n{repeat string=\"\" times=$node->depth-$node->prevdepth}\r\n{elseif $node->depth < $node->prevdepth}\r\n{repeat string=\"\" times=$node->prevdepth-$node->depth}\r\n\r\n{elseif $node->index > 0}\r\n{/if}\r\n\r\n{if $node->current == true}\r\n<dfn>Current page is {$node->hierarchy}: </dfn><a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a><span class=\"linkSplit\">|</span>\r\n\r\n{elseif $node->parent == true}\r\n<a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a><span class=\"linkSplit\">|</span>\r\n\r\n{elseif $node->type == \'sectionheader\'}\r\n{$node->menutext}\r\n\r\n{elseif $node->type == \'separator\'}\r\n\r\n\r\n{else}\r\n<a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}{if $node->target != \'\'} target=\"{$node->target}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a><span class=\"linkSplit\">|</span>\r\n\r\n\r\n{/if}\r\n\r\n{/foreach}\r\n{repeat string=\"\" times=$node->depth-1}\r\n\r\n{/if}','2007-08-22 12:14:39','2007-08-22 12:14:39'),
('MenuManager','headerlinks','{* CSS classes used in this template:\r\n.activeparent - The top level parent when a child is the active/current page\r\nli.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.\r\n.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.\r\nli.sectionheader h3 - To style section header\r\nli.separator - To style the ruler for the separator *} \r\n\r\n{if $count > 0}\r\n\r\n{foreach from=$nodelist item=node}\r\n{if $node->depth > $node->prevdepth}\r\n{repeat string=\"\" times=$node->depth-$node->prevdepth}\r\n{elseif $node->depth < $node->prevdepth}\r\n{repeat string=\"\" times=$node->prevdepth-$node->depth}\r\n\r\n{elseif $node->index > 0}\r\n{/if}\r\n\r\n{if $node->current == true}\r\n<dfn>Current page is {$node->hierarchy}: </dfn><a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a> |\r\n\r\n{elseif $node->parent == true}\r\n<a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a> |\r\n\r\n{elseif $node->type == \'sectionheader\'}\r\n{$node->menutext}\r\n\r\n{elseif $node->type == \'separator\'}\r\n |\r\n\r\n{else}\r\n<a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}{if $node->target != \'\'} target=\"{$node->target}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a> |\r\n\r\n\r\n{/if}\r\n\r\n{/foreach}\r\n{repeat string=\"\" times=$node->depth-1}\r\n\r\n{/if}','2007-08-22 13:02:07','2007-08-22 13:02:07'),
('MenuManager','subnavigation','{* CSS classes used in this template:\r\n.activeparent - The top level parent when a child is the active/current page\r\nli.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.\r\n.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.\r\nli.sectionheader h3 - To style section header\r\nli.separator - To style the ruler for the separator *} \r\n\r\n{if $count > 0}\r\n<ul>\r\n{foreach from=$nodelist item=node}\r\n{if $node->depth > $node->prevdepth}\r\n{repeat string=\"<ul>\" times=$node->depth-$node->prevdepth}\r\n{elseif $node->depth < $node->prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node->prevdepth-$node->depth}\r\n<br /></li>\r\n{elseif $node->index > 0}</li>\r\n{/if}\r\n\r\n{if $node->current == true}\r\n<li class=\"currentpage\"><h3><dfn>Current page is {$node->hierarchy}: </dfn>{$node->menutext}</h3>\r\n\r\n{elseif $node->parent == true}\r\n<li class=\"activeparent\"><a class=\"activeparent\" href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a>\r\n\r\n{elseif $node->type == \'sectionheader\'}\r\n<li class=\"sectionheader\">{$node->menutext}\r\n\r\n{elseif $node->type == \'separator\'}\r\n<li class=\"separator\" style=\"list-style-type: none;\"> <hr />\r\n\r\n{else}\r\n<li><a href=\"{$node->url}\"{if $node->accesskey != \'\'} accesskey=\"{$node->accesskey}\"{/if}{if $node->tabindex != \'\'} tabindex=\"{$node->tabindex}\"{/if}{if $node->titleattribute != \'\'} title=\"{$node->titleattribute}\"{/if}{if $node->target != \'\'} target=\"{$node->target}\"{/if}><dfn>{$node->hierarchy}: </dfn>{$node->menutext}</a>\r\n\r\n{/if}\r\n\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node->depth-1}</li>\r\n</ul>\r\n{/if}','2007-08-22 13:02:32','2007-09-04 12:08:48'),
('Blogs','showblogs','{if $breadcrumb!=\"\"}\n<div id=\"blogs-breadcrumb\">{$breadcrumb}</div>\n{/if}\n\n<div id=\"blogs-showblogsentries\">\n{if $itemcount>0} {foreach from=$items item=entry}\n  <div id=\"blogs-showblogsentry\">\n    <div id=\"blogs-showblogsentrytime\">{$entry->time} {$writtenby} {$entry->author}</div>\n    <div id=\"blogs-showblogsentrytitle\">{$entry->title}</div>\n    <div id=\"blogs-showblogsentryshorttext\">{$entry->shorttext}</div>\n<!--\n  <div id=\"blogs-showcategoryentrytext\">\n    {$entry->text}\n  </div>\n -->\n{if $entry->files!=\'\'}\n    <div id=\"blogs-showcategoryentryfiles\">{$entry->files}</div>\n{/if}\n       \n    <div id=\"blogs-showblogsentrycategory\">{$entry->categorylink}</div>\n    <div id=\"blogs-showblogsentrycomments\">{$entry->comments}</div>\n  </div>\n{/foreach} {else} {$noentriestext} {/if}\n</div>\n','2007-09-29 12:56:39','2007-09-29 12:56:39'),
('Blogs','showshortcategory','\n<div id=\"blogs-shortbox\">\n\n<br/>\n<div id=\"blogs-shortcategorytitle\">{$categorytitlelink}</div>\n<div id=\"blogs-shortentrylist\">\n  {foreach from=$items item=entry}\n    <div id=\"blogs-shortentry\">\n      <div id=\"blogs-shortentrydate\">\n        {$entry->date}\n      </div>\n      <div id=\"blogs-shortentrylink\">{$entry->title}</div>\n    </div>\n  {/foreach}\n</div>\n</div>','2007-09-29 12:56:39','2007-09-29 12:56:39'),
('Blogs','showcategory','{if $breadcrumb!=\"\"}\n<div id=\"blogs-breadcrumb\">\n  {$breadcrumb}\n</div>\n{/if}\n\n<br/>\n<div id=\"blogs-showcategorybox\">\n  <div id=\"blogs-showcategoryheader\">\n    <div id=\"blogs-showcategorytitle\">\n    {$categorytitle}\n    </div>\n    <div id=\"blogs-showcategorydescription\">\n    {$categorydescription}\n    <br/>\n    {if $rsslink!=\"\"} <div align=\"right\">{$rsslink}</div> {/if}\n    </div>\n  </div>\n<H2>BLOGS:</H2>\n<div id=\"blogs-showcategoryentries\">\n    {if $itemcount>0} \n      {foreach from=$items item=entry}\n      <div id=\"blogs-showcategoryentry\">\n      <div id=\"blogs-showcategoryentrytime\">{$entry->time}</div>\n      <div id=\"blogs-showcategoryentrytitle\">{$entry->title}</div>\n      <div id=\"blogs-showcategoryentrytext\">\n        {$entry->shorttext}\n      </div>\n      <!--\n      <div id=\"blogs-showcategoryentrytext\">\n        {$entry->text}\n      </div>\n      -->\n      <!--  \n      <div id=\"blogs-showcategoryentryfiles\">\n        {$entry->files}\n      </div>\n      -->\n      <!-- \n      <div id=\"blogs-showcategoryentryauthor\">\n        {$entry->author}\n      </div>\n       -->\n      <div id=\"blogs-showcategoryentrycomments\">\n        {$entry->comments}\n      </div>\n    </div>\n    {/foreach}\n  {else} \n    {$noentriestext}\n  {/if}\n  </div>\n</div>\n    ','2007-09-29 12:56:39','2007-09-29 12:56:39'),
('Blogs','showentry','{if $breadcrumb!=\'\'}\n<div id=\"blogs-breadcrumb\">\n  {$breadcrumb}\n</div>\n{/if}\n\n{if $message!=\'\'}\n<div id=\"blogs-showmessage\">\n  {$message}\n</div>\n{/if}\n\n<div id=\"blogs-showentrybox\">\n  <div id=\"blogs-showentryheader\">\n    <div id=\"blogs-showentrytime\">\n      {$entrytime} {$textby}: {$entryauthor}\n    </div>\n    <div id=\"blogs-showentrytitle\">\n    {$entrytitle}\n    </div>\n    <div class=\"blogs-showentrytext\">\n    {$entrytext}\n    </div>\n    {if $entryfiles!=\'\'}\n    <div id=\"blogs-showentryfiles\">\n    {$entryfiles}\n    </div>\n    {/if}\n<!--\n     <div id=\"blogs-showentryauthor\">\n    \n    </div>\n     -->\n     </div>\n  <div id=\"blogs-showentrycomments\">\n    {if $itemcount>0}\n     {foreach from=$items item=entry}\n      <div id=\"blogs-showentrycomment\">\n        <div id=\"blogs-showentrycommenttime\">\n          {$entry->time} {$textby}: {$entry->author}\n        </div>\n        <div id=\"blogs-showentrycommenttext\">\n        {$entry->text}\n      </div>\n      <!-- \n      <div id=\"blogs-showentrycommentauthor\">\n        {$entry->author}\n      </div>\n       -->\n       </div>\n    {/foreach}\n  {else} \n    {$nocommentstext} \n  {/if}\n  </div>\n  <div id=\"blogs-showentrycommentform\">\n    {$commentform}\n  </div>  \n</div>\n','2007-09-29 12:56:39','2007-09-29 12:56:39'),
('Blogs','showcommentform','\n{$formstart}\n\n  <div id=\"blogs-addcommentlabel\">{$authortext}:</div>\n  <div id=\"blogs-addcommentinput\">{$authorinput}</div>\n  <div id=\"blogs-addcommentlabel\">{$commenttext}:</div>\n  <div id=\"blogs-addcommentinput\">\n    {$commentinput}\n  </div>\n  <div id=\"blogs-addcommentlabel\">&nbsp;</div>\n  <div id=\"blogs-addcommentinput\">{$submit}</div>\n\n{$formend}\n','2007-09-29 12:56:39','2007-09-29 12:56:39'),
('NMS','subscribe_email_body','Hello {$username}.\r\nSomeone, hopefully you, has subscribed your email address to the following newsletters:\r\n{foreach from=$lists item=list}\r\n* {$list}\r\n{/foreach}\r\nIf this is correct, please click the following link to confirm your subscription or copy and paste the link into your web browser. Without this confirmation, you will not receive any newsletters. {$confirmurl} If you did not sign up for this newsletter you do not need to do anything, simply delete this message. Thank you!','2007-09-29 17:30:00','2007-09-29 18:41:05'),
('NMS','nms_subscribeform','	{if $message ne \"\"}\r\n	<span class=\"nms_message\">{$message}</span><br /><br />\r\n	{/if}\r\n	{$formstart}\r\n		{$formhidden}\r\n		<table style=\"border:0;padding:0;margin:0;\">	\r\n		{if $prompt_email ne \"\"}	\r\n		<tr><td>\r\n		Email:\r\n		</td><td>\r\n		{$email}\r\n        </td></tr>\r\n       {/if}\r\n		 {if $prompt_username ne \"\"}\r\n		<tr><td>\r\n                {$prompt_username}:</td><td>{$username}</td></tr>\r\n        {/if}\r\n		{foreach from=$listids item=curr_id}\r\n		  <tr><td></td><td>{$curr_id}</td></tr>\r\n		{/foreach}\r\n		<tr><td></td><td><br>{$submitbtn}</td></tr>\r\n		</table>\r\n	{$formend}','2007-09-29 17:30:00','2007-09-29 18:41:05'),
('NMS','nms_unsubscribeform','\n	{if $message ne \"\"}\n	<br /><span class=\"nms_message\">{$message}</span><br/>\n	{/if}\n	{$formstart}\n	{$formhidden}\n        {if $prompt_email ne \"\"}\n		{$prompt_email}:&nbsp;{$email}<br/>\n        {/if}\n	{$submitbtn}\n	{$formend}','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','confirm_email_body','\nThank you {$username} for subscribing to the mailing list {$listname}.  Your registration has been confirmed.  At any time you can unsubscribe from this list by following this link {$unsubscribeurl}.  You may also change your preferences by following this link: {$preferencesurl}','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','post_email_confirm_message','\nThank you {$username}.  Your email address {$email} has been marked as confirmed as of {$dateconfirmed}.  Your uniquid (for future reference) is {$uniqueid}','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','unsubscribe_text','\nThank you {$username}.  An email as been sent to {$email} to confirm your wish to unsubscribe from all mailing lists on this site.  You should be receiving it shortly.  Thank you','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','unsubscribe_email_body','\nHello {$username} <{$email}>\n\nThis message is to confirm that it is indeed you that has chosen to unsubscribe from all of the\nmailing lists with us.  if this is indeed the case, please confirm this action by clicking \non the following link:\n{$confirm_unsubscribe_url}\n\nIf you did not instantiate this action, you can safely ignore this message.\n\nThank you.\n','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','post_unsubscribe_text','\nThank you {$username} <{$email}>.  You have now been unsubscribed from all public mailing lists.  We are sorry to see you go.\n','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','usersettings_form','\n	{if $message ne \"\"}\n	<br/><span class=\"nms_message\">{$message}</span><br/>\n	{/if}\n	{$formstart}\n	{$formhidden}\n        {if $prompt_email ne \"\"}\n		{$prompt_email}:&nbsp;{$email}<br/>\n        {/if}\n	{$submitbtn}\n	{$formend}','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','usersettings_form2','\n	{if $message ne \"\"}\n	<br/><span class=\"nms_message\">{$message}</span><br/>\n	{/if}\n	{$formstart}\n	{$formhidden}\n	{$prompt_username}:&nbsp;{$username}<br/>\n	{foreach from=$listids item=curr_id}\n	  {$curr_id}<br/>\n	{/foreach}\n	{$submitbtn}\n	{$formend}','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','usersettings_email_body','\nThank you {$username} <{$email}>.  You requested information as to how to change your subscription information.  Here it is:\n\nFollow this link to adjust your settings:\n{$usersettings_url}\n\nFollow this link to completely unsubscribe from all public mailing lists:\n{$unsubscribe_url}\n','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','usersettings_text','\nThank you {$username <{$email}>.  An email has been sent to {$email} with further instructions.\n','2007-09-29 17:30:00','2007-09-29 17:30:00'),
('NMS','usersettings_text2','\nThank you {$username} <{$email}>, your settings have been changed.\n','2007-09-29 17:30:00','2007-09-29 17:30:00');

/* Table structure for table `cms_modules` */
DROP TABLE IF EXISTS `cms_modules`;

CREATE TABLE `cms_modules` (
  `module_name` varchar(255) default NULL,
  `status` varchar(255) default NULL,
  `version` varchar(255) default NULL,
  `admin_only` tinyint(4) default '0',
  `active` tinyint(4) default NULL,
  KEY `module_name` (`module_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_modules` */
insert into `cms_modules` values
('CMSMailer','installed','1.73.10',0,1),
('FCKeditorX','installed','1.0.5',1,1),
('MenuManager','installed','1.3',0,1),
('ModuleManager','installed','1.1.4',1,1),
('News','installed','2.2',0,1),
('nuSOAP','installed','1.0.1',0,1),
('Search','installed','1.2',0,1),
('ThemeManager','installed','1.0.8',1,1),
('SitePusher','installed','0.1',0,1),
('NMS','installed','1.0.1',0,1),
('TinyMCEAdv','installed','2.2.2',0,1);

/* Table structure for table `cms_permissions` */
DROP TABLE IF EXISTS `cms_permissions`;

CREATE TABLE `cms_permissions` (
  `permission_id` int(11) NOT NULL,
  `permission_name` varchar(255) default NULL,
  `permission_text` varchar(255) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_permissions` */
insert into `cms_permissions` values
(1,'Add Pages','Add Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(2,'Add Groups','Add Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(4,'Add Templates','Add Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(5,'Add Users','Add Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(6,'Modify Any Page','Modify Any Page','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(7,'Modify Groups','Modify Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(8,'Modify Group Assignments','Modify Group Assignments','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(9,'Modify Permissions','Modify Permissions for Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(11,'Modify Templates','Modify Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(12,'Modify Users','Modify Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(13,'Remove Pages','Remove Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(14,'Remove Groups','Remove Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(16,'Remove Templates','Remove Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(17,'Remove Users','Remove Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(18,'Modify Modules','Modify Modules','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(20,'Modify Files','Modify Files','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(21,'Modify Site Preferences','Modify Site Preferences','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(22,'Modify Stylesheets','Modify Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(23,'Add Stylesheets','Add Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(24,'Remove Stylesheets','Remove Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(25,'Add Stylesheet Assoc','Add Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(26,'Modify Stylesheet Assoc','Modify Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(27,'Remove Stylesheet Assoc','Remove Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(28,'Modify User-defined Tags','Modify User-defined Tags','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(29,'Clear Admin Log','Clear Admin Log','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(30,'Add Global Content Blocks','Add Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(31,'Modify Global Content Blocks','Modify Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(32,'Remove Global Content Blocks','Remove Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(33,'Modify Page Structure','Modify Page Structure','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(40,'Modify FCKeditorX','Modify FCKeditorX','2007-08-24 16:29:59','2007-08-24 16:29:59'),
(35,'Modify Events','Modify Events','2006-01-27 20:06:58','2006-01-27 20:06:58'),
(36,'Manage Menu','Manage Menu','2007-08-20 20:41:56','2007-08-20 20:41:56'),
(37,'Modify News','Modify News','2007-08-20 20:41:56','2007-08-20 20:41:56'),
(38,'Manage Themes','Manage Themes','2007-08-20 20:41:59','2007-08-20 20:41:59'),
(47,'Modify TinyMCEAdv','Modify TinyMCE Advanced settings','2007-10-17 12:36:51','2007-10-17 12:36:51'),
(42,'Manage NMS Users','Manage NMS Users','2007-09-29 17:30:00','2007-09-29 17:30:00'),
(43,'Manage NMS Lists','Manage NMS Lists','2007-09-29 17:30:00','2007-09-29 17:30:00'),
(44,'Manage NMS Jobs','Manage NMS Jobs','2007-09-29 17:30:00','2007-09-29 17:30:00'),
(45,'Manage NMS Messages','Manage NMS Messages','2007-09-29 17:30:00','2007-09-29 17:30:00'),
(49,'Manage SitePusher','Manage SitePusher','2008-06-11 19:43:33','2008-06-11 19:43:33');

/* Table structure for table `cms_permissions_seq` */
DROP TABLE IF EXISTS `cms_permissions_seq`;

CREATE TABLE `cms_permissions_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_permissions_seq` */
insert into `cms_permissions_seq` values
(49);

/* Table structure for table `cms_siteprefs` */
DROP TABLE IF EXISTS `cms_siteprefs`;

CREATE TABLE `cms_siteprefs` (
  `sitepref_name` varchar(255) NOT NULL,
  `sitepref_value` text,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`sitepref_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_siteprefs` */
insert into `cms_siteprefs` values
('enablecustom404','0','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('custom404','<p>Page could not be found.</p>','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('custom404template','-1','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('enablesitedownmessage','0','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('sitedownmessage','<p>Site is currently down for maintenance.</p>','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('sitedownmessagetemplate','-1','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('useadvancedcss','1','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('metadata','<meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved.\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n ','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('xmlmodulerepository','','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('logintheme','default','2006-07-25 21:22:33','2006-07-25 21:22:33'),
('sitename','Chapel Hill Chiropractic Centre',null,null),
('CMSMailer_mapi_pref_mailer','sendmail',null,null),
('CMSMailer_mapi_pref_host','mail.inyerface.ca',null,null),
('CMSMailer_mapi_pref_port','1025',null,null),
('CMSMailer_mapi_pref_from','mitch@inyerface.ca',null,null),
('CMSMailer_mapi_pref_fromuser','Dr Ryan Fox',null,null),
('CMSMailer_mapi_pref_sendmail','/usr/sbin/sendmail',null,null),
('CMSMailer_mapi_pref_timeout','1000',null,null),
('CMSMailer_mapi_pref_smtpauth','0',null,null),
('CMSMailer_mapi_pref_username','',null,null),
('CMSMailer_mapi_pref_password','',null,null),
('FCKeditorX_mapi_pref_FCKConfig.CMSMSLanguage','1',null,null),
('FCKeditorX_mapi_pref_FCKConfig.EnableXHTML','1',null,null),
('FCKeditorX_mapi_pref_FCKConfig.ContextMenu','1',null,null),
('FCKeditorX_mapi_pref_FCKConfig.BgColor','default',null,null),
('FCKeditorX_mapi_pref_FCKConfig.BodyCSS','text-align: left; background-color: #ffffff;',null,null),
('FCKeditorX_mapi_pref_FCKConfig.Width','701px',null,null),
('FCKeditorX_mapi_pref_FCKConfig.Height','0',null,null),
('FCKeditorX_mapi_pref_FCKConfig.ToolbarSet','Full',null,null),
('FCKeditorX_mapi_pref_FCKConfig.CustomToolbar','FCKConfig.ToolbarSets[\"Basic\"] = [\r\n	[\'Bold\',\'Italic\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Link\',\'Unlink\',\'-\',\'About\']\r\n] ;\r\n\r\nFCKConfig.ToolbarSets[\"Full\"] = [\r\n	[\'Source\',\'-\',\'Templates\'],\r\n	[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\r\n	[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n	[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n	[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\r\n	[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\'/\',\r\n	[\'CMSModules\',\'CMSContent\',\'Link\',\'Unlink\',\'Anchor\'],\r\n	[\'Image\',\'Flash\',\'Table\',\'Rule\',\'SpecialChar\'],\r\n	[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\'],\r\n	[\'ImageButton\',\'HiddenField\'],\r\n	\'/\',\r\n	[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\r\n	[\'TextColor\',\'BGColor\'],\r\n	[\'About\']\r\n] ;\r\n\r\nFCKConfig.ToolbarSets[\"semifull\"] = [\r\n	[\'Source\',\'-\',\'Templates\'],\r\n	[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\r\n	[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n	[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n	[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\r\n	[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\'/\',\r\n	[\'CMSModules\',\'CMSContent\',\'Link\',\'Unlink\',\'Anchor\'],\r\n	[\'Image\',\'Flash\',\'Table\',\'Rule\',\'SpecialChar\'],\r\n	[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\'],\r\n	[\'ImageButton\',\'HiddenField\'],\r\n	\'/\',	\r\n	[\'TextColor\',\'BGColor\'],\r\n	[\'About\']\r\n] ;\r\n\r\n',null,null),
('FCKeditorX_mapi_pref_FCKConfig.SkinSelected','silver',null,null),
('ModuleManager_mapi_pref_module_repository','http://modules.cmsmadesimple.org/soap.php?module=ModuleRepository',null,null),
('Search_mapi_pref_stopwords','i, me, my, myself, we, our, ours, ourselves, you, your, yours, \nyourself, yourselves, he, him, his, himself, she, her, hers, \nherself, it, its, itself, they, them, their, theirs, themselves, \nwhat, which, who, whom, this, that, these, those, am, is, are, \nwas, were, be, been, being, have, has, had, having, do, does, \ndid, doing, a, an, the, and, but, if, or, because, as, until, \nwhile, of, at, by, for, with, about, against, between, into, \nthrough, during, before, after, above, below, to, from, up, down, \nin, out, on, off, over, under, again, further, then, once, here, \nthere, when, where, why, how, all, any, both, each, few, more, \nmost, other, some, such, no, nor, not, only, own, same, so, \nthan, too, very',null,null),
('Search_mapi_pref_usestemming','false',null,null),
('Search_mapi_pref_searchtext','Enter Search...',null,null),
('TinyMCEAdv_mapi_pref_table_cell_styles','',null,null),
('TinyMCEAdv_mapi_pref_table_row_styles','',null,null),
('TinyMCEAdv_mapi_pref_table_styles','',null,null),
('TinyMCEAdv_mapi_pref_dropdownblockelements','p,div,h1,h2,h3,h4,h5,h6,div,blockquote,dt,dd,code,samp',null,null),
('TinyMCEAdv_mapi_pref_css_styles','',null,null),
('TinyMCEAdv_mapi_pref_tinyadv_live_templateid','29',null,null),
('TinyMCEAdv_mapi_pref_toolbar3','tablecontrols,separator,hr,removeformat,visualaid,separator,sub,sup,separator,charmap,emotions,iespell,flash,advhr,separator,fullscreen',null,null),
('TinyMCEAdv_mapi_pref_toolbar1','bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,cut,copy,paste,separator,search,replace,separator,bullist,numlist',null,null),
('TinyMCEAdv_mapi_pref_toolbar2','separator,outdent,indent,separator,undo,redo,separator,cmsmslink,link,unlink,anchor,image,cleanup,help,code,separator,insertdate,inserttime,separator,forecolor,backcolor',null,null),
('TinyMCEAdv_mapi_pref_plugins','advhr,advimage,advlink,cmsmslink,contextmenu,emotions,flash,fullscreen,iespell,insertdatetime,searchreplace,simplebrowser,table,zoom',null,null),
('TinyMCEAdv_mapi_pref_replace_cms_selflink','0',null,null),
('TinyMCEAdv_mapi_pref_show_path','1',null,null),
('TinyMCEAdv_mapi_pref_editor_height_auto','1',null,null),
('TinyMCEAdv_mapi_pref_editor_width_auto','1',null,null),
('TinyMCEAdv_mapi_pref_newlinestyle','p',null,null),
('TinyMCEAdv_mapi_pref_onlyxhtmlelements','0',null,null),
('TinyMCEAdv_mapi_pref_usecompression','1',null,null),
('TinyMCEAdv_mapi_pref_source_formatting','0',null,null),
('FCKeditorX_mapi_pref_FCKConfig.ImportAllStyles','0',null,null),
('FCKeditorX_mapi_pref_FCKConfig.Styles','',null,null),
('Blogs_mapi_pref_filedir','uploads/blogfiles',null,null),
('Blogs_mapi_pref_breadcrumbroot','blog',null,null),
('Blogs_mapi_pref_rsstitle','CMSms Blog',null,null),
('Blogs_mapi_pref_rssdescription','This is an example CMSMadeSimple based blog',null,null),
('Blogs_mapi_pref_rsslanguage','en',null,null),
('Blogs_mapi_pref_rsspublisher','',null,null),
('Blogs_mapi_pref_rsscopyright','CopyRight © ',null,null),
('Blogs_mapi_pref_rsswebmaster','',null,null),
('Blogs_mapi_pref_enablebreadcrumb','1',null,null),
('Blogs_mapi_pref_recordip','1',null,null),
('Blogs_mapi_pref_showrssicons','1',null,null),
('Blogs_mapi_pref_captchacomments','0',null,null),
('Blogs_mapi_pref_wysiwygentries','1',null,null),
('Blogs_mapi_pref_filesentries','1',null,null),
('Blogs_mapi_pref_forcefiledescription','1',null,null),
('NMS_mapi_pref_users_per_page','25',null,null),
('NMS_mapi_pref_messages_per_batch','50',null,null),
('NMS_mapi_pref_ms_between_message_sleep','100',null,null),
('NMS_mapi_pref_between_batch_sleep','5',null,null),
('NMS_mapi_pref_email_user_on_admin_subscribe','0',null,null),
('NMS_mapi_pref_send_admin_copies','1',null,null),
('NMS_mapi_pref_debug_mode','1',null,null),
('NMS_mapi_pref_confirm_subject','Please confirm your subscription',null,null),
('NMS_mapi_pref_extra_fields','',null,null),
('NMS_mapi_pref_admin_email','root@localhost.com',null,null),
('NMS_mapi_pref_admin_name','Root',null,null),
('NMS_mapi_pref_message_charset','iso-8859-1',null,null),
('NMS_mapi_pref_subscribe_posttext','Thank you',null,null),
('NMS_mapi_pref_subscribe_subject','Subscription confirmed',null,null),
('NMS_mapi_pref_nms_unsubscribe_prompt','Enter your email to unsubscribe',null,null),
('NMS_mapi_pref_unsubscribe_subject','Unsubscribe notification',null,null),
('NMS_mapi_pref_usersettings_subject','User Settings Information',null,null),
('NMS_mapi_pref_default_message_template','\n   <html>\n   <body>\n   <h1>Hello {$username}</h1>\n   <p>\n   Have a good day, and again, welcome.\n   </p>\n\n   <hr />\n   <p>If you have received this message to this email address: {$email} it means that you are a member of one or more\n   lists on our website.  You have a number of options, you can ignore the message (this is probably safe to do),\n   or you can:\n   <ul>\n   <li>Unsubscribe:  Just follow this link <a href=\"{$unsubscribe}\" title=\"unsubscribe\">{$unsubscribe}</a></li>\n   <li>Change your preferences:  Just follow this link <a href=\"{$preferences}\" title=\"Preferences\">{$preferences}</a></li>\n   <li>Confirm that this is a valid email address by following this link: <a href=\"{$confirmurl}\" title=\"Confirm\">{$confirmurl}</a></li>\n   </ul>\n   </p>\n\n   </body>\n   </html>\n',null,null),
('global_umask','022',null,null),
('frontendlang','',null,null),
('defaultpagecontent','',null,null),
('default_parent_page','-1',null,null),
('TinyMCEAdv_mapi_pref_striptags','false',null,null),
('SitePusher_mapi_pref_dbpassword','qazxsw',null,null),
('SitePusher_mapi_pref_dbname','chapelhi_simplesite',null,null),
('SitePusher_mapi_pref_ftppath','public_html',null,null),
('SitePusher_mapi_pref_weburl','http://208.76.245.108/~chapelhi',null,null),
('SitePusher_mapi_pref_serverpath','/home/chapelhi/public_html',null,null),
('SitePusher_mapi_pref_dbuser','chapelhi_admin',null,null),
('SitePusher_mapi_pref_ftpuser','chapelhi',null,null),
('SitePusher_mapi_pref_ftppassword','i5ZBlmyojo',null,null),
('SitePusher_mapi_pref_ftphost','208.76.245.99',null,null),
('SitePusher_mapi_pref_dbhost','localhost',null,null),
('SitePusher_mapi_pref_ftpchmod_dir','O755',null,null),
('SitePusher_mapi_pref_ftpchmod_file','O644',null,null),
('TinyMCEAdv_mapi_pref_enable_thumbs','1',null,null),
('TinyMCEAdv_mapi_pref_bodycss','default',null,null);

/* Table structure for table `cms_templates` */
DROP TABLE IF EXISTS `cms_templates`;

CREATE TABLE `cms_templates` (
  `template_id` int(11) NOT NULL,
  `template_name` varchar(255) default NULL,
  `template_content` text,
  `stylesheet` text,
  `encoding` varchar(25) default NULL,
  `active` tinyint(4) default NULL,
  `default_template` tinyint(4) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`template_id`),
  KEY `template_name` (`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_templates` */
insert into `cms_templates` values
(20,'Home Page','<!DOCTYPE html \r\n     PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n	<title>{sitename} - {title}</title> <!-- Make this changeable -->\r\n	<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\r\n	\r\n	{metadata}\r\n	<!-- \r\n	There will be two sorts of meta tags here, those who\r\n	can be modified by the customer and those that we modify \r\n	as a way to promote the general market. \r\n	-->		\r\n	\r\n	{stylesheet}\r\n	{cms_selflink dir=\"start\" rellink=1}\r\n	{cms_selflink dir=\"prev\" rellink=1}\r\n	{cms_selflink dir=\"next\" rellink=1}\r\n	<!-- Relational links for interconnections between pages, good for accessibility and Search Engine Optmization -->\r\n	\r\n	\r\n	\r\n	{literal}\r\n	<script type=\"text/JavaScript\">\r\n	<!--\r\n	//pass min and max -measured against window width\r\n	function P7_MinMaxW(a,b){\r\n		var nw=\"auto\",w=document.documentElement.clientWidth;\r\n		if(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n	}\r\n	//-->\r\n	</script>\r\n	<!--[if lte IE 6]>\r\n	<style type=\"text/css\">\r\n	#pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n	#container {height: 1%;}\r\n	</style>\r\n	<![endif]-->\r\n	{/literal}\r\n	<!-- The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" -->\r\n\r\n</head>\r\n<body>	\r\n<div id=\"container\">\r\n	<div id=\"table\">	\r\n		 <!-- start accessibility skip links -->\r\n	    <ul class=\"accessibility\">\r\n	      <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n	      <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n	    </ul>\r\n	    <!-- end accessibility skip links -->\r\n		\r\n		<div id=\"header\">		\r\n			<div id=\"headerLinks\">\r\n				{global_content name=\'headerlinks\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"nav\">\r\n			<!-- Navigation on the right -->\r\n			<div>\r\n				<h2 class=\"accessibility\">Navigation</h2>\r\n      			{menu template=\'navigation\' number_of_levels=\'1\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"date\">\r\n			{current_date format=\"%A %B %d, %Y\"}\r\n		</div>\r\n		\r\n		<div id=\"banner\">\r\n			<script language=\"JavaScript1.2\" type=\"text/javascript\" src=\"js/scroll.js\"></script>		\r\n		</div>	\r\n						\r\n		<div id=\"absLeft\"> <!-- Do not move this line, it puts the borders in place -->\r\n			<div> <!-- This is the drag and drop -->\r\n				<div class=\"absTitle\">	\r\n					{content block=\"Abstract Left - Title\" oneline=\"true\"}\r\n					</div>\r\n				<div class=\"absNews\">	{content block=\"Abstract Left - Content\"}				\r\n\r\n<div id=\"nms\">{cms_module module=\'NMS\'}</div>\r\n\r\n\r\n					</div>	\r\n			</div>\r\n		</div>					\r\n						\r\n		<div id=\"absRight\"> <!-- Do not move this line, it puts the borders in place -->\r\n			<div> <!-- This is the drag and drop -->\r\n				<div class=\"absTitle\">\r\n					{content block=\"Abstract Right - Title\" oneline=\"true\"}\r\n					</div>\r\n				<div class=\"body\">\r\n					{content block=\"Abstract Right - Content\"}\r\n					</div>\r\n			</div>	\r\n		</div>	\r\n		<div id=\"footer\">\r\n			{global_content name=\'footer\'}\r\n			<a href=\"http://www.rtplinks.com\" target=\"RTPLinks.com\"><img src=\"http://www.rtplinks.com/images/linkexchange150x30.gif\" width=\"150\" height=\"30\" border=\"0\" alt=\"http://www.rtplinks.com\"></a>\r\n			<IMG border=0 hspace=0 vspace=0 width=1 height=1 src=\"https://loc1.hitsprocessor.com/confirmation.asp?acct=drryanfox&type=33318&s=24&uniqueId=YOUR-UNIQUE-ID&orderAmount=YOUR-ORDER-AMOUNT\">\r\n			{global_content name=\'google\'}\r\n		</div>		\r\n	</div>\r\n</div>\r\n</body>\r\n</html>','','',1,0,'2007-08-22 11:56:57','2008-04-13 22:55:58'),
(27,'Secondary Pages','<!DOCTYPE html \r\n     PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n	<title>{sitename} - {title}</title> <!-- Make this changeable -->\r\n	<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\r\n	\r\n	{metadata}\r\n	<!-- \r\n	There will be two sorts of meta tags here, those who\r\n	can be modified by the customer and those that we modify \r\n	as a way to promote the general market. \r\n	-->		\r\n	\r\n	{stylesheet}\r\n	{cms_selflink dir=\"start\" rellink=1}\r\n	{cms_selflink dir=\"prev\" rellink=1}\r\n	{cms_selflink dir=\"next\" rellink=1}\r\n	<!-- Relational links for interconnections between pages, good for accessibility and Search Engine Optmization -->\r\n	\r\n	\r\n	\r\n	{literal}\r\n	<script type=\"text/JavaScript\">\r\n	<!--\r\n	//pass min and max -measured against window width\r\n	function P7_MinMaxW(a,b){\r\n		var nw=\"auto\",w=document.documentElement.clientWidth;\r\n		if(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n	}\r\n	//-->\r\n	</script>\r\n	<!--[if lte IE 6]>\r\n	<style type=\"text/css\">\r\n	#pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n	#container {height: 1%;}\r\n	</style>\r\n	<![endif]-->\r\n	{/literal}\r\n	<!-- The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" -->\r\n</head>\r\n\r\n<body>	\r\n<div id=\"container\">\r\n	<div id=\"table\">	\r\n		 <!-- start accessibility skip links -->\r\n	    <ul class=\"accessibility\">\r\n	      <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n	      <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n	    </ul>\r\n	    <!-- end accessibility skip links -->\r\n		\r\n		<div id=\"header\">		\r\n			<div id=\"headerLinks\">\r\n				{global_content name=\'headerlinks\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"nav\">\r\n			<!-- Navigation on the right -->\r\n			<div>\r\n				<h2 class=\"accessibility\">Navigation</h2>\r\n      			{menu template=\'navigation\' number_of_levels=\'1\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"date\">\r\n			{current_date format=\"%A %B %d, %Y\"}\r\n		</div>\r\n		\r\n		<div>\r\n			<div class=\"title\">{title}</div>			\r\n		</div>	\r\n		\r\n		<div class=\"breadcrumbs\">\r\n			{breadcrumbs root=\'Home\' delimiter=\'&raquo;\'}\r\n		</div>	\r\n		\r\n		<div class=\"subnav\">			\r\n	         <h2 class=\"accessibility\">Sub Navigation</h2>	\r\n	          <!-- NB! The <ul><li> below is only added because several default templates use the same menu stylesheet, to \"force\" the subnavigation to act as if it\'s the second level in a list -->\r\n	         {menu template=\'subnavigation\' start_level=\'2\' collapse=\'1\'}\r\n	     	 <hr class=\"accessibility\" />	\r\n<div class=\"testi\">{content block=\"Testimonial\"}</div>     	\r\n		</div>\r\n			\r\n		<div class=\"body\">\r\n			<div class=\"bodyTitle\">{title}</div>\r\n			\r\n			{content}\r\n			\r\n			<br />\r\n		</div>\r\n		<!-- Hide Newsletter\r\n		<div class=\"newsletter\">\r\n		<form action = \"newsletter.php\" method = \"post\" onSubmit=\"return defaultagree(this)\" style=\"margin:0;\">\r\n			Sign up to receive lots of tips for promoting a healthy lifestyle:\r\n			<input onfocus=\"if(this.value == \' Enter email address\') this.value=\'\'\" onblur=\"if(this.value == \'\') this.value=\' Enter email address\'\" class=\"textBoxXX\" name=\"email\" type=\"text\" value=\" Enter email address\">\r\n			<input class=\"submitButton\" type=\"submit\" name=\"submit\" value=\"Subscribe\">\r\n			\r\n			<input type = \"hidden\" name = \"selfref\" value = \"on\">\r\n		</form>	\r\n		</div>\r\n		-->\r\n		<div id=\"footer\">\r\n			{global_content name=\'footer\'}\r\n		</div>\r\n		\r\n	</div>\r\n\r\n</div>\r\n{global_content name=\'google\'}\r\n<IMG border=0 hspace=0 vspace=0 width=1 height=1 src=\"https://loc1.hitsprocessor.com/confirmation.asp?acct=drryanfox&type=33318&s=24&uniqueId=YOUR-UNIQUE-ID&orderAmount=YOUR-ORDER-AMOUNT\">\r\n</body>\r\n</html>','','',1,1,'2007-08-29 14:21:31','2008-04-13 22:55:58'),
(29,'Center Page','<!DOCTYPE html \r\n     PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n	<title>{sitename} - {title}</title> <!-- Make this changeable -->\r\n	<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\r\n	\r\n	{metadata}\r\n	<!-- \r\n	There will be two sorts of meta tags here, those who\r\n	can be modified by the customer and those that we modify \r\n	as a way to promote the general market. \r\n	-->		\r\n	\r\n	{stylesheet}\r\n	{cms_selflink dir=\"start\" rellink=1}\r\n	{cms_selflink dir=\"prev\" rellink=1}\r\n	{cms_selflink dir=\"next\" rellink=1}\r\n	<!-- Relational links for interconnections between pages, good for accessibility and Search Engine Optmization -->\r\n	\r\n	\r\n	\r\n	{literal}\r\n	<script type=\"text/JavaScript\">\r\n	<!--\r\n	//pass min and max -measured against window width\r\n	function P7_MinMaxW(a,b){\r\n		var nw=\"auto\",w=document.documentElement.clientWidth;\r\n		if(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n	}\r\n	//-->\r\n	</script>\r\n	<!--[if lte IE 6]>\r\n	<style type=\"text/css\">\r\n	#pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n	#container {height: 1%;}\r\n	</style>\r\n	<![endif]-->\r\n	{/literal}\r\n	<!-- The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" -->\r\n\r\n</head>\r\n<body>	\r\n<div id=\"container\">\r\n	<div id=\"table\">	\r\n		 <!-- start accessibility skip links -->\r\n	    <ul class=\"accessibility\">\r\n	      <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n	      <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n	    </ul>\r\n	    <!-- end accessibility skip links -->\r\n		\r\n		<div id=\"header\">		\r\n			<div id=\"headerLinks\">\r\n				{global_content name=\'headerlinks\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"nav\">\r\n			<!-- Navigation on the right -->\r\n			<div>\r\n				<h2 class=\"accessibility\">Navigation</h2>\r\n      			{menu template=\'navigation\' number_of_levels=\'1\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"date\">\r\n			{current_date format=\"%A %B %d, %Y\"}\r\n		</div>\r\n		\r\n		<div>\r\n			<div class=\"title\">{title}</div>			\r\n		</div>	\r\n		\r\n		<div class=\"breadcrumbs\">\r\n			{breadcrumbs root=\'Home\' delimiter=\'&raquo;\'}\r\n		</div>	\r\n		\r\n					\r\n		<div class=\"body701\">\r\n			<div class=\"bodyTitle\">{title}</div>\r\n			\r\n			{content}\r\n			\r\n			<br />\r\n		</div>\r\n		<!-- Hide Newsletter\r\n		<div class=\"newsletter\">\r\n		<form action = \"newsletter.php\" method = \"post\" onSubmit=\"return defaultagree(this)\" style=\"margin:0;\">\r\n			Sign up to receive lots of tips for promoting a healthy lifestyle:\r\n			<input onfocus=\"if(this.value == \' Enter email address\') this.value=\'\'\" onblur=\"if(this.value == \'\') this.value=\' Enter email address\'\" class=\"textBoxXX\" name=\"email\" type=\"text\" value=\" Enter email address\">\r\n			<input class=\"submitButton\" type=\"submit\" name=\"submit\" value=\"Subscribe\">\r\n			\r\n			<input type = \"hidden\" name = \"selfref\" value = \"on\">\r\n		</form>	\r\n		</div>\r\n		-->\r\n		<div id=\"footer\">\r\n			{global_content name=\'footer\'}\r\n		</div>\r\n		\r\n	</div>\r\n\r\n</div>\r\n{global_content name=\'google\'}\r\n<IMG border=0 hspace=0 vspace=0 width=1 height=1 src=\"https://loc1.hitsprocessor.com/confirmation.asp?acct=drryanfox&type=33318&s=24&uniqueId=YOUR-UNIQUE-ID&orderAmount=YOUR-ORDER-AMOUNT\">\r\n</body>\r\n</html>','','',1,0,'2007-09-29 15:04:05','2008-04-13 22:55:58'),
(30,'BLANK','<!DOCTYPE html \r\n     PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n	<title>{sitename} - {title}</title> <!-- Make this changeable -->\r\n	<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\r\n	\r\n	{metadata}\r\n	<!-- \r\n	There will be two sorts of meta tags here, those who\r\n	can be modified by the customer and those that we modify \r\n	as a way to promote the general market. \r\n	-->		\r\n	\r\n	{stylesheet}\r\n	{cms_selflink dir=\"start\" rellink=1}\r\n	{cms_selflink dir=\"prev\" rellink=1}\r\n	{cms_selflink dir=\"next\" rellink=1}\r\n	<!-- Relational links for interconnections between pages, good for accessibility and Search Engine Optmization -->\r\n	\r\n	\r\n	\r\n	{literal}\r\n	<script type=\"text/JavaScript\">\r\n	<!--\r\n	//pass min and max -measured against window width\r\n	function P7_MinMaxW(a,b){\r\n		var nw=\"auto\",w=document.documentElement.clientWidth;\r\n		if(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n	}\r\n	//-->\r\n	</script>\r\n	<!--[if lte IE 6]>\r\n	<style type=\"text/css\">\r\n	#pagewrapper {width:expression(P7_MinMaxW(950,950));}\r\n	#container {height: 1%;}\r\n	</style>\r\n	<![endif]-->\r\n	{/literal}\r\n	<!-- The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" -->\r\n	\r\n</head>\r\n<body>	\r\n<div id=\"container\">\r\n	<div id=\"table\">	\r\n		 <!-- start accessibility skip links -->\r\n	    <ul class=\"accessibility\">\r\n	      <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n	      <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n	    </ul>\r\n	    <!-- end accessibility skip links -->\r\n		\r\n		<div id=\"header\">		\r\n			<div id=\"headerLinks\">\r\n				{global_content name=\'headerlinks\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"nav\">\r\n			<!-- Navigation on the right -->\r\n			<div>\r\n				<h2 class=\"accessibility\">Navigation</h2>\r\n      			{menu template=\'navigation\' number_of_levels=\'1\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"date\">\r\n			{current_date format=\"%A %B %d, %Y\"}\r\n		</div>\r\n		\r\n		<div>\r\n			<div class=\"title\">{title}</div>			\r\n		</div>	\r\n		\r\n		<div class=\"breadcrumbs\">\r\n			{breadcrumbs root=\'Home\' delimiter=\'&raquo;\'}\r\n		</div>	\r\n		\r\n					\r\n		<div class=\"body701\">\r\n			<div class=\"bodyTitle\">{title}</div>\r\n			\r\n			{content}\r\n			\r\n			<br />\r\n		</div>\r\n		<!-- Hide Newsletter\r\n		<div class=\"newsletter\">\r\n		<form action = \"newsletter.php\" method = \"post\" onSubmit=\"return defaultagree(this)\" style=\"margin:0;\">\r\n			Sign up to receive lots of tips for promoting a healthy lifestyle:\r\n			<input onfocus=\"if(this.value == \' Enter email address\') this.value=\'\'\" onblur=\"if(this.value == \'\') this.value=\' Enter email address\'\" class=\"textBoxXX\" name=\"email\" type=\"text\" value=\" Enter email address\">\r\n			<input class=\"submitButton\" type=\"submit\" name=\"submit\" value=\"Subscribe\">\r\n			\r\n			<input type = \"hidden\" name = \"selfref\" value = \"on\">\r\n		</form>	\r\n		</div>\r\n		-->\r\n		<div id=\"footer\">\r\n			{global_content name=\'footer\'}\r\n		</div>\r\n		\r\n	</div>\r\n\r\n</div>\r\n</body>\r\n</html>','','',1,0,'2007-10-18 03:50:37','2008-04-13 22:55:58'),
(31,'Home Page Copy','<!DOCTYPE html \r\n     PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n	<title>{sitename} - {title}</title> <!-- Make this changeable -->\r\n	<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\r\n	\r\n	{metadata}\r\n	<!-- \r\n	There will be two sorts of meta tags here, those who\r\n	can be modified by the customer and those that we modify \r\n	as a way to promote the general market. \r\n	-->		\r\n	\r\n	{stylesheet}\r\n	{cms_selflink dir=\"start\" rellink=1}\r\n	{cms_selflink dir=\"prev\" rellink=1}\r\n	{cms_selflink dir=\"next\" rellink=1}\r\n	<!-- Relational links for interconnections between pages, good for accessibility and Search Engine Optmization -->\r\n	\r\n	\r\n	\r\n	{literal}\r\n	<script type=\"text/JavaScript\">\r\n	<!--\r\n	//pass min and max -measured against window width\r\n	function P7_MinMaxW(a,b){\r\n		var nw=\"auto\",w=document.documentElement.clientWidth;\r\n		if(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n	}\r\n	//-->\r\n	</script>\r\n	<!--[if lte IE 6]>\r\n	<style type=\"text/css\">\r\n	#pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n	#container {height: 1%;}\r\n	</style>\r\n	<![endif]-->\r\n	{/literal}\r\n	<!-- The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" -->\r\n\r\n</head>\r\n<body>	\r\n<div id=\"container\">\r\n	<div id=\"table\">	\r\n		 <!-- start accessibility skip links -->\r\n	    <ul class=\"accessibility\">\r\n	      <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n	      <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n	    </ul>\r\n	    <!-- end accessibility skip links -->\r\n		\r\n		<div id=\"header\">		\r\n			<div id=\"headerLinks\">\r\n				{global_content name=\'headerlinks\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"nav\">\r\n			<!-- Navigation on the right -->\r\n			<div>\r\n				<h2 class=\"accessibility\">Navigation</h2>\r\n      			{menu template=\'navigation\' number_of_levels=\'1\'}\r\n			</div>\r\n		</div>\r\n		\r\n		<div id=\"date\">\r\n			{current_date format=\"%A %B %d, %Y\"}\r\n		</div>\r\n		\r\n		<div id=\"banner\">\r\n		<script language=\"JavaScript1.2\" type=\"text/javascript\" src=\"images/slide2/scroll2.js\"></script>	\r\n		</div>	\r\n						\r\n		<div id=\"absLeft\"> <!-- Do not move this line, it puts the borders in place -->\r\n			<div> <!-- This is the drag and drop -->\r\n				<div class=\"absTitle\">	\r\n					{content block=\"Abstract Left - Title\" oneline=\"true\"}\r\n					</div>\r\n				<div class=\"absNews\">	{content block=\"Abstract Left - Content\"}				\r\n\r\n<div id=\"nms\">{cms_module module=\'NMS\'}</div>\r\n\r\n\r\n					</div>	\r\n			</div>\r\n		</div>					\r\n						\r\n		<div id=\"absRight\"> <!-- Do not move this line, it puts the borders in place -->\r\n			<div> <!-- This is the drag and drop -->\r\n				<div class=\"absTitle\">\r\n					{content block=\"Abstract Right - Title\" oneline=\"true\"}\r\n					</div>\r\n				<div class=\"body\">\r\n					{content block=\"Abstract Right - Content\"}\r\n					</div>\r\n			</div>	\r\n		</div>	\r\n		<div id=\"footer\">\r\n			{global_content name=\'footer\'}\r\n		</div>		\r\n	</div>\r\n</div>\r\n</body>\r\n</html>','','',1,0,'2008-03-19 16:00:51','2008-04-29 11:05:13');

/* Table structure for table `cms_templates_seq` */
DROP TABLE IF EXISTS `cms_templates_seq`;

CREATE TABLE `cms_templates_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_templates_seq` */
insert into `cms_templates_seq` values
(31);

/* Table structure for table `cms_user_groups` */
DROP TABLE IF EXISTS `cms_user_groups`;

CREATE TABLE `cms_user_groups` (
  `group_id` int(11) default NULL,
  `user_id` int(11) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_user_groups` */
insert into `cms_user_groups` values
(1,2,'2008-06-11 19:22:55','2008-06-11 19:22:55'),
(2,3,'2008-06-11 19:23:12','2008-06-11 19:23:12'),
(1,1,'2008-06-11 19:22:55','2008-06-11 19:22:55');

/* Table structure for table `cms_userplugins` */
DROP TABLE IF EXISTS `cms_userplugins`;

CREATE TABLE `cms_userplugins` (
  `userplugin_id` int(11) NOT NULL,
  `userplugin_name` varchar(255) default NULL,
  `code` text,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`userplugin_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_userplugins` */
insert into `cms_userplugins` values
(1,'user_agent','//Code to show the user\'s user agent information.\r\necho $_SERVER[\"HTTP_USER_AGENT\"];','2006-07-25 21:22:33','2006-07-25 21:22:33'),
(2,'copyright','//set start to date your site was published\r\n$startCopyRight=\'2006\';\r\n\r\n// check if start year is this year\r\nif(date(\'Y\') == $startCopyRight){\r\n// it was, just print this year\r\n    echo $startCopyRight;\r\n}else{\r\n// it wasnt, print startyear and this year delimited with a dash\r\n    echo $startCopyRight.\'-\'. date(\'Y\');\r\n}','2006-07-25 21:22:33','2007-08-23 20:38:13');

/* Table structure for table `cms_userplugins_seq` */
DROP TABLE IF EXISTS `cms_userplugins_seq`;

CREATE TABLE `cms_userplugins_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_userplugins_seq` */
insert into `cms_userplugins_seq` values
(2);

/* Table structure for table `cms_userprefs` */
DROP TABLE IF EXISTS `cms_userprefs`;

CREATE TABLE `cms_userprefs` (
  `user_id` int(11) default NULL,
  `preference` varchar(50) default NULL,
  `value` text,
  `type` varchar(25) default NULL,
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_userprefs` */
insert into `cms_userprefs` values
(1,'use_wysiwyg','1',null),
(1,'wysiwyg','FCKeditorX',null),
(1,'default_cms_language','en_US',null),
(1,'admintheme','default',null),
(1,'bookmarks','on',null),
(1,'recent','on',null),
(1,'indent','on',null),
(1,'ajax','0',null),
(1,'paging','0',null),
(1,'collapse','0=1.66=1.69=1.68=1.82=1.',null),
(1,'hide_help_links','0',null),
(1,'gcb_wysiwyg','on',null),
(2,'wysiwyg','FCKeditorX',null),
(2,'default_cms_language','en_US',null),
(2,'admintheme','default',null),
(2,'bookmarks','on',null),
(2,'recent','on',null),
(2,'collapse','66=1.68=1.82=1.69=1.0=1.92=1.90=1.',null),
(2,'gcb_wysiwyg','on',null),
(2,'hide_help_links','0',null),
(2,'indent','on',null),
(2,'paging','0',null),
(3,'wysiwyg','FCKeditorX',null),
(3,'default_cms_language','en_US',null),
(3,'admintheme','default',null),
(3,'bookmarks','0',null),
(3,'recent','on',null),
(3,'gcb_wysiwyg','on',null),
(3,'hide_help_links','0',null),
(3,'indent','on',null),
(3,'paging','0',null),
(1,'syntaxhighlighter','',null),
(1,'date_format_string','%x %X',null),
(1,'homepage','',null);

/* Table structure for table `cms_users` */
DROP TABLE IF EXISTS `cms_users`;

CREATE TABLE `cms_users` (
  `user_id` int(11) NOT NULL,
  `username` varchar(25) default NULL,
  `password` varchar(40) default NULL,
  `admin_access` tinyint(4) default NULL,
  `first_name` varchar(50) default NULL,
  `last_name` varchar(50) default NULL,
  `email` varchar(255) default NULL,
  `active` tinyint(4) default NULL,
  `create_date` datetime default NULL,
  `modified_date` datetime default NULL,
  PRIMARY KEY  (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_users` */
insert into `cms_users` values
(1,'inyerface','df65dd13d5babc6379ded8efa0a5c10b',1,'Admin','User','mitch@inyerface.ca',1,'2006-07-25 21:22:33','2006-07-25 21:22:33'),
(2,'drryanfox','5f4dcc3b5aa765d61d8327deb882cf99',1,'Ryan','Fox','drryanfox@hotmail.com',1,'2007-08-27 15:47:42','2008-06-11 19:31:43'),
(3,'admin','3f230640b78d7e71ac5514e57935eb69',1,'','','',1,'2007-10-17 12:17:27','2007-10-17 12:17:27');

/* Table structure for table `cms_users_seq` */
DROP TABLE IF EXISTS `cms_users_seq`;

CREATE TABLE `cms_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_users_seq` */
insert into `cms_users_seq` values
(3);

/* Table structure for table `cms_version` */
DROP TABLE IF EXISTS `cms_version`;

CREATE TABLE `cms_version` (
  `version` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/* dumping data for table `cms_version` */
insert into `cms_version` values
(29);

