-- phpMyAdmin SQL Dump
-- version 2.11.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 18, 2010 at 07:19 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.5

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `motherearth`
--

-- --------------------------------------------------------

--
-- Table structure for table `jos_banner`
--

CREATE TABLE IF NOT EXISTS `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(30) NOT NULL default 'banner',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL default '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `jos_banner`
--

INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `alias`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`, `catid`, `description`, `sticky`, `ordering`, `publish_up`, `publish_down`, `tags`, `params`) VALUES
(1, 1, 'banner', 'OSM 1', 'osm-1', 0, 43, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(2, 1, 'banner', 'OSM 2', 'osm-2', 0, 49, 0, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(3, 1, '', 'Joomla!', 'joomla', 0, 17, 0, '', 'http://www.joomla.org', '2006-05-29 14:21:28', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomla! The most popular and widely used Open Source CMS Project in the world.', 14, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(4, 1, '', 'JoomlaCode', 'joomlacode', 0, 17, 0, '', 'http://joomlacode.org', '2006-05-29 14:19:26', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomlaCode, development and distribution made easy.', 14, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(5, 1, '', 'Joomla! Extensions', 'joomla-extensions', 0, 12, 0, '', 'http://extensions.joomla.org', '2006-05-29 14:23:21', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomla! Components, Modules, Plugins and Languages by the bucket load.', 14, '', 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(6, 1, '', 'Joomla! Shop', 'joomla-shop', 0, 12, 0, '', 'http://shop.joomla.org', '2006-05-29 14:23:21', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nFor all your Joomla! merchandise.', 14, '', 0, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(7, 1, '', 'Joomla! Promo Shop', 'joomla-promo-shop', 0, 8, 1, 'shop-ad.jpg', 'http://shop.joomla.org', '2007-09-19 17:26:24', 1, 0, '0000-00-00 00:00:00', '', '', 33, '', 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(8, 1, '', 'Joomla! Promo Books', 'joomla-promo-books', 0, 9, 0, 'shop-ad-books.jpg', 'http://shop.joomla.org/amazoncom-bookstores.html', '2007-09-19 17:28:01', 1, 0, '0000-00-00 00:00:00', '', '', 33, '', 0, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_bannerclient`
--

CREATE TABLE IF NOT EXISTS `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `contact` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_bannerclient`
--

INSERT INTO `jos_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES
(1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `jos_bannertrack`
--

CREATE TABLE IF NOT EXISTS `jos_bannertrack` (
  `track_date` date NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_bannertrack`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_categories`
--

CREATE TABLE IF NOT EXISTS `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(255) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `image` varchar(255) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(30) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=42 ;

--
-- Dumping data for table `jos_categories`
--

INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(2, 0, 'Joomla! Specific Links', '', 'joomla-specific-links', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(4, 0, 'Joomla!', '', 'joomla', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(5, 0, 'Free and Open Source Software', '', 'free-and-open-source-software', '', 'com_newsfeeds', 'left', 'Read the latest news about free and open source software from some of its leading advocates.', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(6, 0, 'Related Projects', '', 'related-projects', '', 'com_newsfeeds', 'left', 'Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(12, 0, 'Contacts', '', 'contacts', '', 'com_contact_details', 'left', 'Contact Details for this Web site', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(13, 0, 'Joomla', '', 'joomla', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(14, 0, 'Text Ads', '', 'text-ads', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(15, 0, 'Features', '', 'features', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(17, 0, 'Benefits', '', 'benefits', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(18, 0, 'Platforms', '', 'platforms', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(19, 0, 'Other Resources', '', 'other-resources', '', 'com_weblinks', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(29, 0, 'Page', '', 'page', '', '4', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(33, 0, 'Joomla! Promo', '', 'joomla-promo', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(34, 0, 'Default', 'Default', '', '', 'com_jevents', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(35, 0, 'Lake Superior 2003', '', 'lake-superior-2003', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(36, 0, 'Lake Michigan 2004', '', 'lake-michigan-2004', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(37, 0, 'Lake Huron 2005', '', 'lake-huron-2005', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(38, 0, 'Lake Ontario 2006', '', 'lake-ontario-2006', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(39, 0, 'Lake Erie 2007', '', 'lake-erie-2007', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''),
(40, 0, 'Lake Michigan 2008', '', 'lake-michigan-2008', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(41, 0, 'St Lawrence River 2009', '', 'st-lawrence-river-2009', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_components`
--

CREATE TABLE IF NOT EXISTS `jos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  `enabled` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`id`),
  KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=48 ;

--
-- Dumping data for table `jos_components`
--

INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
(1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1),
(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1),
(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(6, 'Categories', '', 0, 4, 'option=com_categories&section=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1),
(9, 'Categories', '', 0, 7, 'option=com_categories&section=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1),
(13, 'Categories', '', 0, 11, 'option=com_categories&section=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1),
(15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1),
(16, 'Categories', '', 0, 1, 'option=com_categories&section=com_banner', 'Categories', '', 3, '', 1, '', 1),
(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1),
(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1),
(19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n', 1),
(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n', 1),
(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1),
(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1),
(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, '', 1),
(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1),
(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1),
(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1),
(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1),
(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1),
(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1),
(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1),
(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1),
(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1),
(44, 'JCE MENU INSTALL', '', 0, 34, 'option=com_jce&type=install', 'JCE MENU INSTALL', 'com_jce', 4, 'templates/khepri/images/menu/icon-16-install.png', 0, '', 1),
(43, 'JCE MENU PLUGINS', '', 0, 34, 'option=com_jce&type=plugin', 'JCE MENU PLUGINS', 'com_jce', 3, 'templates/khepri/images/menu/icon-16-plugin.png', 0, '', 1),
(42, 'JCE MENU GROUPS', '', 0, 34, 'option=com_jce&type=group', 'JCE MENU GROUPS', 'com_jce', 2, 'templates/khepri/images/menu/icon-16-user.png', 0, '', 1),
(41, 'JCE MENU CONFIG', '', 0, 34, 'option=com_jce&type=config', 'JCE MENU CONFIG', 'com_jce', 1, 'templates/khepri/images/menu/icon-16-config.png', 0, '', 1),
(34, 'JCE', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE', 'com_jce', 0, 'components/com_jce/img/logo.png', 0, '\npackage=1\npackage=1', 1),
(40, 'JCE MENU CPANEL', '', 0, 34, 'option=com_jce', 'JCE MENU CPANEL', 'com_jce', 0, 'templates/khepri/images/menu/icon-16-cpanel.png', 0, '', 1),
(47, 'Xmap', 'option=com_xmap', 0, 0, 'option=com_xmap', 'Xmap', 'com_xmap', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(46, 'JEvents MVC', 'option=com_jevents', 0, 0, 'option=com_jevents', 'JEvents MVC', 'com_jevents', 0, 'js/ThemeOffice/component.png', 0, 'com_calViewName=default\ncom_dateformat=0\ncom_calUseStdTime=1\ncom_blockRobots=1\nrobotprior=-1 month\nrobotpost=+1 month\ncom_cache=0\ncom_calHeadline=comp\ncom_calUseIconic=1\ncom_navbarcolor=green\ncom_earliestyear=2000\ncom_latestyear=2015\ncom_starday=0\ncom_print_icon_view=0\ncom_email_icon_view=0\ncom_hideshowbycats=1\ninstalllayouts=0\ncom_copyright=1\nlargeDataSetLimit=100000\nshowPanelNews=0\njevadmin=62\nauthorisedonly=0\njevcreator_level=18\njeveditor_level=18\njevpublish_level=21\njevpublishown=1\nicaltimezone=\nicalkey=secret phrase\nshowicalicon=0\nicalmultiday=0\nicalmultiday24h=0\neditpopup=0\npopupw=800\npopuph=500\ndefaultcat=0\ncom_calForceCatColorEventForm=2\ncom_single_pane_edit=0\ntimebeforedescription=0\ncom_show_editor_buttons=0\ncom_editor_button_exceptions=pagebreak,readmore\ncom_notifyboth=0\ncom_notifyallevents=0\nshowpriority=0\nmultiday=1\ncom_byview=1\ncom_mailview=1\ncom_hitsview=1\ncom_repeatview=1\ncom_calCutTitle=15\ncom_calMaxDisplay=15\ncom_calDisplayStarttime=1\ncom_enableToolTip=1\ntooltiptype=joomla\ncom_calTTBackground=1\ncom_calTTPosX=LEFT\ncom_calTTPosY=BELOW\ncom_calTTShadow=0\ncom_calTTShadowX=0\ncom_calTTShadowY=0\ncom_calEventListRowsPpg=10\nshowyearpast=1\ncom_showrepeats=1\nshowyeardate=0\ncom_rss_cache=1\ncom_rss_cache_time=3600\ncom_rss_count=5\ncom_rss_live_bookmarks=1\ncom_rss_modid=0\ncom_rss_title=JEvents Syndication for Joomla\ncom_rss_description=Powered by JEvents!\ncom_rss_limit_text=0\ncom_rss_text_length=20\ncom_rss_logo=\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\nmodlatest_MaxEvents=10\nmodlatest_Mode=0\nmodlatest_Days=5\nmodlatest_NoRepeat=1\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_RSS=0\n\n', 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_contact_details`
--

CREATE TABLE IF NOT EXISTS `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `con_position` varchar(255) default NULL,
  `address` text,
  `suburb` varchar(100) default NULL,
  `state` varchar(100) default NULL,
  `country` varchar(100) default NULL,
  `postcode` varchar(100) default NULL,
  `telephone` varchar(255) default NULL,
  `fax` varchar(255) default NULL,
  `misc` mediumtext,
  `image` varchar(255) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(255) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `mobile` varchar(255) NOT NULL default '',
  `webpage` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_contact_details`
--

INSERT INTO `jos_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`) VALUES
(1, 'Name', 'name', 'Position', 'Street', 'Suburb', 'State', 'Country', 'Zip Code', 'Telephone', 'Fax', 'Miscellanous info', 'powered_by.png', 'top', 'email@email.com', 1, 1, 0, '0000-00-00 00:00:00', 1, 'show_name=1\r\nshow_position=1\r\nshow_email=0\r\nshow_street_address=1\r\nshow_suburb=1\r\nshow_state=1\r\nshow_postcode=1\r\nshow_country=1\r\nshow_telephone=1\r\nshow_mobile=1\r\nshow_fax=1\r\nshow_webpage=1\r\nshow_misc=1\r\nshow_image=1\r\nallow_vcard=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=\r\nshow_email_form=1\r\nemail_description=1\r\nshow_email_copy=1\r\nbanned_email=\r\nbanned_subject=\r\nbanned_text=', 0, 12, 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_content`
--

CREATE TABLE IF NOT EXISTS `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `title_alias` varchar(255) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  `metadata` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=111 ;

--
-- Dumping data for table `jos_content`
--

INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(18, 'Location', 'location', '', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit aliquet diam. Etiam sed massa blandit nisl facilisis dignissim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis nec libero vitae risus bibendum posuere. Etiam sagittis, ipsum eget ullamcorper condimentum, odio justo luctus nulla, quis venenatis diam ante a augue. Proin quis mi et ipsum pretium euismod. Donec ante. Proin odio sapien, egestas non, feugiat eu, accumsan vitae, leo. Nunc a eros. Vestibulum facilisis elementum justo. Fusce commodo facilisis mauris. Vivamus eu tortor. Mauris tristique pellentesque pede. Sed odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus id augue. Sed pharetra, ligula quis mattis lacinia, felis sapien feugiat elit, non dictum lorem tortor vel ante. Ut odio mauris, eleifend non, cursus non, condimentum quis, tortor.</p>\r\n<p>Etiam ultrices tellus id libero. Duis vestibulum dolor sed metus. Maecenas lorem libero, sollicitudin eu, blandit vehicula, auctor commodo, justo. Maecenas interdum faucibus eros. Aliquam erat volutpat. Sed rhoncus ligula tempor ligula. In non augue id pede eleifend placerat. Nulla facilisi. Nunc adipiscing augue adipiscing diam. Nam ut lectus id eros malesuada interdum. Maecenas id quam. Nulla sit amet leo. Morbi interdum tempus nunc. Aenean quam nulla, tincidunt vitae, tincidunt sed, aliquet vel, elit. Cras ullamcorper nisi.</p>', '', -2, 4, 0, 29, '2008-08-08 23:32:45', 62, '', '2010-03-13 20:20:26', 62, 0, '0000-00-00 00:00:00', '2006-10-07 06:00:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 16, 0, 0, '', '', 0, 106, 'robots=\nauthor='),
(19, 'The Salon', 'the-salon', '', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit aliquet diam. Etiam sed massa blandit nisl facilisis dignissim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis nec libero vitae risus bibendum posuere. Etiam sagittis, ipsum eget ullamcorper condimentum, odio justo luctus nulla, quis venenatis diam ante a augue. Proin quis mi et ipsum pretium euismod. Donec ante. Proin odio sapien, egestas non, feugiat eu, accumsan vitae, leo. Nunc a eros. Vestibulum facilisis elementum justo. Fusce commodo facilisis mauris. Vivamus eu tortor. Mauris tristique pellentesque pede. Sed odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus id augue. Sed pharetra, ligula quis mattis lacinia, felis sapien feugiat elit, non dictum lorem tortor vel ante. Ut odio mauris, eleifend non, cursus non, condimentum quis, tortor.</p>\r\n<p>Etiam ultrices tellus id libero. Duis vestibulum dolor sed metus. Maecenas lorem libero, sollicitudin eu, blandit vehicula, auctor commodo, justo. Maecenas interdum faucibus eros. Aliquam erat volutpat. Sed rhoncus ligula tempor ligula. In non augue id pede eleifend placerat. Nulla facilisi. Nunc adipiscing augue adipiscing diam. Nam ut lectus id eros malesuada interdum. Maecenas id quam. Nulla sit amet leo. Morbi interdum tempus nunc. Aenean quam nulla, tincidunt vitae, tincidunt sed, aliquet vel, elit. Cras ullamcorper nisi.</p>', '', -2, 4, 0, 29, '2008-08-09 07:49:20', 62, '', '2010-03-13 20:19:41', 62, 0, '0000-00-00 00:00:00', '2006-10-07 10:00:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 23, 0, 0, '', '', 0, 848, 'robots=\nauthor='),
(22, 'Our Services', 'our-services', '', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit aliquet diam. Etiam sed massa blandit nisl facilisis dignissim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis nec libero vitae risus bibendum posuere. Etiam sagittis, ipsum eget ullamcorper condimentum, odio justo luctus nulla, quis venenatis diam ante a augue. Proin quis mi et ipsum pretium euismod. Donec ante. Proin odio sapien, egestas non, feugiat eu, accumsan vitae, leo. Nunc a eros. Vestibulum facilisis elementum justo. Fusce commodo facilisis mauris. Vivamus eu tortor. Mauris tristique pellentesque pede. Sed odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus id augue. Sed pharetra, ligula quis mattis lacinia, felis sapien feugiat elit, non dictum lorem tortor vel ante. Ut odio mauris, eleifend non, cursus non, condimentum quis, tortor.</p>\r\n<p>Etiam ultrices tellus id libero. Duis vestibulum dolor sed metus. Maecenas lorem libero, sollicitudin eu, blandit vehicula, auctor commodo, justo. Maecenas interdum faucibus eros. Aliquam erat volutpat. Sed rhoncus ligula tempor ligula. In non augue id pede eleifend placerat. Nulla facilisi. Nunc adipiscing augue adipiscing diam. Nam ut lectus id eros malesuada interdum. Maecenas id quam. Nulla sit amet leo. Morbi interdum tempus nunc. Aenean quam nulla, tincidunt vitae, tincidunt sed, aliquet vel, elit. Cras ullamcorper nisi.</p>', '', -2, 4, 0, 29, '2008-08-11 22:13:58', 62, '', '2010-03-13 20:19:55', 62, 0, '0000-00-00 00:00:00', '2006-10-10 18:00:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 15, 0, 0, '', '', 0, 168, 'robots=\nauthor='),
(24, 'Policies', 'policies', '', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit aliquet diam. Etiam sed massa blandit nisl facilisis dignissim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis nec libero vitae risus bibendum posuere. Etiam sagittis, ipsum eget ullamcorper condimentum, odio justo luctus nulla, quis venenatis diam ante a augue. Proin quis mi et ipsum pretium euismod. Donec ante. Proin odio sapien, egestas non, feugiat eu, accumsan vitae, leo. Nunc a eros. Vestibulum facilisis elementum justo. Fusce commodo facilisis mauris. Vivamus eu tortor. Mauris tristique pellentesque pede. Sed odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus id augue. Sed pharetra, ligula quis mattis lacinia, felis sapien feugiat elit, non dictum lorem tortor vel ante. Ut odio mauris, eleifend non, cursus non, condimentum quis, tortor.</p>\r\n<p>Etiam ultrices tellus id libero. Duis vestibulum dolor sed metus. Maecenas lorem libero, sollicitudin eu, blandit vehicula, auctor commodo, justo. Maecenas interdum faucibus eros. Aliquam erat volutpat. Sed rhoncus ligula tempor ligula. In non augue id pede eleifend placerat. Nulla facilisi. Nunc adipiscing augue adipiscing diam. Nam ut lectus id eros malesuada interdum. Maecenas id quam. Nulla sit amet leo. Morbi interdum tempus nunc. Aenean quam nulla, tincidunt vitae, tincidunt sed, aliquet vel, elit. Cras ullamcorper nisi.</p>', '', -2, 4, 0, 29, '2008-08-12 22:33:10', 62, '', '2010-03-13 20:20:49', 62, 0, '0000-00-00 00:00:00', '2006-10-11 06:00:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 16, 0, 0, '', '', 0, 80, 'robots=\nauthor='),
(26, 'What''s New', 'whats-new', '', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis blandit aliquet diam. Etiam sed massa blandit nisl facilisis dignissim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis nec libero vitae risus bibendum posuere. Etiam sagittis, ipsum eget ullamcorper condimentum, odio justo luctus nulla, quis venenatis diam ante a augue. Proin quis mi et ipsum pretium euismod. Donec ante. Proin odio sapien, egestas non, feugiat eu, accumsan vitae, leo. Nunc a eros. Vestibulum facilisis elementum justo. Fusce commodo facilisis mauris. Vivamus eu tortor. Mauris tristique pellentesque pede. Sed odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus id augue. Sed pharetra, ligula quis mattis lacinia, felis sapien feugiat elit, non dictum lorem tortor vel ante. Ut odio mauris, eleifend non, cursus non, condimentum quis, tortor.</p>\r\n<p>Etiam ultrices tellus id libero. Duis vestibulum dolor sed metus. Maecenas lorem libero, sollicitudin eu, blandit vehicula, auctor commodo, justo. Maecenas interdum faucibus eros. Aliquam erat volutpat. Sed rhoncus ligula tempor ligula. In non augue id pede eleifend placerat. Nulla facilisi. Nunc adipiscing augue adipiscing diam. Nam ut lectus id eros malesuada interdum. Maecenas id quam. Nulla sit amet leo. Morbi interdum tempus nunc. Aenean quam nulla, tincidunt vitae, tincidunt sed, aliquet vel, elit. Cras ullamcorper nisi.</p>', '', -2, 4, 0, 29, '2008-08-11 06:00:00', 62, '', '2010-03-13 20:20:13', 62, 0, '0000-00-00 00:00:00', '2006-10-10 22:00:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 30, 0, 0, 'About Joomla!, General, Extensions', '', 0, 173, 'robots=\nauthor='),
(46, 'test1', 'test1', '', '<p>test1</p>', '', -2, 4, 0, 29, '2010-02-04 02:47:59', 62, '', '2010-03-13 08:05:54', 62, 0, '0000-00-00 00:00:00', '2010-02-04 02:47:59', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 0, '', '', 0, 106, 'robots=\nauthor='),
(47, 'Homepage', 'homepage', '', '<img src="images/home_title.jpg" border="0" alt="Welcome to Mother Earth Water Walk" title="Welcome to Mother Earth Water Walk" width="300" height="80" /> <br /><br />\r\n<div>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/waterwalk.jpg" border="0" alt="Water Walkers 2007" title="Water Walkers 2007" width="250" height="188" /></td>\r\n<td align="left">\r\n<p>Two Anishinawbe Grandmothers, and a group of Anishinawbe Women and Men have taken action regarding the water issue by walking the perimeter of the Great Lakes.</p>\r\n<p>Along with a group of Anishinabe-que and supports, they walked around Lake Superior in Spring 2003, around Lake Michigan in 2004, Lake Huron in 2005, Lake Ontario in 2006 and Lake Erie in 2007.</p>\r\n<div><a class="readon" href="index.php?option=com_content&amp;view=article&amp;id=48&amp;Itemid=54">read more...</a></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/front2.jpg" border="0" alt="Mother Earth Water Walk" title="Mother Earth Water Walk" width="250" height="188" /></td>\r\n<td>\r\n<p align="left">Our mission is to raise awareness about our water.</p>\r\n<p align="left">Ontario Supports American Bid to Protect Great Lakes.  McGuinty Government Taking Steps To Prevent Spread Of Asian Carp.</p>\r\n<div><a class="readon" href="index.php?option=com_content&amp;view=article&amp;id=105&amp;Itemid=55">read more...</a></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/lswater.jpg" border="0" alt="Lake Superior" title="Lake Superior" width="250" height="188" /></td>\r\n<td align="left">\r\n<p class="p1">An Anishinabe prophesied that "In about 30 years, if we humans continue with our negligence, an ounce of drinking water will cost the same as an ounce of gold."</p>\r\n<p class="p1">Water is essential to survival and health.</p>\r\n<div><a class="readon" href="index.php?option=com_content&amp;view=article&amp;id=50&amp;Itemid=1">read more...</a></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', '', 1, 4, 0, 29, '2010-03-13 21:06:40', 62, '', '2010-03-16 01:28:07', 62, 0, '0000-00-00 00:00:00', '2010-03-13 21:06:40', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 18, 0, 12, '', '', 0, 411, 'robots=\nauthor='),
(48, 'About Us', 'about-us', '', '<img src="images/aboutus_title.jpg" border="0" alt="About Us" title="About Us" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/waterwalk.jpg" border="0" alt="Water Walkers 2007" title="Water Walkers 2007" width="250" height="188" /></td>\r\n<td align="left">\r\n<p>Two Anishinawbe Grandmothers, and a group of Anishinawbe Women and Men have taken action regarding the water issue by walking the perimeter of the Great Lakes.</p>\r\n<p>Along with a group of Anishinabe-que and supports, they walked around Lake Superior in Spring 2003, around Lake Michigan in 2004, Lake Huron in 2005, Lake Ontario in 2006 and Lake Erie in 2007.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" align="left">\r\n<p>The 1st Annual Women’s Water Walk took place April 2003.  Several women from different clans came together to raise awareness that our clean and clear water is being polluted by chemicals, vehicle emissions, motor boats, sewage disposal, agricultural pollution, leaking landfill sites, and residential usage is taking a toll on our water quality. Water is precious and sacred...it is one of the basic elements needed for all life to exist.</p>\r\n<p>The Annual Women’s Water Walk  was chosen for Spring because for the natural re-growth of our natural habitat, as it is a in time for renewal, re-growth, and re-birth.</p>\r\n<p>A team of 6 - 8 Aboriginal people volunteer to walk and help with the everyday necessities such as having multitasked drivers to accompany walkers, food preparation, refreshment breaks, camp set ups, cleaners, laundry etc.</p>\r\n<p>Public Relations Personnel have been involved thorougout by taking shifts, and also going ahead to communities to aid with the awareness of the walk. This includes the distribution of media releases, posters, pamphlets, advertisements, and meeting and greeting of the participating walkers.</p>\r\n<p>The overall result after implementation is to gather other groups and/or organizations to participate in an all regional walk around the Great Lakes. The goal is achieved strength in numbers with other Aboriginal men/women in the Great Lake Regions. The anticipated outcome is to have all people aware of the importance of the water and gain support and the gathering of other supporters whom would share an interest in protecting our water through our walk. This event will be annually, with the intent of the Women’s Water Walk to gain awareness and support for annual walks throughout the region. This will entail support, recognition, and awareness of the importance of keeping Great Lake waters clean.</p>\r\n<p>It is anticipated that eventually challenges with other organizations to come together each spring to adopt a common like to care and protect from further pollution.</p>\r\n<p>Stakeholder participation presently resides within the Biidaajiwun Local. Biidaajiwun Local is a women’s group run exclusively by women to raise awareness of issues, pertaining the needs of Aboriginal women. Contribution factors involve the housing of public relation workers, volunteers, support and the participation of several women sharing in the protection of our waters.</p>\r\n<p>It is the hope that other locals, individuals and organizations will come together annually to spread interest and awareness in their communities. This annual event is intended to gain support to raise awareness throughout the region.</p>\r\n<p>The originality of this idea is uncommon as there are few who are ready and willing to take on such a challenge. This idea is original because of how society today is taught to rely on the technological equipment, and that the mere thought of a walk being more than 15 minutes is a task for many. We strive our own determination that this challenge is seldom being done elsewhere, particularly in our region. We are doing this walk on our own beliefs within our own aboriginal culture and values of the importance of our waters is very precious and sacred to our being, as it is one of the basic elements needed for all life to exist.</p>\r\n<p>In doing so, we know that such an endeavors requires a certain amount of funds to help carry the walk over for a two month period, but this alone will not prevent us from carry out what our grandfathers have predicted. Our waters will be scarce and will be deficient in the essential means for our survival….our water.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-13 21:39:02', 62, '', '2010-03-15 03:28:37', 62, 0, '0000-00-00 00:00:00', '2010-03-13 21:39:02', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 11, '', '', 0, 41, 'robots=\nauthor='),
(49, 'Donations', 'donations', '', '<img src="images/donations_title.jpg" border="0" alt="Donations" title="Donations" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/donations.jpg" border="0" alt="Water Walker 2004" title="Water Walker 2004" width="250" height="188" /></td>\r\n<td align="left">\r\n<p>We provide this information to you to engage your participation and support to provide assistance for this significant work. The successful completion of this year, and previous walks, is only made possible through in-kind donations from native supporters, organizational sponsors, interest groups, concerned citizens and communities along the way.</p>\r\n<p>Please consider this call for support to all: individuals, community groups, corporations, governments, First Nations, and natural resource conservationists and advocates.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" align="left">\r\n<p>How can you or your organization help?</p>\r\n<p>Due to the costs of this voluntary endeavour monetary donations are most beneficial. However any means of support that you or your organization may be able to provide are greatly appreciated. Should you be able to contribute or would like to find out more information please call (807) 474-3542 or (517) 980-2640</p>\r\n<p>How  you and your community can support Mother Earth Water Walk</p>\r\n<ul>\r\n<li>Be aware and raise awareness of the importance of our water</li>\r\n<li>Come out and Walk with us</li>\r\n<li>Monetary gifts to help with expenses</li>\r\n<li>Communities can show their support through feasts/gatherings along the way</li>\r\n<li>Purchase a Water Walk button</li>\r\n</ul>\r\n<p>Monetary donations can be made by cheque, money order or directly into our account</p>\r\n<br /><br /> \r\n<table style="width: 500px;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td><span style="text-decoration: underline;">Mail to:</span><br /><br />Mother Earth Water Walk</td>\r\n<td><span style="text-decoration: underline;">Deposit to:</span><br /><br />TD Canada Trust</td>\r\n</tr>\r\n<tr>\r\n<td>Josephine Mandamin</td>\r\n<td>RE: Mother Earth Water Walk</td>\r\n</tr>\r\n<tr>\r\n<td>134 Frederica St West</td>\r\n<td>Branch # 60927</td>\r\n</tr>\r\n<tr>\r\n<td>Thunder Bay, Ontario</td>\r\n<td>Account # 0159-0000427</td>\r\n</tr>\r\n<tr>\r\n<td>P7E 3V7</td>\r\n<td>Acct Name: Biidaajiwun Inc.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<p>In the Spirit of Unity, We Greatly Appreciate your Support of the Mother Earth Water Walk</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-13 21:56:00', 62, '', '2010-03-15 03:55:51', 62, 0, '0000-00-00 00:00:00', '2010-03-13 21:56:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 10, '', '', 0, 25, 'robots=\nauthor='),
(50, 'Water', 'water', '', '<img src="images/water_title.jpg" border="0" alt="Water" title="Water" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><img src="images/lswater.jpg" border="0" alt="Lake Superior" title="Lake Superior" width="250" height="188" /></td>\r\n<td align="left">\r\n<p class="p1">An Anishinabe prophesied that "In about 30 years, if we humans continue with our negligence, an ounce of drinking water will cost the same as an ounce of gold."</p>\r\n<p class="p1">Water is essential to survival and health.</p>\r\n<p class="p1">Everything is related to water. This is proportionate to Mother Earth. Our food sources use water to be nutritious. The medicine wheel teachings are about balance in life.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" align="left" valign="top">\r\n<h2>Simple Facts</h2>\r\n<ul>\r\n<li>Good drinking water is free from disease-causing organisms, harmful chemical substances, and radioactive matter. It tastes good and looks good.</li>\r\n<li>Less than 1 % of the world''s freshwater on Earth is readily available for human world 	consumption.</li>\r\n<li>90 % of persistent organic pollutants come from the atmosphere.</li>\r\n<li>70 % of the world''s surface is covered by water, only 2.5 % is freshwater and of that over 1 % is frozen ice.</li>\r\n</ul>\r\n<h2>Suggestions / Recommendations</h2>\r\n<ul>\r\n<li>The future in our hands!</li>\r\n<li>Keep your community clean.</li>\r\n<li>Recycle and do not litter!</li>\r\n<li>When washing dishes by hand, do not let the water run while rinsing.</li>\r\n<li>Only run your washing machine and dishwasher when they are full.</li>\r\n</ul>\r\n<br />\r\n<p class="p1">Water is essential to survival and health; everything is related to water. First Nation peoples in Ontario have been made aware of the growing rise of our polluted waters. We, as First Nation peoples of North America, believe that the water is sacred and is the very life-blood of our Mother the Earth. Together we need to harmonize with all peoples and spread awareness of the condition of the Earth’s fresh water supply. Everyday usage of water in many situations is being taken for granted and in doing so jeopardizes the future of our waters for future generations. If the disregard for the water supply continues, we can expect that the water will be depleted and unfit for human consumption; thus demanding the urgency of raising awareness of the conservation of this beautiful life source.</p>\r\n<p class="p1">Aboriginal peoples in Ontario are aware of the growing rise of our polluted waters. We as aboriginal peoples are taught that the water is sacred and replenishes the very air we breathe. Everyday usage of water in many situations is being taken for granted, and the future of our waters will be depleted unless we do something together to help all our peoples around the world to be aware of its importance for the survival of future generations.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-13 22:08:01', 62, '', '2010-03-15 14:17:14', 62, 0, '0000-00-00 00:00:00', '2010-03-13 22:08:01', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 9, '', '', 0, 51, 'robots=\nauthor='),
(51, 'Thomas KinkadePaintings', 'thomas-kinkade-paintings', '', '<h1>Thomas Kinkade Paintings</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center"><img src="images/image1.gif" border="0" width="512" height="405" /><br /><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><img src="images/image2.gif" border="0" width="650" height="290" /><br /><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><img src="images/image3.gif" border="0" width="465" height="455" /><br /><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><img src="images/image4.gif" border="0" width="346" height="360" /><br /><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><img src="images/image5.gif" border="0" width="383" height="315" /><br /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-13 22:20:29', 62, '', '2010-03-13 22:23:53', 62, 0, '0000-00-00 00:00:00', '2010-03-13 22:20:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 8, '', '', 0, 11, 'robots=\nauthor='),
(52, 'Lake Superior 2003', 'lake-superior-2003', '', '<h1>Lake Superior 2003</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakesuperior_big.jpg"><img src="images/lakesuperior_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="400" height="228" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=59&amp;Itemid=67">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=66&amp;Itemid=68">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=74&amp;Itemid=69">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n{akgallery}', '', 1, 5, 0, 35, '2010-03-13 22:26:10', 62, '', '2010-03-18 04:18:56', 62, 0, '0000-00-00 00:00:00', '2010-03-13 22:26:10', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 9, 0, 6, '', '', 0, 30, 'robots=\nauthor='),
(53, 'Lake Michigan 2004', 'lake-michigan-2004', '', '<h1>Lake Michigan 2004</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakemichigan_big.jpg"><img src="images/lakemichigan_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="400" height="342" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=60&amp;Itemid=70">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=71">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=75&amp;Itemid=72">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 36, '2010-03-13 22:40:05', 62, '', '2010-03-18 04:17:34', 62, 0, '0000-00-00 00:00:00', '2010-03-13 22:40:05', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 8, 0, 9, '', '', 0, 19, 'robots=\nauthor='),
(54, 'Lake Huron 2005', 'lake-huron-2005', '', '<h1>Lake Huron 2005</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakehuron_big.jpg"><img src="images/lakehuron_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="400" height="350" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=61&amp;Itemid=73">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=69&amp;Itemid=73">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=79&amp;Itemid=73">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 37, '2010-03-14 00:14:33', 62, '', '2010-03-18 04:17:04', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:14:33', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 6, '', '', 0, 26, 'robots=\nauthor='),
(55, 'Lake Ontario 2006', 'lake-ontario-2006', '', '<h1>Lake Ontario 2006</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakeontario_big.jpg"><img src="images/lakeontario_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="400" height="196" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=62&amp;Itemid=76">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=70&amp;Itemid=77">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=80&amp;Itemid=78">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 38, '2010-03-14 00:17:57', 62, '', '2010-03-18 04:18:36', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:17:57', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 9, '', '', 0, 9, 'robots=\nauthor='),
(56, 'Lake Erie 2007', 'lake-erie-2007', '', '<h1>Lake Erie 2007</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakeerie_big.jpg"><img src="images/lakeerie_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="400" height="220" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=79">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=71&amp;Itemid=80">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=84&amp;Itemid=81">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 39, '2010-03-14 00:18:23', 62, '', '2010-03-18 04:16:41', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:18:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 6, '', '', 0, 6, 'robots=\nauthor='),
(57, 'Lake Michigan 2008', 'lake-michigan-2008', '', '<h1>Lake Michigan 2008</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/lakemichigan2_big.jpg"><img src="images/lakemichigan2_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="151" height="405" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=64&amp;Itemid=82">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=72&amp;Itemid=83">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=85&amp;Itemid=84">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 40, '2010-03-14 00:18:58', 62, '', '2010-03-18 04:18:04', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:18:58', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 7, '', '', 0, 8, 'robots=\nauthor='),
(58, 'St Lawrence River 2009', 'st-lawrence-river-2009', '', '<h1>St Lawrence River 2009</h1>\r\n<p> </p>\r\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="images/stlawrence_big.jpg"><img src="images/stlawrence_small.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="300" height="327" /></a> <br /><br /> <a href="index.php?option=com_content&amp;view=article&amp;id=65&amp;Itemid=85">Schedule</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=73&amp;Itemid=86">Journal</a> |   		<a href="index.php?option=com_content&amp;view=article&amp;id=87&amp;Itemid=87">Gallery</a> <br /> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 41, '2010-03-14 00:20:18', 62, '', '2010-03-18 04:19:23', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:20:18', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 7, '', '', 0, 12, 'robots=\nauthor='),
(59, 'Lake Superior 2003 Schedule', 'schedule', '', '<h1>Lake Superior 2003 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 21, 2003</strong></td>\r\n<td>Mide School - Send Off <br />Bad River, Wisconsin<br />Odanah, Wisconsin</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 22, 2003</strong></td>\r\n<td>Odanah, Wisconsin</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 23, 2003</strong></td>\r\n<td>Ashland, Wisconsin</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 24, 2003</strong></td>\r\n<td>Iron River, Wisconsin</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 25, 2003</strong></td>\r\n<td>Wentworth,Wisconsin</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 26, 2003</strong></td>\r\n<td>Duluth, Minnesota <br /> Two Harbors, Minnesota</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 27, 2003</strong></td>\r\n<td>Silver Bay, Minnesota</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 28, 2003</strong></td>\r\n<td>Lutsen, Minnesota</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 29, 2003</strong></td>\r\n<td>Grand Marais, Minnesota</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 30, 2003</strong></td>\r\n<td>Border Crossing <br />Grand Portage to Canada</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 1, 2003</strong></td>\r\n<td>Cloud Bay, Ontario<br /> Thunder Bay, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 2, 2003</strong></td>\r\n<td>Thunder Bay, Ontario <br /> Pass Lake, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 3, 2003</strong></td>\r\n<td>Dorion, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 4, 2003</strong></td>\r\n<td>Nipigon Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 5, 2003</strong></td>\r\n<td>Pays Plott Reserve, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 6, 2003</strong></td>\r\n<td>Schreiber, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 7, 2003</strong></td>\r\n<td>Neys Park, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 8, 2003</strong></td>\r\n<td>Marathon, Ontario<br /> Heron Bay, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 9, 2003</strong></td>\r\n<td>Mobert, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 10, 2003</strong></td>\r\n<td>White River, Ontario<br />Wawa, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 11, 2003</strong></td>\r\n<td>Wawa, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 12, 2003</strong></td>\r\n<td>Wawa East, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 13, 2003</strong></td>\r\n<td>Agawa Bay, Ontario<br />Pictograph Rocks</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 14, 2003</strong></td>\r\n<td>Montreal River, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 15, 2003</strong></td>\r\n<td>Batchawana Bay, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 16, 2003</strong></td>\r\n<td>Sault Ste Marie, Ontario<br /> Cross Border</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 17, 2003</strong></td>\r\n<td>Sault Ste Marie, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 18, 2003</strong></td>\r\n<td>Raco, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 19, 2003</strong></td>\r\n<td>Newberry, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 20, 2003</strong></td>\r\n<td>Seney, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 21, 2003</strong></td>\r\n<td>Munising, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 22, 2003</strong></td>\r\n<td>Marquette, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 23, 2003</strong></td>\r\n<td>Bruce Crossing, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 24, 2003</strong></td>\r\n<td>Copper Harbor, Michigan<br />Wakefield, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 25, 2003</strong></td>\r\n<td>Ironwood, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 26, 2003</strong></td>\r\n<td>Mide School  <br />Bad River, Wisconsin<br />Water Walk 2003 Completed</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 35, '2010-03-14 00:26:56', 62, '', '2010-03-14 03:54:53', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:26:56', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 11, 0, 5, '', '', 0, 22, 'robots=\nauthor='),
(60, 'Lake Michigan 2004 Schedule', 'lake-michigan-2004-schedule', '', '<h1>Lake Michigan 2004 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td width="100" valign="top"><strong>May 1, 2004</strong></td>\r\n<td>Walpole Island <br />Send Off  Wallacesburg, Michigan <br />Ferry to Roberts Landing <br />Cottrellville, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 2, 2004</strong></td>\r\n<td>Port Huron, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 3, 2004</strong></td>\r\n<td>Imlay City, Michigan<br />Lapeer. Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 4, 2004</strong></td>\r\n<td>Chesaning, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 5, 2004</strong></td>\r\n<td>Ashley, Michigan<br />Alma, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 6, 2004</strong></td>\r\n<td>Mt Pleasant, Michigan Sleepover</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 7, 2004</strong></td>\r\n<td>Mt Pleasant, Michigan<br />Shepherd, Michigan<br />Pipe Ceremony</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 8, 2004</strong></td>\r\n<td>Mt Pleasant, Michigan<br />Walk in Tribal territory with Chief</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 9, 2004</strong></td>\r\n<td>Mt Pleasant, Michigan<br />Mothers Day Special Dinner</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 10, 2004</strong></td>\r\n<td>Sears, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 11, 2004</strong></td>\r\n<td>Cadillac, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 12, 2004</strong></td>\r\n<td>Manistee, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 13, 2004</strong></td>\r\n<td>Acadia, Michigan</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 14, 2004</strong></td>\r\n<td>Frankfort, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 15, 2004</strong></td>\r\n<td>Glen Haven, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 16, 2004</strong></td>\r\n<td>Old Mission Penninsula, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 17, 2004</strong></td>\r\n<td>Petoskey, Michigan Casino</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 18, 2004</strong></td>\r\n<td>Harbour Springs, Michigan <br />Luncheon</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 19, 2004</strong></td>\r\n<td>Good Hart, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 20, 2004</strong></td>\r\n<td>Cross Village, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 21, 2004</strong></td>\r\n<td>Epoufette, Michigan<br />Cross Mackinaw Bridge</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 22, 2004</strong></td>\r\n<td>Gulliver, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 23, 2004</strong></td>\r\n<td>Manstique, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 24, 2004</strong></td>\r\n<td>Gladstone, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 25, 2004</strong></td>\r\n<td>Hannahville, Michigan Water Walk 2004 Completed <br /> Community Feast</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 36, '2010-03-14 00:35:23', 62, '', '2010-03-14 03:43:04', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:35:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 11, 0, 8, '', '', 0, 20, 'robots=\nauthor='),
(61, 'Lake Huron 2005 Schedule', 'lake-huron-2005-schedule', '', '<h1>Lake Huron 2005 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td width="100" valign="top"><strong>April 30, 2005</strong></td>\r\n<td>Sault Ste. Marie, Ontario: Send off <br />Friendship Center and Healing Lodge</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 1, 2005</strong></td>\r\n<td>Thesslon, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 2, 2005</strong></td>\r\n<td>Blind River, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 3, 2005</strong></td>\r\n<td>Elliot Lake(turn off), Ontario<br />Massey Motel</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 4, 2005</strong></td>\r\n<td>Whitefish Lake, Ontario<br /> Pipe Ceremony<br />Sudbury, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 5, 2005</strong></td>\r\n<td>French River, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 6, 2005</strong></td>\r\n<td>Shawanaga, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 7, 2005</strong></td>\r\n<td>Parry Sound West, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 8, 2005</strong></td>\r\n<td>Parry Sound East, Ontario<br /> Pipe Ceremony<br />Mothers Day Breakfast</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 9, 2005</strong></td>\r\n<td>South Bay Victoria Harbour</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 10, 2005</strong></td>\r\n<td>Collingwood, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 11, 2005</strong></td>\r\n<td>Owen Sound, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 12, 2005</strong></td>\r\n<td>Port Elgin, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 13, 2005</strong></td>\r\n<td>Goderich, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 14, 2005</strong></td>\r\n<td>Kettle Point, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 15, 2005</strong></td>\r\n<td>Sarnia, Ontario<br />Port Huron, Michigan<br />Border Crossing</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 16, 2005</strong></td>\r\n<td>Port Sanilac, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 17, 2005</strong></td>\r\n<td>Forestville, Michigan<br />Unionville, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 18, 2005</strong></td>\r\n<td>Bay City, Michigan<br />Standish, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 19, 2005</strong></td>\r\n<td>Tawas, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 20, 2005</strong></td>\r\n<td>Rogers City, Michigan<br />Cheboygan, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 21, 2005</strong></td>\r\n<td>Petoskey, Michigan<br />Visit Council of Trees</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 22, 2005</strong></td>\r\n<td>Mackinaw Island, Michigan<br />St Ignace, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 23, 2005</strong></td>\r\n<td>Mackinaw Bridge Crossing, Michigan<br />St Ignace, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 24, 2005</strong></td>\r\n<td>Cedarville, Michigan<br />Hwy 129<br />Sault Ste Marie, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 25, 2005</strong></td>\r\n<td>Sault Ste Marie, Michigan<br />Water Walk 2005 Completed<br />At Sault Tribe Centre</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 37, '2010-03-14 00:36:27', 62, '', '2010-03-14 03:50:33', 62, 0, '0000-00-00 00:00:00', '2010-03-14 00:36:27', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 5, '', '', 0, 8, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(62, 'Lake Ontario 2006 Schedule', 'lake-ontario-2006-schedule', '', '<h1>Lake Ontario 2006 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 29, 2006 </strong></td>\r\n<td>Niagara On The Lake, Ontario <br /> Send off</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 30, 2006 </strong></td>\r\n<td>Burlington, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 1, 2006 </strong></td>\r\n<td>Toronto, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 2, 2006</strong></td>\r\n<td>Pickering, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 3, 2006</strong></td>\r\n<td>Oshawa, Ontario<br />Clarington, Ontario<br />Port Hope,Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 4, 2006</strong></td>\r\n<td>Belleville, Ontario<br />Tyendinaga, Ontario<br />Napanee, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 5, 2006 </strong></td>\r\n<td>Kingston, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 6, 2006</strong></td>\r\n<td>Kingston, Ontario <br /> Border Crossing</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 7, 2006</strong></td>\r\n<td>Cape Vincent, New York<br />Oswego, New York</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 8, 2006</strong></td>\r\n<td>Rochester, New York</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 9, 2006</strong><br /></td>\r\n<td>Olcott, New York</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 10, 2006</strong></td>\r\n<td>Niagara On The Lake<br />Water Walk 2006 Completed</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 38, '2010-03-14 01:14:54', 62, '', '2010-03-14 03:58:46', 62, 0, '0000-00-00 00:00:00', '2010-03-14 01:14:54', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 8, '', '', 0, 12, 'robots=\nauthor='),
(63, 'Lake Erie 2007 Schedule', 'lake-erie-2007-schedule', '', '<h1>Lake Erie 2007 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td width="100" valign="top"><strong>April 28, 2007 </strong></td>\r\n<td>Fort Erie, Ontario Send Off <br />Buffalo, New York</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 29, 2007 </strong></td>\r\n<td>Hamburg, New York<br />Silver Creek, New York</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 30, 2007 </strong></td>\r\n<td>Erie, Pennsylvania</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 1, 2007</strong></td>\r\n<td>Mentor, Ohio<br />Willoughby, Ohio<br />Pipe Ceremony</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 2, 2007 </strong></td>\r\n<td>Cleveland Ohio</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 3, 2007</strong></td>\r\n<td>Lorain, Ohio</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 4, 2007</strong></td>\r\n<td>Huron, Ohio</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 5, 2007</strong></td>\r\n<td>Sandusky,Ohio<br />Port Clinton, Ohio</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 6, 2007</strong></td>\r\n<td>Monroe, Ohio(motel)</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 7, 2007</strong></td>\r\n<td>Detroit, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 8, 2007</strong></td>\r\n<td>Windsor, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 9, 2007</strong></td>\r\n<td>Leamington, Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 10, 2007</strong></td>\r\n<td>Blenheim, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 11, 2007</strong></td>\r\n<td>Tillsonberg, Ontario<br />Simcoe,Ontario</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 12, 2007</strong></td>\r\n<td>Fort Erie, Ontario<br /> Water Walk 2007 Completed</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 39, '2010-03-14 01:18:01', 62, '', '2010-03-14 03:59:04', 62, 0, '0000-00-00 00:00:00', '2010-03-14 01:18:01', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 5, '', '', 0, 6, 'robots=\nauthor='),
(64, 'Lake Michigan 2008 Schedule', 'lake-michigan-2008-schedule', '', '<h1>Lake Michigan 2008 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td width="120" valign="top"><strong>April 26 2008</strong></td>\r\n<td>Send Off <br />Manistee, Michigan<br />Ludington, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 29, 2008</strong></td>\r\n<td>Muskegon, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 30, 2008</strong></td>\r\n<td>Holland, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 1, 2008</strong></td>\r\n<td>Benton Harbor, Michigan</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 2, 2008</strong></td>\r\n<td>Michigan City, Michigan</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 3/4, 2008</strong></td>\r\n<td>Chicago, Illinois</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 5, 2008</strong></td>\r\n<td>Waukegan,  Illinois</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 6, 2008</strong></td>\r\n<td>Milwaukee,  Illinois</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 7, 2008</strong></td>\r\n<td>Sheboygan, Wisconsin</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 8/9, 2008</strong></td>\r\n<td>Green Bay, Wisconsin</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 10, 2008</strong></td>\r\n<td>Marinette, Wisconsin</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>May 11/12, 2008</strong></td>\r\n<td>Escanaba, Michigan<br />Hannaville, Michigan</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 40, '2010-03-14 01:22:50', 62, '', '2010-03-14 03:10:33', 62, 0, '0000-00-00 00:00:00', '2010-03-14 01:22:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 6, '', '', 0, 6, 'robots=\nauthor='),
(65, 'St Lawrence River 2009 Schedule', 'st-lawrence-river-2009-schedule', '', '<h1>St Lawrence River 2009 Schedule</h1>\r\n<table border="0" cellspacing="0" cellpadding="0" width="80%">\r\n<tbody>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 13 2009</strong> - Kingston, Ontario</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 15 2009</strong> - Morristown, NY</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 18 2009</strong> - Cornwall, ON</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 19 2009</strong> - Longueuil</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 20 2009</strong> - Sorel-Tracy, QC</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 22 2009</strong> - Nicolet</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 23 2009</strong> - Saint - Antoinne - de- tilly</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 24 2009</strong> - Montmagny</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 25 2009</strong> - Riviere - ouelle</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 26 2009</strong> - Notre - Dame-du-Portage</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 27 2009</strong> - Saint-Simon</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 28 2009</strong> - Sainte-Luce</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>April 29 2009</strong> - Matane</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><strong>April 30 2009</strong> - Sainte-Anne des-Monts</td>\r\n</tr>\r\n<tr class="rowcolor1">\r\n<td valign="top"><strong>May 1 2009</strong> - Riviere-la-Madeleine</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 41, '2010-03-14 01:24:01', 62, '', '2010-03-14 03:17:12', 62, 0, '0000-00-00 00:00:00', '2010-03-14 01:24:01', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 6, '', '', 0, 2, 'robots=\nauthor='),
(66, 'Lake Superior 2003 Journal', 'lake-superior-2003-journal', '', '<h1>Lake Superior 2003 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: On a cold and rainy Easter Monday morning of April 21, 2003, we began the First Annual Water Walk. Today, as we approached our destination, we were greeted by a group of well wishers and Mide supporters who provided us rest. A welcome feast was set up by the women of Odanah, Wisconsin. The walkers in turn shared the personal experiences they encountered during the walk. The walkers who did the final stretch were: Mario Wassaygeesic, Violet Caibaiosai, Melvina Flamand, Thecla Neganegijig and yours truly, Josephine Mandamin. In the Mide Schoolhouse, we gathered for the spiritual celebration and kind words from the Grand Chief E. Benton-Banaise-Bawdwayadun.</p>\r\n<p>Our Grand Chief was the initiator of an idea who through his words of "What are you going to do about it?" prompted the idea of the walk for the water. These startling reminders came during a Sundance Ceremony at Pipestone, Minnesota last year when Bawdwayadun told of a prophesy which has come to be. The abuses of the water will result in severe shortages and only those that can afford it will have water to drink and if we don’t do anything about it, our water will cost the same as gold; ounce for ounce. As in all prophesies there is hope. In this prophesy the hope is the word, "if". Bawd, in ending his teaching, hauntingly, asked of the audience, "What are you going to do about it?"</p>\r\n<p>Where does one begin to tell of such a totally awesome experience? And how do you measure the success of the Water Walk? Is it the numbers of miles walked? Is it what we experienced? Is it the people we met? What did we get out of it? Were there any rewards at the end of the journey? How do you measure spiritual impacts and growth?</p>\r\n<p>Each day began with a cleansing of the pail of water and the eagle staff, at 5:00 a.m., and ended approximately 6:00 or 7:00 p.m., again the cleansing with the medicines. Each day, the dawning star began the sweeping away of the night and the brushing in of the morning dew and the sunrise’ emergence. This lady WassayAubinOkwe greets her brother the Sun as they prepare the day. The eagles have shown themselves to us to remind us of their work also and the work of the feathers on the eagle staff that travelled with us. The high noon connected with us through the centre of our beings with the universe. We shared our thoughts with the Creator as we prayed for the sick and the less fortunate. The offering of our Pipe each fourth day reminded us where we came from and connected us with our ancestors and the Creator with the tobacco offering. The water we carried in our copper pail, always reminded us of our womanly responsibilities as givers of life as Mother Earth gives us, her children, life. Without our mother the earth and her water, life would be arid and dead. The numerous, daily water songs that we sang for the water are now forever embedded in nature as we saw it and were welcomed by it. The words of the water songs made us ever humble as we walked with the copper pail of water. The copper reminded us of its element from the universe and how it formed to be a part of Mother Earth in her tender beginnings. The heaviness in our hearts was unbearable when we saw the destruction of the forests, the earth being gouged by machines, the rivers and creeks dying in the human filth amid green slime and brown, poison fluid flowing into the cleaner rivers. The death along the highways was sickening; of deer, fawn, moose, rabbits, porcupine, skunks, and birds killed by traffic. These scenes always reminded us that progress has no value for life. We can be knocked down at any time for getting in the way.</p>\r\n<p>The wonders of miracles and the sheer impact of what innocent prayer can bring melted our hearts and quietly marvelled at the reality of what we asked for when we wished for fulfilment to our needs. Needs not wants. The wonderment of the coming together of Grandmother Moon with her daughter Aki Kwe, our Mother, or as science calls it, the eclipse. In this union, I was awestruck and was held in suspension with tobacco in hand as I listened to our Mother speak to her Mother about her hurts, her pains, and that she is hurting so much, that she can hardly sustain herself to provide for her children. She was telling our Grandmother how we are causing her slow destruction and causing her great pain and many illnesses. On and on she spoke, in much the same way we have spoken to our mothers when we were hurting or when we were telling on someone. Grandmother listened to all her daughter was telling her and spoke, "It’s okay my girl, I will look after all things for you. There are those who are still following the teachings, doing their work, those who still keep their stories, their songs, will be recognized and acknowledged when the time comes".</p>\r\n<p>The experience was humbling in that, I knew at last what we were doing. Words cannot fully describe what we were doing. We did it for the water, for the earth, for the animals, for the insects, for the trees, for all the two leggeds. To remind all those we came across, that the walk was for them. Not us. The walk was for the next generations, we walked with the water for them also. They will know, as Mother Earth knows that we walked with the water for all of creation. When the walk got tiring and painful, this was ever on my mind that I walk with the water for whomever needs it and I would walk the distance to bring the water to those who need it. The next generation will remember the Water Walk, our grandchildren will remember the water walk, and so on to the next generations. Not one of us was separate. We walked as one.</p>\r\n<p>It was not all as serious as it sounds. We had many memorable, precious, Kodak moments which we keep in our hearts. It was with great joy to have people walk with us and show their support. We want to acknowledge the group of young people who came from Minneapolis, Minnesota to join us a few days, the lovely, mature ladies who sacrificed themselves to walk a distance with us, the people who walked and gave up their homes for us to spend the night, the casinos that provided accommodations and meals, the organizations who offered their lodging for a few days and pampered us with soothing foot baths and feast food. The food we were given kept us well fed. The medicines for our aching muscles and bandages for our blisters, the water we were given by generous people, and money that people gave to help us for gas and other necessities. The police who were ever watchful as also the eagles in the sky, watching for our safety and verbally encouraging us with kind words. Our Grand Chief who was ever so kind in offering to wire us money when he thought we were left out in the cold with no money for shelter. We were always provided for, one way or another. We give thanks to the mothers who brought little girls with them and the bus loads of young people who came to walk with us. They helped carry the water and the eagle staff and during these times we were able to take time out and rest more.</p>\r\n<p>We laughed together, we cried together. These were the greatest moments. These were the moments when we were closely united in spirit. We all took care of each other. As someone in our group said "Actions speak louder than words", we witnessed this from all the people who were ever so generous and kind. The wonderful couple from Cedarville, Michigan who put us up in their home and took such good care of us all the way. Creator is certainly flowing blessings to them. They are muchly rewarded. They walked with us a great distance and took themselves away from their busy lives to be with us. Despite their hardships of car problems, (two at the same time), they still came to feed us with smiles and great joy in what they were doing.</p>\r\n<p>The young man, Mario who stayed with us all the way was always the brunt of our jokes. One morning, his hand got stuck on the steering wheel as he was making a turn. To this day we can never figure out how and why his arm was in the steering wheel. Thank goodness there was no traffic so early that morning. On another occasion, after getting soaked from walking in the rain all morning, they checked into a motel room for an hour to change into some dry clothes and to have some lunch. The owner allowed them the use of the room to do this. Having changed into warm dry clothing, within an hour, they all emerged from the motel room, one guy and three ladies laughing and happy to be dry again.</p>\r\n<p>On Monday, May 26, 2003, we reached the same location where we had started from.</p>\r\n<p>We look forward to Water Walk 2004 around Lake Michigan. We will begin on Easter Monday again. The women who live around the lake are gearing up for the walk. It is their lake!</p>\r\n<p><span style="text-decoration: underline;">Violet Caibaiosae</span>: Thursday, April 24, 2003 Packed up the tent and breakfast at Iron River, WI then began to walk. It’s Josephine, Thecla, and me. (on her time) I was feeling enthusiastic and walked most of the day. It was really sunny and got sunburnt. We made it as far as Ammicon Falls where we camped again, but it was cold. Slept with my clothes, mitts, hats, scarves, and extra sleeping bags. Thecla had gone ahead and made a fire, and had set up the tents too. Supper: Baked beans for two, peanut butter and jam. Josephine rubbed my feet with Mimi ken! A great treat! In Maple, we got $10 - a donation from a woman today as well as some cedar from a women friend of Gene Anderson. Also a woman pulled over and gave us an orange. Words I learned: Goose - Wawa, weywey, nikwk, Bimaazhi wug nikuk, Skunk - Zhigagg, Porcupine - Gaag and Deer - Wawash kesh.</p>\r\n<p>Miigwetch!</p>', '', 1, 5, 0, 35, '2010-03-14 03:18:15', 62, '', '2010-03-14 03:24:50', 62, 0, '0000-00-00 00:00:00', '2010-03-14 03:18:15', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 0, 10, 'robots=\nauthor='),
(67, 'Lake Michigan 2004 Journal', 'lake-michigan-2004-journal', '', '<h1>Lake Michigan 2004 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: To trust wholeheartedly, is to live life to the fullest and  without question. Events happen as they will and all we need to do is follow our instincts. Such is Free Will. Things happen for a reason. The Web Page was getting to me. No one wanted to do it, especially for free. Then an angel named Jeanette came into the office one day and started talking all about Web Paging. With her crew, she came up with a design! We talked about the route around Lake Michigan starting at Escanaba/Hannaville and finishing there in June. She said she would map out the route and set up the mileage in between cities.</p>\r\n<p>Our Grand Chief Eddie Benton Banai called one evening and shared a bit of his troubled dream about the Water Walkers going through Chicago, Illinois.  At our next meeting, we delved into the dream some more. We talked about the Mide ancestors who journeyed from Walpole Island to Grand Traverse, Michigan and how they left drawings along their route.  When the Spirit moves, the gut feeling kicks in, in my case. I knew this was the way. I needed to talk to the other Walkers first, for their blessing. They agreed. My next task was to let Jeanette know as she was working so hard on setting up the Web site and mapping the route. I told her the change of events. There was a long pause... She said something happened to her as I was telling her the story of the change. Apparently, as she was attempting to map the mileage around Chicago; at the city before Chicago was where her computer stopped. It would not allow her to go through Chicago. She called one of her partners/helpers, and he also could not make the computer go through Chicago. They left it at that. We summed up the events as “miraculous” or “the Spirit works in mysterious ways”, even with computers!</p>\r\n<p>We are currently buzzing with making lists of ‘what not to forget’.  Socks have to be bought. I already bought bandages for blisters, set aside some gas money, and made sure the Flag is ready and I keep looking at the Copper Water pail. It sprung a leak last year and we used Duct tape during the last leg of the journey. Mario is getting himself all worked up there in southern Ontario. He even bought a new pair of shoes! Violet is busy packing and downing her medicine drinks. She will arrive her in Thunder Bay on Wednesday, April 28th.  Melvina is wishing her employer would hurry about her request for time off. This time we know what not to bring.</p>\r\n<p>On Saturday, May 1, 2004, we will cross the ferry at Wallaceburgh, Ontario to the U.S. side. We will proceed north towards Port Huron, and from there we turn left on the road beside Hwy 69. Violet and I will pick up some Lake Michigan water on our way to Walpole Island on Friday. We understand there is a feast waiting in southern Ontario and there are ceremonies happening at the Chippewa of the Thames.</p>\r\n<p>Lake Michigan Spirit Walk of the Mide<br /><br />As our ancestors walked, so shall we walk. Indeed we walked the path of our relations as we journeyed from Walpole Island, Ontario to Hannaville Potawami Nation in Michigan.</p>\r\n<p>A send-off Feast was prepared by supporters from Walpole Island on Saturday, May 1, 2004. After the celebration and prayers, the community supporters walked the five miles to the ferry behind the Eagle Staff and Water Pail. Some supporters crossed the ferry on the St. Clair River to the Michigan side and walked along the river until sundown. The brave walkers who weathered the rain were: Nick and Mary Deleary, Waussay and her mother April, Carol Hopkins, Irene Peters, Mike (Saube), Marie Eshkabok-Trudeau and Stephanie, Joanne Keejick and son, and Mark Bruder and others. The next day, after having dried up and rested from the day before, we walked to Port Huron and from there we all took a ride to Bad Axe, Michigan to the Rock Drawings. After gaining entry to the Rock, our tobacco was offered, pipe smoked and watered the Rock. We marvelled at the teachings on the rock. Each of us in our own way, stood in utter silence for a long time, in admiration, pride and some with sadness at the greatness of what our ancestors left for us. This was a stark reminder for us that what we have been following in the Mide teachings is what has been taught from time immemorial. These drawings have been left for a reason and we began to know the reason. This visit confirmed and solidified much of our beliefs, teachings and our Way of Life. We have always known that our Mide Path is the true and natural way of the Anishnabe. We know that our teachings have always been this way and nothing is made up along the way; as some non-believers are inclined to believe.</p>\r\n<p>True to the prophesy, we continued our walk with the pail of water and staff at Port Huron. As we parted from our supporters, there were mixed emotions. Most emotional was the Lodge Song that we were sent off with. As we sang, we felt the Lodge suspended above us. That sound stayed with us for a long, long time as we walked the rest of the day. Animals came out of their way to greet us knowing we were there for a reason. In their uncanny instincts they came forward and bade us their greetings: - horses came galloping to meet us, chipmunks came in droves to see us, dogs came and lifted their paws to reach out to us, and of course, the birds that sang for us and with us; the wind-whispers and trees beckoning their acknowledgement of our walk and the waters shimmering their blessings on us. At this point it seemed that only the animals and nature knew that we were walking for the water.</p>\r\n<p>Onward to Lapeer, Davidson, Clio, Montrose and Chesaning. The traffic was light. We came upon these small towns without fanfare. Quiet, sleepy towns, we called them. This Walk was uneventful, other than the greetings from the animals, even buffalo, who acknowledged the walkers as if knowing who we were and what we were doing. Totally awesome!</p>\r\n<p>At Chesaning, Michigan, we came upon a famous big stone, in the centre of town. It was evening when we were directed to the sight. The rock had many moulded designs of animals that we could make out especially our clans: fish, eagle, otter, bear face and turtle. Mark had found us at this time, much to our surprise and celebration. We feasted in our own way; from a brown paper bag full of groceries. At this point we had to dig deeper into our pockets for essentials.</p>\r\n<p>We were now a group of seven: Patty Shawno, Irene Peters, Mario Wassaygesic, Violet Caibaiosai, Melvina Flamand, yours truly, Josephine and our PR man, Mark Bruder. We went to sleep with comfort and peace knowing we are being cared for. Before daybreak, the next day we were up to visit the Grandfather Rock we saw the day before. Imagine our ancestors coming upon this sight? Out of nowhere, this Rock came to be! Did it fall out of the sky? There was no evidence of any other rocks anywhere. The terrain was even and tree laden. As we stood in the darkness, water pail and staff in hand, we held our tobacco and prayed for all creations, elements, energies and to our ancestors. Immediately, we felt the presence of something around us. One of the walkers saw three shadows on the other side of the rock. We knew we were being watched over. We offered water from the pail to the great Grandfather and touched the imprints for the last time. We exited afraid to look back because it was like leaving a loved one behind.</p>\r\n<p>From Chesaning, we followed Hwy 57 to Ithaca on Hwy 27. Mark had already left us to do his work. We stopped at a park in Alma to map out our destination and determine where to sleep for the night. We made connections with Mark and supporters from Mt. Pleasant. They came and helped us with our journey and accommodations. Angel told us we could sleep at her house.</p>\r\n<p>We Smoked the pipe near a monument close to Sheppard, Michigan; and waited - for someone to take us into Mt. Pleasant and Angel’s place. There was a Sweat waiting for us and Mide visitors from other directions. We rested for the night and woke early the next day to take up our Walk from where we left off the day before.</p>\r\n<p>The Tribe of Mt. Pleasant joined our walk into the village along with escorts by the tribal police as we were led by their Chief Audrey. There was a feast at the Community Learning Centre, where we were presented with a ‘three eagle feather flag’ placement which was added to our Eagle Staff forthwith. An evening gathering was led by the Mide women of the community with the Water Ceremony, teachings and sharing of the Walk by the grandmothers. The next few days we rested, visited sights, museum and meetings. Especially outstanding was the Historical Museum which we were allowed to view prior to its grand opening. To be in that Museum was to be in a world of our ancestors and yet we walked on the same path that they travelled. What a transformation. We were in a museum with them. The stories, sounds, feelings, thoughts were too much to bear. I had to find a quiet space to be within my thoughts. I marvelled at the eeriness of their presence, of their truth, their love for nature, and caring for all things. I was filled to the brim with pride in my ancestors at what they have left for us; - a legacy of who we are. What more can we say about ourselves as the true Anishnabe of this part of the earth. I could not help but look at what the white nations have left for their future generations; destruction, pollution, oil spills on the water, violence and greed. I stood with my head high. The overwhelmingly sincere hospitality of this community brought to mind how our ancestors must have welcomed their white visitors who came to know them, and how our people must have greeted, feasted, made welcome, in much the same way, we felt welcomed.. We felt so welcome and we did overstay our welcome. We were set up at the famous Soaring Eagle Casino.</p>\r\n<p>Onward to the shores of Lake Michigan, walking beside the sandy shores, and viewing the beauty that cameras cannot capture was such a treasure for us. Then on to Peshabestown, Sweat, and resting the Walkers at the home of Bebamikwe and Dee. Onward we walked the final day to the canoes waiting to take us across to the peninsula and Petosky. The canoe trip was a journey never to be forgotten. At Atwood we ended our walk for the day and stayed in Victories Casino. Massages were available to those who felt okay to have their bodies worked on. For me I’m too old fashioned to allow one to touch my body. Like my spirit, I hold sacred.</p>\r\n<p>Again, as in Mt. Pleasant, we were treated like royalty. We were made to feel honored in every way possible, with speeches, plaques, certificates, media interviews, and in turn we shared our WaterWalk purpose to the people. We shared with the teachings of the women’s special gifts and water’s connection with women and the moon. The sharing was well received especially by the Grandmothers who could relate to the teachings handed down to them from their own grandmothers. It was such a treasure to know this and that these teachings are still remembered to this day. One local brother took us to the sacred Council of Trees.</p>\r\n<p>We offered tobacco to each tree and as I approached the third tree, it wanted some water. I proceeded to wash each tree with the water in the copper pail. As I got to the sixth tree it started to cry and water was running down from its side. We stood and cried with it. We knew that no visitors have ever came to show them respect, and we knew, that we would return under different circumstances. At least they had the company of each other but no human knew to come and listen for them to share their great wisdom, visions, and prophesies. We reassured them that we would return someday, soon.</p>\r\n<p>The leaving of this community was so historic, in that we were left with a song from the Chief Frank Ettawageshik and so many people walked as far as they could on the last day. From Harbour springs we walked on to Cross Village. Another stopping point of the ancestoral journey. Tales of canoes lining the shores of Lake Michigan in greeting the light skinned races were talked about by the local walkers. All these stories bring joy and pride in our ancestors’s strength, unity, patience, and especially the beauty of innocence and blind trust in all things. They welcomed the light-skinned race and took care of them. The cross symbolized two distinct meanings: one meaning as understood by the light-skinned race and one meaning of our ancestors. Was this why we were led astray? These thoughts move one into many questions. The walk ended for me here because I had to return to Thunder Bay; May 20, 2004, on an urgent matter.</p>\r\n<p>The group made it across the Mackinaw Bridge with other local members; Goldie and Peter and others. The following days journeyed on to Escanaba. I met up with them between Hannaville and Escanaba to complete the journey. The completion of the journey was with mixed feelings of happiness and sadness. Parting is never a happy moment, but there were a lot of feelings of ‘a journey to remember’, and respect to the Elders and Grandmothers who made it to the finish line, especially our Grandmother in her wheelchair. I can understand where the phrase comes from ‘parting is such sweet sorrow’.</p>\r\n<p>We feasted in the Centre and all participants shared their feelings about the Walk and the Water. We all quietly journeyed home to our own communities anticipating what the next WaterWalk will be like.</p>\r\n<p>Megwetch and see you all next year.</p>\r\n<p>Bidasige</p>', '', 1, 5, 0, 36, '2010-03-14 03:24:54', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:24:54', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 7, '', '', 0, 2, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(68, 'Lake Huron 2005 Journal', 'lake-huron-2005-journal', '', '<h1>Lake Huron 2005 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: We are guided by visions and dreams, but most of all we are guided by our Spirit and Spirit Helpers.  The journey with the water has become a lifetime experience, in that, the work is year round.  More women and young girls are hungering for women teachings. We must feed their hunger. Elders have given advice/direction on how to proceed further. There is a concern by the Elders that First Nations in Canada are not getting the message about our concern for the water. It has been foreseen that I must walk to all the First Nation communities (reservations) along Lake Superior. How this is to be done, I cannot fathom when and how. Only the spirit will guide that journey.</p>\r\n<p>I sincerely believe that the message is for all people and not just for Aboriginal women and their partners. The messages about water are getting more pronounced and profound. Our Mother is churning vigorously as witnessed in the Indian Ocean recently. We know that when we lift the water in prayer and sing for that water, we are in fact purifying the water and it becomes fit for consumption. We know that we are the healers and that energy that we carry is not to be undermined by anyone, let alone ourselves. We know that the past two years our Grandmother Moon has united with her Daughter (our mother), to bring messages to her. And she in turn spoke to her mother (our grandmother). How rich we are!!  We know there will be more messages because we hear them through songs in the Lodge. We must learn to hear those messages/sounds.</p>\r\n<p>The Water Walk is a spiritual walk that was prompted by the words of our Grand Chief of the Mide Lodge. That must never be forgotten. It comes from a grave concern about our used-to-be fresh drinking water. If we don’t do something about the abuse of our mother’s life blood; we will be paying $300.00 for an ounce of water within 25 years or sooner. We must get up and do our work with the water.</p>\r\n<p>This journey with the pail of water that we carry is our way of Walking the Talk. We really don’t have to say anything. Just seeing us walk is enough to make a person realize that, yes, we are carriers of the water. We are carrying the water for the generations to come. Our great grandchildren and the next generation will be able to say, yes, our grandmothers and grandfathers kept this water for us!!</p>\r\n<p>But this message also has to go to the earthy powers that be. Our First Nations/Tribal Leaders must take the step toward acting on their responsibility. Our elected government leaders must also enact policies to protect our waters and water ways.  Lake Huron is home to the largest fresh water island in the world and Georgian Bay being a part of that lake used to boast the wealthiest fishing grounds in the world.</p>\r\n<p>Protection of the water is key to our survival.</p>\r\n<p><span style="text-decoration: underline;">Mike Nadjiwon</span>: Diane and I walked with the water walkers yeaterday.  We brought them food, drinks and money.  We walked with them about 5 1/2 hours which is a drop in the bucket compared to what our aunties and grandmothers have undertaken for the water.  They are walking about six kilometers per hour.  Their day starts at 4:00 a.m.  they started walking at 5:30 a.m and ended at 9 p.m sundown last night.  Their spirits were uplifted with our presence.  Josephine, Violet and Melvina are the three women who are carrying both the staff and the water as they walk.  The staff if the men of our lodge are unaware is OUR responsibility to carry. I will be going on a four day fast over the water and the condition of our mother.  I know that their are midewin men and women in the Northeast doorway that are able to help.  They are travelling in three vehicles and are walking with blisters on their feet,  in rain snow and hail yet their was not one complaint of this work.   They started walking from the Elliot Lake turnoff this morning and are making their way to a feast at Sagamok this evening.</p>\r\n<p><span style="text-decoration: underline;">Mary Deleary</span>: A Union of Ontario Indian''s Media Advisory was sent out today adivsing of the arrival of the Women Water Walker''s at Whitefish Lake First Nation and their presentation and address to the Robinson - Huron Chiefs. the Union of Ontario Indian''s will be attempting to continue to assist with communications regarding the water walk.</p>\r\n<p><span style="text-decoration: underline;">Deanna Jones-Keeshig</span>: Whitefish Lake First Nation is approximately a 30 minute drive to Sudbury and so the walkers are planning to arrive in Sudbury tonite and a hotel room at the Holiday Inn has been gifted to them by Mike and Dianne Nadjiwon. Leona Stevens (Gitahgawgoonse) Neebowee kwe has traveled to Sudbury today to meet them and and accompany them with coordinated activities in Sudbury that she has facilitated. Leona was also in Sault Ste. Marie this past week-end for their send off.</p>\r\n<p>Keegan Keeshig (Karl and Deanna''s son) will be joining the Women tonite in Sudbury and will begin the walk with them tommorow morning carrying the Eagle Staff as they journey south on hwy 69 to Magnetawan First Nation. They plan to arrive at Magnetawan tommorow evening where the community will feast and host them overnite.</p>\r\n<p>On Friday morning they will be departing Magnetawawn for Shawanaga First Nation and a former Chief of Shawanaga and constant Lodge supporter; Howard Pamajewon will meet them in Magnetawan and carry the Eagle staff for the women.  As they continue to Shawanaga a number of community members and Mide family (Keeshigs; Jones''s; Wes and Leona) will join them at Point Au Baril and walk with them into Shawanaga.  Lunch will be hosted by the community and a media event is planned. This week in Shawanaga Our Mide Family led by Wes and Leona are doing a fasting camp. However, on Friday afternoon they plan to take the water walkers''s out on the Georgian Bay to offer their tobacco where the Great Turtle sits protecting this sacred site along  our migration.          The Shawanga Healing Centre is providing a room for the Walkers in Parry Sound for Friday night and a cash donation will be given to the walkers from the Independent First Nations (Deanna''s employers) and activities are planned in Parry Sound also. The walkers may choose to attend the coming out feast for the Fasters in Shawanaga on Saturday or they may want to continue their journey as there are other communities waiting with excitement for their arrival.</p>\r\n<p><span style="text-decoration: underline;">Karl Keeshig</span>: The walk continues where it left off towards the end of yesterday.   They progressed as far as Alban, about 50-60 kilometers south of  Sudbury, last night As of 8:00 am, they were just passing the Pickerel Reserve, ie. Henvey Inlet First Nation.  They should be at the Magnetawan River by noon.   If all goes well they should be in Parry Sound by todays end.</p>\r\n<p>We would like to acknowledge, Geezhigo Banaise (former Chief of the Shawanaga First Nation and in the running for the same post) for pledging to carry the staff today.</p>\r\n<p>To be touched and moved by the Spirit is a memory that will last a lifetime.</p>\r\n<p>I would like to acknowledge some of what I have witnessed.  Meegwetch to Bob Goulais, Laura Liberty, Marty and Joanne Restoule, Keegan Hawk.  I can''t remember them all nor have I witnessed all those who have stopped to help and support the walk.</p>\r\n<p>I took the opportunity to catch up with the walk during noontime; I wanted to carry the staff and check up on our Aunties and sisters, etc.  My trek was with Violet; we had a very good walk and talk.  People were stopping, running back to talk to us, donating food, money.   Some of our guests had seen our Aunties 4 days ago near Blind River; they said they had to stop and were amazed by how far they had walked.  Violet shared a bit of the concern for the water.  Around the same time we were walking up an incline, there in a clearing a moose was standing and watching us approach; it didn''t move an inch.  It reached down, taking another mouthful, and lifted up its head to peer at us again - water just dripping from its chin.  By then, there were about 8 cars pulled over, some to watch the moose, others to see us .... taking pictures, talking, ... the moose would not move .... not even an inch.  Violet was noticeably moved, as we all were .... she says to me, "this is the first time ... we have seen many but they were the ones laying on the shoulder of the highway."</p>\r\n<p>I picked up some young fasters in Sudbury yesterday. One happens to be our buffalo dancer, Minno way way banese.  When we caught up with the Walk, she and her friend put on their skirts and carried the vessel for Auntie Josephine.   With in a short while after that she was taken to her fasting lodge for a two day fast.  Beautiful - don''t you think!</p>\r\n<p>One last note,   In about 4  days time the Walk will be near Owen Sound, Bruce Penninsula, Cape Croke and Saugeen.  The word is that the First Nations at Cape Croker and Saugeen are very excited regarding the walk.  These two communities have been pushing the envelope for years now regarding rights over, under and around the water; they really look forward to hosting the Walkers.   Here is something else,  the Walk will be passing very near the Community of Walkerton.  Walkerton was the community where 7 people died and thousands got sick as a result of what was in the water - this event took place about 4-5 years ago.  Anyway a hand is going to be extended to this community to come and participate in the Walk as it passes near by.</p>\r\n<p>When I was walking with Josephine, Melvina and Violet ... I asked jokingly ... when is your HOW TO:  WATER WALK MANUAL coming out .... we  could sure use it - the men can''t keep up, are getting blisters, people are asking how to get involved,  etc. etc.  lots of laughter ....</p>\r\n<p><span style="text-decoration: underline;">Deanna Jones-Keeshig</span>: It is another beautiful day.  Our Chi-Meegwetch to Gizhimanido for this beautiful creation and wonderful life, our prayers and thoughts are extended to our relatives of the lodge whom are in need of caring, healing and strength, especially Gloria, Jody, Tyrell, Taj, Kyle and their families.</p>\r\n<p>I want to take this opportunity to share with all of you some of the beautiful blessings we have been touched by at Shawanaga First Nation in the Eastern Doorway and update you on the Water Walk.</p>\r\n<p>Shawanaga First Nation is located in the Eastern Doorway along central Georgian Bay in Ontario.  The Midewiwin whom are members of this community include myself, my parents, Roger and Marnie Jones (whom became Midewiwin last year after she left us and returned to the Creator), my sister Shelley Skye and her daughter Ashley Skye.  This is also the home community of our Eastern Doorway Chief - Onabinase, Jim Dumont, and the community which has become home for my husband, Karl Keeshig, our sons, Keegan, Keenan, Keelan, and recently as well, our brother and sister; Wes and Leona, who is also our Neebowekwe of the Eastern Doorway.</p>\r\n<p>With the support of the Little Boys, the Midewiwin, the members and their families of this community whom reside here, along with visiting Midewiwin relatives, including the Water Walkers, we completed a very beautiful fasting camp here yesterday which brought blessing of healing, understanding and strength for individuals, families, the people, and all of creation, including our mother the earth.  There were a total of 15 fasters.  Many of the fasters were children of this community.  There is a special blessing, so beautiful and strong when our children fast over this life and have an opportunity to connect with the spirit of this life, the creation and our Mother the Earth.  It strengthens who they are and provides a promise for our future. Meegwetch especially to  our Midewiwin relatives who fasted; Mike Nadjiwan (4 days), his son Philip (2 days), my son Keelan (3 days) both of whom are also Buffalo Dancers, and Geezhones''s daughter Cheyenne (2 days), who is also a Buffalo Dancer Escort and also to our nephew and niece, Chaz''s son Mukonse and Shelley''s daughter Margaret who completed their first 1 day/night fast.  We have received so much life, through the healing, knowledge and strength you brought to all of our lives and the lodge towards the future.</p>\r\n<p>On Thursday, the Water Walkers continued their journey from Sudbury and finished for the day at Alban.  Magnetawan First Nation provided accommodation and a Dinner to the Water Walkers on Thursday.  Meegwetch to the Midewiwin men; Bob Goulias, Marty Restoule, Karl Keeshig and Keegan Keeshig who were able to support and help the Water Walkers; Josephine, Violet and Melvina by carrying the Eagle Staff.  Also Meegwetch to the women, especially Cheyenne for helping and supporting the Water Walkers with walking and carrying the water, for coordinating, bringing food, financial donations and completing errands.</p>\r\n<p>On Friday, the Water Walkers began walking again at Alban and were joined by Howard Pamajewon from Shawanaga First Nation.  He was able to walk with them to Still River to carry the Eagle Staff.  My son Keenan Keeshig joined the Water Walkers at Still River to help carry the Eagle Staff and was able to walk with them to Harris Lake, where they finished for the day.  I was really honored to help by walking and carrying the water with them for a while that day as well.   Late afternoon on that day, myself, Keenan, and Joanne Keeshig travelled to the Turtle with the Water Walkers.  We offered our samah, a water song and the Water Walkers renewed the water in the copper pail at this site.  It was very moving and powerful.  Meegwetch to Howard and Keenan for standing as men to help the water walkers and to Shelley''s husband Jeff who is an Anishinawbek Police Officer, that provided security escort, took us all to the Turtle in the police boat and provide liaison with the OPP.</p>\r\n<p>The Shawanaga Healing Center provided accommodation in Parry Sound, a feast at the healing center on Friday night and the Independent First Nations communities who I work for made a financial contribution to the Water Walkers. The Water Walkers joined us for a while at our fasting camp in Shawanaga for singing in the lodge before retiring for the day.  On Saturday the Water Walkers continued there journey from Harris Lake to Parry Sound where they finished for the day.  They took a break during the day and joined us at fasting camp in Shawanaga for the Coming Out Ceremony where Mike Nadjiwan made a beautiful honor presentation to the Water Walkers.  He passed to each an Eagle Whistle and another piece of wood from Medicine Lake in the mountains of Alberta where him and Dianne had travelled to complete and represent the 5 Great Lakes they are walking around.  The Anishinawbe people from that area related to Mike which he shared with us yesterday, that this lake was fed by pure water from the Glaciers and that it connects and links with the underground rivers, which renew and replenish the rivers and the lakes of Turtle Island and in making his presentation he visioned the strenghtening of this connection to the waters of the Great Lake.  Before we were complete, the Water Walkers left to continue their walk and finish their day journey of walking at Parry Sound.  Karl was able to join them later to help them complete their day and Laura Liberty assisted by completing errands for the Water Walkers.  Meegwetch to the Healing Centre, with special recognition to Ann Pamajewon, Josh Pawis and Joanne Keeshig for assisting and supporting the water walkers in coordinating, accommodating, and feeding the Water Walkers.</p>\r\n<p>Today the Water Walkers left Parry Sound and are presently about at Mactier.  Karl is walking them.  Our Midewiwin relatives from Wausauksing First Nation will be joining them shortly to assist with walking, coordination, food, accommodation, errands and security this includes, Hector Copegog, Lucy Rice, Elaine Kelley, Marion Kelley as well as others yet to be determined.  Hector Copegog spoke with the Chief of Christian Island who made contact with the OPP to support and assist the water walkers with their journey on the 400 north highway.  Local newstations are also working to connect with the Water Walkers today, to spread their voice about what it is they are doing and work is being to done to further coordinate support, assistance, from individuals, communities and connect with Enhahtig Healing Lodge.</p>\r\n<p>The Walkers are a little east of Thornbury along Georgian Bay, approximately 10 km.</p>\r\n<p>May 11th , Wednesday<br /> Hwy 26: From where they are Tuesday night  plus Thornbury, Meaford,<br /> Hwy 21 begins:Owen Sound, Springmount, ending near Alvanley<br /> Distance: 68 kilometers (40.7 mi) <br /> (Saugeen/Cape Croker,  Possible reception at Saugeen, See Joanne Keeshig)</p>\r\n<p>May 12th, Thursday <br /> Hwy 21: Alvanley, Southhampton, Saugeen, Port Elgin, Tiverton, ending near Kincardine<br /> Distance: 67 kilometes (40.1 mi) <br /> (Saugeen/Cape Croker. See Joanne Keeshig)</p>\r\n<p>May 13th, Friday<br /> Hwy 21:  Kincardine, Amberly, Goderich, Bayfield<br /> Distance: 73 kilometers (43.7 mi) <br /> (Saugeen/Cape Croker meet Southern Contingent from Kettle Point/Stoney Point/ London Area and Southern Ontario First Nations)</p>\r\n<p>May 14th, Saturday<br /> Hwy 21: Bayfield, St. Josephs, Grand Bend, Kettle Point / Stoney Point <br /> Distance: 53 kilometers (31 mi) <br /> (Possible events coordinated here- see Pat Shawano regarding peparations)</p>\r\n<p>May 15th, Sunday <br /> Hwy 7:  Kettle Point to International Border <br /> Distance: 45-50 kilometers (27- 30 mi) <br /> (See Pat Shawano for route and distance accuracy;  it looks like an afternoon crossing)</p>\r\n<p>Megwetch</p>', '', -2, 5, 0, 37, '2010-03-14 03:26:29', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:26:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='),
(70, 'Lake Ontario 2006 Journal', 'lake-ontario-2006-journal', '', '<h1>Lake Ontario 2006 Journal</h1>\r\n<p><span style="text-decoration: underline;">Carol Hopkins</span>: We just finished the send off ceremony, led by the chief little boy + onabinisay - and it was nothing short of absolutely awesome - the spirit is full of love and there is much excitement with everyone involved.  Josephine is off to fill her copper pail with water from lake ontario and then begin the walk.  Hilda and family, violet melvina, angel rodney, bea, charmain, pauline + luanna, and others are with josephine.  Gram, nancy, nick, mary, beendigay + daintry, krystal, shkawbaywis + dawnestelle, jess + gabe, brian hill, mark, dave, val, myself, and all the kids are on our way right now to whirlpool park for tobacco offerings and will finish the day at the rainbow falls - u.s. side of the falls.   Meegwetch nozhem</p>\r\n<p>We walked with 4 women from the Seneca Nation today.  As we walked earlier today we saw a beautifil panumbra around geezis - many awesome colors.  We also encounter the incredible smell of sweetgrass a couple of times as we walked as well.  We finished our walk with them at the Seneca Nation beach.  It was really hot this afternoon - about 29 celcius and we were so thankful to cool off for a bit in the water.  Some other women joined us at the beach who arrived by kayak with some food.</p>\r\n<p>As we continued our day we tobaccoed many many rivers and streams from the Seneca Nation to Fort Erie.  We are still on our way to Fort Erie.</p>\r\n<p>Yesterday was pretty incredible too - after the send off we went to the whirlpool near the Falls and offered tobacco and song and then we walked to the Rainbow Falls (USA side of the falls) and then finished by walking around Goat Island.  As we offered our tobacco over there a rainbow came to the very point where we were standing.</p>\r\n<p>The spirit is kind and loving - its all been great.   Nozhem</p>\r\n<p><span style="text-decoration: underline;">Laura Liberty</span>: I returned yesterday evening from walking with the Lake Ontario water walkers. After the send off Josephine and supporters drove to a small picturesque park where she managed to dip her copper vessel and gather some water. Luckily she didn''t fall in! Violet started things off along the lake shore,   then Angel , myself, Beatrice, Charmaine, Hilda, Lucy, Melvina, Josephine , and Melvina each took a turn singing water songs as we walked. Forgive me for forgetting the names of the young men but Hilda''s son, and Melvina''s son BJ, Violets'' son, Adam  among  others were eager to take turns carrying the Eagle Staff. All of the streams and rivers we passed received our prayers and tobacco. After retiring the staff and water in St. Catharines local supporters Jackie and her partner who live in St. Catherines brought a big pot of corn soup, and a pot of ham soup made by a local chef named Ted Ceasar. He operates his own restaurant "The Beantree" and there fore was unable to join us on the trail. The soup was fabulous and it disappeared quickly. With full bellies everyone retired for the night. It was a beautiful day!</p>\r\n<p>I joined in the next day after working in nearby St. Catharines. The water walkers had arrived in Grimsby and were making their way to Wynona when I caught up with them. The water sure moves! Once again we were treated to a big pot of ghoulash delivered by Jackie and her partner, cooked by Ted. It was delicious! this lunch break took place in a park in Hamilton. Josephine was interviewed by the local TV station with Lake Ontario in the background. The walkers arrived in Burlington when I had to leave them at around 4:00 pm. Only the second day into the journey and the water was moving forward as it should be!!</p>\r\n<p>Megwetch</p>', '', 1, 5, 0, 38, '2010-03-14 03:31:17', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:31:17', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 7, '', '', 0, 2, 'robots=\nauthor='),
(69, 'Lake Huron 2005 Journal', 'lake-huron-2005-journal', '', '<h1>Lake Huron 2005 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: We are guided by visions and dreams, but most of all we are guided by our Spirit and Spirit Helpers.  The journey with the water has become a lifetime experience, in that, the work is year round.  More women and young girls are hungering for women teachings. We must feed their hunger. Elders have given advice/direction on how to proceed further. There is a concern by the Elders that First Nations in Canada are not getting the message about our concern for the water. It has been foreseen that I must walk to all the First Nation communities (reservations) along Lake Superior. How this is to be done, I cannot fathom when and how. Only the spirit will guide that journey.</p>\r\n<p>I sincerely believe that the message is for all people and not just for Aboriginal women and their partners. The messages about water are getting more pronounced and profound. Our Mother is churning vigorously as witnessed in the Indian Ocean recently. We know that when we lift the water in prayer and sing for that water, we are in fact purifying the water and it becomes fit for consumption. We know that we are the healers and that energy that we carry is not to be undermined by anyone, let alone ourselves. We know that the past two years our Grandmother Moon has united with her Daughter (our mother), to bring messages to her. And she in turn spoke to her mother (our grandmother). How rich we are!!  We know there will be more messages because we hear them through songs in the Lodge. We must learn to hear those messages/sounds.</p>\r\n<p>The Water Walk is a spiritual walk that was prompted by the words of our Grand Chief of the Mide Lodge. That must never be forgotten. It comes from a grave concern about our used-to-be fresh drinking water. If we don’t do something about the abuse of our mother’s life blood; we will be paying $300.00 for an ounce of water within 25 years or sooner. We must get up and do our work with the water.</p>\r\n<p>This journey with the pail of water that we carry is our way of Walking the Talk. We really don’t have to say anything. Just seeing us walk is enough to make a person realize that, yes, we are carriers of the water. We are carrying the water for the generations to come. Our great grandchildren and the next generation will be able to say, yes, our grandmothers and grandfathers kept this water for us!!</p>\r\n<p>But this message also has to go to the earthy powers that be. Our First Nations/Tribal Leaders must take the step toward acting on their responsibility. Our elected government leaders must also enact policies to protect our waters and water ways.  Lake Huron is home to the largest fresh water island in the world and Georgian Bay being a part of that lake used to boast the wealthiest fishing grounds in the world.</p>\r\n<p>Protection of the water is key to our survival.</p>\r\n<p><span style="text-decoration: underline;">Mike Nadjiwon</span>: Diane and I walked with the water walkers yeaterday.  We brought them food, drinks and money.  We walked with them about 5 1/2 hours which is a drop in the bucket compared to what our aunties and grandmothers have undertaken for the water.  They are walking about six kilometers per hour.  Their day starts at 4:00 a.m.  they started walking at 5:30 a.m and ended at 9 p.m sundown last night.  Their spirits were uplifted with our presence.  Josephine, Violet and Melvina are the three women who are carrying both the staff and the water as they walk.  The staff if the men of our lodge are unaware is OUR responsibility to carry. I will be going on a four day fast over the water and the condition of our mother.  I know that their are midewin men and women in the Northeast doorway that are able to help.  They are travelling in three vehicles and are walking with blisters on their feet,  in rain snow and hail yet their was not one complaint of this work.   They started walking from the Elliot Lake turnoff this morning and are making their way to a feast at Sagamok this evening.</p>\r\n<p><span style="text-decoration: underline;">Mary Deleary</span>: A Union of Ontario Indian''s Media Advisory was sent out today adivsing of the arrival of the Women Water Walker''s at Whitefish Lake First Nation and their presentation and address to the Robinson - Huron Chiefs. the Union of Ontario Indian''s will be attempting to continue to assist with communications regarding the water walk.</p>\r\n<p><span style="text-decoration: underline;">Deanna Jones-Keeshig</span>: Whitefish Lake First Nation is approximately a 30 minute drive to Sudbury and so the walkers are planning to arrive in Sudbury tonite and a hotel room at the Holiday Inn has been gifted to them by Mike and Dianne Nadjiwon. Leona Stevens (Gitahgawgoonse) Neebowee kwe has traveled to Sudbury today to meet them and and accompany them with coordinated activities in Sudbury that she has facilitated. Leona was also in Sault Ste. Marie this past week-end for their send off.</p>\r\n<p>Keegan Keeshig (Karl and Deanna''s son) will be joining the Women tonite in Sudbury and will begin the walk with them tommorow morning carrying the Eagle Staff as they journey south on hwy 69 to Magnetawan First Nation. They plan to arrive at Magnetawan tommorow evening where the community will feast and host them overnite.</p>\r\n<p>On Friday morning they will be departing Magnetawawn for Shawanaga First Nation and a former Chief of Shawanaga and constant Lodge supporter; Howard Pamajewon will meet them in Magnetawan and carry the Eagle staff for the women.  As they continue to Shawanaga a number of community members and Mide family (Keeshigs; Jones''s; Wes and Leona) will join them at Point Au Baril and walk with them into Shawanaga.  Lunch will be hosted by the community and a media event is planned. This week in Shawanaga Our Mide Family led by Wes and Leona are doing a fasting camp. However, on Friday afternoon they plan to take the water walkers''s out on the Georgian Bay to offer their tobacco where the Great Turtle sits protecting this sacred site along  our migration.          The Shawanga Healing Centre is providing a room for the Walkers in Parry Sound for Friday night and a cash donation will be given to the walkers from the Independent First Nations (Deanna''s employers) and activities are planned in Parry Sound also. The walkers may choose to attend the coming out feast for the Fasters in Shawanaga on Saturday or they may want to continue their journey as there are other communities waiting with excitement for their arrival.</p>\r\n<p><span style="text-decoration: underline;">Karl Keeshig</span>: The walk continues where it left off towards the end of yesterday.   They progressed as far as Alban, about 50-60 kilometers south of  Sudbury, last night As of 8:00 am, they were just passing the Pickerel Reserve, ie. Henvey Inlet First Nation.  They should be at the Magnetawan River by noon.   If all goes well they should be in Parry Sound by todays end.</p>\r\n<p>We would like to acknowledge, Geezhigo Banaise (former Chief of the Shawanaga First Nation and in the running for the same post) for pledging to carry the staff today.</p>\r\n<p>To be touched and moved by the Spirit is a memory that will last a lifetime.</p>\r\n<p>I would like to acknowledge some of what I have witnessed.  Meegwetch to Bob Goulais, Laura Liberty, Marty and Joanne Restoule, Keegan Hawk.  I can''t remember them all nor have I witnessed all those who have stopped to help and support the walk.</p>\r\n<p>I took the opportunity to catch up with the walk during noontime; I wanted to carry the staff and check up on our Aunties and sisters, etc.  My trek was with Violet; we had a very good walk and talk.  People were stopping, running back to talk to us, donating food, money.   Some of our guests had seen our Aunties 4 days ago near Blind River; they said they had to stop and were amazed by how far they had walked.  Violet shared a bit of the concern for the water.  Around the same time we were walking up an incline, there in a clearing a moose was standing and watching us approach; it didn''t move an inch.  It reached down, taking another mouthful, and lifted up its head to peer at us again - water just dripping from its chin.  By then, there were about 8 cars pulled over, some to watch the moose, others to see us .... taking pictures, talking, ... the moose would not move .... not even an inch.  Violet was noticeably moved, as we all were .... she says to me, "this is the first time ... we have seen many but they were the ones laying on the shoulder of the highway."</p>\r\n<p>I picked up some young fasters in Sudbury yesterday. One happens to be our buffalo dancer, Minno way way banese.  When we caught up with the Walk, she and her friend put on their skirts and carried the vessel for Auntie Josephine.   With in a short while after that she was taken to her fasting lodge for a two day fast.  Beautiful - don''t you think!</p>\r\n<p>One last note,   In about 4  days time the Walk will be near Owen Sound, Bruce Penninsula, Cape Croke and Saugeen.  The word is that the First Nations at Cape Croker and Saugeen are very excited regarding the walk.  These two communities have been pushing the envelope for years now regarding rights over, under and around the water; they really look forward to hosting the Walkers.   Here is something else,  the Walk will be passing very near the Community of Walkerton.  Walkerton was the community where 7 people died and thousands got sick as a result of what was in the water - this event took place about 4-5 years ago.  Anyway a hand is going to be extended to this community to come and participate in the Walk as it passes near by.</p>\r\n<p>When I was walking with Josephine, Melvina and Violet ... I asked jokingly ... when is your HOW TO:  WATER WALK MANUAL coming out .... we  could sure use it - the men can''t keep up, are getting blisters, people are asking how to get involved,  etc. etc.  lots of laughter ....</p>\r\n<p><span style="text-decoration: underline;">Deanna Jones-Keeshig</span>: It is another beautiful day.  Our Chi-Meegwetch to Gizhimanido for this beautiful creation and wonderful life, our prayers and thoughts are extended to our relatives of the lodge whom are in need of caring, healing and strength, especially Gloria, Jody, Tyrell, Taj, Kyle and their families.</p>\r\n<p>I want to take this opportunity to share with all of you some of the beautiful blessings we have been touched by at Shawanaga First Nation in the Eastern Doorway and update you on the Water Walk.</p>\r\n<p>Shawanaga First Nation is located in the Eastern Doorway along central Georgian Bay in Ontario.  The Midewiwin whom are members of this community include myself, my parents, Roger and Marnie Jones (whom became Midewiwin last year after she left us and returned to the Creator), my sister Shelley Skye and her daughter Ashley Skye.  This is also the home community of our Eastern Doorway Chief - Onabinase, Jim Dumont, and the community which has become home for my husband, Karl Keeshig, our sons, Keegan, Keenan, Keelan, and recently as well, our brother and sister; Wes and Leona, who is also our Neebowekwe of the Eastern Doorway.</p>\r\n<p>With the support of the Little Boys, the Midewiwin, the members and their families of this community whom reside here, along with visiting Midewiwin relatives, including the Water Walkers, we completed a very beautiful fasting camp here yesterday which brought blessing of healing, understanding and strength for individuals, families, the people, and all of creation, including our mother the earth.  There were a total of 15 fasters.  Many of the fasters were children of this community.  There is a special blessing, so beautiful and strong when our children fast over this life and have an opportunity to connect with the spirit of this life, the creation and our Mother the Earth.  It strengthens who they are and provides a promise for our future. Meegwetch especially to  our Midewiwin relatives who fasted; Mike Nadjiwan (4 days), his son Philip (2 days), my son Keelan (3 days) both of whom are also Buffalo Dancers, and Geezhones''s daughter Cheyenne (2 days), who is also a Buffalo Dancer Escort and also to our nephew and niece, Chaz''s son Mukonse and Shelley''s daughter Margaret who completed their first 1 day/night fast.  We have received so much life, through the healing, knowledge and strength you brought to all of our lives and the lodge towards the future.</p>\r\n<p>On Thursday, the Water Walkers continued their journey from Sudbury and finished for the day at Alban.  Magnetawan First Nation provided accommodation and a Dinner to the Water Walkers on Thursday.  Meegwetch to the Midewiwin men; Bob Goulias, Marty Restoule, Karl Keeshig and Keegan Keeshig who were able to support and help the Water Walkers; Josephine, Violet and Melvina by carrying the Eagle Staff.  Also Meegwetch to the women, especially Cheyenne for helping and supporting the Water Walkers with walking and carrying the water, for coordinating, bringing food, financial donations and completing errands.</p>\r\n<p>On Friday, the Water Walkers began walking again at Alban and were joined by Howard Pamajewon from Shawanaga First Nation.  He was able to walk with them to Still River to carry the Eagle Staff.  My son Keenan Keeshig joined the Water Walkers at Still River to help carry the Eagle Staff and was able to walk with them to Harris Lake, where they finished for the day.  I was really honored to help by walking and carrying the water with them for a while that day as well.   Late afternoon on that day, myself, Keenan, and Joanne Keeshig travelled to the Turtle with the Water Walkers.  We offered our samah, a water song and the Water Walkers renewed the water in the copper pail at this site.  It was very moving and powerful.  Meegwetch to Howard and Keenan for standing as men to help the water walkers and to Shelley''s husband Jeff who is an Anishinawbek Police Officer, that provided security escort, took us all to the Turtle in the police boat and provide liaison with the OPP.</p>\r\n<p>The Shawanaga Healing Center provided accommodation in Parry Sound, a feast at the healing center on Friday night and the Independent First Nations communities who I work for made a financial contribution to the Water Walkers. The Water Walkers joined us for a while at our fasting camp in Shawanaga for singing in the lodge before retiring for the day.  On Saturday the Water Walkers continued there journey from Harris Lake to Parry Sound where they finished for the day.  They took a break during the day and joined us at fasting camp in Shawanaga for the Coming Out Ceremony where Mike Nadjiwan made a beautiful honor presentation to the Water Walkers.  He passed to each an Eagle Whistle and another piece of wood from Medicine Lake in the mountains of Alberta where him and Dianne had travelled to complete and represent the 5 Great Lakes they are walking around.  The Anishinawbe people from that area related to Mike which he shared with us yesterday, that this lake was fed by pure water from the Glaciers and that it connects and links with the underground rivers, which renew and replenish the rivers and the lakes of Turtle Island and in making his presentation he visioned the strenghtening of this connection to the waters of the Great Lake.  Before we were complete, the Water Walkers left to continue their walk and finish their day journey of walking at Parry Sound.  Karl was able to join them later to help them complete their day and Laura Liberty assisted by completing errands for the Water Walkers.  Meegwetch to the Healing Centre, with special recognition to Ann Pamajewon, Josh Pawis and Joanne Keeshig for assisting and supporting the water walkers in coordinating, accommodating, and feeding the Water Walkers.</p>\r\n<p>Today the Water Walkers left Parry Sound and are presently about at Mactier.  Karl is walking them.  Our Midewiwin relatives from Wausauksing First Nation will be joining them shortly to assist with walking, coordination, food, accommodation, errands and security this includes, Hector Copegog, Lucy Rice, Elaine Kelley, Marion Kelley as well as others yet to be determined.  Hector Copegog spoke with the Chief of Christian Island who made contact with the OPP to support and assist the water walkers with their journey on the 400 north highway.  Local newstations are also working to connect with the Water Walkers today, to spread their voice about what it is they are doing and work is being to done to further coordinate support, assistance, from individuals, communities and connect with Enhahtig Healing Lodge.</p>\r\n<p>The Walkers are a little east of Thornbury along Georgian Bay, approximately 10 km.</p>\r\n<p>May 11th , Wednesday<br /> Hwy 26: From where they are Tuesday night  plus Thornbury, Meaford,<br /> Hwy 21 begins:Owen Sound, Springmount, ending near Alvanley<br /> Distance: 68 kilometers (40.7 mi) <br /> (Saugeen/Cape Croker,  Possible reception at Saugeen, See Joanne Keeshig)</p>\r\n<p>May 12th, Thursday <br /> Hwy 21: Alvanley, Southhampton, Saugeen, Port Elgin, Tiverton, ending near Kincardine<br /> Distance: 67 kilometes (40.1 mi) <br /> (Saugeen/Cape Croker. See Joanne Keeshig)</p>\r\n<p>May 13th, Friday<br /> Hwy 21:  Kincardine, Amberly, Goderich, Bayfield<br /> Distance: 73 kilometers (43.7 mi) <br /> (Saugeen/Cape Croker meet Southern Contingent from Kettle Point/Stoney Point/ London Area and Southern Ontario First Nations)</p>\r\n<p>May 14th, Saturday<br /> Hwy 21: Bayfield, St. Josephs, Grand Bend, Kettle Point / Stoney Point <br /> Distance: 53 kilometers (31 mi) <br /> (Possible events coordinated here- see Pat Shawano regarding peparations)</p>\r\n<p>May 15th, Sunday <br /> Hwy 7:  Kettle Point to International Border <br /> Distance: 45-50 kilometers (27- 30 mi) <br /> (See Pat Shawano for route and distance accuracy;  it looks like an afternoon crossing)</p>\r\n<p>Megwetch</p>', '', 1, 5, 0, 37, '2010-03-14 03:26:29', 62, '', '2010-03-14 03:30:34', 62, 0, '0000-00-00 00:00:00', '2010-03-14 03:26:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 0, 1, 'robots=\nauthor='),
(71, 'Lake Erie 2007 Journal', 'lake-erie-2007-journal', '', '<h1>Lake Erie 2007 Journal</h1>\r\n<p><span style="text-decoration: underline;">James B Beard</span>: Booshoo Brothers and Sisters  For the past three years I have watched as my brothers and sisters have continued this walk around the great lakes.  Josephine Mandamin is a grandmother of the Ojibwe people who is held in highest respect for her wisdom and insight.  She has taken on this quest to help mother earth and all of the children on this land.  This is a selfless deed to encourage all to honor and care for the water that nourishes and gives life to us all.  Please answer the call of the message below in any way that you can.I look forward to being present at Fort Erie Ontario to begin this walk and support this wonderful person in her vision.  Miigwich  Noodin</p>\r\n<p>Moved by the spirit of creation, Josephine Mandamin, an Anishinawbe Quay Grandmother, recognized the importance of water to our life and acted on her vision to walk for the water around the Great Lakes.   In her spiritual journey to raise awareness about the need to take care of the water, she was joined by many women and men for support.  From 2003 to 2006, they have walked around all the Great Lakes, except for one. This year they will be walking around Lake Erie as the final leg of their journey to complete the circle.</p>\r\n<p>On Saturday April 28, 2007, Josephine Mandamin, supporters and fellow walkers will be beginning their journey, starting in Fort Erie, Ontario. Please join in this great and wonderful event, through walking, assisting, donating, accommodating, feasting, providing security, hosting events, and spreading the word- everything helps us all.   A tentative schedule is available at: http://www.motherearthwaterwalk.com</p>\r\n<p>Towards health and wellness for all Life in Brotherhood, Sisterhood, Unity and Peace upon the Earth…</p>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: We are anticipating the Pail will complete it''s journey today, if not tomorrow for sure as we are approximately 120 km from Fort Erie.</p>\r\n<p>Please send out a message to all those who are able or know someone who has a vehicle, to come and help out. Every little bit helps to move the water to the finish line. One of our main walkers has been pulled off the Walk due to foot problems. Her blisters are just too dangerously open and peeled to walk. My daughters from Manitoba joined us late afternoon yesterday.</p>\r\n<p>Please send as many helpers as you can. You will find us on the highway #3 heading towards Fort Erie. The ladies are prepared to feast for us.</p>\r\n<p>To all our brothers and sisters: We must do the work with the water. Apichi ,''Megwech Wendahn Bimahdezewin: to go the distance for the water with those who carry the water and eagle staff. They walk with love for the future generations. Blisters upon blisters, they are not deterred.</p>\r\n<p>We are on our way to Blenheim and then towards St. Thomas. The birds are singing ever so sweetly and. ''Oshkawbewis is slowly showing over the horizon.</p>\r\n<p>Megwetch</p>', '', 1, 5, 0, 39, '2010-03-14 03:39:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:39:15', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 4, '', '', 0, 2, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(72, 'Lake Michigan 2008 Journal', 'lake-michigan-2008-journal', '', '<h1>Lake Michigan 2008 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>:    Lake Michigan here we come! <br /><br /> Word is being put out for Waterwalk Supporters to complete the circumference of Lake Michigan. As many of you are well aware, in 2004 the Waterwalkers blazed through the state of Michigan following the tracks of our ancestors and walked around the upper half of the shore of Lake Michigan.  Once the lower half is completed, then the Waterwalkers can say we have walked around all the Great Lakes.<br /><br /> Challenges are met with great honor especially when we know it is for a deep purpose; - the betterment of all, especially our Mother Earth.  The Water Walk’s mission to raise awareness about humanity’s need for water has not been heard south of Lake Michigan. It is important to keep our waters clean to ensure the everlasting use for our grandchildren and their grandchildren.  Our water is not for sale. This message will be carried this spring.<br /><br /> The Lake Michigan Waterwalk 2008 will start at Manistee, Michigan on Saturday, April 26, 2008.  At sunrise, the plan is to offer Feast Foods to the Water, Pipe and Tobacco and then start walking after the petitioned water and pail has been filled.  Then we’re off to Ludington and on the Muskeegan.  Our next stops will be Holland, Benton Harbor, Michigan City and Chicago.  Our greatest challenge will be Chicago. We hope not to get blown away by this windy city!!<br /><br /> After a long break from Chicago, our next stop will be Waukegan and Milwaukee. It is our hope to pass through Wisconsin in four or five days. Our home stretch will be Escanaba or Hannaville, again, as our last journey. <br /><br /> It is with great anticipation to end the Lake Michigan Walk by May 6th or 7th.  So all you Michigan folks, Illinois, and Wisconsin folks, get your walking shoes shined up. We are coming!!</p>\r\n<p><span style="text-decoration: underline;">Elizabeth Caldwell Bissell</span>:	Two Anishinawbe Grandmothers, and a group of Anishinawbe Women and Men have taken action regarding the water issue by walking the perimeter of the Great Lakes.<br /><br /> Along with a group of Anishinabe-que and Supporters, they walked around Lake Superior in Spring 2003, Upper Lake Michigan in 2004, Lake Huron in 2005, Lake Ontario in 2006, Lake Erie in 2007 finishing with Lower Lake Michigan 2008.<br /><br /> The 1st Annual Women’s Water Walk took place April 2003. Several women from different clans came together to raise awareness that our clean and clear water is being polluted by chemicals, vehicle emissions, motor boats, sewage disposal, agricultural pollution, leaking landfill sites, and residential usage is taking a toll on our water quality. Water is precious and sacred...it is one of the basic elements needed for all life to exist.<br /><br /> The Annual Women’s Water Walk was chosen for Spring because for the natural re-growth of our natural habitat, as it is a in time for renewal, re-growth, and re-birth.<br /><br /> A team of 6 - 8 Aboriginal people volunteer to walk and help with the everyday necessities such as having multitasked drivers to accompany walkers, food preparation, refreshment breaks, camp set ups, cleaners, laundry etc.<br /><br /> Public Relations Personnel have been involved throughout by taking shifts, and also going ahead to communities to aid with the awareness of the walk. This includes the distribution of media releases, posters, pamphlets, advertisements, and meeting and greeting of the participating walkers.<br /><br /> The overall result after implementation is to gather other groups and/or organizations to participate in an all regional walk around the Great Lakes. The goal is achieved strength in numbers with other Aboriginal men/women in the Great Lake Regions. The anticipated outcome is to have all people aware of the importance of the water and gain support and the gathering of other supporters whom would share an interest in protecting our water through our walk. This event will be annually, with the intent of the Women’s Water Walk to gain awareness and support for annual walks throughout the region. This will entail support, recognition, and awareness of the importance of keeping Great Lake waters clean.<br /><br /> It is the hope that other locals, individuals and organizations will come together each spring to spread interest and awareness in their communities to care and protect the waters of the earth from further pollution. This annual event is intended to gain support and to raise awareness throughout the region.<br /><br /> The originality of this idea is uncommon as there are few who are ready and willing to take on such a challenge. This idea is original because of how society today is taught to rely on the technological equipment, and that the mere thought of a walk being more than 15 minutes is a task for many. We strive with determination in that this challenge is seldom being done elsewhere, particularly in our region. We are doing this walk to emphasize the importance of our waters. The Great Lakes are very precious and sacred to our being, as water is one of the basic elements needed for all life to exist.<br /><br /> In doing so, we know that such an endeavor requires a certain amount of funds to help carry the walk over a two month period, but this alone will not stop us from working toward preventing what our grandfathers have predicted, "Our waters will be scarce and will be deficient in the essential elements for our survival unless positive steps are taken to prevent this disaster."<br /><br /> We are seeking donations to help the walkers offset the cost of the travel expenses. Make donations payable to Mother Earth Water Walk c/o Melvina Flamand. Local Ludington Contact: Elizabeth Caldwell-Bissell 231-845-1951.</p>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>:	Megwetch to the Good Vickie Dowd, Noreen and the men from Hannahville who came to help us to complete the walk and Chi Megwetch for their good &amp; kind "Ho"<br /><br /> The Little Boy Water Drum has travelled around three of the Great Lakes.  He has sat and shared his song teachings with the many different tribes that live along the waters.  The walks may be finished but this year there has been so much publicity that, hopefully, it has made more people aware of our concerns in relation to the water.<br /><br /> It feels good to be on the Road home, I can hardly wait to see my grandson, but I will miss walking and meeting different people.  We will go home and rest a little while and then get ready to leave for the Three Fires Spring Ceremonies.<br /><br /> Migwetch again to all who we met along the way and safe journeys home to all</p>', '', 1, 5, 0, 40, '2010-03-14 03:41:54', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:41:54', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 5, '', '', 0, 1, 'robots=\nauthor='),
(73, 'St Lawrence River 2009 Journal', 'st-lawrence-river-2009-journal', '', '<h1>St Lawrence River 2009 Journal</h1>\r\n<p><span style="text-decoration: underline;">Josephine Mandamin</span>: The water flows from the five Great Lakes to the St. Lawrence River and out to the ocean.  Consequently, the carrying of the water will complete its journey once it stops at the mouth of the ocean.  All Water walkers have begun to understand that once the pail of water is picked up at the beginning of the day, it keeps moving until it rests at the end of the day. Similarly, the Eagle Staff has to rest before it gets dark.  We must keep it moving until we have reached our final destination at the Gaspe Penninsula.</p>\r\n<p><span style="text-decoration: underline;">April 10, 2009</span>:  "Never fear the unknown"  words keep popping in my head today as I am packing and hoping not to forget anything.  Apprehension and wonderment creeps in from time to time because the journey is so great and monumental to me because I have never seen the St. Lawrence River other than in pictures.  I do know that it has Great Meaning to the ancestors and the people who now live by the river. It is with such respect that I look to them for prayers and support.  My father always said that "one who is always fearful of going somewhere, never gets anywhere" such is my life as I journey,  always remembering my father''s words.</p>\r\n<p><span style="text-decoration: underline;">April 11, 2009</span>:  We are caravanning the van and truck to Kingston. We leave at 4:00 am. My sister Melvina,  Lee Hardy, faithful friend,  Josh Metansinine, my grandson and his friend, Chris. We will pick up Gabe Peltier in Espanola and then we hope to stay overnight in either Parry Sound or Bracebridge, Ontario.</p>\r\n<p><span style="text-decoration: underline;">April 12, 2009</span>: We arrived in Kingston. We have been promised Footcare by SOADIE on Sunday.  We know that we will meet up with Debbie Danard, Jay and baby: Tuh Tog Once. Tara said she will be travelling also at the same time we are.  Sue Chiblow and her group with the Union of Ontario Indians will be there on Sunday. We are so grateful for the encouraging  words  from our Grand Chief Bawdwaywidunn  and of course our Mide Family.  The Ontario Native Women''s Association has come through with approving the rental of a van for us and the Union of Ontario Indians has sponsored the cost of the Waterwalk Buttons. We will print  Brochures as we go along, at Printers here and there.  We say Migwech to all who have supported us in more ways than we can say.</p>\r\n<p>We are taking Moose meat, fish and wild rice for the Feast on Monday.  So we have much preparing to do.  We also will welcome each day with Sunrise Water Petition as always.  We are not sure if there will be a drum at the Send-Off Gathering, but Faith in Spirits always carries us through. So, we shall keep in touch this way as we journey the next few days.  Obama minwa.  Nin Beedawsige aka Josephine, your friend and humble servant.</p>\r\n<p><span style="text-decoration: underline;">April 13, 2009</span>:  The Send-Off today brought us many good feelings and messages from the people. The Kingston Friendship Centre was very accommodating and as well the SOADI Group who gave us foot care on Sunday when we arrived. They also put us up at the Holiday Inn for a good rest.</p>\r\n<p>After the Tobacco and Water Offering, the Feast was made up of Moose Stew, wild rice, fish and Bannok. The walk started at the Holdiday Inn with the dipping of the Water Pail in the St Lawrence River, we all proceeded to Highway 2.  Today we finished at Gananoque, Ontario. Walkers who stayed most of the day were Pauline Shirt, Louana, Derek and their son and daughter, Irene Peters, Tara Chadwick, Jay and Debbie Danard and baby, Sue Chiblow and Jayce, her daughter, Gabe Peltier, Chris Dunbar, Josh Metansinine, Lee Hardy and Melvina Flamand. Other walkers who participarted from the Send off with SOADI Group and friendship people</p>\r\n<p>Tonight accommodations were provided by Peter Dundas and Pam Cross in their cabins and home. A home cooked meal was provided by Pam and the cake was phenomenal. Their home is beautiful and warm, very homelike and inviting. Debbie is driving us crazy with her camera but we love her.</p>\r\n<p>Send us some chapstick, Our lips are wind burned. We will get 3 - 4 hours of sleep now. Good night.</p>\r\n<p><span style="text-decoration: underline;">April 14, 2009</span>:  We almost reached Prescott today, shy by 5 KM. We started at 4:10 this morning after a quality rest at Peter and Pam''s.  Sue Chiblow and Jayce, Debbie and Jay and baby and the 6 of us from TBay. Peter and Emily walked for a while, and Sue had to leave about 4 PM.   The St. Lawrence River is beautiful. We fell in love with the majestic beauty as we walked beside it today. We sang our songs, offered tobacco and petitioned to the Powers of the Water.</p>\r\n<p>We managed to find a motel to sleep for tonight. We will rest and wake at 3:00 am. Good night to all as we have been getting encouraging words from all over Indian country. Thank you all for your powerful prayers and such encouraging words. Gichi Megwech, Nin Beedawsige aka Josephine, your friend and humble servant.</p>\r\n<p><span style="text-decoration: underline;">April 16, 2009</span>:  Today was Pipe day with two in attendance. We also had a hand drum sounded for the first time by Jay Bell''s beautiful singing and awakening of the new hand drum given to us by the people of Akwesasne. Jay, Debbie and Tuh Tog Ense left us shortly after. They were so missed after they left, our little Waterwalker especially because the boys got to enjoy her laughter.  We made it as far as Dundas, New York as we crossed into the Quebec side. We put in 87 KM today with the help of Iroquois community as they guided us in the right direction.  We will study the map again to estimate our distance to the next town.  We crossed two bridges today from Cornwall to the other side.</p>\r\n<p>Tonight we rest easy knowing there are petitions and prayers for the water. We have been hearing from people all over the world. The message is growing, people are awakening their lakes and singing, praying and loving their lakes and rivers. If only the bureaucrats and money changers would understand that the unborn have yet to live. We all must work together, big and small.</p>\r\n<p>It is getting late, we will be up at 3 am, and finish tomorrow before dark. the Eagle and water is now resting, as we are. Take care and love the water. Nin Beedawsige aka Josephine, friend and humble servant to you all.</p>\r\n<p>Yesterday we got close to Cornwall. We got invited by Henry Lickers to his community for Feast and Social and what a marvellous evening of fine Native dancing and food.  We went to bed late and up on the road by 4 am this morning. We have Jack St Thomas, Elaine   McDonald, David Denneny walking with us until 7 am.</p>\r\n<p>It is now 11 am, we have crossed the border at Cornwall. Right now we have the Mohawks out in full force with us. We are nearing the Casino. Today is Pipe Day. We will stop at high noon to fill the Pipes. We have mine and Gabriel''s to lift with our supporters. Take care. Nin Bedawsige, friend and huumble servant to all.</p>\r\n<p><span style="text-decoration: underline;">April 18, 2009</span>:  The Water Walkers were met somewhere around Chateaugay, they are in the good care of Mohawks for this evening, and they have a place to stay at tomorrow.  CBC french has information on their whereabouts and are supposed to braodcast about it.  The Mohawks radio doing the same.</p>\r\n<p>The Water Walkers should be met by different people supporting them tomorrow, and they have a place to stay at tomorrow night in Longueuil.</p>\r\n<p>I am trying to reach as many people as i can and organizing their stay in each community.  Once this is accomplish i plan on joining them.</p>\r\n<p>They are tired, but their spirits are really helped by everyones'' support and prayers.  Josephine said she really feels the asehma that is put out there for them.</p>\r\n<p><span style="text-decoration: underline;">April 19, 2009</span>:   Today we walked from Kahnawake to Longueuil after being received at the Riverside Inn where we were treated with great care by Lynn Beavais and Brooklynn Leblanc. The rooms were the gift of Glenda and Keneth Deer what hospitality and comfort, a must see place indeed right along the St Lawrence Seaway. The walk into Kahnawake was a guided effort by Barbara little bear and daughter Towana Miller, the generosity of the people was most generous including the fuel from Merricks gas station even treats were on the house. Todays walk had several visitors including our chilean guest thanx for the copal. We have been received this evening by the mothers of Maison De Priere a fine home cooked meal was enjoyed not withholding delicous chocolates. One last thank you to Barbara and her crew for the meal at The Riverside Inn it was a treat complete with Lemon pie.</p>\r\n<p><span style="text-decoration: underline;">April 21, 2009</span>:  Today we almost reached Nicolet. We toured the town of Odenak and felt the Spirits of our ancestors still there. Last night we stayed at this house which so reminded us of home when we were kids. We all slept in one big room upstairs on air mattresses and cushions. We slept well. We were up at 2:30 am because Melvina kept having laughing dreams. We were on the road at 3:45 am.</p>\r\n<p>Melvina and I almost fell on each other and in her attempt to catch me she herself went tumbling on the sidewalk. Gabe didn''t know which woman he was to catch. Melvina was okay and later, much later we had a good laugh about it.</p>\r\n<p>We walked through rain all day. The freshness of the water felt so heavenly and kind compared to the waters we saw in ditches. One area had rust colored, brown water and Mother Earth was trying to look alive despite the poison in her veins. I stood looking at her stillness and talked to her:  Mama, bis egween, anish kawn. apitchi gisaw een, Ween Dah Mawshin Gay shey Nawd Mawuk N''wiji anishnabe, Guy ay osh meh gay zhi weenduhmahgayyawn Nibinji.</p>\r\n<p>With tears rolling down my cheeks I offered my Asema to her. Migwech Mama.</p>\r\n<p>It was a challenging day with wet feet, shoes and clothes. Our friend Benjamin had to leave due to car problems. We have seen much obstacles. I had to drive back to Sault Ste Marie on Saturday to take back our young walker. We are gifted with a balance of laughter and we are so like a unit. We cry together, laugh together and work together for the water. It''s all about the water. Goodnight. Sleep tight you all. Nin Beedawsige aka Josephine, your friend and humble servant.</p>\r\n<p><span style="text-decoration: underline;">April 23, 2009</span>:  We were warmly welcomed by Chief Jean Philippe Sioui and his wife Michele and their beautiful children ( twins &amp; baby)and her son at Wendake. We were treated to an honest to goodness home cooked meal prepared by Michelle. Such beautiful traditional people.  They really made us feel like family.  We are Family.  We then went to the Longhouse where we were again treated like we had known them forever. We danced to the water drum with the women in the community. We then went to sleep in the beautiful home of the Chief and his wife, Michele. The following morning the Chief showed us the way out of Quebec City. This was again very special for us to have the Chief get up at 3:30 am to show us how to get out of the freeways.</p>\r\n<p><span style="text-decoration: underline;">April 24, 2009</span>:  We were joined by Debbie, Jay, Zenia, and Talyn. ... two Huron women from Wendake, Lynn and Nathalie, and then Madeleine.  We walked in good spirit, strong walkers, Today was Pipe Day and completed with the music of the flute from Natalie.  The day ended with a beautiful spectacle of honking snow geese, thousands of them on the shore.</p>\r\n<p><span style="text-decoration: underline;">April 25, 2009</span>:  We started the day @ 3:45 am, we walked from Saint Antoine de Tilly to Beaumont.  Walked through Quebec and Levis, and it was fast paced, really hot.  All the walkers are in good spirits, and Josh really enjoys Tony and Madeleine''s Toy(the VW). It was really good to feel the fresh breeze as we approached Beaumont, with still some refreshing snow on the ground in some spots.  There is a lot of traffic on the river, and on the road too!  We met a few people who were really interested in the Mother Earth Water Walk.</p>\r\n<p>I have rarely seen so much love and dedication for the children of the future.  The focus is on the Water and the future generations. This walk is helping us understand what doing the work is all about.  Chi Megwetch to the Water and to all who support the Mother Earth Water Walk.</p>\r\n<p>Tomorrow we are supposed to be joined by Maryellen Bake but we have not heard from her yet. It is now 8:00 pm. We are going to sleep now, good night.</p>\r\n<p><span style="text-decoration: underline;">April 30, 2009</span>:   After a beautiful long day of great joy, even if all are tired, we are resting in Sainte Flavie.</p>\r\n<p>We did not have access to internet and even the cell phones communications are challenged.  We are in the beautiful appalachian montains, and the Chic Chocs.  The water view is spectacular.  It is so good to be here and walk for the Mother Earth Water.</p>\r\n<p>On Monday we were in Riviere du Loup, we spent great time with Ann (Annie), a Maliseet 93 yrs old Grand Mother, and mother to the Maliseet Nation Grand Chief of the Viger Community.  We were so warmly welcomed By Grand Chief Ann Archambault, and her assistant Marie-Christine.</p>\r\n<p>Today we were greeted by a beautiful shooting star as the walkers were starting their first steps of the Water Walk! Then a lunch time, The Walkers were greeted in Rimouski by six Migmaq community members, many eagles visited today, and a  women from Rimouski, Gabrielle walked with us.  They brough food, gifts to help with the journey, a Migmaq flag, and a beautiful fancy basket with sweetgrass. They walked with us for a while and it was really good to be able to spend time them.  Josephine spoke to them about the Great Migration, and about how History-making this event is.They were very happy to be there with the Water Walkers.</p>\r\n<p>The words to descibe the emotions felt by all over the last few days would be limiting to what we want to express.  Josephine is so strong and inspiring. We are happy to be here.</p>\r\n<p><span style="text-decoration: underline;"> May 01, 2009</span>:  The grand finale of the Mother Earth Water Walk.  The celebration will be held at the community hall of the municipality of Riviere de la Madeleine in Gaspesie, Quebec at 6 pm, with the community, the presence of the Migmaq from Gaspe, and news people.  Please contact the municipality for more information.  We may arrive a little late, but we will be there!</p>\r\n<p><span style="text-decoration: underline;">May 17, 2009</span>: Time is not ours and time has kept me busy tending to other matters. On May 1, 2009, we finished our St. Lawrence River Waterwalk 2009 with humbleness and gratitude to the wonderful group in Riviere de La Madeleine who welcomed us with a Feast and a place to sleep for the night. We slept in for once. After our Finale of Tobacco and Pipe filling and lifting the Water, we took a ride to the ocean; officially and truly celebrated our journey''s end.  It was a moving experience to stand by the ocean in the darkness of the night light and sing our songs and offered tobacco to the Water. She accepted with great gushing of her flow as she took our tobacco. We stood in respectful silence. We knew she was listening. We knew she was accepting. We knew, she knew that we loved her above all else. She is in our blood, uniting us all to peace and harmony. She knows we mean no harm to her. She knows we will protect her in all that we can. This is what we have been governed to do.  We turned and walked away and did not look back. We knew we would return again someday.</p>\r\n<p>It is understood that the journey to the West had turned around. We carried the Water to the East, from whence we came.  The Littles Turtles have left the eastern shores to travel to the Great Lakes. We may have met them somewhere.  Time is fast approaching, we do not own time. We must keep a watch over the waters and the sky. We must begin to love one another. We must begin to help others understand the water.  It is in our Lodge teachings that water is above all else, the uniter, the healer, the caretaker and all else we can never imagine.</p>\r\n<p>We are ever so grateful for the people who have made the journey lighter for us. The support of encouragement was felt from all over the world. Our Lodge family''s prayers were heard and seen as the eagles flew above us. The distance our supporters came to walk with us is admirable; our famous Maryellen Baker from LCO(Hayward, Wisconsin) and Ramona Bronson, from Chicago travelled all the way to come walk with us. The Clilean brother who came when we needed help; thank you Benjamin. Madeleine, who came when we were so lost in the language; - she came as an angel to ease the barriers we were facing; thank you. For the people who put us up to rest our weary bones; thank you. You know and the Spirits know who you are.  Chiefs and Leaders in their communities who came to offer encouragement and financial support; we thank you.</p>\r\n<p>From the moment that I touched the St. Lawrence River on the second day, the feeling was akin to falling in love; -  and breathtaking to touch the sacred element of her being. Words cannot match the feeling of love, tenderness, gratitude; - I could only utter a thank you and gulped at the feeling of love in return.  My love for the Water is eternally sacred. I will go to any length to protect her and carry her message. "I love you, Mama".</p>\r\n<p>Tender moments are shared with and by the walkers who sacrificed their time, fully committed to the message in the water and songs. They became Family after sharing hardships, tears and laughter. This is what family is all about. We were brought together for a cause.  Melvina, sis; thank you for your ever protection and care; Lee, our friend; thank you for your persistence and the pain you have endured in following your teachings of the Water; Joshua, grandson; you have been the light of our journey and kept us young at heart; forever faithful and nurturing to your grandmother; thank you;  Gabriel, my friend, who walked with us in Wisconsin last year and felt the 2009 Waterwalk urging; you have been the physical strength we needed; your quiet patience is admirable but you can also give and take. That is so admirable and appreciated. You came when we needed you. You were sent by the Spirits, even though you didn''t know it. Or did you?</p>\r\n<p>The end is never the end. It is only the beginning. The beginning of something that is not within our knowing. I rest in that thought because I am always asked; - now that the Great Lakes Basin Walk is ended, what is your next walk.  It''s all about the Water, not the Walk. Who knows where the Spirits will guide us?</p>\r\n<p>Migwech to you all. Nin Beedawsige aka Josephine;  your friend and humble servant.</p>\r\n<p>Thanks to all who  supported the Mother Earth Water Walk St Lawrence River 2009.</p>', '', 1, 5, 0, 41, '2010-03-14 03:42:26', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 03:42:26', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 5, '', '', 0, 2, 'robots=\nauthor='),
(74, 'Lake Superior 2003 Photo Gallery', 'lake-superior-2003-photo-gallery', '', '<h1>Lake Superior 2003 Photo Gallery</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><a href="gallery/2003/01.jpg"><img src="gallery/2003/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/02.jpg"><img src="gallery/2003/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/03.jpg"><img src="gallery/2003/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/04.jpg"><img src="gallery/2003/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/05.jpg"><img src="gallery/2003/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/06.jpg"><img src="gallery/2003/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/07.jpg"><img src="gallery/2003/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/08.jpg"><img src="gallery/2003/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/09.jpg"><img src="gallery/2003/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/10.jpg"><img src="gallery/2003/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/11.jpg"><img src="gallery/2003/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/12.jpg"><img src="gallery/2003/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/13.jpg"><img src="gallery/2003/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/14.jpg"><img src="gallery/2003/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/15.jpg"><img src="gallery/2003/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/16.jpg"><img src="gallery/2003/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/17.jpg"><img src="gallery/2003/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/18.jpg"><img src="gallery/2003/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/19.jpg"><img src="gallery/2003/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/20.jpg"><img src="gallery/2003/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/21.jpg"><img src="gallery/2003/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/22.jpg"><img src="gallery/2003/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/23.jpg"><img src="gallery/2003/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/24.jpg"><img src="gallery/2003/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/25.jpg"><img src="gallery/2003/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/26.jpg"><img src="gallery/2003/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/27.jpg"><img src="gallery/2003/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/28.jpg"><img src="gallery/2003/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/29.jpg"><img src="gallery/2003/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/30.jpg"><img src="gallery/2003/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/31.jpg"><img src="gallery/2003/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/32.jpg"><img src="gallery/2003/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/33.jpg"><img src="gallery/2003/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/34.jpg"><img src="gallery/2003/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/35.jpg"><img src="gallery/2003/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/36.jpg"><img src="gallery/2003/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/37.jpg"><img src="gallery/2003/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/38.jpg"><img src="gallery/2003/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/39.jpg"><img src="gallery/2003/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/40.jpg"><img src="gallery/2003/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/41.jpg"><img src="gallery/2003/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/42.jpg"><img src="gallery/2003/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/43.jpg"><img src="gallery/2003/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/44.jpg"><img src="gallery/2003/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/45.jpg"><img src="gallery/2003/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/46.jpg"><img src="gallery/2003/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/47.jpg"><img src="gallery/2003/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2003/48.jpg"><img src="gallery/2003/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 35, '2010-03-14 03:55:00', 62, '', '2010-03-14 06:42:14', 62, 0, '0000-00-00 00:00:00', '2010-03-14 03:55:00', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 13, 0, 3, '', '', 0, 55, 'robots=\nauthor='),
(75, ' Lake Michigan 2004 Photo Page 1', 'lake-michigan-2004-photo-gallery', '', '<h1>Lake Michigan 2004 Photo Page 1</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><a href="gallery/2004/01.jpg"><img src="gallery/2004/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/02.jpg"><img src="gallery/2004/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/03.jpg"><img src="gallery/2004/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/04.jpg"><img src="gallery/2004/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/05.jpg"><img src="gallery/2004/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/06.jpg"><img src="gallery/2004/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/07.jpg"><img src="gallery/2004/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/08.jpg"><img src="gallery/2004/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/09.jpg"><img src="gallery/2004/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/10.jpg"><img src="gallery/2004/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/11.jpg"><img src="gallery/2004/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/12.jpg"><img src="gallery/2004/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/13.jpg"><img src="gallery/2004/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/14.jpg"><img src="gallery/2004/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/15.jpg"><img src="gallery/2004/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/16.jpg"><img src="gallery/2004/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/17.jpg"><img src="gallery/2004/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/18.jpg"><img src="gallery/2004/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/19.jpg"><img src="gallery/2004/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/20.jpg"><img src="gallery/2004/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/21.jpg"><img src="gallery/2004/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/22.jpg"><img src="gallery/2004/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/23.jpg"><img src="gallery/2004/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/24.jpg"><img src="gallery/2004/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/25.jpg"><img src="gallery/2004/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/26.jpg"><img src="gallery/2004/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/27.jpg"><img src="gallery/2004/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/28.jpg"><img src="gallery/2004/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/29.jpg"><img src="gallery/2004/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/30.jpg"><img src="gallery/2004/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/31.jpg"><img src="gallery/2004/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/32.jpg"><img src="gallery/2004/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/33.jpg"><img src="gallery/2004/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/34.jpg"><img src="gallery/2004/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/35.jpg"><img src="gallery/2004/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/36.jpg"><img src="gallery/2004/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/37.jpg"><img src="gallery/2004/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/38.jpg"><img src="gallery/2004/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/39.jpg"><img src="gallery/2004/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/40.jpg"><img src="gallery/2004/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/41.jpg"><img src="gallery/2004/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/42.jpg"><img src="gallery/2004/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/43.jpg"><img src="gallery/2004/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/44.jpg"><img src="gallery/2004/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/45.jpg"><img src="gallery/2004/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/46.jpg"><img src="gallery/2004/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/47.jpg"><img src="gallery/2004/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/48.jpg"><img src="gallery/2004/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 36, '2010-03-14 04:38:31', 62, '', '2010-03-14 19:15:24', 62, 0, '0000-00-00 00:00:00', '2010-03-14 04:38:31', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 9, 0, 6, '', '', 0, 33, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(76, 'Lake Michigan 2004 Photo Page 2', 'lake-michigan-2004-photo-gallery-page-2', '', '<h1>Lake Michigan 2004 Photo Page 2</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2004/49.jpg"><img src="gallery/2004/thumbnails/49.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/50.jpg"><img src="gallery/2004/thumbnails/50.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/51.jpg"><img src="gallery/2004/thumbnails/51.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/52.jpg"><img src="gallery/2004/thumbnails/52.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/53.jpg"><img src="gallery/2004/thumbnails/53.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/54.jpg"><img src="gallery/2004/thumbnails/54.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/55.jpg"><img src="gallery/2004/thumbnails/55.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/56.jpg"><img src="gallery/2004/thumbnails/56.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/57.jpg"><img src="gallery/2004/thumbnails/57.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/58.jpg"><img src="gallery/2004/thumbnails/58.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/59.jpg"><img src="gallery/2004/thumbnails/59.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/60.jpg"><img src="gallery/2004/thumbnails/60.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/61.jpg"><img src="gallery/2004/thumbnails/61.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/62.jpg"><img src="gallery/2004/thumbnails/62.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/63.jpg"><img src="gallery/2004/thumbnails/63.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/64.jpg"><img src="gallery/2004/thumbnails/64.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/65.jpg"><img src="gallery/2004/thumbnails/65.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/66.jpg"><img src="gallery/2004/thumbnails/66.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/67.jpg"><img src="gallery/2004/thumbnails/67.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/68.jpg"><img src="gallery/2004/thumbnails/68.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/69.jpg"><img src="gallery/2004/thumbnails/69.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/70.jpg"><img src="gallery/2004/thumbnails/70.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/71.jpg"><img src="gallery/2004/thumbnails/71.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/72.jpg"><img src="gallery/2004/thumbnails/72.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/73.jpg"><img src="gallery/2004/thumbnails/73.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/74.jpg"><img src="gallery/2004/thumbnails/74.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/75.jpg"><img src="gallery/2004/thumbnails/75.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/76.jpg"><img src="gallery/2004/thumbnails/76.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/77.jpg"><img src="gallery/2004/thumbnails/77.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/78.jpg"><img src="gallery/2004/thumbnails/78.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/79.jpg"><img src="gallery/2004/thumbnails/79.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/80.jpg"><img src="gallery/2004/thumbnails/80.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/81.jpg"><img src="gallery/2004/thumbnails/81.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/82.jpg"><img src="gallery/2004/thumbnails/82.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/83.jpg"><img src="gallery/2004/thumbnails/83.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/84.jpg"><img src="gallery/2004/thumbnails/84.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/85.jpg"><img src="gallery/2004/thumbnails/85.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/86.jpg"><img src="gallery/2004/thumbnails/86.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/87.jpg"><img src="gallery/2004/thumbnails/87.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/88.jpg"><img src="gallery/2004/thumbnails/88.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/89.jpg"><img src="gallery/2004/thumbnails/89.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/90.jpg"><img src="gallery/2004/thumbnails/90.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/91.jpg"><img src="gallery/2004/thumbnails/91.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/92.jpg"><img src="gallery/2004/thumbnails/92.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/93.jpg"><img src="gallery/2004/thumbnails/93.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/94.jpg"><img src="gallery/2004/thumbnails/94.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/95.jpg"><img src="gallery/2004/thumbnails/95.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/96.jpg"><img src="gallery/2004/thumbnails/96.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 36, '2010-03-14 07:05:21', 62, '', '2010-03-14 19:15:07', 62, 0, '0000-00-00 00:00:00', '2010-03-14 07:05:21', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 5, '', '', 0, 8, 'robots=\nauthor='),
(77, 'Lake Michigan 2004 Photo Page 3', 'lake-michigan-2004-photo-gallery-page-3', '', '<h1>Lake Michigan 2004 Photo Page 3</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2004/97.jpg"><img src="gallery/2004/thumbnails/97.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/98.jpg"><img src="gallery/2004/thumbnails/98.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/99.jpg"><img src="gallery/2004/thumbnails/99.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/100.jpg"><img src="gallery/2004/thumbnails/100.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/101.jpg"><img src="gallery/2004/thumbnails/101.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/102.jpg"><img src="gallery/2004/thumbnails/102.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/103.jpg"><img src="gallery/2004/thumbnails/103.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/104.jpg"><img src="gallery/2004/thumbnails/104.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/105.jpg"><img src="gallery/2004/thumbnails/105.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/106.jpg"><img src="gallery/2004/thumbnails/106.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/107.jpg"><img src="gallery/2004/thumbnails/107.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/108.jpg"><img src="gallery/2004/thumbnails/108.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/109.jpg"><img src="gallery/2004/thumbnails/109.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/110.jpg"><img src="gallery/2004/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/111.jpg"><img src="gallery/2004/thumbnails/111.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/112.jpg"><img src="gallery/2004/thumbnails/112.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/113.jpg"><img src="gallery/2004/thumbnails/113.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/114.jpg"><img src="gallery/2004/thumbnails/114.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/115.jpg"><img src="gallery/2004/thumbnails/115.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/116.jpg"><img src="gallery/2004/thumbnails/116.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/117.jpg"><img src="gallery/2004/thumbnails/117.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/118.jpg"><img src="gallery/2004/thumbnails/118.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/119.jpg"><img src="gallery/2004/thumbnails/119.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/120.jpg"><img src="gallery/2004/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/121.jpg"><img src="gallery/2004/thumbnails/121.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/122.jpg"><img src="gallery/2004/thumbnails/122.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/123.jpg"><img src="gallery/2004/thumbnails/123.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/124.jpg"><img src="gallery/2004/thumbnails/124.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/125.jpg"><img src="gallery/2004/thumbnails/125.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/126.jpg"><img src="gallery/2004/thumbnails/126.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/127.jpg"><img src="gallery/2004/thumbnails/127.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/128.jpg"><img src="gallery/2004/thumbnails/128.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/129.jpg"><img src="gallery/2004/thumbnails/129.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/130.jpg"><img src="gallery/2004/thumbnails/130.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/131.jpg"><img src="gallery/2004/thumbnails/131.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/132.jpg"><img src="gallery/2004/thumbnails/132.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/133.jpg"><img src="gallery/2004/thumbnails/133.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/134.jpg"><img src="gallery/2004/thumbnails/134.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/135.jpg"><img src="gallery/2004/thumbnails/135.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/136.jpg"><img src="gallery/2004/thumbnails/136.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/137.jpg"><img src="gallery/2004/thumbnails/137.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/138.jpg"><img src="gallery/2004/thumbnails/138.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/139.jpg"><img src="gallery/2004/thumbnails/139.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/140.jpg"><img src="gallery/2004/thumbnails/140.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/141.jpg"><img src="gallery/2004/thumbnails/141.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/142.jpg"><img src="gallery/2004/thumbnails/142.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/143.jpg"><img src="gallery/2004/thumbnails/143.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/144.jpg"><img src="gallery/2004/thumbnails/144.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 36, '2010-03-14 07:15:39', 62, '', '2010-03-14 19:14:55', 62, 0, '0000-00-00 00:00:00', '2010-03-14 07:15:39', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 4, '', '', 0, 3, 'robots=\nauthor='),
(78, 'Lake Michigan 2004 Photo Page 4', 'mother-earth-water-walk-lake-michigan-2004-photo-page-3', '', '<h1>Lake Michigan 2004 Photo Page 4</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2004/145.jpg"><img src="gallery/2004/thumbnails/145.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/146.jpg"><img src="gallery/2004/thumbnails/146.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/147.jpg"><img src="gallery/2004/thumbnails/147.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/148.jpg"><img src="gallery/2004/thumbnails/148.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/149.jpg"><img src="gallery/2004/thumbnails/149.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/150.jpg"><img src="gallery/2004/thumbnails/150.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/151.jpg"><img src="gallery/2004/thumbnails/151.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/152.jpg"><img src="gallery/2004/thumbnails/152.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/153.jpg"><img src="gallery/2004/thumbnails/153.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/154.jpg"><img src="gallery/2004/thumbnails/154.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/155.jpg"><img src="gallery/2004/thumbnails/155.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/156.jpg"><img src="gallery/2004/thumbnails/156.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/157.jpg"><img src="gallery/2004/thumbnails/157.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/158.jpg"><img src="gallery/2004/thumbnails/158.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/159.jpg"><img src="gallery/2004/thumbnails/159.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/160.jpg"><img src="gallery/2004/thumbnails/160.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/161.jpg"><img src="gallery/2004/thumbnails/161.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/162.jpg"><img src="gallery/2004/thumbnails/162.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/163.jpg"><img src="gallery/2004/thumbnails/163.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/164.jpg"><img src="gallery/2004/thumbnails/164.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/165.jpg"><img src="gallery/2004/thumbnails/165.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/166.jpg"><img src="gallery/2004/thumbnails/166.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/167.jpg"><img src="gallery/2004/thumbnails/167.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/168.jpg"><img src="gallery/2004/thumbnails/168.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/169.jpg"><img src="gallery/2004/thumbnails/169.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/170.jpg"><img src="gallery/2004/thumbnails/170.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/171.jpg"><img src="gallery/2004/thumbnails/171.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/172.jpg"><img src="gallery/2004/thumbnails/172.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/173.jpg"><img src="gallery/2004/thumbnails/173.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/174.jpg"><img src="gallery/2004/thumbnails/174.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/175.jpg"><img src="gallery/2004/thumbnails/175.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/176.jpg"><img src="gallery/2004/thumbnails/176.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/177.jpg"><img src="gallery/2004/thumbnails/177.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/178.jpg"><img src="gallery/2004/thumbnails/178.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/179.jpg"><img src="gallery/2004/thumbnails/179.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/180.jpg"><img src="gallery/2004/thumbnails/180.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/181.jpg"><img src="gallery/2004/thumbnails/181.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/182.jpg"><img src="gallery/2004/thumbnails/182.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/183.jpg"><img src="gallery/2004/thumbnails/183.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/184.jpg"><img src="gallery/2004/thumbnails/184.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/185.jpg"><img src="gallery/2004/thumbnails/185.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/186.jpg"><img src="gallery/2004/thumbnails/186.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/187.jpg"><img src="gallery/2004/thumbnails/187.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/188.jpg"><img src="gallery/2004/thumbnails/188.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/189.jpg"><img src="gallery/2004/thumbnails/189.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/190.jpg"><img src="gallery/2004/thumbnails/190.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/191.jpg"><img src="gallery/2004/thumbnails/191.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2004/192.jpg"><img src="gallery/2004/thumbnails/192.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 36, '2010-03-14 07:20:22', 62, '', '2010-03-14 19:14:42', 62, 0, '0000-00-00 00:00:00', '2010-03-14 07:20:22', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 3, '', '', 0, 13, 'robots=\nauthor='),
(81, 'Lake Ontario 2006 Photo Page 2', 'lake-ontario2006-photo-page-2', '', '<h1>Lake Ontario 2006 Photo Page 2</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2006/49.jpg"><img src="gallery/2006/thumbnails/49.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/50.jpg"><img src="gallery/2006/thumbnails/50.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/51.jpg"><img src="gallery/2006/thumbnails/51.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/52.jpg"><img src="gallery/2006/thumbnails/52.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/53.jpg"><img src="gallery/2006/thumbnails/53.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/54.jpg"><img src="gallery/2006/thumbnails/54.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/55.jpg"><img src="gallery/2006/thumbnails/55.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/56.jpg"><img src="gallery/2006/thumbnails/56.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/57.jpg"><img src="gallery/2006/thumbnails/57.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/58.jpg"><img src="gallery/2006/thumbnails/58.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/59.jpg"><img src="gallery/2006/thumbnails/59.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/60.jpg"><img src="gallery/2006/thumbnails/60.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/61.jpg"><img src="gallery/2006/thumbnails/61.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/62.jpg"><img src="gallery/2006/thumbnails/62.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/63.jpg"><img src="gallery/2006/thumbnails/63.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/64.jpg"><img src="gallery/2006/thumbnails/64.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/65.jpg"><img src="gallery/2006/thumbnails/65.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/66.jpg"><img src="gallery/2006/thumbnails/66.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/67.jpg"><img src="gallery/2006/thumbnails/67.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/68.jpg"><img src="gallery/2006/thumbnails/68.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/69.jpg"><img src="gallery/2006/thumbnails/69.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/70.jpg"><img src="gallery/2006/thumbnails/70.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/71.jpg"><img src="gallery/2006/thumbnails/71.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/72.jpg"><img src="gallery/2006/thumbnails/72.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/73.jpg"><img src="gallery/2006/thumbnails/73.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/74.jpg"><img src="gallery/2006/thumbnails/74.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/75.jpg"><img src="gallery/2006/thumbnails/75.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/76.jpg"><img src="gallery/2006/thumbnails/76.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/77.jpg"><img src="gallery/2006/thumbnails/77.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/78.jpg"><img src="gallery/2006/thumbnails/78.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/79.jpg"><img src="gallery/2006/thumbnails/79.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/80.jpg"><img src="gallery/2006/thumbnails/80.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/81.jpg"><img src="gallery/2006/thumbnails/81.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/82.jpg"><img src="gallery/2006/thumbnails/82.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/83.jpg"><img src="gallery/2006/thumbnails/83.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/84.jpg"><img src="gallery/2006/thumbnails/84.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/85.jpg"><img src="gallery/2006/thumbnails/85.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/86.jpg"><img src="gallery/2006/thumbnails/86.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/87.jpg"><img src="gallery/2006/thumbnails/87.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/88.jpg"><img src="gallery/2006/thumbnails/88.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/89.jpg"><img src="gallery/2006/thumbnails/89.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/90.jpg"><img src="gallery/2006/thumbnails/90.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/91.jpg"><img src="gallery/2006/thumbnails/91.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/92.jpg"><img src="gallery/2006/thumbnails/92.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/93.jpg"><img src="gallery/2006/thumbnails/93.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/94.jpg"><img src="gallery/2006/thumbnails/94.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/95.jpg"><img src="gallery/2006/thumbnails/95.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/96.jpg"><img src="gallery/2006/thumbnails/96.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 38, '2010-03-14 19:15:42', 62, '', '2010-03-14 19:18:20', 62, 0, '0000-00-00 00:00:00', '2010-03-14 19:15:42', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 5, '', '', 0, 0, 'robots=\nauthor='),
(79, 'Lake Huron 2005 Photo Gallery', 'lake-huron-2005-photo-gallery', '', '<h1>Lake Huron 2005 Photo Gallery</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><a href="gallery/2005/01.jpg"><img src="gallery/2005/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/02.jpg"><img src="gallery/2005/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/03.jpg"><img src="gallery/2005/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/04.jpg"><img src="gallery/2005/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/05.jpg"><img src="gallery/2005/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/06.jpg"><img src="gallery/2005/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/07.jpg"><img src="gallery/2005/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/08.jpg"><img src="gallery/2005/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/09.jpg"><img src="gallery/2005/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/10.jpg"><img src="gallery/2005/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/11.jpg"><img src="gallery/2005/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/12.jpg"><img src="gallery/2005/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/13.jpg"><img src="gallery/2005/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/14.jpg"><img src="gallery/2005/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/15.jpg"><img src="gallery/2005/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/16.jpg"><img src="gallery/2005/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/17.jpg"><img src="gallery/2005/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/18.jpg"><img src="gallery/2005/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/19.jpg"><img src="gallery/2005/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/20.jpg"><img src="gallery/2005/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/21.jpg"><img src="gallery/2005/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/22.jpg"><img src="gallery/2005/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/23.jpg"><img src="gallery/2005/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/24.jpg"><img src="gallery/2005/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/25.jpg"><img src="gallery/2005/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/26.jpg"><img src="gallery/2005/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/27.jpg"><img src="gallery/2005/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/28.jpg"><img src="gallery/2005/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/29.jpg"><img src="gallery/2005/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/30.jpg"><img src="gallery/2005/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/31.jpg"><img src="gallery/2005/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/32.jpg"><img src="gallery/2005/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/33.jpg"><img src="gallery/2005/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/34.jpg"><img src="gallery/2005/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/35.jpg"><img src="gallery/2005/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2005/36.jpg"><img src="gallery/2005/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 37, '2010-03-14 08:33:03', 62, '', '2010-03-14 10:11:38', 62, 0, '0000-00-00 00:00:00', '2010-03-14 08:33:03', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 3, '', '', 0, 17, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(80, 'Lake Ontario 2006 Photo Page 1', 'lake-ontario2006-photo-page-1', '', '<h1>Lake Ontario 2006 Photo Page 1</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2006/01.jpg"><img src="gallery/2006/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/02.jpg"><img src="gallery/2006/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/03.jpg"><img src="gallery/2006/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/04.jpg"><img src="gallery/2006/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/05.jpg"><img src="gallery/2006/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/06.jpg"><img src="gallery/2006/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/07.jpg"><img src="gallery/2006/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/08.jpg"><img src="gallery/2006/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/09.jpg"><img src="gallery/2006/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/10.jpg"><img src="gallery/2006/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/11.jpg"><img src="gallery/2006/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/12.jpg"><img src="gallery/2006/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/13.jpg"><img src="gallery/2006/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/14.jpg"><img src="gallery/2006/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/15.jpg"><img src="gallery/2006/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/16.jpg"><img src="gallery/2006/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/17.jpg"><img src="gallery/2006/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/18.jpg"><img src="gallery/2006/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/19.jpg"><img src="gallery/2006/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/20.jpg"><img src="gallery/2006/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/21.jpg"><img src="gallery/2006/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/22.jpg"><img src="gallery/2006/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/23.jpg"><img src="gallery/2006/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/24.jpg"><img src="gallery/2006/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/25.jpg"><img src="gallery/2006/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/26.jpg"><img src="gallery/2006/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/27.jpg"><img src="gallery/2006/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/28.jpg"><img src="gallery/2006/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/29.jpg"><img src="gallery/2006/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/30.jpg"><img src="gallery/2006/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/31.jpg"><img src="gallery/2006/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/32.jpg"><img src="gallery/2006/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/33.jpg"><img src="gallery/2006/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/34.jpg"><img src="gallery/2006/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/35.jpg"><img src="gallery/2006/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/36.jpg"><img src="gallery/2006/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/37.jpg"><img src="gallery/2006/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/38.jpg"><img src="gallery/2006/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/39.jpg"><img src="gallery/2006/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/40.jpg"><img src="gallery/2006/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/41.jpg"><img src="gallery/2006/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/42.jpg"><img src="gallery/2006/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/43.jpg"><img src="gallery/2006/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/44.jpg"><img src="gallery/2006/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/45.jpg"><img src="gallery/2006/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/46.jpg"><img src="gallery/2006/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/47.jpg"><img src="gallery/2006/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/48.jpg"><img src="gallery/2006/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 38, '2010-03-14 19:12:27', 62, '', '2010-03-14 19:18:38', 62, 0, '0000-00-00 00:00:00', '2010-03-14 19:12:27', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 6, '', '', 0, 7, 'robots=\nauthor='),
(82, 'Lake Ontario 2006 Photo Page 3', 'lake-ontario2006-photo-page-3', '', '<h1>Lake Ontario 2006 Photo Page 3</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2006/97.jpg"><img src="gallery/2006/thumbnails/97.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/98.jpg"><img src="gallery/2006/thumbnails/98.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/99.jpg"><img src="gallery/2006/thumbnails/99.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/100.jpg"><img src="gallery/2006/thumbnails/100.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/101.jpg"><img src="gallery/2006/thumbnails/101.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/102.jpg"><img src="gallery/2006/thumbnails/102.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/103.jpg"><img src="gallery/2006/thumbnails/103.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/104.jpg"><img src="gallery/2006/thumbnails/104.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/105.jpg"><img src="gallery/2006/thumbnails/105.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/106.jpg"><img src="gallery/2006/thumbnails/106.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/107.jpg"><img src="gallery/2006/thumbnails/107.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/108.jpg"><img src="gallery/2006/thumbnails/108.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/109.jpg"><img src="gallery/2006/thumbnails/109.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/110.jpg"><img src="gallery/2006/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/111.jpg"><img src="gallery/2006/thumbnails/111.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/112.jpg"><img src="gallery/2006/thumbnails/112.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/113.jpg"><img src="gallery/2006/thumbnails/113.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/114.jpg"><img src="gallery/2006/thumbnails/114.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/115.jpg"><img src="gallery/2006/thumbnails/115.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/116.jpg"><img src="gallery/2006/thumbnails/116.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/117.jpg"><img src="gallery/2006/thumbnails/117.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/118.jpg"><img src="gallery/2006/thumbnails/118.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/119.jpg"><img src="gallery/2006/thumbnails/119.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/120.jpg"><img src="gallery/2006/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/121.jpg"><img src="gallery/2006/thumbnails/121.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/122.jpg"><img src="gallery/2006/thumbnails/122.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/123.jpg"><img src="gallery/2006/thumbnails/123.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/124.jpg"><img src="gallery/2006/thumbnails/124.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/125.jpg"><img src="gallery/2006/thumbnails/125.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/126.jpg"><img src="gallery/2006/thumbnails/126.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/127.jpg"><img src="gallery/2006/thumbnails/127.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/128.jpg"><img src="gallery/2006/thumbnails/128.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/129.jpg"><img src="gallery/2006/thumbnails/129.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/130.jpg"><img src="gallery/2006/thumbnails/130.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/131.jpg"><img src="gallery/2006/thumbnails/131.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/132.jpg"><img src="gallery/2006/thumbnails/132.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/133.jpg"><img src="gallery/2006/thumbnails/133.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/134.jpg"><img src="gallery/2006/thumbnails/134.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/135.jpg"><img src="gallery/2006/thumbnails/135.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/136.jpg"><img src="gallery/2006/thumbnails/136.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/137.jpg"><img src="gallery/2006/thumbnails/137.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/138.jpg"><img src="gallery/2006/thumbnails/138.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/139.jpg"><img src="gallery/2006/thumbnails/139.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/140.jpg"><img src="gallery/2006/thumbnails/140.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/141.jpg"><img src="gallery/2006/thumbnails/141.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/142.jpg"><img src="gallery/2006/thumbnails/142.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/143.jpg"><img src="gallery/2006/thumbnails/143.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/144.jpg"><img src="gallery/2006/thumbnails/144.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 38, '2010-03-14 19:16:45', 62, '', '2010-03-14 19:18:06', 62, 0, '0000-00-00 00:00:00', '2010-03-14 19:16:45', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 0, 1, 'robots=\nauthor='),
(83, 'Lake Ontario 2006 Photo Page 4', 'lake-ontario-2006-photo-page-4', '', '<h1>Lake Ontario 2006 Photo Page 4</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2006/145.jpg"><img src="gallery/2006/thumbnails/145.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/146.jpg"><img src="gallery/2006/thumbnails/146.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/147.jpg"><img src="gallery/2006/thumbnails/147.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/148.jpg"><img src="gallery/2006/thumbnails/148.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/149.jpg"><img src="gallery/2006/thumbnails/149.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/150.jpg"><img src="gallery/2006/thumbnails/150.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/151.jpg"><img src="gallery/2006/thumbnails/151.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/152.jpg"><img src="gallery/2006/thumbnails/152.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/153.jpg"><img src="gallery/2006/thumbnails/153.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/154.jpg"><img src="gallery/2006/thumbnails/154.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/155.jpg"><img src="gallery/2006/thumbnails/155.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/156.jpg"><img src="gallery/2006/thumbnails/156.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/157.jpg"><img src="gallery/2006/thumbnails/157.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/158.jpg"><img src="gallery/2006/thumbnails/158.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/159.jpg"><img src="gallery/2006/thumbnails/159.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/160.jpg"><img src="gallery/2006/thumbnails/160.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/161.jpg"><img src="gallery/2006/thumbnails/161.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/162.jpg"><img src="gallery/2006/thumbnails/162.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/163.jpg"><img src="gallery/2006/thumbnails/163.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/164.jpg"><img src="gallery/2006/thumbnails/164.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/165.jpg"><img src="gallery/2006/thumbnails/165.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/166.jpg"><img src="gallery/2006/thumbnails/166.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/167.jpg"><img src="gallery/2006/thumbnails/167.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/168.jpg"><img src="gallery/2006/thumbnails/168.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/169.jpg"><img src="gallery/2006/thumbnails/169.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/170.jpg"><img src="gallery/2006/thumbnails/170.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/171.jpg"><img src="gallery/2006/thumbnails/171.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/172.jpg"><img src="gallery/2006/thumbnails/172.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/173.jpg"><img src="gallery/2006/thumbnails/173.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/174.jpg"><img src="gallery/2006/thumbnails/174.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/175.jpg"><img src="gallery/2006/thumbnails/175.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/176.jpg"><img src="gallery/2006/thumbnails/176.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/177.jpg"><img src="gallery/2006/thumbnails/177.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/178.jpg"><img src="gallery/2006/thumbnails/178.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/179.jpg"><img src="gallery/2006/thumbnails/179.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/180.jpg"><img src="gallery/2006/thumbnails/180.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/181.jpg"><img src="gallery/2006/thumbnails/181.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/182.jpg"><img src="gallery/2006/thumbnails/182.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/183.jpg"><img src="gallery/2006/thumbnails/183.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/184.jpg"><img src="gallery/2006/thumbnails/184.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/185.jpg"><img src="gallery/2006/thumbnails/185.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/186.jpg"><img src="gallery/2006/thumbnails/186.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/187.jpg"><img src="gallery/2006/thumbnails/187.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/188.jpg"><img src="gallery/2006/thumbnails/188.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/189.jpg"><img src="gallery/2006/thumbnails/189.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/190.jpg"><img src="gallery/2006/thumbnails/190.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/191.jpg"><img src="gallery/2006/thumbnails/191.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/192.jpg"><img src="gallery/2006/thumbnails/192.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2006/193.jpg"><img src="gallery/2006/thumbnails/193.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 38, '2010-03-14 19:17:21', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 19:17:21', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 3, '', '', 0, 0, 'robots=\nauthor='),
(84, 'Lake Erie 2007 Photo Gallery', 'lake-erie-2007-photo-gallery', '', '<h1>Lake Erie 2007 Photo Gallery</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2007/01.jpg"><img src="gallery/2007/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/02.jpg"><img src="gallery/2007/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/03.jpg"><img src="gallery/2007/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/04.jpg"><img src="gallery/2007/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/05.jpg"><img src="gallery/2007/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/06.jpg"><img src="gallery/2007/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/07.jpg"><img src="gallery/2007/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/08.jpg"><img src="gallery/2007/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/09.jpg"><img src="gallery/2007/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/10.jpg"><img src="gallery/2007/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/11.jpg"><img src="gallery/2007/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/12.jpg"><img src="gallery/2007/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/13.jpg"><img src="gallery/2007/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/14.jpg"><img src="gallery/2007/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/15.jpg"><img src="gallery/2007/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/16.jpg"><img src="gallery/2007/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/17.jpg"><img src="gallery/2007/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/18.jpg"><img src="gallery/2007/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/19.jpg"><img src="gallery/2007/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/20.jpg"><img src="gallery/2007/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/21.jpg"><img src="gallery/2007/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/22.jpg"><img src="gallery/2007/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/23.jpg"><img src="gallery/2007/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/24.jpg"><img src="gallery/2007/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/25.jpg"><img src="gallery/2007/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/26.jpg"><img src="gallery/2007/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/27.jpg"><img src="gallery/2007/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/28.jpg"><img src="gallery/2007/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/29.jpg"><img src="gallery/2007/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/30.jpg"><img src="gallery/2007/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/31.jpg"><img src="gallery/2007/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/32.jpg"><img src="gallery/2007/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/33.jpg"><img src="gallery/2007/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/34.jpg"><img src="gallery/2007/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/35.jpg"><img src="gallery/2007/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/36.jpg"><img src="gallery/2007/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/37.jpg"><img src="gallery/2007/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/38.jpg"><img src="gallery/2007/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/39.jpg"><img src="gallery/2007/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/40.jpg"><img src="gallery/2007/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/41.jpg"><img src="gallery/2007/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/42.jpg"><img src="gallery/2007/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/43.jpg"><img src="gallery/2007/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/44.jpg"><img src="gallery/2007/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/45.jpg"><img src="gallery/2007/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/46.jpg"><img src="gallery/2007/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/47.jpg"><img src="gallery/2007/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/48.jpg"><img src="gallery/2007/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/49.jpg"><img src="gallery/2007/thumbnails/49.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/50.jpg"><img src="gallery/2007/thumbnails/50.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/51.jpg"><img src="gallery/2007/thumbnails/51.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/52.jpg"><img src="gallery/2007/thumbnails/52.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/53.jpg"><img src="gallery/2007/thumbnails/53.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/54.jpg"><img src="gallery/2007/thumbnails/54.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/55.jpg"><img src="gallery/2007/thumbnails/55.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/56.jpg"><img src="gallery/2007/thumbnails/56.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/57.jpg"><img src="gallery/2007/thumbnails/57.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/58.jpg"><img src="gallery/2007/thumbnails/58.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/59.jpg"><img src="gallery/2007/thumbnails/59.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2007/60.jpg"><img src="gallery/2007/thumbnails/60.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 39, '2010-03-14 19:28:06', 62, '', '2010-03-14 19:36:35', 62, 0, '0000-00-00 00:00:00', '2010-03-14 19:28:06', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 3, '', '', 0, 6, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(85, 'Lake Michigan 2008 Photo Page 1', 'lake-michigan-2008-photo-page-1', '', '<h1>Lake Michigan 2008 Photo Page 1</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2008/01.jpg"><img src="gallery/2008/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/02.jpg"><img src="gallery/2008/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/03.jpg"><img src="gallery/2008/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/04.jpg"><img src="gallery/2008/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/05.jpg"><img src="gallery/2008/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/06.jpg"><img src="gallery/2008/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/07.jpg"><img src="gallery/2008/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/08.jpg"><img src="gallery/2008/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/09.jpg"><img src="gallery/2008/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/10.jpg"><img src="gallery/2008/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/11.jpg"><img src="gallery/2008/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/12.jpg"><img src="gallery/2008/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/13.jpg"><img src="gallery/2008/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/14.jpg"><img src="gallery/2008/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/15.jpg"><img src="gallery/2008/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/16.jpg"><img src="gallery/2008/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/17.jpg"><img src="gallery/2008/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/18.jpg"><img src="gallery/2008/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/19.jpg"><img src="gallery/2008/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/20.jpg"><img src="gallery/2008/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/21.jpg"><img src="gallery/2008/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/22.jpg"><img src="gallery/2008/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/23.jpg"><img src="gallery/2008/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/24.jpg"><img src="gallery/2008/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/25.jpg"><img src="gallery/2008/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/26.jpg"><img src="gallery/2008/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/27.jpg"><img src="gallery/2008/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/28.jpg"><img src="gallery/2008/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/29.jpg"><img src="gallery/2008/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/30.jpg"><img src="gallery/2008/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/31.jpg"><img src="gallery/2008/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/32.jpg"><img src="gallery/2008/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/33.jpg"><img src="gallery/2008/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/34.jpg"><img src="gallery/2008/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/35.jpg"><img src="gallery/2008/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/36.jpg"><img src="gallery/2008/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/37.jpg"><img src="gallery/2008/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/38.jpg"><img src="gallery/2008/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/39.jpg"><img src="gallery/2008/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/40.jpg"><img src="gallery/2008/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/41.jpg"><img src="gallery/2008/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/42.jpg"><img src="gallery/2008/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/43.jpg"><img src="gallery/2008/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/44.jpg"><img src="gallery/2008/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/45.jpg"><img src="gallery/2008/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/46.jpg"><img src="gallery/2008/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/47.jpg"><img src="gallery/2008/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/48.jpg"><img src="gallery/2008/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/49.jpg"><img src="gallery/2008/thumbnails/49.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/50.jpg"><img src="gallery/2008/thumbnails/50.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/51.jpg"><img src="gallery/2008/thumbnails/51.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/52.jpg"><img src="gallery/2008/thumbnails/52.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/53.jpg"><img src="gallery/2008/thumbnails/53.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/54.jpg"><img src="gallery/2008/thumbnails/54.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/55.jpg"><img src="gallery/2008/thumbnails/55.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/56.jpg"><img src="gallery/2008/thumbnails/56.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/57.jpg"><img src="gallery/2008/thumbnails/57.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/58.jpg"><img src="gallery/2008/thumbnails/58.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/59.jpg"><img src="gallery/2008/thumbnails/59.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/60.jpg"><img src="gallery/2008/thumbnails/60.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 40, '2010-03-14 19:39:49', 62, '', '2010-03-14 19:43:32', 62, 0, '0000-00-00 00:00:00', '2010-03-14 19:39:49', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 0, 3, 'robots=\nauthor='),
(86, 'Lake Michigan 2008 Photo Page 2', 'lake-michigan-2008-photo-page-2', '', '<h1>Lake Michigan 2008 Photo Page 2</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2008/61.jpg"><img src="gallery/2008/thumbnails/61.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/62.jpg"><img src="gallery/2008/thumbnails/62.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/63.jpg"><img src="gallery/2008/thumbnails/63.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/64.jpg"><img src="gallery/2008/thumbnails/64.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/65.jpg"><img src="gallery/2008/thumbnails/65.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/66.jpg"><img src="gallery/2008/thumbnails/66.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/67.jpg"><img src="gallery/2008/thumbnails/67.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/68.jpg"><img src="gallery/2008/thumbnails/68.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/69.jpg"><img src="gallery/2008/thumbnails/69.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/70.jpg"><img src="gallery/2008/thumbnails/70.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/71.jpg"><img src="gallery/2008/thumbnails/71.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/72.jpg"><img src="gallery/2008/thumbnails/72.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/73.jpg"><img src="gallery/2008/thumbnails/73.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/74.jpg"><img src="gallery/2008/thumbnails/74.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/75.jpg"><img src="gallery/2008/thumbnails/75.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/76.jpg"><img src="gallery/2008/thumbnails/76.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/77.jpg"><img src="gallery/2008/thumbnails/77.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/78.jpg"><img src="gallery/2008/thumbnails/78.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/79.jpg"><img src="gallery/2008/thumbnails/79.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/80.jpg"><img src="gallery/2008/thumbnails/80.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/81.jpg"><img src="gallery/2008/thumbnails/81.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/82.jpg"><img src="gallery/2008/thumbnails/82.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/83.jpg"><img src="gallery/2008/thumbnails/83.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/84.jpg"><img src="gallery/2008/thumbnails/84.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/85.jpg"><img src="gallery/2008/thumbnails/85.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/86.jpg"><img src="gallery/2008/thumbnails/86.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/87.jpg"><img src="gallery/2008/thumbnails/87.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/88.jpg"><img src="gallery/2008/thumbnails/88.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/89.jpg"><img src="gallery/2008/thumbnails/89.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/90.jpg"><img src="gallery/2008/thumbnails/90.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/91.jpg"><img src="gallery/2008/thumbnails/91.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/92.jpg"><img src="gallery/2008/thumbnails/92.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/93.jpg"><img src="gallery/2008/thumbnails/93.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/94.jpg"><img src="gallery/2008/thumbnails/94.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/95.jpg"><img src="gallery/2008/thumbnails/95.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/96.jpg"><img src="gallery/2008/thumbnails/96.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/97.jpg"><img src="gallery/2008/thumbnails/97.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/98.jpg"><img src="gallery/2008/thumbnails/98.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/99.jpg"><img src="gallery/2008/thumbnails/99.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/100.jpg"><img src="gallery/2008/thumbnails/100.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/101.jpg"><img src="gallery/2008/thumbnails/101.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/102.jpg"><img src="gallery/2008/thumbnails/102.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/103.jpg"><img src="gallery/2008/thumbnails/103.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/104.jpg"><img src="gallery/2008/thumbnails/104.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/105.jpg"><img src="gallery/2008/thumbnails/105.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/106.jpg"><img src="gallery/2008/thumbnails/106.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/107.jpg"><img src="gallery/2008/thumbnails/107.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/108.jpg"><img src="gallery/2008/thumbnails/108.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/109.jpg"><img src="gallery/2008/thumbnails/109.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/110.jpg"><img src="gallery/2008/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/111.jpg"><img src="gallery/2008/thumbnails/111.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/112.jpg"><img src="gallery/2008/thumbnails/112.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/113.jpg"><img src="gallery/2008/thumbnails/113.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/114.jpg"><img src="gallery/2008/thumbnails/114.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/115.jpg"><img src="gallery/2008/thumbnails/115.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/116.jpg"><img src="gallery/2008/thumbnails/116.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/117.jpg"><img src="gallery/2008/thumbnails/117.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/118.jpg"><img src="gallery/2008/thumbnails/118.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/119.jpg"><img src="gallery/2008/thumbnails/119.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2008/120.jpg"><img src="gallery/2008/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 40, '2010-03-14 19:44:04', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 19:44:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 3, '', '', 0, 2, 'robots=\nauthor='),
(87, 'St Lawrence River 2009 Photo Page 1', 'st-lawrence-river-2009-photo-page-1', '', '<h1>St Lawrence River 2009 Photo Page 1</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2009/01.jpg"><img src="gallery/2009/thumbnails/01.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/02.jpg"><img src="gallery/2009/thumbnails/02.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/03.jpg"><img src="gallery/2009/thumbnails/03.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/04.jpg"><img src="gallery/2009/thumbnails/04.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/05.jpg"><img src="gallery/2009/thumbnails/05.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/06.jpg"><img src="gallery/2009/thumbnails/06.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/07.jpg"><img src="gallery/2009/thumbnails/07.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/08.jpg"><img src="gallery/2009/thumbnails/08.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/09.jpg"><img src="gallery/2009/thumbnails/09.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/10.jpg"><img src="gallery/2009/thumbnails/10.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/11.jpg"><img src="gallery/2009/thumbnails/11.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/12.jpg"><img src="gallery/2009/thumbnails/12.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/13.jpg"><img src="gallery/2009/thumbnails/13.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/14.jpg"><img src="gallery/2009/thumbnails/14.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/15.jpg"><img src="gallery/2009/thumbnails/15.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/16.jpg"><img src="gallery/2009/thumbnails/16.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/17.jpg"><img src="gallery/2009/thumbnails/17.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/18.jpg"><img src="gallery/2009/thumbnails/18.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/19.jpg"><img src="gallery/2009/thumbnails/19.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/20.jpg"><img src="gallery/2009/thumbnails/20.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/21.jpg"><img src="gallery/2009/thumbnails/21.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/22.jpg"><img src="gallery/2009/thumbnails/22.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/23.jpg"><img src="gallery/2009/thumbnails/23.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/24.jpg"><img src="gallery/2009/thumbnails/24.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/25.jpg"><img src="gallery/2009/thumbnails/25.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/26.jpg"><img src="gallery/2009/thumbnails/26.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/27.jpg"><img src="gallery/2009/thumbnails/27.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/28.jpg"><img src="gallery/2009/thumbnails/28.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/29.jpg"><img src="gallery/2009/thumbnails/29.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/30.jpg"><img src="gallery/2009/thumbnails/30.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/31.jpg"><img src="gallery/2009/thumbnails/31.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/32.jpg"><img src="gallery/2009/thumbnails/32.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/33.jpg"><img src="gallery/2009/thumbnails/33.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/34.jpg"><img src="gallery/2009/thumbnails/34.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/35.jpg"><img src="gallery/2009/thumbnails/35.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/36.jpg"><img src="gallery/2009/thumbnails/36.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/37.jpg"><img src="gallery/2009/thumbnails/37.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/38.jpg"><img src="gallery/2009/thumbnails/38.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/39.jpg"><img src="gallery/2009/thumbnails/39.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/40.jpg"><img src="gallery/2009/thumbnails/40.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/41.jpg"><img src="gallery/2009/thumbnails/41.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/42.jpg"><img src="gallery/2009/thumbnails/42.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/43.jpg"><img src="gallery/2009/thumbnails/43.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/44.jpg"><img src="gallery/2009/thumbnails/44.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/45.jpg"><img src="gallery/2009/thumbnails/45.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/46.jpg"><img src="gallery/2009/thumbnails/46.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/47.jpg"><img src="gallery/2009/thumbnails/47.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/48.jpg"><img src="gallery/2009/thumbnails/48.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/49.jpg"><img src="gallery/2009/thumbnails/49.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/50.jpg"><img src="gallery/2009/thumbnails/50.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/51.jpg"><img src="gallery/2009/thumbnails/51.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/52.jpg"><img src="gallery/2009/thumbnails/52.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/53.jpg"><img src="gallery/2009/thumbnails/53.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/54.jpg"><img src="gallery/2009/thumbnails/54.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/55.jpg"><img src="gallery/2009/thumbnails/55.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/56.jpg"><img src="gallery/2009/thumbnails/56.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/57.jpg"><img src="gallery/2009/thumbnails/57.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/58.jpg"><img src="gallery/2009/thumbnails/58.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/59.jpg"><img src="gallery/2009/thumbnails/59.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/60.jpg"><img src="gallery/2009/thumbnails/60.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 41, '2010-03-14 19:50:53', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 19:50:53', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 4, '', '', 0, 11, 'robots=\nauthor='),
(88, 'St Lawrence River 2009 Photo Page 2', 'st-lawrence-river-2009-photo-page-2', '', '<h1>St Lawrence River 2009 Photo Page 2</h1>\r\n<table border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top"><a href="gallery/2009/61.jpg"><img src="gallery/2009/thumbnails/61.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/62.jpg"><img src="gallery/2009/thumbnails/62.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/63.jpg"><img src="gallery/2009/thumbnails/63.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/64.jpg"><img src="gallery/2009/thumbnails/64.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/65.jpg"><img src="gallery/2009/thumbnails/65.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/66.jpg"><img src="gallery/2009/thumbnails/66.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/67.jpg"><img src="gallery/2009/thumbnails/67.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/68.jpg"><img src="gallery/2009/thumbnails/68.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/69.jpg"><img src="gallery/2009/thumbnails/69.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/70.jpg"><img src="gallery/2009/thumbnails/70.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/71.jpg"><img src="gallery/2009/thumbnails/71.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/72.jpg"><img src="gallery/2009/thumbnails/72.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/73.jpg"><img src="gallery/2009/thumbnails/73.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/74.jpg"><img src="gallery/2009/thumbnails/74.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/75.jpg"><img src="gallery/2009/thumbnails/75.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/76.jpg"><img src="gallery/2009/thumbnails/76.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/77.jpg"><img src="gallery/2009/thumbnails/77.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/78.jpg"><img src="gallery/2009/thumbnails/78.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/79.jpg"><img src="gallery/2009/thumbnails/79.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/80.jpg"><img src="gallery/2009/thumbnails/80.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/81.jpg"><img src="gallery/2009/thumbnails/81.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/82.jpg"><img src="gallery/2009/thumbnails/82.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/83.jpg"><img src="gallery/2009/thumbnails/83.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/84.jpg"><img src="gallery/2009/thumbnails/84.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/85.jpg"><img src="gallery/2009/thumbnails/85.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/86.jpg"><img src="gallery/2009/thumbnails/86.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/87.jpg"><img src="gallery/2009/thumbnails/87.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/88.jpg"><img src="gallery/2009/thumbnails/88.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/89.jpg"><img src="gallery/2009/thumbnails/89.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/90.jpg"><img src="gallery/2009/thumbnails/90.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/91.jpg"><img src="gallery/2009/thumbnails/91.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/92.jpg"><img src="gallery/2009/thumbnails/92.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/93.jpg"><img src="gallery/2009/thumbnails/93.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/94.jpg"><img src="gallery/2009/thumbnails/94.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/95.jpg"><img src="gallery/2009/thumbnails/95.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/96.jpg"><img src="gallery/2009/thumbnails/96.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/97.jpg"><img src="gallery/2009/thumbnails/97.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/98.jpg"><img src="gallery/2009/thumbnails/98.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/99.jpg"><img src="gallery/2009/thumbnails/99.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/100.jpg"><img src="gallery/2009/thumbnails/100.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/101.jpg"><img src="gallery/2009/thumbnails/101.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/102.jpg"><img src="gallery/2009/thumbnails/102.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/103.jpg"><img src="gallery/2009/thumbnails/103.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/104.jpg"><img src="gallery/2009/thumbnails/104.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/105.jpg"><img src="gallery/2009/thumbnails/105.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/106.jpg"><img src="gallery/2009/thumbnails/106.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/107.jpg"><img src="gallery/2009/thumbnails/107.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/108.jpg"><img src="gallery/2009/thumbnails/108.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/109.jpg"><img src="gallery/2009/thumbnails/109.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/110.jpg"><img src="gallery/2009/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/111.jpg"><img src="gallery/2009/thumbnails/111.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/112.jpg"><img src="gallery/2009/thumbnails/112.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/113.jpg"><img src="gallery/2009/thumbnails/113.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/114.jpg"><img src="gallery/2009/thumbnails/114.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/115.jpg"><img src="gallery/2009/thumbnails/115.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/116.jpg"><img src="gallery/2009/thumbnails/116.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/117.jpg"><img src="gallery/2009/thumbnails/117.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/118.jpg"><img src="gallery/2009/thumbnails/118.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/119.jpg"><img src="gallery/2009/thumbnails/119.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a> <a href="gallery/2009/120.jpg"><img src="gallery/2009/thumbnails/110.jpg" border="0" alt="Click here to view large image" title="Click here to view large image" width="100" height="75" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{akgallery}</p>', '', 1, 5, 0, 41, '2010-03-14 19:53:23', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 19:53:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 3, '', '', 0, 10, 'robots=\nauthor=');
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(89, 'Participants', 'participants', '', '<img src="images/participants_title.jpg" border="0" alt="Participants" title="Participants" width="300" height="80" />\r\n<h2>PARTICIPANT  RULES AND RESPONSIBILITIES</h2>\r\n<p><span>This waterwalk is of a spiritual nature, therefore appropriate behavior is expected for all participants.  The walk is polite and peaceful, non- confrontational.  For the respect of our traditional ways, women will have to wear their traditional skirts and will not participate in the walk if they are on their time.</span></p>\r\n<br /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center"><img src="images/participants.jpg" border="0" alt="Water Walkers 2004" title="Water Walkers 2004" width="250" height="188" /><br /><br /><br /><br /></td>\r\n<td align="left">\r\n<h3>Self-Responsibility</h3>\r\n<ul>\r\n<li>Health - each walker is responsible for her/his own health and well-being.</li>\r\n<li>Travel - Each walker is responsible for his/her own travel arrangements.</li>\r\n<li>Food - It will be shared, contributions appreciated.</li>\r\n<li>Lodging - We will be mostly camping, therefore each walker should have their own tents and sleeping equipment.</li>\r\n<li>Telephone - For emergency purposes only.</li>\r\n<li>Other costs - Each walker is responsible for their own expenses.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p><span>The water walk committee is not responsible for injuries or damages by others.  This walk is at your own risk.  However. we will work together as a team to make this a safe and enjoyable experience.</span></p>\r\n<p><span>For those who are interested in participating contact us.</span></p>\r\n<p><span>MEGWETCH, THANK YOU FOR JOINING US. </span></p>', '', 1, 4, 0, 29, '2010-03-14 21:57:59', 62, '', '2010-03-15 04:04:06', 62, 0, '0000-00-00 00:00:00', '2010-03-14 21:57:59', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 7, '', '', 0, 19, 'robots=\nauthor='),
(90, 'Lake Superior 2003 Participants', 'lake-superior-2003-participants', '', '<h1>Lake Superior 2003 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Mario Wassegijig</span></p>\r\n<p><span>Thecla Neganeegijig</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Violet Caibaiosae</span></p>\r\n<p><span>Lee Hardy</span></p>\r\n<p><span>Bea Jackson</span></p>\r\n<p><span>Francis Dutcher</span></p>\r\n<p><span>Kevin Porter</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 35, '2010-03-14 22:16:29', 62, '', '2010-03-14 22:30:10', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:16:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 3, 'robots=\nauthor='),
(91, 'Lake Michigan 2004 Participants', 'lake-michigan-2004-participants', '', '<h1>Lake Michigan 2004 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Mario Wassegijig</span></p>\r\n<p><span>Violet Caibaiosae</span></p>\r\n<p><span>Lincoln</span></p>\r\n<p><span>Patty Showno</span></p>\r\n<p><span>Irene Peters</span></p>\r\n<p><span>Joanne Keejik</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 36, '2010-03-14 22:17:10', 62, '', '2010-03-14 22:29:17', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:17:10', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 4, 'robots=\nauthor='),
(92, 'Lake Huron 2005 Participants', 'lake-huron-2005-participants', '', '<h1>Lake Huron 2005 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Violet Caibaiosae</span></p>\r\n<p><span>Mike Nadjewon and Family</span></p>\r\n<p><span>Darlene W and Family</span></p>\r\n<p><span>Karl Keejik and Family</span></p>\r\n<p><span>Pamejewon</span></p>\r\n<p><span>Mike Henry and Family</span></p>\r\n<p><span>Roger and Ann Pamajiwan</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 37, '2010-03-14 22:17:46', 62, '', '2010-03-14 22:28:55', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:17:46', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 3, 'robots=\nauthor='),
(93, 'Lake Ontario 2006 Participants', 'lake-ontario-2006-participants', '', '<h1>Lake Ontario 2006 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Angel Jackson</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Brian Flamand</span></p>\r\n<p><span>Rodney Loonsfoot</span></p>\r\n<p><span>Adam Doerwald</span></p>\r\n<p><span>Hilda and Gang</span></p>\r\n<p><span>Joanne Tait</span></p>\r\n<p><span>Mike Henry</span></p>\r\n<p><span>Conner Atkinson</span></p>\r\n<p><span>Niij-zhik Quintero</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 38, '2010-03-14 22:18:25', 62, '', '2010-03-14 22:29:56', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:18:25', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 6, 'robots=\nauthor='),
(94, 'Lake Erie 2007 Participants', 'lake-erie-2007-participants', '', '<h1>Lake Erie 2007 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Brian Flamand</span></p>\r\n<p><span>Lee Hardy</span></p>\r\n<p><span>Hilda and Gang</span></p>\r\n<p><span>Angel Jackson</span></p>\r\n<p><span>Rodney Loonsfoot</span></p>\r\n<p><span>nigik(otter)</span></p>\r\n<p><span>Andrew Loonsfoot</span></p>\r\n<p><span>Eraka Sims</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 39, '2010-03-14 22:18:54', 62, '', '2010-03-14 22:28:39', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:18:54', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 7, 'robots=\nauthor='),
(95, 'Lake Michigan 2008 Participants', 'lake-michigan-2008-participants', '', '<h1>Lake Michigan 2008 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p><span>Josephine Mandamin</span></p>\r\n<p><span>Melvina Flamand</span></p>\r\n<p><span>Hilda Atkinson &amp; girls</span></p>\r\n<p><span>Vicki Antoine</span></p>\r\n<p><span>Pat Plamondon</span></p>\r\n<p><span>Linda Warren</span></p>\r\n<p><span>Sue Nelson</span></p>\r\n<p><span>Maria Meyers</span></p>\r\n<p><span>Linda L. Cypret-Kilbourne</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 40, '2010-03-14 22:19:50', 62, '', '2010-03-14 22:29:38', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:19:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 2, '', '', 0, 5, 'robots=\nauthor='),
(96, 'St Lawrence River 2009 Participants', 'st-lawrence-river-2009-participants', '', '<h1>St Lawrence River 2009 Participants</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p> </p>\r\n<p>Page Under Construction</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 41, '2010-03-14 22:20:17', 62, '', '2010-03-18 02:12:33', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:20:17', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 2, '', '', 0, 8, 'robots=\nauthor='),
(97, 'Sponsors', 'sponsors', '', '<img src="images/sponsors_title.jpg" border="0" alt="Sponsors" title="Sponsors" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="center"><img src="images/sponsors.jpg" border="0" alt="Water Walkers 2004" title="Water Walkers 2004" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><span>Mother Earth Water Walk would like to express our gratitude and many thanks to those who supported us.</span></p>\r\n<p><span>On behalf of all the Water Walkers we would like to Acknowledge and thank the following Businesses, Groups and Organizations for their generous contributions to the Mother Earth Water Walk.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-14 22:34:52', 62, '', '2010-03-15 04:06:28', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:34:52', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 6, '', '', 0, 4, 'robots=\nauthor='),
(98, 'Lake Superior 2003 Sponsors', 'lake-superior-2003-sponsors', '', '<h1>Lake Superior 2003 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Kakabeka Crystal Spring Water</p>\r\n<p>Mayor K. Boshcoff</p>\r\n<p>Ontario Native Women''s Association</p>\r\n<p>Robert Fenton</p>\r\n<p>Frances Wesley</p>\r\n<p>Armand Delorme</p>\r\n<p>Native Art High School Minnesota</p>\r\n<p>Paul and Karla Sundberg</p>\r\n<p>Mary Deleary</p>\r\n<p>South Western Ontario Mide</p>\r\n<p>Grand Portage Lodge and Casino</p>\r\n<p>Grand Portage Tribal Council</p>\r\n<p>Henry Flamand and Family</p>\r\n<p>Andrew Mandamin</p>\r\n<p>Brendalyn Huntus</p>\r\n<p>The Keweenaw Bay Indian Community of Buraga, Michigan</p>\r\n<p>Ojibways of the Pic River First Nation</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 35, '2010-03-14 22:38:50', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:38:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 3, 'robots=\nauthor='),
(99, 'Lake Michigan 2004 Sponsors', 'lake-michigan-2004-sponsors', '', '<h1>Lake Michigan 2004 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Enterprise Car Rental</p>\r\n<p>Robert Fenton</p>\r\n<p>Eraka Sims</p>\r\n<p>Bidajiwan Inc.</p>\r\n<p>Victories Casino in Petoskey</p>\r\n<p><a href="http://www.netbizconsulting.com">Jeanette Posine</a></p>\r\n<p><a href="mailto:smeils@tbaytel.net">Nancy Collins</a></p>\r\n<p><a href="http://www.abcmhosting.com">Curtis Maynard at ABCM Hosting</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 36, '2010-03-14 22:50:18', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:50:18', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 2, 'robots=\nauthor='),
(100, 'Lake Huron 2005 Sponsors', 'lake-huron-2005-sponsors', '', '<h1>Lake Huron 2005 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Mike and Diane Najiwan</p>\r\n<p>Wilfred M and Elizabeth Trudeau</p>\r\n<p><a href="http://www.netbizconsulting.com">Netbiz Consulting</a></p>\r\n<p><a href="http://www.abcmhosting.com">ABCM Hosting</a></p>\r\n<br /><br /><br /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 37, '2010-03-14 22:51:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:51:02', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 3, 'robots=\nauthor='),
(101, 'Lake Ontario 2006 Sponsors', 'lake-ontario-2006-sponsors', '', '<h1>Lake Ontario 2006 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Saginaw Chippewa Indian Tribe</p>\r\n<p><a href="http://www.netbizconsulting.com">Netbiz Consulting</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 38, '2010-03-14 22:51:32', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:51:32', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 1, 'robots=\nauthor='),
(102, 'Lake Erie 2007 Sponsors', 'lake-erie-2007-sponsors', '', '<h1>Lake Erie 2007 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p>Bidajiwan Inc.</p>\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Ontario Native Womans Association</p>\r\n<p>Mt Pleasant Tribal Council</p>\r\n<p>Fort Erie N</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 39, '2010-03-14 22:52:19', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:52:19', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 1, 'robots=\nauthor='),
(103, 'Lake Michigan 2008 Sponsors', 'lake-michigan-2008-sponsors', '', '<h1>Lake Michigan 2008 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left:10px;">\r\n<p><a href="http://www.three-fires.com/">Three Fires Society</a></p>\r\n<p>Ontario Native Women''s Association</p>\r\n<p>Little River Band of Ottawas</p>\r\n<p>Poncho''s Pond Campground of Ludington Michigan</p>\r\n<p>Social Action Committee of People''s Church</p>\r\n<p>Little River Band Casino</p>\r\n<p>Jim McConnell of Colorado</p>\r\n<p>Meijer of Ludington</p>\r\n<p>Walmart of Ludington</p>\r\n<p>McDonald''s of Ludington</p>\r\n<p>Julia Chambers of Ludington Michigan</p>\r\n<p>The Manistee Area Peace Group</p>\r\n<p>Classic Dealer Group, Waukegan IL</p>\r\n<p>Fred Marks and Sheila Marks- Bondoc</p>\r\n<p>American Indian Center of Chicago</p>\r\n<p>Potawatomi Bingo and Casino</p>\r\n<p>MRZ Promotions</p>\r\n<p>UAW Local #1464 "of Ludington Michigan</p>\r\n<p>Indian Community School</p>\r\n<p>Jeff Wrisley of Ludington Michigan</p>\r\n<p>Milwaukee Indian Education Committee</p>\r\n<p>American Indian Student Service at UW-Milwaukee</p>\r\n<p>Midewikwewag--Oralann Caldwell, Donna Beckstrom, Diane Amour 			and supporters : David Maack, Dona Yahola, Celeste Clark, Charity Schwingle, Kay Garcia, Paula Fernandez, Skip Twardosz, Vicky Williams</p>\r\n<p>Steve Ninham</p>\r\n<p>Milwaukee:  The Double Tree Hotel</p>\r\n<p>AFFEW ( A Few Friends of the Environment of the World) of Ludington</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 40, '2010-03-14 22:52:50', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-03-14 22:52:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 1, 'robots=\nauthor='),
(104, 'St Lawrence River 2009 Sponsors', 'st-lawrence-river-2009-sponsors', '', '<h1>St Lawrence River 2009 Sponsors</h1>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="padding-left: 10px;" align="left">\r\n<p> </p>\r\n<p>Page Under Construction</p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 5, 0, 41, '2010-03-14 22:53:14', 62, '', '2010-03-18 02:12:57', 62, 0, '0000-00-00 00:00:00', '2010-03-14 22:53:14', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 1, '', '', 0, 6, 'robots=\nauthor='),
(105, 'News', 'news', '', '<img src="images/news_title.jpg" border="0" alt="News" title="News" width="300" height="80" />\r\n<h2>Water News</h2>\r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center"><img src="images/front2.jpg" border="0" alt="Lake Superior" title="Lake Superior" width="250" height="188" style="border: 0pt none;" /></td>\r\n<td align="left">Ontario Supports American Bid to Protect Great Lakes. <br />McGuinty Government Taking Steps To Prevent Spread Of Asian Carp.<br /><br /> \r\n<table style="width: 90%;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="center"><span style="text-decoration: underline;">Ministry of Natural Resources</span>:</td>\r\n<td align="center" valign="top">\r\n<ul style="list-style:none;">\r\n<li> <a href="http://www.mnr.gov.on.ca/en/Newsroom/LatestNews/282766.html" target="blank">English</a></li>\r\n<li><a href="http://www.mnr.gov.on.ca/fr/Newsroom/LatestNews/282767.html" target="blank">French</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td align="center"><span style="text-decoration: underline;">Newsroom Ontario</span>:</td>\r\n<td align="center" valign="top">\r\n<ul style="list-style:none;">\r\n<li> <a href="https://intra.newsroom.ontario.ca/mnr/en/2010/01/ontario-supports-american-bid-to-protect-great-lakes.html" target="blank">English</a></li>\r\n<li><a href="https://intra.newsroom.ontario.ca/mnr/fr/2010/01/lontario-appuie-lintention-des-etats-unis-de-proteger-les-grands-lacs.html" target="blank">French</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br /><br />\r\n<div style="padding-left:10px;"><a href="http://www.chroniclejournal.com/stories_local.php?id=94773" target="blank"> Upper governments skimp on water quality management.</a><br /><br /> <a href="http://www.publicintegrity.org/GreatLakes/index.htm" target="blank">Great Lakes - Danger Zones?</a><br /><br /> <a href="http://www.greatlakesdirectory.org/great_lakes_water_export.htm" target="blank">Great Lakes News Headlines</a><br /><br /> <a href="http://www.greatlakesdirectory.org/great_lakes_water_quality.htm" target="blank">Great Lakes Water Quality/Great Lakes Water Pollution Issues</a><br /><br /> <a href="http://www.cbc.ca/news/background/water/greatlakes.html" target="blank">Saving the Great Lakes: Are we at the tipping point?</a><br /><br /> <a href="http://www.cbc.ca/news/yourview/2007/04/ontario_moves_to_make_bottlers.html" target="blank">Ontario moves to make bottlers pay for Great Lakes water</a><br /><br /> <a href="http://www.chroniclejournal.com/CP_stories.php?id=46789" target="blank">Bill to protect Great Lakes water passes final vote in Ontario legislature</a><br /><br /> <a href="http://www.greywaterguerrillas.com/" target="blank">Grey Water Gorillas</a><br /> <br /> <a href="http://news.yahoo.com/s/afp/20080629/lf_afp/usenvironmentwaterhealth" target="blank">Bottled water debate hits a boiling point - Yahoo! News</a><br /><br /> <a href="http://lee.ifas.ufl.edu/FYN/FYNPubs/TheDangersofPlasticBags.pdf" target="blank">The Dangers of Plastic Bags</a><br /><br /> <a href="http://www.cbc.ca/technology/story/2008/08/21/water-supply.html" target="blank">Canada At Risk Of Water Shortages</a><br /><br /> <a href="http://www.cbc.ca/canada/edmonton/story/2008/08/18/chip-fish.html" target="blank">Mutated Fish Alarm Delegates</a><br /><br /> <a href="http://www.cbc.ca/consumer/story/2009/02/19/nestle-water.html" target="blank">Drop in bottled water sales encourages activists</a></div>\r\n<br /><br /> \r\n<hr />\r\n<br /><br />\r\n<h2>Water Walker News</h2>\r\n<br />\r\n<div style="padding-left:10px;"><a href="http://www.womensenews.org/story/environmental-health/091022/first-nation-women-walk-the-environmental-talk" target="blank">First Nation Women ''Walk the Environmental Talk''</a><br /><br /> <a href="http://media.knet.ca/node/1991" target="blank">Water Walker News</a><br /><br /> <a href="http://www.baymills.org/newspaper/2005/06-02/060205-news-waterwalkers.shtml" target="blank">Walkers travel the shores of Lake Huron</a><br /><br /> <a href="http://www.nationtalk.ca/modules/news/article.php?storyid=865" target="blank">Natural Resources : Anishinabek Nation Appoints Women’s Water Commission</a><br /><br /> <a href="http://www.greatlakesdirectory.org/on/040906_great_lakes.htm" target="blank">Great Lakes Article: 1st Nation walk to protect our water</a><br /><br /> <a href="http://www.ludingtondailynews.com/news.php?story_id=39513" target="blank">Lake Michigan Water Walk 2008 News</a></div>\r\n<br /><br />', '', 1, 4, 0, 29, '2010-03-14 23:06:23', 62, '', '2010-03-16 01:27:16', 62, 0, '0000-00-00 00:00:00', '2010-03-14 23:06:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 20, 0, 5, '', '', 0, 59, 'robots=\nauthor='),
(106, 'Sitemap', 'sitemap', '', '<img src="images/sitemap_title.jpg" border="0" alt="Site Map" title="Site Map" width="300" height="80" />\r\n<div style="padding-left:10px;">\r\n<ul style="list-style-type: none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=53"><strong>Home</strong></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=48&amp;Itemid=54"><strong>About Us</strong></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=105&amp;Itemid=55"><strong>News</strong></a></li>\r\n<li><a href="index.php?option=com_jevents&amp;view=month&amp;task=month.calendar&amp;Itemid=56"><strong>Events</strong></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=107&amp;Itemid=117"><strong>Media</strong></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=49&amp;Itemid=57"><strong>Donations</strong></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=46&amp;Itemid=102"><strong>Guest Book</strong></a></li>\r\n<li><a href="templates/siteground-j15-34/contactus.php"><strong>Contact Us</strong></a></li>\r\n<li><a href="index.php?option=com_user&amp;view=login&amp;Itemid=18"><strong>Login/Logout</strong></a></li>\r\n<li><a href="index.php?option=com_xmap&amp;sitemap=1&amp;Itemid=29"><strong>Site Map</strong></a></li>\r\n</ul>\r\n<ul style="list-style-type: none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=50&amp;Itemid=1"><span><strong>Water</strong></span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=51&amp;Itemid=103"><span>Thomas Kinkade Paintings</span></a></li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=52&amp;Itemid=2"><span><strong>Water Walks</strong></span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=52&amp;Itemid=2"><span>Lake Superior 2003</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=59&amp;Itemid=67"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=66&amp;Itemid=68"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=74&amp;Itemid=69"><span>Photo Gallery</span></a></li>\r\n</ul>\r\n</li>\r\n<li class="parent item37"><a href="index.php?option=com_content&amp;view=article&amp;id=53&amp;Itemid=37"><span>Lake Michigan 2004</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=60&amp;Itemid=70"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=71"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=75&amp;Itemid=72"><span>Photo Gallery</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=75&amp;Itemid=105"><span>Page 1</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=76&amp;Itemid=106"><span>Page 2</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=77&amp;Itemid=107"><span>Page 3</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=78&amp;Itemid=108"><span>Page 4</span></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=54&amp;Itemid=34"><span>Lake Huron 2005</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=61&amp;Itemid=73"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=69&amp;Itemid=74"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=79&amp;Itemid=75"><span>Photo Gallery</span></a></li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=80&amp;Itemid=58"><span>Lake Ontario 2006</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=62&amp;Itemid=76"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=70&amp;Itemid=77"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=80&amp;Itemid=78"><span>Photo Gallery</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=80&amp;Itemid=109"><span>Page 1</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=81&amp;Itemid=110"><span>Page 2</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=82&amp;Itemid=111"><span>Page 3</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=83&amp;Itemid=112"><span>Page 4</span></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=56&amp;Itemid=59"><span>Lake Erie 2007</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=79"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=71&amp;Itemid=80"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=84&amp;Itemid=81"><span>Photo Gallery</span></a></li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=57&amp;Itemid=60"><span>Lake Michigan 2008</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=64&amp;Itemid=82"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=72&amp;Itemid=83"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=85&amp;Itemid=84"><span>Photo Gallery</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=85&amp;Itemid=113"><span>Page 1</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=86&amp;Itemid=114"><span>Page 2</span></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=58&amp;Itemid=61"><span>St Lawrence River 2009</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=65&amp;Itemid=85"><span>Schedule</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=73&amp;Itemid=86"><span>Journal</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=87&amp;Itemid=87"><span>Photo Gallery</span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=87&amp;Itemid=115"><span>Page 1</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=88&amp;Itemid=116"><span>Page 2</span></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=89&amp;Itemid=65"><span><strong>Participants</strong></span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=90&amp;Itemid=88"><span>Lake Superior 2003</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=91&amp;Itemid=89"><span>Lake Michigan 2004</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=92&amp;Itemid=90"><span>Lake Huron 2005</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=93&amp;Itemid=91"><span>Lake Ontario 2006</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=94&amp;Itemid=92"><span>Lake Erie 2007</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=95&amp;Itemid=93"><span>Lake Michigan 2008</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=96&amp;Itemid=94"><span>St Lawrence River 2009</span></a></li>\r\n</ul>\r\n</li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=97&amp;Itemid=66"><span><strong>Sponsors</strong></span></a> \r\n<ul>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=98&amp;Itemid=95"><span>Lake Superior 2003</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=99&amp;Itemid=96"><span>Lake Michigan 2004</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=100&amp;Itemid=97"><span>Lake Huron 2005</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=101&amp;Itemid=98"><span>Lake Ontario 2006</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=102&amp;Itemid=99"><span>Lake Erie 2007</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=103&amp;Itemid=100"><span>Lake Michigan 2008</span></a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=104&amp;Itemid=101"><span>St Lawrence River 2009</span></a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</div>', '', 1, 4, 0, 29, '2010-03-15 01:50:28', 62, '', '2010-03-15 03:57:30', 62, 0, '0000-00-00 00:00:00', '2010-03-15 01:50:28', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 9, 0, 4, '', '', 0, 17, 'robots=\nauthor='),
(107, 'Media', 'media', '', '<img src="images/media_title.jpg" border="0" alt="Media" title="Media" width="300" height="80" />\r\n<div style="padding-left:10px;">\r\n<h2>Powerpoint Presentations</h2>\r\n<br />\r\n<div style="padding-left:10px;"><a href="index.php?option=com_content&amp;view=article&amp;id=108&amp;Itemid=1">Letter Written in 2070</a><br /><br /> <a href="powerpoint/motherearthwaterwalk_2010.pps" target="blank">Mother Earth Water Walk Presentation (9.29mb).</a><br /><br /></div>\r\n<br /><br /> \r\n<hr />\r\n<br /><br />\r\n<h2>Video Link</h2>\r\n<div style="padding-left:10px;"><a href="http://citizen.nfb.ca/water" target="blank">The Water Walkers Movie</a><br /><br /></div>\r\n<br /><br /> \r\n<hr />\r\n<br /><br />\r\n<h2>PDF Documents</h2>\r\n<div style="padding-left:10px;"><br /> Ontario Supports American Bid to Protect Great Lakes. <br />McGuinty Government Taking Steps To Prevent Spread Of Asian Carp.<br /> \r\n<ul>\r\n<li> <a href="pdf/Ontario-Supports-American-Bid-to-Protect-Great-Lakes-english.pdf" target="blank">English</a></li>\r\n<li><a href="pdf/Ontario-Supports-American-Bid-to-Protect-Great-Lakes-french.pdf" target="blank">French</a></li>\r\n</ul>\r\n<a href="pdf/greatLakesforsale.pdf" target="blank">Great Lakes For Sale!!  Michigan''s Odawa Indians lead anti-Nestle fight</a><br /><br /> <a href="pdf/tappedout.pdf" target="blank">Tapped Out: The True Cost of Bottled Water </a><br /><br /> <a href="pdf/watertablesfalling.pdf" target="blank">Water Tables Falling and Rivers Running Dry </a><br /><br /> <a href="pdf/plasticbottles.pdf" target="blank">Non Toxic Times - Plastic Bottles/Water Bottle Toxins </a> <br /><br /> <a href="pdf/wwcr110906.pdf" target="blank">The Associated Press - World Water Crisis Report 11-09-06</a><br /><br /> <a href="pdf/metallicsulfideminingproject.pdf" target="blank">Metallic Sulfide Mining Project</a><br /><br /> <a href="pdf/watermorevaluablethangold.pdf" target="blank">Water: More Valuable Than Gold</a><br /><br /> <a href="pdf/StLawrenceBrochure2009.pdf" target="blank">St Lawrence River Water Walk Brochure 2009 </a><br /> <br /> <a href="pdf/MediaRelease-2009-BottlelessWater.pdf" target="blank">Town of Caledonia - Media Release February 2009</a><br /><br /> <a href="pdf/Water_Conservation_Initiative.pdf" target="blank">Water Conservation Initiative  - Media Release June 2009</a><br /><br /> <a href="pdf/WaterWalkposter2009.pdf" target="blank">Water Day Of Action 2009</a><br /> <br /> <a href="pdf/earth_day.pdf" target="blank">Earth Day - April 22 2008</a><br /><br /> <a href="pdf/DiscoveryWorld_Agenda.pdf" target="blank">Discovery World Agenda 2008</a><br /><br /> <a href="pdf/GranMothWW.pdf" target="blank">Grand Mothers Water Walk Flyer</a><br /><br /> <a href="pdf/motherearthsblood.pdf" target="blank">Mother Earths Blood by Elizabeth Caldwell Bissell</a><br /><br /> <a href="pdf/meww2008news.pdf" target="blank">Ludington Water Walk News    March 28, 2008</a><br /><br /> <a href="pdf/PressRelease-RACINE.pdf" target="blank"> Press Release - Racine </a><br /><br /> <a href="pdf/Gunlakemediaadvisory.pdf" target="blank">Gun Lake Tribe Media Advisory April 25, 2008</a><br /><br /> <a href="pdf/ludingtondailynews.pdf" target="blank">Ludington Daily News April 25, 2008</a><br /><br /> <a href="pdf/muskegonchroniclenews.pdf" target="blank">Muskegon Chronicle News April 28, 2008</a><br /><br /> <a href="pdf/grandrapidspress.pdf" target="blank">Grand Rapids Press News April 30, 2008</a><br /><br /> <a href="pdf/Racine5508.pdf" target="blank">Water Walk - Racine May 5,2008</a><br /><br /> <a href="pdf/whitelakebeacon.pdf" target="blank">White Lake Beacon News May 5, 2008</a><br /><br /> <a href="pdf/journal_times.pdf" target="blank">Journal Times News May 5, 2008</a><br /><br /> <a href="pdf/08MAY_WaterWalkFlyer.pdf" target="blank">Discovery World - Water Walker Flyer May 6, 2008</a><br /><br /> <a href="pdf/grandmother_walk.pdf" target="blank">Grand Mothers Water Walk - David L. Maack</a><br /><br /> <a href="pdf/waterwalkers08.pdf" target="blank">Joining the Mother Earth Water Walkers By Sherrole Benton</a><br /><br />\r\n<p><a href="http://www.adobe.com/products/acrobat/readstep2.html" target="blank"> <img src="images/get_adobe_reader.gif" border="0" alt="Adobe Reader" title="Adobe Reader" width="80" height="24" /> </a> *<em>Adobe Reader is required to view these documents.</em></p>\r\n</div>\r\n</div>\r\n<br /> <br />', '', 1, 4, 0, 29, '2010-03-15 02:03:02', 62, '', '2010-03-15 01:50:55', 62, 0, '0000-00-00 00:00:00', '2010-03-15 02:03:02', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 9, 0, 3, '', '', 0, 25, 'robots=\nauthor='),
(108, 'Letter Written in 2070', 'letter-written-in-2070', '', '<h1><span>Letter Written in 2070</span></h1>\r\n<p><br /><br /></p>\r\n<p>Please allow video time to load.</p>\r\n<div>\r\n<object id="letter_written_in_2070" width="640" height="480" data="swf/letter_written_in_2070_.swf" type="application/x-shockwave-flash">\r\n<param name="align" value="middle" />\r\n<param name="allowScriptAccess" value="sameDomain" />\r\n<param name="quality" value="high" />\r\n<param name="bgcolor" value="#ffffff" />\r\n<param name="src" value="swf/letter_written_in_2070_.swf" />\r\n<param name="name" value="letter_written_in_2070" />\r\n</object>\r\n<br /><br /></div>', '', 1, 0, 0, 0, '2010-03-15 02:13:06', 62, '', '2010-03-15 02:19:23', 62, 0, '0000-00-00 00:00:00', '2010-03-15 02:13:06', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 1, '', '', 0, 1, 'robots=\nauthor='),
(109, 'Guest Book', 'guest-book', '', '<img src="images/guestbook_title.jpg" border="0" alt="Guest Book" title="Guest Book" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><img src="images/guestbook.jpg" border="0" alt="Guest Book" title="Guest Book" width="250" height="188" /></td>\r\n<td>\r\n<p>To make an entry to our guestbook, please leave your name, email address, and the url to your website.</p>\r\n<br />\r\n<p>Then click the submit button!</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<div>\r\n<object width="680" height="700" data="swf/guestbook.swf" type="application/x-shockwave-flash">\r\n<param name="src" value="swf/guestbook.swf" />\r\n</object>\r\n<br /><br /> <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="blank"> <img src="images/get_flash_player.gif" border="0" alt="Flash Player" title="Flash Player" width="80" height="28" /></a> *<em>Flash Player is required to view or make an entry into our guestbook.</em>\r\n<p> </p>\r\n</div>', '', 1, 4, 0, 29, '2010-03-15 14:19:52', 62, '', '2010-03-15 14:56:19', 62, 0, '0000-00-00 00:00:00', '2010-03-15 14:19:52', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 2, '', '', 0, 21, 'robots=\nauthor='),
(110, 'Water Walks', 'water-walks', '', '<img src="images/waterwalks_title.jpg" border="0" alt="Water Walks" title="Water Walks" width="300" height="80" /> \r\n<table border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks1.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=52&amp;Itemid=2">Lake Superior 2003 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=59&amp;Itemid=67">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=66&amp;Itemid=68">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=74&amp;Itemid=69">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks2.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=53&amp;Itemid=37">Lake Michigan 2004 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=60&amp;Itemid=70">Schedule</a> </li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=71">Journal</a> </li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=75&amp;Itemid=72">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks3.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=54&amp;Itemid=34">Lake Huron 2005 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=61&amp;Itemid=73">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=69&amp;Itemid=73">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=79&amp;Itemid=73">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks4.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=55&amp;Itemid=58">Lake Ontario 2006 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=62&amp;Itemid=76">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=70&amp;Itemid=77">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=80&amp;Itemid=78">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks5.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=56&amp;Itemid=59">Lake Erie 2007 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=79">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=71&amp;Itemid=80">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=84&amp;Itemid=81">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks6.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=57&amp;Itemid=60">Lake Michigan 2008 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=64&amp;Itemid=82">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=72&amp;Itemid=83">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=85&amp;Itemid=84">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign="top"><img src="images/waterwalks7.jpg" border="0" alt="Water Walks" title="Water Walks" width="250" height="188" /></td>\r\n<td align="left">\r\n<p><a href="index.php?option=com_content&amp;view=article&amp;id=58&amp;Itemid=61">St Lawrence River 2009 Water Walk</a></p>\r\n<ul style="list-style-type:none;">\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=65&amp;Itemid=85">Schedule</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=73&amp;Itemid=86">Journal</a></li>\r\n<li><a href="index.php?option=com_content&amp;view=article&amp;id=87&amp;Itemid=87">Gallery</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 4, 0, 29, '2010-03-15 15:01:05', 62, '', '2010-03-15 16:33:53', 62, 0, '0000-00-00 00:00:00', '2010-03-15 15:01:05', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 1, '', '', 0, 12, 'robots=\nauthor=');

-- --------------------------------------------------------

--
-- Table structure for table `jos_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `jos_content_frontpage` (
  `content_id` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_content_frontpage`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_content_rating`
--

CREATE TABLE IF NOT EXISTS `jos_content_rating` (
  `content_id` int(11) NOT NULL default '0',
  `rating_sum` int(11) unsigned NOT NULL default '0',
  `rating_count` int(11) unsigned NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_content_rating`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro` (
  `id` int(11) NOT NULL auto_increment,
  `section_value` varchar(240) NOT NULL default '0',
  `value` varchar(240) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `jos_core_acl_aro`
--

INSERT INTO `jos_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', '62', 0, 'Administrator', 0),
(11, 'users', '63', 0, 'test', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_groups`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  `value` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--

INSERT INTO `jos_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES
(17, 0, 'ROOT', 1, 22, 'ROOT'),
(28, 17, 'USERS', 2, 21, 'USERS'),
(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'),
(18, 29, 'Registered', 4, 11, 'Registered'),
(19, 18, 'Author', 5, 10, 'Author'),
(20, 19, 'Editor', 6, 9, 'Editor'),
(21, 20, 'Publisher', 7, 8, 'Publisher'),
(30, 28, 'Public Backend', 13, 20, 'Public Backend'),
(23, 30, 'Manager', 14, 19, 'Manager'),
(24, 23, 'Administrator', 15, 18, 'Administrator'),
(25, 24, 'Super Administrator', 16, 17, 'Super Administrator');

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_map`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL default '0',
  `section_value` varchar(230) NOT NULL default '0',
  `value` varchar(100) NOT NULL,
  PRIMARY KEY  (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_aro_map`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_aro_sections`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` (
  `id` int(11) NOT NULL auto_increment,
  `value` varchar(230) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(230) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--

INSERT INTO `jos_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', 1, 'Users', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL default '0',
  `section_value` varchar(240) NOT NULL default '',
  `aro_id` int(11) NOT NULL default '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--

INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES
(18, '', 11),
(25, '', 10);

-- --------------------------------------------------------

--
-- Table structure for table `jos_core_log_items`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_items` (
  `time_stamp` date NOT NULL default '0000-00-00',
  `item_table` varchar(50) NOT NULL default '',
  `item_id` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_log_items`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_searches` (
  `search_term` varchar(128) NOT NULL default '',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_log_searches`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_groups`
--

CREATE TABLE IF NOT EXISTS `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_groups`
--

INSERT INTO `jos_groups` (`id`, `name`) VALUES
(0, 'Public'),
(1, 'Registered'),
(2, 'Special');

-- --------------------------------------------------------

--
-- Table structure for table `jos_jce_extensions`
--

CREATE TABLE IF NOT EXISTS `jos_jce_extensions` (
  `id` int(11) NOT NULL auto_increment,
  `pid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `extension` varchar(255) NOT NULL,
  `folder` varchar(255) NOT NULL,
  `published` tinyint(3) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jce_extensions`
--

INSERT INTO `jos_jce_extensions` (`id`, `pid`, `name`, `extension`, `folder`, `published`) VALUES
(1, 54, 'Joomla Links for Advanced Link', 'joomlalinks', 'links', 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_jce_groups`
--

CREATE TABLE IF NOT EXISTS `jos_jce_groups` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `users` text NOT NULL,
  `types` varchar(255) NOT NULL,
  `components` text NOT NULL,
  `rows` text NOT NULL,
  `plugins` varchar(255) NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` tinyint(3) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_jce_groups`
--

INSERT INTO `jos_jce_groups` (`id`, `name`, `description`, `users`, `types`, `components`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Default group for all users with edit access', '', '19,20,21,23,24,25', '', '6,7,8,9,10,11,12,13,14,15,16,17,18,19;20,21,22,23,24,25,26,27,28,30,31,32,33,36;37,38,39,40,41,42,43,44,45,46,47,48;49,50,51,52,53,54,55,57,58', '1,2,3,4,5,6,20,21,37,38,39,40,41,42,49,50,51,52,53,54,55,57,58', 1, 1, 0, '0000-00-00 00:00:00', ''),
(2, 'Front End', 'Sample Group for Authors, Editors, Publishers', '', '19,20,21', '', '6,7,8,9,10,13,14,15,16,17,18,19,27,28;20,21,25,26,30,31,32,36,43,44,45,47,48,50,51;24,33,39,40,42,46,49,52,53,54,55,57,58', '1,2,3,4,5,6,20,21,39,40,42,49,50,51,52,53,54,55,57,58', 0, 2, 0, '0000-00-00 00:00:00', 'editor_width=\neditor_height=\neditor_theme_advanced_toolbar_location=top\neditor_theme_advanced_toolbar_align=center\neditor_skin=default\neditor_skin_variant=default\neditor_inlinepopups_skin=clearlooks2\nadvcode_toggle=1\nadvcode_editor_state=1\nadvcode_toggle_text=[show/hide]\neditor_relative_urls=1\neditor_invalid_elements=\neditor_extended_elements=\neditor_event_elements=a,img\ncode_allow_javascript=0\ncode_allow_css=0\ncode_allow_php=0\ncode_cdata=1\neditor_theme_advanced_blockformats=p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp,pre\neditor_theme_advanced_fonts_add=\neditor_theme_advanced_fonts_remove=\neditor_theme_advanced_font_sizes=8pt,10pt,12pt,14pt,18pt,24pt,36pt\neditor_dir=images/stories\neditor_max_size=1024\neditor_upload_conflict=\neditor_preview_height=550\neditor_preview_width=750\neditor_custom_colors=\nbrowser_dir=\nbrowser_max_size=\nbrowser_extensions=xml=xml;html=htm,html;word=doc,docx;powerpoint=ppt;excel=xls;text=txt,rtf;image=gif,jpeg,jpg,png;acrobat=pdf;archive=zip,tar,gz;flash=swf;winrar=rar;quicktime=mov,mp4,qt;windowsmedia=wmv,asx,asf,avi;audio=wav,mp3,aiff;openoffice=odt,odg,odp,ods,odf\nbrowser_extensions_viewable=html,htm,doc,docx,ppt,rtf,xls,txt,gif,jpeg,jpg,png,pdf,swf,mov,mpeg,mpg,avi,asf,asx,dcr,flv,wmv,wav,mp3\nbrowser_upload=1\nbrowser_upload_conflict=\nbrowser_folder_new=1\nbrowser_folder_delete=1\nbrowser_folder_rename=1\nbrowser_file_delete=1\nbrowser_file_rename=1\nbrowser_file_move=1\nmedia_use_script=0\nmedia_strict=1\nmedia_version_flash=9,0,124,0\nmedia_version_windowsmedia=5,1,52,701\nmedia_version_quicktime=6,0,2,0\nmedia_version_realmedia=7,0,0,0\nmedia_version_shockwave=11,0,0,458\npaste_keep_linebreaks=1\npaste_auto_cleanup_on_paste=1\npaste_strip_class_attributes=all\npaste_remove_spans=1\npaste_retain_style_properties=\npaste_remove_styles=1\nimgmanager_dir=\nimgmanager_max_size=\nimgmanager_extensions=image=jpeg,jpg,png,gif\nimgmanager_margin_top=default\nimgmanager_margin_right=default\nimgmanager_margin_bottom=default\nimgmanager_margin_left=default\nimgmanager_border=0\nimgmanager_border_width=default\nimgmanager_border_style=default\nimgmanager_border_color=#000000\nimgmanager_align=default\nimgmanager_upload=1\nimgmanager_upload_conflict=\nimgmanager_folder_new=1\nimgmanager_folder_delete=1\nimgmanager_folder_rename=1\nimgmanager_file_delete=1\nimgmanager_file_rename=1\nimgmanager_file_move=1\nadvlink_target=default\nadvlink_content=1\nadvlink_static=1\nadvlink_contacts=1\nadvlink_weblinks=1\nadvlink_menu=1\nspellchecker_engine=googlespell\nspellchecker_languages=English=en\nspellchecker_pspell_mode=PSPELL_FAST\nspellchecker_pspell_spelling=\nspellchecker_pspell_jargon=\nspellchecker_pspell_encoding=\nspellchecker_pspellshell_aspell=/usr/bin/aspell\nspellchecker_pspellshell_tmp=/tmp\n\n');

-- --------------------------------------------------------

--
-- Table structure for table `jos_jce_plugins`
--

CREATE TABLE IF NOT EXISTS `jos_jce_plugins` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `layout` varchar(255) NOT NULL,
  `row` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` tinyint(3) NOT NULL,
  `editable` tinyint(3) NOT NULL,
  `iscore` tinyint(3) NOT NULL,
  `elements` varchar(255) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `plugin` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=59 ;

--
-- Dumping data for table `jos_jce_plugins`
--

INSERT INTO `jos_jce_plugins` (`id`, `title`, `name`, `type`, `icon`, `layout`, `row`, `ordering`, `published`, `editable`, `iscore`, `elements`, `checked_out`, `checked_out_time`) VALUES
(1, 'Context Menu', 'contextmenu', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(2, 'File Browser', 'browser', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(3, 'Inline Popups', 'inlinepopups', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(4, 'Media Support', 'media', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(5, 'Safari Browser Support', 'safari', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(6, 'Help', 'help', 'plugin', 'help', 'help', 1, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(7, 'New Document', 'newdocument', 'command', 'newdocument', 'newdocument', 1, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(8, 'Bold', 'bold', 'command', 'bold', 'bold', 1, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(9, 'Italic', 'italic', 'command', 'italic', 'italic', 1, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(10, 'Underline', 'underline', 'command', 'underline', 'underline', 1, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(11, 'Font Select', 'fontselect', 'command', 'fontselect', 'fontselect', 1, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(12, 'Font Size Select', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 1, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(13, 'Style Select', 'styleselect', 'command', 'styleselect', 'styleselect', 1, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(14, 'StrikeThrough', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 1, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(15, 'Justify Full', 'full', 'command', 'justifyfull', 'justifyfull', 1, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(16, 'Justify Center', 'center', 'command', 'justifycenter', 'justifycenter', 1, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(17, 'Justify Left', 'left', 'command', 'justifyleft', 'justifyleft', 1, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(18, 'Justify Right', 'right', 'command', 'justifyright', 'justifyright', 1, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(19, 'Format Select', 'formatselect', 'command', 'formatselect', 'formatselect', 1, 14, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(20, 'Paste', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 2, 1, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(21, 'Search Replace', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 2, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(22, 'Font ForeColour', 'forecolor', 'command', 'forecolor', 'forecolor', 2, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(23, 'Font BackColour', 'backcolor', 'command', 'backcolor', 'backcolor', 2, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(24, 'Unlink', 'unlink', 'command', 'unlink', 'unlink', 2, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(25, 'Indent', 'indent', 'command', 'indent', 'indent', 2, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(26, 'Outdent', 'outdent', 'command', 'outdent', 'outdent', 2, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(27, 'Undo', 'undo', 'command', 'undo', 'undo', 2, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(28, 'Redo', 'redo', 'command', 'redo', 'redo', 2, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(29, 'HTML', 'html', 'command', 'code', 'code', 2, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(30, 'Numbered List', 'numlist', 'command', 'numlist', 'numlist', 2, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(31, 'Bullet List', 'bullist', 'command', 'bullist', 'bullist', 2, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(32, 'Clipboard Actions', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 2, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(33, 'Anchor', 'anchor', 'command', 'anchor', 'anchor', 2, 14, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(34, 'Image', 'image', 'command', 'image', 'image', 2, 15, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(35, 'Link', 'link', 'command', 'link', 'link', 2, 16, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(36, 'Code Cleanup', 'cleanup', 'command', 'cleanup', 'cleanup', 2, 17, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(37, 'Directionality', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 3, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(38, 'Emotions', 'emotions', 'plugin', 'emotions', 'emotions', 3, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(39, 'Fullscreen', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 3, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(40, 'Preview', 'preview', 'plugin', 'preview', 'preview', 3, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(41, 'Tables', 'table', 'plugin', 'tablecontrols', 'buttons', 3, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(42, 'Print', 'print', 'plugin', 'print', 'print', 3, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(43, 'Horizontal Rule', 'hr', 'command', 'hr', 'hr', 3, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(44, 'Subscript', 'sub', 'command', 'sub', 'sub', 3, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(45, 'Superscript', 'sup', 'command', 'sup', 'sup', 3, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(46, 'Visual Aid', 'visualaid', 'command', 'visualaid', 'visualaid', 3, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(47, 'Character Map', 'charmap', 'command', 'charmap', 'charmap', 3, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(48, 'Remove Format', 'removeformat', 'command', 'removeformat', 'removeformat', 3, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(49, 'Styles', 'style', 'plugin', 'styleprops', 'style', 4, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(50, 'Non-Breaking', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 4, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(51, 'Visual Characters', 'visualchars', 'plugin', 'visualchars', 'visualchars', 4, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(52, 'XHTML Xtras', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 4, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(53, 'Image Manager', 'imgmanager', 'plugin', 'imgmanager', 'imgmanager', 4, 5, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(54, 'Advanced Link', 'advlink', 'plugin', 'advlink', 'advlink', 4, 6, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(55, 'Spell Checker', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 4, 7, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(56, 'Layers', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 4, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(57, 'Advanced Code Editor', 'advcode', 'plugin', 'advcode', 'advcode', 4, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(58, 'Article Breaks', 'article', 'plugin', 'readmore,pagebreak', 'article', 4, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_categories`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_categories` (
  `id` int(12) NOT NULL default '0',
  `color` varchar(8) NOT NULL default '',
  `admin` int(12) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_jevents_categories`
--

INSERT INTO `jos_jevents_categories` (`id`, `color`, `admin`) VALUES
(34, '#CCCCFF', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_exception`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_exception` (
  `ex_id` int(12) NOT NULL auto_increment,
  `rp_id` int(12) NOT NULL default '0',
  `eventid` int(12) NOT NULL default '1',
  `eventdetail_id` int(12) NOT NULL default '0',
  `exception_type` int(2) NOT NULL default '0',
  `startrepeat` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`ex_id`),
  KEY `eventid` (`eventid`),
  KEY `rp_id` (`rp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_jevents_exception`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_icsfile`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_icsfile` (
  `ics_id` int(12) NOT NULL auto_increment,
  `srcURL` varchar(255) NOT NULL default '',
  `label` varchar(30) NOT NULL default '',
  `filename` varchar(120) NOT NULL default '',
  `icaltype` tinyint(3) NOT NULL default '0',
  `isdefault` tinyint(3) NOT NULL default '0',
  `ignoreembedcat` tinyint(3) NOT NULL default '0',
  `state` tinyint(3) NOT NULL default '1',
  `access` int(11) unsigned NOT NULL default '0',
  `catid` int(11) NOT NULL default '1',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `refreshed` datetime NOT NULL default '0000-00-00 00:00:00',
  `autorefresh` tinyint(3) NOT NULL default '0',
  PRIMARY KEY  (`ics_id`),
  UNIQUE KEY `label` (`label`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jevents_icsfile`
--

INSERT INTO `jos_jevents_icsfile` (`ics_id`, `srcURL`, `label`, `filename`, `icaltype`, `isdefault`, `ignoreembedcat`, `state`, `access`, `catid`, `created`, `created_by`, `created_by_alias`, `modified_by`, `refreshed`, `autorefresh`) VALUES
(1, '', 'Default', 'Initial ICS File', 2, 1, 0, 1, 0, 34, '0000-00-00 00:00:00', 0, '', 0, '0000-00-00 00:00:00', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_repbyday`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_repbyday` (
  `rptday` date NOT NULL default '0000-00-00',
  `rp_id` int(12) NOT NULL default '0',
  `catid` int(11) NOT NULL default '1',
  KEY `rptday` (`rptday`),
  KEY `daycat` (`rptday`,`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_jevents_repbyday`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_repetition`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_repetition` (
  `rp_id` int(12) NOT NULL auto_increment,
  `eventid` int(12) NOT NULL default '1',
  `eventdetail_id` int(12) NOT NULL default '0',
  `duplicatecheck` varchar(32) NOT NULL default '',
  `startrepeat` datetime NOT NULL default '0000-00-00 00:00:00',
  `endrepeat` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`rp_id`),
  UNIQUE KEY `duplicatecheck` (`duplicatecheck`),
  KEY `eventid` (`eventid`),
  KEY `eventstart` (`eventid`,`startrepeat`),
  KEY `eventend` (`eventid`,`endrepeat`),
  KEY `eventdetail` (`eventdetail_id`),
  KEY `startrepeat` (`startrepeat`),
  KEY `startend` (`startrepeat`,`endrepeat`),
  KEY `endrepeat` (`endrepeat`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jevents_repetition`
--

INSERT INTO `jos_jevents_repetition` (`rp_id`, `eventid`, `eventdetail_id`, `duplicatecheck`, `startrepeat`, `endrepeat`) VALUES
(1, 1, 1, '0e58f540f6986c87126b1b208bad02f9', '2010-03-13 08:00:00', '2010-03-13 17:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_rrule`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_rrule` (
  `rr_id` int(12) NOT NULL auto_increment,
  `eventid` int(12) NOT NULL default '1',
  `freq` varchar(30) NOT NULL default '',
  `until` int(12) NOT NULL default '1',
  `untilraw` varchar(30) NOT NULL default '',
  `count` int(6) NOT NULL default '1',
  `rinterval` int(6) NOT NULL default '1',
  `bysecond` varchar(50) NOT NULL default '',
  `byminute` varchar(50) NOT NULL default '',
  `byhour` varchar(50) NOT NULL default '',
  `byday` varchar(50) NOT NULL default '',
  `bymonthday` varchar(50) NOT NULL default '',
  `byyearday` varchar(50) NOT NULL default '',
  `byweekno` varchar(50) NOT NULL default '',
  `bymonth` varchar(50) NOT NULL default '',
  `bysetpos` varchar(50) NOT NULL default '',
  `wkst` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`rr_id`),
  KEY `eventid` (`eventid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jevents_rrule`
--

INSERT INTO `jos_jevents_rrule` (`rr_id`, `eventid`, `freq`, `until`, `untilraw`, `count`, `rinterval`, `bysecond`, `byminute`, `byhour`, `byday`, `bymonthday`, `byyearday`, `byweekno`, `bymonth`, `bysetpos`, `wkst`) VALUES
(1, 1, 'none', 0, '', 1, 1, '', '', '', 'SA', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_vevdetail`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_vevdetail` (
  `evdet_id` int(12) NOT NULL auto_increment,
  `rawdata` longtext NOT NULL,
  `dtstart` int(11) NOT NULL default '0',
  `dtstartraw` varchar(30) NOT NULL default '',
  `duration` int(11) NOT NULL default '0',
  `durationraw` varchar(30) NOT NULL default '',
  `dtend` int(11) NOT NULL default '0',
  `dtendraw` varchar(30) NOT NULL default '',
  `dtstamp` varchar(30) NOT NULL default '',
  `class` varchar(10) NOT NULL default '',
  `categories` varchar(120) NOT NULL default '',
  `color` varchar(20) NOT NULL default '',
  `description` longtext NOT NULL,
  `geolon` float NOT NULL default '0',
  `geolat` float NOT NULL default '0',
  `location` varchar(120) NOT NULL default '',
  `priority` tinyint(3) unsigned NOT NULL default '0',
  `status` varchar(20) NOT NULL default '',
  `summary` longtext NOT NULL,
  `contact` varchar(120) NOT NULL default '',
  `organizer` varchar(120) NOT NULL default '',
  `url` varchar(120) NOT NULL default '',
  `extra_info` varchar(240) NOT NULL default '',
  `created` varchar(30) NOT NULL default '',
  `sequence` int(11) NOT NULL default '1',
  `state` tinyint(3) NOT NULL default '1',
  `multiday` tinyint(3) NOT NULL default '1',
  `hits` int(11) NOT NULL default '0',
  `noendtime` tinyint(3) NOT NULL default '0',
  PRIMARY KEY  (`evdet_id`),
  FULLTEXT KEY `searchIdx` (`summary`,`description`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jevents_vevdetail`
--

INSERT INTO `jos_jevents_vevdetail` (`evdet_id`, `rawdata`, `dtstart`, `dtstartraw`, `duration`, `durationraw`, `dtend`, `dtendraw`, `dtstamp`, `class`, `categories`, `color`, `description`, `geolon`, `geolat`, `location`, `priority`, `status`, `summary`, `contact`, `organizer`, `url`, `extra_info`, `created`, `sequence`, `state`, `multiday`, `hits`, `noendtime`) VALUES
(1, '', 1268485200, '', 0, '', 1268517600, '', '', '', '', '', '<p>test 2</p>', 0, 0, 'test3', 0, '', 'test 1 event', 'test4', '', '', 'test5', '', 0, 1, 1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_jevents_vevent`
--

CREATE TABLE IF NOT EXISTS `jos_jevents_vevent` (
  `ev_id` int(12) NOT NULL auto_increment,
  `icsid` int(12) NOT NULL default '0',
  `catid` int(11) NOT NULL default '1',
  `uid` varchar(255) NOT NULL default '',
  `refreshed` datetime NOT NULL default '0000-00-00 00:00:00',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `rawdata` longtext NOT NULL,
  `recurrence_id` varchar(30) NOT NULL default '',
  `detail_id` int(12) NOT NULL default '0',
  `state` tinyint(3) NOT NULL default '1',
  `access` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ev_id`),
  UNIQUE KEY `uid` (`uid`),
  KEY `icsid` (`icsid`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_jevents_vevent`
--

INSERT INTO `jos_jevents_vevent` (`ev_id`, `icsid`, `catid`, `uid`, `refreshed`, `created`, `created_by`, `created_by_alias`, `modified_by`, `rawdata`, `recurrence_id`, `detail_id`, `state`, `access`) VALUES
(1, 1, 34, '3a168f1209423dadaef1758d47ad8548', '0000-00-00 00:00:00', '2010-03-13 03:34:43', 63, '', 63, 'a:15:{s:3:"UID";s:32:"3a168f1209423dadaef1758d47ad8548";s:11:"X-EXTRAINFO";s:5:"test5";s:8:"LOCATION";s:5:"test3";s:11:"allDayEvent";s:3:"off";s:7:"CONTACT";s:5:"test4";s:11:"DESCRIPTION";s:13:"<p>test 2</p>";s:12:"publish_down";s:10:"2010-03-13";s:10:"publish_up";s:10:"2010-03-13";s:7:"SUMMARY";s:12:"test 1 event";s:7:"DTSTART";i:1268485200;s:5:"DTEND";i:1268517600;s:5:"RRULE";a:4:{s:4:"FREQ";s:4:"none";s:5:"COUNT";i:1;s:8:"INTERVAL";s:1:"1";s:5:"BYDAY";s:2:"SA";}s:8:"MULTIDAY";s:1:"1";s:9:"NOENDTIME";s:1:"0";s:7:"X-COLOR";s:0:"";}', '', 1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_jev_users`
--

CREATE TABLE IF NOT EXISTS `jos_jev_users` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `user_id` int(11) NOT NULL default '0',
  `published` tinyint(2) NOT NULL default '0',
  `canuploadimages` tinyint(2) NOT NULL default '0',
  `canuploadmovies` tinyint(2) NOT NULL default '0',
  `cancreate` tinyint(2) NOT NULL default '0',
  `canedit` tinyint(2) NOT NULL default '0',
  `canpublishown` tinyint(2) NOT NULL default '0',
  `candeleteown` tinyint(2) NOT NULL default '0',
  `canpublishall` tinyint(2) NOT NULL default '0',
  `candeleteall` tinyint(2) NOT NULL default '0',
  `cancreateown` tinyint(2) NOT NULL default '0',
  `cancreateglobal` tinyint(2) NOT NULL default '0',
  `eventslimit` int(11) NOT NULL default '0',
  `extraslimit` int(11) NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `user` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_jev_users`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_menu`
--

CREATE TABLE IF NOT EXISTS `jos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(75) default NULL,
  `name` varchar(255) default NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text,
  `type` varchar(50) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `componentid` int(11) unsigned NOT NULL default '0',
  `sublevel` int(11) default '0',
  `ordering` int(11) default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL default '0',
  `browserNav` tinyint(4) default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `utaccess` tinyint(3) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL default '0',
  `rgt` int(11) unsigned NOT NULL default '0',
  `home` int(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=119 ;

--
-- Dumping data for table `jos_menu`
--

INSERT INTO `jos_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES
(1, 'mainmenu', 'Water', 'water', 'index.php?option=com_content&view=article&id=50', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=Mother Earth Water Walk - Water\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(2, 'mainmenu', 'Lake Superior 2003', '2003', 'index.php?option=com_content&view=article&id=52', 'component', 1, 27, 20, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - Lake Superior 2003\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(18, 'topmenu', 'Login/Logout', 'loginlogout', 'index.php?option=com_user&view=login', 'component', 1, 0, 14, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_login_title=1\nheader_login=Login\nlogin=index.php\nlogin_message=0\ndescription_login=0\ndescription_login_text=\nimage_login=-1\nimage_login_align=right\nshow_logout_title=1\nheader_logout=Logout\nlogout=index.php\nlogout_message=0\ndescription_logout=0\ndescription_logout_text=\nimage_logout=-1\npage_title=Mother Earth Water Walk - Login/Logout\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(20, 'usermenu', 'Your Details', 'your-details', 'index.php?option=com_user&view=user&task=edit', 'component', 1, 0, 14, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '', 0, 0, 0),
(24, 'usermenu', 'Logout', 'logout', 'index.php?option=com_user&view=login', 'component', -2, 0, 14, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '', 0, 0, 0),
(27, 'mainmenu', 'Water Walks', 'water-walks', 'index.php?option=com_content&view=article&id=110', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(104, 'mainmenu', 'Home', 'home', 'index.php', 'url', 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(28, 'topmenu', 'Contact Us', 'contact-us', 'templates/siteground-j15-34/contactus.php', 'url', 1, 0, 0, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(55, 'topmenu', 'News', 'news', 'index.php?option=com_content&view=article&id=105', 'component', 1, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - News\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(29, 'topmenu', 'Site Map', 'site-map', 'index.php?option=com_content&view=article&id=106', 'component', 1, 0, 20, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Site Map\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(54, 'topmenu', 'About Us', 'about-us', 'index.php?option=com_content&view=article&id=48', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - About Us\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(30, 'topmenu', 'Link 4', 'link-4', 'index.php?option=com_content&view=article&id=24', 'component', -2, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(34, 'mainmenu', 'Lake Huron 2005', '2005', 'index.php?option=com_content&view=article&id=54', 'component', 1, 27, 20, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2005\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(37, 'mainmenu', 'Lake Michigan 2004', '2004', 'index.php?option=com_content&view=article&id=53', 'component', 1, 27, 20, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2004\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(51, 'usermenu', 'Submit an Article', 'submit-an-article', 'index.php?option=com_content&view=article&layout=form', 'component', -2, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 2, 0, '', 0, 0, 0),
(52, 'usermenu', 'Submit a Web Link', 'submit-a-web-link', 'index.php?option=com_weblinks&view=weblink&layout=form', 'component', -2, 0, 4, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 2, 0, '', 0, 0, 0),
(53, 'topmenu', 'Home', 'home', 'index.php?option=com_content&view=article&id=47', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Welcome to Mother Earth Water Walk\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1),
(56, 'topmenu', 'Events', 'events', 'index.php?option=com_jevents&view=month&task=month.calendar', 'component', 1, 0, 46, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'com_calUseIconic=\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\ncatid5=0\ncatid6=0\ncatid7=0\ncatid8=0\ncatid9=0\ncatid10=0\nshowyearpast=1\nlayout=\npage_title=Mother Earth Water Walk - Events\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(57, 'topmenu', 'Donations', 'donations', 'index.php?option=com_content&view=article&id=49', 'component', 1, 0, 20, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Donations\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(58, 'mainmenu', 'Lake Ontario 2006', '2006', 'index.php?option=com_content&view=article&id=55', 'component', 1, 27, 20, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk -  2006\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(59, 'mainmenu', 'Lake Erie 2007', '2007', 'index.php?option=com_content&view=article&id=56', 'component', 1, 27, 20, 1, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2007\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(60, 'mainmenu', 'Lake Michigan 2008', '2008', 'index.php?option=com_content&view=article&id=57', 'component', 1, 27, 20, 1, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2008\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(61, 'mainmenu', 'St Lawrence River 2009', '2009', 'index.php?option=com_content&view=article&id=58', 'component', 1, 27, 20, 1, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2009\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(62, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=46', 'component', -2, 0, 20, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2003 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(63, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=46', 'component', -2, 0, 20, 2, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2003 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(64, 'mainmenu', 'Gallery', 'gallery', 'index.php?option=com_content&view=article&id=46', 'component', -2, 0, 20, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2003 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(65, 'mainmenu', 'Participants', 'participants', 'index.php?option=com_content&view=article&id=89', 'component', 1, 0, 20, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(66, 'mainmenu', 'Sponsors', 'sponsors', 'index.php?option=com_content&view=article&id=97', 'component', 1, 0, 20, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(67, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=59', 'component', 1, 2, 20, 2, 1, 62, '2010-03-14 03:45:45', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walk - 2003 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(68, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=66', 'component', 1, 2, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water - 2003 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(69, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=74', 'component', 1, 2, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=0\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water - 2003 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(70, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=60', 'component', 1, 37, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2004 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(71, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=67', 'component', 1, 37, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2004 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(72, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=75', 'component', 1, 37, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2004 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(73, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=61', 'component', 1, 34, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2005 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(74, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=69', 'component', 1, 34, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2005 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(75, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=79', 'component', 1, 34, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2005 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(76, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=62', 'component', 1, 58, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2006 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(77, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=70', 'component', 1, 58, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2006 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(78, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=80', 'component', 1, 58, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2006 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(79, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=63', 'component', 1, 59, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2007 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(80, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=71', 'component', 1, 59, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2007 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(81, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=84', 'component', 1, 59, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2007 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(82, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=64', 'component', 1, 60, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2008 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(83, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=72', 'component', 1, 60, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2008 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(84, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=85', 'component', 1, 60, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2008 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(85, 'mainmenu', 'Schedule', 'schedule', 'index.php?option=com_content&view=article&id=65', 'component', 1, 61, 20, 2, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2009 - Schedule\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(86, 'mainmenu', 'Journal', 'journal', 'index.php?option=com_content&view=article&id=73', 'component', 1, 61, 20, 2, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2009 - Journal\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(87, 'mainmenu', 'Photo Gallery', 'photo-gallery', 'index.php?option=com_content&view=article&id=87', 'component', 1, 61, 20, 2, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Water Walks - 2009 - Photo Gallery\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(88, 'mainmenu', 'Lake Superior 2003', 'lake-superior-2003', 'index.php?option=com_content&view=article&id=90', 'component', 1, 65, 20, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Superior 2003\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(89, 'mainmenu', 'Lake Michigan 2004', 'lake-michigan-2004', 'index.php?option=com_content&view=article&id=91', 'component', 1, 65, 20, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Michigan 2004\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(90, 'mainmenu', 'Lake Huron 2005', 'lake-huron-2005', 'index.php?option=com_content&view=article&id=92', 'component', 1, 65, 20, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Huron 2005\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(91, 'mainmenu', 'Lake Ontario 2006', 'lake-ontario-2006', 'index.php?option=com_content&view=article&id=93', 'component', 1, 65, 20, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Ontario 2006\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(92, 'mainmenu', 'Lake Erie 2007', 'lake-erie-2007', 'index.php?option=com_content&view=article&id=94', 'component', 1, 65, 20, 1, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Erie 2007\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(93, 'mainmenu', 'Lake Michigan 2008', 'lake-michigan-2008', 'index.php?option=com_content&view=article&id=95', 'component', 1, 65, 20, 1, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - Lake Michigan 2008\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(94, 'mainmenu', 'St Lawrence River 2009', 'st-lawrence-river-2009', 'index.php?option=com_content&view=article&id=96', 'component', 1, 65, 20, 1, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Participants - St Lawrence River 2009\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(95, 'mainmenu', 'Lake Superior 2003', 'lake-superior-2003', 'index.php?option=com_content&view=article&id=98', 'component', 1, 66, 20, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Superior 2003\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(96, 'mainmenu', 'Lake Michigan 2004', 'lake-michigan-2004', 'index.php?option=com_content&view=article&id=99', 'component', 1, 66, 20, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Michigan 2004\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(97, 'mainmenu', 'Lake Huron 2005', 'lake-huron-2005', 'index.php?option=com_content&view=article&id=100', 'component', 1, 66, 20, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Huron 2005\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(98, 'mainmenu', 'Lake Ontario 2006', 'lake-ontario-2006', 'index.php?option=com_content&view=article&id=101', 'component', 1, 66, 20, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Ontario 2006\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(99, 'mainmenu', 'Lake Erie 2007', 'lake-erie-2007', 'index.php?option=com_content&view=article&id=102', 'component', 1, 66, 20, 1, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Erie 2007\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(100, 'mainmenu', 'Lake Michigan 2008', 'lake-michigan-2008', 'index.php?option=com_content&view=article&id=103', 'component', 1, 66, 20, 1, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - Lake Michigan 2008\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(101, 'mainmenu', 'St Lawrence River 2009', 'st-lawrence-river-2009', 'index.php?option=com_content&view=article&id=104', 'component', 1, 66, 20, 1, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Sponsors - St Lawrence River 2009\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(102, 'topmenu', 'Guest Book', 'guest-book', 'index.php?option=com_content&view=article&id=109', 'component', 1, 0, 20, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Guest BookUs\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(103, 'mainmenu', 'Thomas Kinkade Paintings', 'thomas-kincaid-paintings', 'index.php?option=com_content&view=article&id=51', 'component', 1, 1, 20, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Thomas Kinkade Paintings\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(105, 'mainmenu', 'Page 1', 'page1', 'index.php?option=com_content&view=article&id=75', 'component', 1, 72, 20, 3, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2004 Photo Page 1\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(106, 'mainmenu', 'Page 2', 'page-2', 'index.php?option=com_content&view=article&id=76', 'component', 1, 72, 20, 3, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2004 Photo Page 2\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(107, 'mainmenu', 'Page 3', 'page-3', 'index.php?option=com_content&view=article&id=77', 'component', 1, 72, 20, 3, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2004 Photo Page 3\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(108, 'mainmenu', 'Page 4', 'page-4', 'index.php?option=com_content&view=article&id=78', 'component', 1, 72, 20, 3, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2004 Photo Page 4\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(109, 'mainmenu', 'Page 1', 'page-1', 'index.php?option=com_content&view=article&id=80', 'component', 1, 78, 20, 3, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Ontario 2006 Photo Page 1\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(110, 'mainmenu', 'Page 2', 'page-2', 'index.php?option=com_content&view=article&id=81', 'component', 1, 78, 20, 3, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Ontario 2006 Photo Page 2\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(111, 'mainmenu', 'Page 3', 'page-3', 'index.php?option=com_content&view=article&id=82', 'component', 1, 78, 20, 3, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Ontario 2006 Photo Page 3\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(112, 'mainmenu', 'Page 4', 'page-4', 'index.php?option=com_content&view=article&id=83', 'component', 1, 78, 20, 3, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Ontario 2006 Photo Page 4\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(113, 'mainmenu', 'Page 1', 'page-1', 'index.php?option=com_content&view=article&id=85', 'component', 1, 84, 20, 3, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2008 Photo Page 1\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(114, 'mainmenu', 'Page 2', 'page-2', 'index.php?option=com_content&view=article&id=86', 'component', 1, 84, 20, 3, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Lake Michigan 2008 Photo Page 2\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(115, 'mainmenu', 'Page 1', 'page-1', 'index.php?option=com_content&view=article&id=87', 'component', 1, 87, 20, 3, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - St Lawrence River 2009 Photo Page 1\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(116, 'mainmenu', 'Page 2', 'page-2', 'index.php?option=com_content&view=article&id=88', 'component', 1, 87, 20, 3, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - St Lawrence River 2009 Photo Page 1\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(117, 'topmenu', 'Media', 'media', 'index.php?option=com_content&view=article&id=107', 'component', 1, 0, 20, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mother Earth Water Walk - Media\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(118, 'usermenu', 'Add New Event', 'add-new-event', 'index.php?option=com_jevents&view=icalevent&task=icalevent.edit', 'component', 1, 0, 46, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 0, 'com_calUseIconic=\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\ncatid5=0\ncatid6=0\ncatid7=0\ncatid8=0\ncatid9=0\ncatid10=0\nshowyearpast=\nlayout=\npage_title=Mother Earth Water Walk - Add New Event\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_menu_types`
--

CREATE TABLE IF NOT EXISTS `jos_menu_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `menutype` varchar(75) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jos_menu_types`
--

INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site'),
(2, 'usermenu', 'User Menu', 'A Menu for logged in Users'),
(3, 'topmenu', 'Top Menu', 'Top level navigation');

-- --------------------------------------------------------

--
-- Table structure for table `jos_messages`
--

CREATE TABLE IF NOT EXISTS `jos_messages` (
  `message_id` int(10) unsigned NOT NULL auto_increment,
  `user_id_from` int(10) unsigned NOT NULL default '0',
  `user_id_to` int(10) unsigned NOT NULL default '0',
  `folder_id` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_messages`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_messages_cfg`
--

CREATE TABLE IF NOT EXISTS `jos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `cfg_name` varchar(100) NOT NULL default '',
  `cfg_value` varchar(255) NOT NULL default '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_messages_cfg`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_migration_backlinks`
--

CREATE TABLE IF NOT EXISTS `jos_migration_backlinks` (
  `itemid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY  (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_migration_backlinks`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_modules`
--

CREATE TABLE IF NOT EXISTS `jos_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(50) default NULL,
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `numnews` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  `control` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=62 ;

--
-- Dumping data for table `jos_modules`
--

INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES
(1, 'Water Menu', '', 1, 'user9', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=2\nmenu_images_link=0\nexpand_menu=1\nactivate_parent=1\nfull_active_id=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 1, 0, ''),
(2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''),
(3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 0, 'mod_popular', 0, 2, 1, '', 0, 1, ''),
(4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 0, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''),
(5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 2, 1, '', 0, 1, ''),
(6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''),
(7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''),
(8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''),
(9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''),
(10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''),
(11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''),
(12, 'Admin Menu', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''),
(13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''),
(14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''),
(15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''),
(16, 'Polls', '', 4, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_poll', 0, 0, 0, 'id=14\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''),
(17, 'User Menu', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 1, 0, 'menutype=usermenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 1, 0, ''),
(18, 'Login Form', '', 13, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_login', 0, 0, 1, 'greeting=1\nname=0', 1, 0, ''),
(19, 'Latest News', '', 0, 'user5', 0, '0000-00-00 00:00:00', 0, 'mod_latestnews', 0, 0, 1, 'count=5\nordering=c_dsc\nuser_id=0\nshow_front=1\nsecid=\ncatid=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 1, 0, ''),
(20, 'Statistics', '', 12, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=', 0, 0, ''),
(21, 'Who''s Online', '', 1, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_whosonline', 0, 0, 1, 'online=1\nusers=1\nmoduleclass_sfx=', 0, 0, ''),
(22, 'Popular', '', 1, 'user8', 0, '0000-00-00 00:00:00', 0, 'mod_mostread', 0, 0, 1, 'moduleclass_sfx=\nshow_front=1\ncount=5\ncatid=\nsecid=\ncache=1\ncache_time=900\n\n', 0, 0, ''),
(23, 'Archive', '', 14, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, 'cache=1', 1, 0, ''),
(24, 'Sections', '', 15, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, 'cache=1', 1, 0, ''),
(25, 'Newsflash', '', 1, 'top', 0, '0000-00-00 00:00:00', 0, 'mod_newsflash', 0, 0, 1, 'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=', 0, 0, ''),
(26, 'Related Items', '', 16, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, '', 0, 0, ''),
(27, 'Search', '', 1, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'moduleclass_sfx=\nwidth=20\ntext=\nbutton=1\nbutton_pos=right\nimagebutton=\nbutton_text=\nset_itemid=\ncache=1\ncache_time=900\n\n', 0, 0, ''),
(28, 'Random Image', '', 1, 'user7', 0, '0000-00-00 00:00:00', 1, 'mod_random_image', 0, 0, 0, 'type=jpg\nfolder=images/header\nlink=http://www.motherearthwaterwalk.com\nwidth=400\nheight=200\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', 0, 0, ''),
(29, 'Main Menu', '', 1, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=topmenu\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=-nav\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images_link=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=-1\nindent_image2=-1\nindent_image3=-1\nindent_image4=-1\nindent_image5=-1\nindent_image6=-1\nspacer=\nend_spacer=\n\n', 1, 0, ''),
(30, 'Banners', '', 1, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 0, 'target=1\ncount=1\ncid=1\ncatid=33\ntag_search=0\nordering=random\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n', 1, 0, ''),
(32, 'Wrapper', '', 17, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_wrapper', 0, 0, 1, '', 0, 0, ''),
(33, 'Footer', '', 2, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 0, 'cache=1\n\n', 1, 0, ''),
(34, 'Feed Display', '', 18, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_feed', 0, 0, 1, '', 1, 0, ''),
(35, 'Breadcrumbs', '', 1, 'breadcrumb', 0, '0000-00-00 00:00:00', 1, 'mod_breadcrumbs', 0, 0, 0, 'showHome=1\nhomeText=Home\nshowLast=1\nseparator=\nmoduleclass_sfx=\ncache=0\n\n', 1, 0, ''),
(36, 'Syndication', '', 1, 'syndicate', 0, '0000-00-00 00:00:00', 0, 'mod_syndicate', 0, 0, 0, '', 1, 0, ''),
(38, 'Advertisement', '', 2, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_banners', 0, 0, 1, 'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=<a href="http://www.joomla.org">Ads by Joomla!</a>\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n', 0, 0, ''),
(41, 'Welcome to Joomla!', '<div style="padding: 5px">  <p>   Congratulations on choosing Joomla! as your content management system. To   help you get started, check out these excellent resources for securing your   server and pointers to documentation and other helpful resources. </p> <p>   <strong>Security</strong><br /> </p> <p>   On the Internet, security is always a concern. For that reason, you are   encouraged to subscribe to the   <a href="http://feedburner.google.com/fb/a/mailverify?uri=JoomlaSecurityNews" target="_blank">Joomla!   Security Announcements</a> for the latest information on new Joomla! releases,   emailed to you automatically. </p> <p>   If this is one of your first Web sites, security considerations may   seem complicated and intimidating. There are three simple steps that go a long   way towards securing a Web site: (1) regular backups; (2) prompt updates to the   <a href="http://www.joomla.org/download.html" target="_blank">latest Joomla! release;</a> and (3) a <a href="http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup" target="_blank" title="good Web host">good Web host</a>. There are many other important security considerations that you can learn about by reading the <a href="http://docs.joomla.org/Category:Security_Checklist" target="_blank" title="Joomla! Security Checklist">Joomla! Security Checklist</a>. </p> <p>If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the <a href="http://developer.joomla.org/security/contact-the-team.html" target="_blank" title="Joomla! Security Task Force">Joomla! Security Task Force</a>.</p><p><strong>Learning Joomla!</strong> </p> <p>   A good place to start learning Joomla! is the   "<a href="http://docs.joomla.org/beginners" target="_blank">Absolute Beginner''s   Guide to Joomla!.</a>" There, you will find a Quick Start to Joomla!   <a href="http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf" target="_blank">guide</a>   and <a href="http://help.joomla.org/ghop/feb2008/task167/index.html" target="_blank">video</a>,   amongst many other tutorials. The   <a href="http://community.joomla.org/magazine/view-all-issues.html" target="_blank">Joomla!   Community Magazine</a> also has   <a href="http://community.joomla.org/magazine/article/522-introductory-learning-joomla-using-sample-data.html" target="_blank">articles   for new learners</a> and experienced users, alike. A great place to look for   answers is the   <a href="http://docs.joomla.org/Category:FAQ" target="_blank">Frequently Asked   Questions (FAQ)</a>. If you are stuck on a particular screen in the   Administrator (which is where you are now), try clicking the Help toolbar   button to get assistance specific to that page. </p> <p>   If you still have questions, please feel free to use the   <a href="http://forum.joomla.org/" target="_blank">Joomla! Forums.</a> The forums   are an incredibly valuable resource for all levels of Joomla! users. Before   you post a question, though, use the forum search (located at the top of each   forum page) to see if the question has been asked and answered. </p> <p>   <strong>Getting Involved</strong> </p> <p>   <a name="twjs" title="twjs"></a> If you want to help make Joomla! better, consider getting   involved. There are   <a href="http://www.joomla.org/about-joomla/contribute-to-joomla.html" target="_blank">many ways   you can make a positive difference.</a> Have fun using Joomla!.</p></div>', 0, 'cpanel', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 2, 1, 'moduleclass_sfx=\n\n', 1, 1, ''),
(42, 'Joomla! Security Newsfeed', '', 6, 'cpanel', 62, '2008-10-25 20:15:17', 0, 'mod_feed', 0, 0, 1, 'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n', 0, 1, ''),
(43, 'Lake Superior 2003 Photo Gallery', '', 1, 'user6', 0, '0000-00-00 00:00:00', 0, 'mod_flashmod', 0, 0, 0, 'moduleclass_sfx=\nfm_path=gallery/2003/\nfm_source=gallery.swf\nfm_width=500\nfm_height=500\nfm_name=\nfm_version=8.0.22.0\nfm_quality=high\nfm_loop=yes\nfm_wmode=window\nfm_usejs=yes\nfm_noscript=flashmovie\nfm_noflash=\n\n', 0, 0, ''),
(45, 'Water Events', '', 3, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_jevents_cal', 0, 0, 0, 'inc_ec_css=1\ncache=1\nmoduleclass_sfx=\nallcats=1\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\nignorecatfilter=0\nignorefiltermodule=0\ntarget_itemid=\nminical_showlink=1\nminical_prevyear=1\nminical_prevmonth=1\nminical_actmonth=1\nminical_actyear=1\nminical_nextmonth=1\nminical_nextyear=1\nminical_usedate=0\nmodcal_useLocalParam=0\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\n\n', 0, 0, ''),
(48, 'Left Slide Menu', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_slidemenu', 0, 0, 0, 'menutype=mainmenu\nmenu_style=list\nmenu_direction=leftright\nstartLevel=0\nendLevel=0\nshowAllChildren=1\nwindow_open=left\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 0, 0, ''),
(54, '2009 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2009\nimage1=photo01.jpg\nimage1title=2009 Photo Gallery\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage2=photo02.jpg\nimage2title=2009 Photo Gallery\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage3=photo03.jpg\nimage3title=2009 PhotoGallery\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage4=photo04.jpg\nimage4title=2009 Photo Gallery\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage5=photo05.jpg\nimage5title=2009 Photo Gallery\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage6=photo06.jpg\nimage6title=2009 Photo Gallery\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage7=photo07.jpg\nimage7title=2009 Photo Gallery\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage8=photo08.jpg\nimage8title=2009 Photo Gallery\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=87&Itemid=87\nimage9=photo09.jpg\nimage9title=2009 Photo Gallery\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=87&Itemid=87\n\n', 0, 0, ''),
(55, '2003 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2003\nimage1=photo01.jpg\nimage1title=2003 Photo Gallery\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage2=photo02.jpg\nimage2title=2003 Photo Gallery\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage3=photo03.jpg\nimage3title=2003 PhotoGallery\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage4=photo04.jpg\nimage4title=2003 Photo Gallery\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage5=photo05.jpg\nimage5title=2003 Photo Gallery\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage6=photo06.jpg\nimage6title=2003 Photo Gallery\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage7=photo07.jpg\nimage7title=2003 Photo Gallery\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage8=photo08.jpg\nimage8title=2003 Photo Gallery\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=74&Itemid=69\nimage9=photo09.jpg\nimage9title=2003 Photo Gallery\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=74&Itemid=69\n\n', 0, 0, ''),
(56, '2004 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2004\nimage1=photo01.jpg\nimage1title=2004 Photo Gallery\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage2=photo02.jpg\nimage2title=2004 Photo Gallery\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage3=photo03.jpg\nimage3title=2004 PhotoGallery\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage4=photo04.jpg\nimage4title=2004 Photo Gallery\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage5=photo05.jpg\nimage5title=2004 Photo Gallery\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage6=photo06.jpg\nimage6title=2004 Photo Gallery\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage7=photo07.jpg\nimage7title=2004 Photo Gallery\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage8=photo08.jpg\nimage8title=2004 Photo Gallery\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=75&Itemid=72\nimage9=photo09.jpg\nimage9title=2004 Photo Gallery\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=75&Itemid=72\n\n', 0, 0, ''),
(57, '2005 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2005\nimage1=photo01.jpg\nimage1title=2005 Photo Gallery\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage2=photo02.jpg\nimage2title=2005 Photo Gallery\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage3=photo03.jpg\nimage3title=2005 PhotoGallery\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage4=photo04.jpg\nimage4title=2005 Photo Gallery\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage5=photo05.jpg\nimage5title=2005 Photo Gallery\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage6=photo06.jpg\nimage6title=2005 Photo Gallery\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage7=photo07.jpg\nimage7title=2005 Photo Gallery\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage8=photo08.jpg\nimage8title=2005 Photo Gallery\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=79&Itemid=75\nimage9=photo09.jpg\nimage9title=2005 Photo Gallery\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=79&Itemid=75\n\n', 0, 0, ''),
(58, '2006 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2006\nimage1=photo01.jpg\nimage1title=\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage2=photo02.jpg\nimage2title=\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage3=photo03.jpg\nimage3title=\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage4=photo04.jpg\nimage4title=\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage5=photo05.jpg\nimage5title=\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage6=photo06.jpg\nimage6title=\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage7=photo07.jpg\nimage7title=\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage8=photo08.jpg\nimage8title=\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=80&Itemid=78\nimage9=photo09.jpg\nimage9title=\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=80&Itemid=78\n\n', 0, 0, ''),
(59, '2007 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2007\nimage1=photo01.jpg\nimage1title=\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage2=photo02.jpg\nimage2title=\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage3=photo03.jpg\nimage3title=\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage4=photo04.jpg\nimage4title=\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage5=photo05.jpg\nimage5title=\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage6=photo06.jpg\nimage6title=\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage7=photo07.jpg\nimage7title=\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage8=photo08.jpg\nimage8title=\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=84&Itemid=81\nimage9=photo09.jpg\nimage9title=\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=84&Itemid=81\n\n', 0, 0, ''),
(60, '2008 Photo Gallery', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_hot_image_slider', 0, 0, 1, 'moduleclass_sfx=\nenablejQuery=1\nsliderWidth=180\nsliderHeight=135\nborderWidth=0\nbackgroundColor=ffffff\ndescColor=ffffff\nshowButtons=0\nshowNames=0\nshowDesc=0\nshowLink=1\nlinkNewWindow=0\nbuttonColor=green\nimageFolder=gallery/minigallery_2008\nimage1=photo01.jpg\nimage1title=\nimage1desc=\nimage1link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage2=photo02.jpg\nimage2title=\nimage2desc=\nimage2link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage3=photo03.jpg\nimage3title=\nimage3desc=\nimage3link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage4=photo04.jpg\nimage4title=\nimage4desc=\nimage4link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage5=photo05.jpg\nimage5title=\nimage5desc=\nimage5link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage6=photo06.jpg\nimage6title=\nimage6desc=\nimage6link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage7=photo07.jpg\nimage7title=\nimage7desc=\nimage7link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage8=photo08.jpg\nimage8title=\nimage8desc=\nimage8link=index.php?option=com_content&view=article&id=85&Itemid=84\nimage9=photo09.jpg\nimage9title=\nimage9desc=\nimage9link=index.php?option=com_content&view=article&id=85&Itemid=84\n\n', 0, 0, ''),
(61, 'MambWeather', '', 0, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_mambweather', 0, 0, 1, 'template=metric\nmoduleclass_sfx=\nstation=CZTB\nlocation=Thunder Bay\ntime_zone=-5\nsunrise_hour=6\nsunset_hour=18\noffset=1\ncache_timeout=900\ndetails_list=yes\nlocation_selection=no\nmetar_mode=HTTP\nuse_marquee=no\nmarquee_with_icons=no\nmarquee_icon_size=32\n\n', 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_modules_menu`
--

CREATE TABLE IF NOT EXISTS `jos_modules_menu` (
  `moduleid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_modules_menu`
--

INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 0),
(16, 53),
(17, 0),
(18, 1),
(19, 1),
(19, 2),
(19, 27),
(21, 1),
(22, 1),
(22, 2),
(22, 27),
(25, 0),
(27, 0),
(28, 0),
(29, 0),
(30, 0),
(31, 1),
(32, 0),
(33, 0),
(34, 0),
(35, 1),
(35, 2),
(35, 18),
(35, 20),
(35, 24),
(35, 27),
(35, 28),
(35, 29),
(35, 34),
(35, 37),
(35, 51),
(35, 52),
(35, 54),
(35, 55),
(35, 56),
(35, 57),
(35, 58),
(35, 59),
(35, 60),
(35, 61),
(35, 65),
(35, 66),
(35, 67),
(35, 68),
(35, 69),
(35, 70),
(35, 71),
(35, 72),
(35, 73),
(35, 74),
(35, 75),
(35, 76),
(35, 77),
(35, 78),
(35, 79),
(35, 80),
(35, 81),
(35, 82),
(35, 83),
(35, 84),
(35, 85),
(35, 86),
(35, 87),
(35, 88),
(35, 89),
(35, 90),
(35, 91),
(35, 92),
(35, 93),
(35, 94),
(35, 95),
(35, 96),
(35, 97),
(35, 98),
(35, 99),
(35, 100),
(35, 101),
(35, 102),
(35, 103),
(35, 105),
(35, 106),
(35, 107),
(35, 108),
(35, 109),
(35, 110),
(35, 111),
(35, 112),
(35, 113),
(35, 114),
(35, 115),
(35, 116),
(35, 117),
(36, 0),
(38, 1),
(39, 43),
(39, 44),
(39, 45),
(39, 46),
(39, 47),
(40, 0),
(43, 69),
(45, 1),
(45, 27),
(45, 53),
(45, 54),
(45, 55),
(45, 56),
(45, 57),
(45, 65),
(45, 66),
(45, 117),
(48, 0),
(54, 1),
(54, 18),
(54, 20),
(54, 27),
(54, 29),
(54, 53),
(54, 54),
(54, 55),
(54, 56),
(54, 57),
(54, 61),
(54, 65),
(54, 66),
(54, 85),
(54, 86),
(54, 94),
(54, 101),
(54, 102),
(54, 103),
(54, 117),
(54, 118),
(55, 2),
(55, 67),
(55, 68),
(55, 88),
(55, 95),
(56, 37),
(56, 70),
(56, 71),
(56, 89),
(56, 96),
(57, 34),
(57, 73),
(57, 74),
(57, 90),
(57, 97),
(58, 58),
(58, 76),
(58, 77),
(58, 91),
(58, 98),
(59, 59),
(59, 79),
(59, 80),
(59, 92),
(59, 99),
(60, 60),
(60, 82),
(60, 83),
(60, 93),
(60, 100),
(61, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_newsfeeds`
--

CREATE TABLE IF NOT EXISTS `jos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text NOT NULL,
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(11) unsigned NOT NULL default '1',
  `cache_time` int(11) unsigned NOT NULL default '3600',
  `checked_out` tinyint(3) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `rtl` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `jos_newsfeeds`
--

INSERT INTO `jos_newsfeeds` (`catid`, `id`, `name`, `alias`, `link`, `filename`, `published`, `numarticles`, `cache_time`, `checked_out`, `checked_out_time`, `ordering`, `rtl`) VALUES
(4, 1, 'Joomla! Announcements', 'joomla-official-news', 'http://feeds.joomla.org/JoomlaAnnouncements', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0),
(4, 2, 'Joomla! Core Team Blog', 'joomla-core-team-blog', 'http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0),
(4, 3, 'Joomla! Community Magazine', 'joomla-community-magazine', 'http://feeds.joomla.org/JoomlaMagazine', '', 1, 20, 3600, 0, '0000-00-00 00:00:00', 3, 0),
(4, 4, 'Joomla! Developer News', 'joomla-developer-news', 'http://feeds.joomla.org/JoomlaDeveloper', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0),
(4, 5, 'Joomla! Security News', 'joomla-security-news', 'http://feeds.joomla.org/JoomlaSecurityNews', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 5, 0),
(5, 6, 'Free Software Foundation Blogs', 'free-software-foundation-blogs', 'http://www.fsf.org/blogs/RSS', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0),
(5, 7, 'Free Software Foundation', 'free-software-foundation', 'http://www.fsf.org/news/RSS', NULL, 1, 5, 3600, 62, '2008-09-14 00:24:25', 3, 0),
(5, 8, 'Software Freedom Law Center Blog', 'software-freedom-law-center-blog', 'http://www.softwarefreedom.org/feeds/blog/', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0),
(5, 9, 'Software Freedom Law Center News', 'software-freedom-law-center', 'http://www.softwarefreedom.org/feeds/news/', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0),
(5, 10, 'Open Source Initiative Blog', 'open-source-initiative-blog', 'http://www.opensource.org/blog/feed', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 5, 0),
(6, 11, 'PHP News and Announcements', 'php-news-and-announcements', 'http://www.php.net/feed.atom', NULL, 1, 5, 3600, 62, '2008-09-14 00:25:37', 1, 0),
(6, 12, 'Planet MySQL', 'planet-mysql', 'http://www.planetmysql.org/rss20.xml', NULL, 1, 5, 3600, 62, '2008-09-14 00:25:51', 2, 0),
(6, 13, 'Linux Foundation Announcements', 'linux-foundation-announcements', 'http://www.linuxfoundation.org/press/rss20.xml', NULL, 1, 5, 3600, 62, '2008-09-14 00:26:11', 3, 0),
(6, 14, 'Mootools Blog', 'mootools-blog', 'http://feeds.feedburner.com/mootools-blog', NULL, 1, 5, 3600, 62, '2008-09-14 00:26:51', 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_plugins`
--

CREATE TABLE IF NOT EXISTS `jos_plugins` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `element` varchar(100) NOT NULL default '',
  `folder` varchar(100) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) NOT NULL default '0',
  `iscore` tinyint(3) NOT NULL default '0',
  `client_id` tinyint(3) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `jos_plugins`
--

INSERT INTO `jos_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),
(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'),
(6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),
(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),
(13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'),
(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'),
(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'),
(18, 'Editor - No Editor', 'none', 'editors', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Editor - TinyMCE 2.0', 'tinymce', 'editors', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=extended\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=1\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=0\nvisualchars=1\nnonbreaking=1\nblockquote=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=0\ncontextmenu=1\ninlinepopups=1\nsafari=0\ncustom_plugin=\ncustom_button=\n\n'),
(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'),
(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'),
(29, 'System - Legacy', 'legacy', 'system', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'),
(30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'),
(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(34, 'Editor - JCE 154', 'jce', 'editors', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'editor_gzip=0\neditor_verify_html=0\neditor_entity_encoding=raw\ncleanup_pluginmode=0\neditor_forced_root_block=div\neditor_newlines=1\neditor_body_class_type=custom\neditor_body_class_custom=\neditor_content_css=1\neditor_content_css_custom=templates/$template/css/editor_content.css\neditor_custom_config=\neditor_callback_file=\neditor_help_url=http://www.joomlacontenteditor.net/index.php?option=com_content&view=article\n\n'),
(35, 'Content - akJoomGallery', 'akJoomGallery', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(36, 'Button - Xmap Link', 'xmaplink', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_polls`
--

CREATE TABLE IF NOT EXISTS `jos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `voters` int(9) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `access` int(11) NOT NULL default '0',
  `lag` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `jos_polls`
--

INSERT INTO `jos_polls` (`id`, `title`, `alias`, `voters`, `checked_out`, `checked_out_time`, `published`, `access`, `lag`) VALUES
(14, 'Most important reason for having clean water?', 'most-important-reason-for-having-clean-water', 12, 0, '0000-00-00 00:00:00', 1, 0, 86400);

-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_data`
--

CREATE TABLE IF NOT EXISTS `jos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(11) NOT NULL default '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `jos_poll_data`
--

INSERT INTO `jos_poll_data` (`id`, `pollid`, `text`, `hits`) VALUES
(1, 14, 'Drinking', 3),
(2, 14, 'Bathing', 3),
(3, 14, 'Washing Dishes', 1),
(4, 14, 'Washing Clothes', 0),
(5, 14, 'Watering Plants', 0),
(6, 14, 'All of the Above!', 2),
(7, 14, '', 3),
(8, 14, '', 0),
(9, 14, '', 0),
(10, 14, '', 0),
(11, 14, '', 0),
(12, 14, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_date`
--

CREATE TABLE IF NOT EXISTS `jos_poll_date` (
  `id` bigint(20) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL default '0',
  `poll_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `jos_poll_date`
--

INSERT INTO `jos_poll_date` (`id`, `date`, `vote_id`, `poll_id`) VALUES
(1, '2006-10-09 13:01:58', 1, 14),
(2, '2006-10-10 15:19:43', 7, 14),
(3, '2006-10-11 11:08:16', 7, 14),
(4, '2006-10-11 15:02:26', 2, 14),
(5, '2006-10-11 15:43:03', 7, 14),
(6, '2006-10-11 15:43:38', 7, 14),
(7, '2006-10-12 00:51:13', 2, 14),
(8, '2007-05-10 19:12:29', 3, 14),
(9, '2007-05-14 14:18:00', 6, 14),
(10, '2007-06-10 15:20:29', 6, 14),
(11, '2007-07-03 12:37:53', 2, 14),
(12, '2010-03-16 15:30:17', 1, 14);

-- --------------------------------------------------------

--
-- Table structure for table `jos_poll_menu`
--

CREATE TABLE IF NOT EXISTS `jos_poll_menu` (
  `pollid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_poll_menu`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_sections`
--

CREATE TABLE IF NOT EXISTS `jos_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `image` text NOT NULL,
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(30) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `jos_sections`
--

INSERT INTO `jos_sections` (`id`, `title`, `name`, `alias`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `count`, `params`) VALUES
(4, 'Web', '', 'web', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 2, 0, 19, ''),
(5, 'Waterwalk', '', 'waterwalk', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 3, 0, 7, '');

-- --------------------------------------------------------

--
-- Table structure for table `jos_session`
--

CREATE TABLE IF NOT EXISTS `jos_session` (
  `username` varchar(150) default '',
  `time` varchar(14) default '',
  `session_id` varchar(200) NOT NULL default '0',
  `guest` tinyint(4) default '1',
  `userid` int(11) default '0',
  `usertype` varchar(50) default '',
  `gid` tinyint(3) unsigned NOT NULL default '0',
  `client_id` tinyint(3) unsigned NOT NULL default '0',
  `data` longtext,
  PRIMARY KEY  (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_session`
--

INSERT INTO `jos_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1268954297', '584f25543a68d32baa87ba9f096387f1', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:44;s:19:"session.timer.start";i:1268953542;s:18:"session.timer.last";i:1268954278;s:17:"session.timer.now";i:1268954297;s:22:"session.client.browser";s:88:"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:87:"F:\\www\\vhosts\\localhost\\wwwMotherEarthWaterWalk\\libraries\\joomla\\html\\parameter\\element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"92b28c083d610f948628c54c0e4fbadd";}'),
('admin', '1268953702', '77ca00dc473daf5d004f264bf3e512eb', 0, 62, 'Super Administrator', 25, 1, '__default|a:8:{s:15:"session.counter";i:7;s:19:"session.timer.start";i:1268953661;s:18:"session.timer.last";i:1268953702;s:17:"session.timer.now";i:1268953702;s:22:"session.client.browser";s:88:"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:2:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}s:11:"application";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"lang";s:0:"";}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";s:2:"62";s:4:"name";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:25:"sldarosa@mpgwebdesign.com";s:8:"password";s:65:"48ce60efd8e80d7224e645e7b80d5527:nJ5z87pHSiZqJS7gtI0n9mvR69m9GpJ4";s:14:"password_clear";s:0:"";s:8:"usertype";s:19:"Super Administrator";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:3:"gid";s:2:"25";s:12:"registerDate";s:19:"2009-11-02 19:29:46";s:13:"lastvisitDate";s:19:"2010-03-18 04:23:23";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:3:"aid";i:2;s:5:"guest";i:0;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:87:"F:\\www\\vhosts\\localhost\\wwwMotherEarthWaterWalk\\libraries\\joomla\\html\\parameter\\element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"9751d13d736543f0be176c0ebe52a1c0";}');

-- --------------------------------------------------------

--
-- Table structure for table `jos_stats_agents`
--

CREATE TABLE IF NOT EXISTS `jos_stats_agents` (
  `agent` varchar(255) NOT NULL default '',
  `type` tinyint(1) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_stats_agents`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_templates_menu`
--

CREATE TABLE IF NOT EXISTS `jos_templates_menu` (
  `template` varchar(255) NOT NULL default '',
  `menuid` int(11) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_templates_menu`
--

INSERT INTO `jos_templates_menu` (`template`, `menuid`, `client_id`) VALUES
('siteground-j15-34', 0, 0),
('khepri', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `jos_users`
--

CREATE TABLE IF NOT EXISTS `jos_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `username` varchar(150) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `password` varchar(100) NOT NULL default '',
  `usertype` varchar(25) NOT NULL default '',
  `block` tinyint(4) NOT NULL default '0',
  `sendEmail` tinyint(4) default '0',
  `gid` tinyint(3) unsigned NOT NULL default '1',
  `registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL default '',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=65 ;

--
-- Dumping data for table `jos_users`
--

INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'Administrator', 'admin', 'sldarosa@mpgwebdesign.com', '48ce60efd8e80d7224e645e7b80d5527:nJ5z87pHSiZqJS7gtI0n9mvR69m9GpJ4', 'Super Administrator', 0, 1, 25, '2009-11-02 19:29:46', '2010-03-18 23:07:48', '', ''),
(63, 'test', 'test', 'test@home.com', '6c57bcc324cd055e106f530a3addc2e0:S9w4WOFUrH1TYXcdjmxzkmKcfvst5MM0', '', 0, 0, 18, '2010-03-13 03:32:08', '2010-03-18 02:09:53', '4880d24b9601441b72eb824b8af5cdfe', '\n');

-- --------------------------------------------------------

--
-- Table structure for table `jos_weblinks`
--

CREATE TABLE IF NOT EXISTS `jos_weblinks` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(250) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `url` varchar(250) NOT NULL default '',
  `description` text NOT NULL,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `archived` tinyint(1) NOT NULL default '0',
  `approved` tinyint(1) NOT NULL default '1',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jos_weblinks`
--

INSERT INTO `jos_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `description`, `date`, `hits`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) VALUES
(1, 2, 0, 'Joomla!', 'joomla', 'http://www.joomla.org', 'Home of Joomla!', '2005-02-14 15:19:02', 3, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'),
(2, 2, 0, 'php.net', 'php', 'http://www.php.net', 'The language that Joomla! is developed in', '2004-07-07 11:33:24', 6, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, ''),
(3, 2, 0, 'MySQL', 'mysql', 'http://www.mysql.com', 'The database that Joomla! uses', '2004-07-07 10:18:31', 1, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''),
(4, 2, 0, 'OpenSourceMatters', 'opensourcematters', 'http://www.opensourcematters.org', 'Home of OSM', '2005-02-14 15:19:02', 11, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=0'),
(5, 2, 0, 'Joomla! - Forums', 'joomla-forums', 'http://forum.joomla.org', 'Joomla! Forums', '2005-02-14 15:19:02', 4, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=0'),
(6, 2, 0, 'Ohloh Tracking of Joomla!', 'ohloh-tracking-of-joomla', 'http://www.ohloh.net/projects/20', 'Objective reports from Ohloh about Joomla''s development activity. Joomla! has some star developers with serious kudos.', '2007-07-19 09:28:31', 1, 1, 0, '0000-00-00 00:00:00', 6, 0, 1, 'target=0\n\n');

-- --------------------------------------------------------

--
-- Table structure for table `jos_xmap`
--

CREATE TABLE IF NOT EXISTS `jos_xmap` (
  `name` varchar(30) NOT NULL,
  `value` varchar(100) default NULL,
  PRIMARY KEY  (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_xmap`
--

INSERT INTO `jos_xmap` (`name`, `value`) VALUES
('version', '1.1'),
('classname', 'sitemap'),
('expand_category', '1'),
('expand_section', '1'),
('show_menutitle', '1'),
('columns', '1'),
('exlinks', '1'),
('ext_image', 'img_grey.gif'),
('exclmenus', ''),
('includelink', '1'),
('sitemap_default', '1'),
('exclude_css', '0'),
('exclude_xsl', '0');

-- --------------------------------------------------------

--
-- Table structure for table `jos_xmap_ext`
--

CREATE TABLE IF NOT EXISTS `jos_xmap_ext` (
  `id` int(11) NOT NULL auto_increment,
  `extension` varchar(100) NOT NULL,
  `published` int(1) default '0',
  `params` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

--
-- Dumping data for table `jos_xmap_ext`
--

INSERT INTO `jos_xmap_ext` (`id`, `extension`, `published`, `params`) VALUES
(1, 'com_agora', 1, '-1{include_forums=1\ninclude_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nforum_priority=-1\nforum_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),
(2, 'com_contact', 1, '-1{include_contacts=1\nmax_contacts=\ncat_priority=-1\ncat_changefreq=-1\ncontact_priority=-1\ncontact_changefreq=-1\n}'),
(3, 'com_content', 1, '-1{expand_categories=1\narticles_order=menu\nexpand_sections=1\nshow_unauth=0\nmax_art=0\nmax_art_age=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\nkeywords=1\n}'),
(4, 'com_eventlist', 1, '-1{include_events=1\nmax_events=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),
(5, 'com_g2bridge', 1, '-1{include_items=2\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'),
(6, 'com_glossary', 1, '-1{include_entries=1\nmax_entries=\nletter_priority=0.5\nletter_changefreq=weekly\nentry_priority=0.5\nentry_changefreq=weekly\n}'),
(7, 'com_hotproperty', 1, '-1{include_properties=1\ninclude_companies=1\ninclude_agents=1\nproperties_text=Properties\ncompanies_text=Companies\nagents_text=Agents\nmax_properties=\ntype_priority=-1\ntype_changefreq=-1\nproperty_priority=-1\nproperty_changefreq=-1\ncompany_priority=-1\ncompany_changefreq=-1\nagent_priority=-1\nagent_changefreq=-1\n}'),
(8, 'com_jcalpro', 1, '-1{include_events=1\ncat_priority=-1\ncat_changefreq=-1\nevent_priority=-1\nevent_changefreq=-1\n}'),
(9, 'com_jdownloads', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),
(10, 'com_jevents', 1, '-1{include_events=1\nmax_events=\ncat_priority=0.5\ncat_changefreq=weekly\nevent_priority=0.5\nevent_changefreq=weekly\n}'),
(11, 'com_jomres', 1, '-1{priority=0.5\nchangefreq=weekly\n}'),
(12, 'com_joomdoc', 1, '-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'),
(13, 'com_joomgallery', 1, '-1{include_pictures=1\nmax_pictures=\ncat_priority=-1\ncat_changefreq=-1\npictures_priority=-1\npictures_changefreq=-1\n}'),
(14, 'com_kb', 1, '-1{include_articles=1\ninclude_feeds=1\nmax_articles=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),
(15, 'com_kunena', 1, '-1{include_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),
(16, 'com_mtree', 1, '-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=0.5\ncat_changefreq=weekly\nlink_priority=0.5\nlink_changefreq=weekly\n}'),
(17, 'com_myblog', 1, '-1{include_tag_clouds=1\ninclude_feed=2\ninclude_archives=2\nnumber_of_bloggers=8\ninclude_blogger_posts=1\nnumber_of_post_per_blogger=32\ntext_bloggers=Bloggers\nblogger_priority=-1\nblogger_changefreq=-1\nfeed_priority=-1\nfeed_changefreq=-1\nentry_priority=-1\nentry_changefreq=-1\ncats_priority=-1\ncats_changefreq=-1\narc_priority=-1\narc_changefreq=-1\ntag_priority=-1\ntag_changefreq=-1\n}'),
(18, 'com_rapidrecipe', 1, '-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nrecipe_priority=-1\nrecipe_changefreq=-1\n}'),
(19, 'com_remository', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),
(20, 'com_resource', 1, '-1{include_articles=1\ncat_priority=-1\ncat_changefreq=-1\narticle_priority=-1\narticle_changefreq=-1\n}'),
(21, 'com_rokdownloads', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),
(22, 'com_rsgallery2', 1, '-1{include_images=1\nmax_images=\nmax_age=\nimages_order=orderding\ncat_priority=0.5\ncat_changefreq=weekly\nimage_priority=0.5\nimage_changefreq=weekly\n}'),
(23, 'com_sectionex', 1, '-1{expand_categories=1\nexpand_sections=1\nshow_unauth=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\n}'),
(24, 'com_sobi2', 1, '-1{include_entries=1\nmax_entries=\nmax_age=\nentries_order=a.ordering\nentries_orderdir=DESC\ncat_priority=-1\ncat_changefreq=weekly\nentry_priority=-1\nentry_changefreq=weekly\n}'),
(25, 'com_virtuemart', 1, '-1{include_products=1\ncat_priority=0.5\ncat_changefreq=weekly\nprod_priority=0.5\nprod_changefreq=weekly\n}');

-- --------------------------------------------------------

--
-- Table structure for table `jos_xmap_items`
--

CREATE TABLE IF NOT EXISTS `jos_xmap_items` (
  `uid` varchar(100) NOT NULL,
  `itemid` int(11) NOT NULL,
  `view` varchar(10) NOT NULL,
  `sitemap_id` int(11) NOT NULL,
  `properties` varchar(300) default NULL,
  PRIMARY KEY  (`uid`,`itemid`,`view`,`sitemap_id`),
  KEY `uid` (`uid`,`itemid`),
  KEY `view` (`view`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_xmap_items`
--


-- --------------------------------------------------------

--
-- Table structure for table `jos_xmap_sitemap`
--

CREATE TABLE IF NOT EXISTS `jos_xmap_sitemap` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) default NULL,
  `expand_category` int(11) default NULL,
  `expand_section` int(11) default NULL,
  `show_menutitle` int(11) default NULL,
  `columns` int(11) default NULL,
  `exlinks` int(11) default NULL,
  `ext_image` varchar(255) default NULL,
  `menus` text,
  `exclmenus` varchar(255) default NULL,
  `includelink` int(11) default NULL,
  `usecache` int(11) default NULL,
  `cachelifetime` int(11) default NULL,
  `classname` varchar(255) default NULL,
  `count_xml` int(11) default NULL,
  `count_html` int(11) default NULL,
  `views_xml` int(11) default NULL,
  `views_html` int(11) default NULL,
  `lastvisit_xml` int(11) default NULL,
  `lastvisit_html` int(11) default NULL,
  `excluded_items` text,
  `compress_xml` int(11) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_xmap_sitemap`
--

INSERT INTO `jos_xmap_sitemap` (`id`, `name`, `expand_category`, `expand_section`, `show_menutitle`, `columns`, `exlinks`, `ext_image`, `menus`, `exclmenus`, `includelink`, `usecache`, `cachelifetime`, `classname`, `count_xml`, `count_html`, `views_xml`, `views_html`, `lastvisit_xml`, `lastvisit_html`, `excluded_items`, `compress_xml`) VALUES
(1, 'New Sitemap', 0, 0, 1, 1, 1, 'img_grey.gif', 'topmenu,0,1,1,0.5,daily,mod_mainmenu\nmainmenu,1,1,1,0.5,daily,mod_mainmenu', '', 1, 0, 15, 'xmap', 0, 32, 0, 6, 0, 1268628140, '', 0);

