-- phpMyAdmin SQL Dump
-- version 3.3.8.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 12, 2011 at 03:17 PM
-- Server version: 5.0.91
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `yogaloft_joomLAH`
--
CREATE DATABASE `yogaloft_joomLAH` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `yogaloft_joomLAH`;

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

--
-- 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=1 ;

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


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

--
-- 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=1 ;

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


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

--
-- 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=3 ;

--
-- 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
(1, 0, 'Video', '', 'video', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(2, 0, 'Photos', '', 'photos', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 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=1\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=1\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=1\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=0\nnew_usertype=Registered\nuseractivation=0\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),
(34, 'Easybook Reloaded', 'option=com_easybookreloaded', 0, 0, 'option=com_easybookreloaded', 'Easybook Reloaded', 'com_easybookreloaded', 0, 'components/com_easybookreloaded/images/easybook_ico.png', 0, 'default_published=0\nsend_mail=1\nemailfornotification=jmgonzalez@yahoo.com\nsecret_word=summerslam\nvalid_time_emailnot=1\nbadwordfilter=1\nentries_perpage=10\nentries_order=DESC\nshow_introtext=0\nintrotext=\nsupport_bbcode=1\nsupport_smilie=1\nsmilie_set=0\nsupport_link=1\nsupport_mail=1\nsupport_pic=1\nwordwrap=1\nmaxlength=75\ntemplate_dark=0\ndate_format=0\nshow_rating=1\nrating_max=5\nshow_rating_hint=1\nshow_rating_type=0\nenable_log=1\nshow_mail=1\nrequire_mail=1\nshow_loca=1\nshow_home=1\nnofollow_home=1\nshow_icq=1\nshow_aim=1\nshow_msn=1\nshow_yah=1\nshow_skype=1\nenable_spam=1\nmax_value=20\ntype_time_sec=10\nenable_spam_reg=1\nadd_acl=0\nadmin_acl=25\nshow_logo=0\n\n', 1),
(35, 'Manage Entries', '', 0, 34, 'option=com_easybookreloaded', 'Manage Entries', 'com_easybookreloaded', 0, 'components/com_easybookreloaded/images/easybook_edit.png', 0, '', 1),
(36, 'Config', '', 0, 34, 'option=com_easybookreloaded&task=config', 'Config', 'com_easybookreloaded', 1, 'components/com_easybookreloaded/images/easybook_config.png', 0, '', 1),
(37, 'Badwordfilter', '', 0, 34, 'option=com_easybookreloaded&controller=badwords', 'Badwordfilter', 'com_easybookreloaded', 2, 'components/com_easybookreloaded/images/easybook_unhappy.png', 0, '', 1),
(38, 'About', '', 0, 34, 'option=com_easybookreloaded&task=about', 'About', 'com_easybookreloaded', 3, 'components/com_easybookreloaded/images/easybook_info.png', 0, '', 1),
(39, 'GCalendar', 'option=com_gcalendar', 0, 0, 'option=com_gcalendar', 'GCalendar', 'com_gcalendar', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(40, 'GCalendars', '', 0, 39, 'option=com_gcalendar&task=gcalendars', 'GCalendars', 'com_gcalendar', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(41, 'Tools', '', 0, 39, 'option=com_gcalendar&view=tools', 'Tools', 'com_gcalendar', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(42, 'Support', '', 0, 39, 'option=com_gcalendar&view=support', 'Support', 'com_gcalendar', 2, 'js/ThemeOffice/component.png', 0, '', 1),
(43, 'JM Sitemap', 'option=com_jmsitemap', 0, 0, 'option=com_jmsitemap', 'JM Sitemap', 'com_jmsitemap', 0, 'menu-js/themeoffice/component.png', 0, '', 1),
(44, 'Show/Hide Menus', '', 0, 43, 'option=com_jmsitemap', 'Show/Hide Menus', 'com_jmsitemap', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(45, 'Google Sitemap', '', 0, 43, 'option=com_jmsitemap&task=googlesitemap', 'Google Sitemap', 'com_jmsitemap', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(46, 'General Settings', '', 0, 43, 'option=com_jmsitemap&task=settings', 'General Settings', 'com_jmsitemap', 2, 'js/ThemeOffice/component.png', 0, '', 1),
(47, 'EasyTable', 'option=com_easytable', 0, 0, 'option=com_easytable', 'EasyTable', 'com_easytable', 0, 'components/com_easytable/assets/images/easytable_logo.ico', 0, 'show_description=1\nshow_search=1\nshow_pagination=1\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=1 ;

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


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

--
-- 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=26 ;

--
-- 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
(1, 'LAHC 2009/2010 Squirt B Team Picture', 'lahc-20092010-squirt-b-team-picture', '', '<p> </p>\r\n<p> </p>\r\n<p><img src="http://lahcsquirtb.com/LAHC_Squirt_B_2009-2010/Welcome_files/shapeimage_1.png" border="0" style="height: 400px; left: 0px; position: absolute; top: 0px; width: 700px;" /></p>', '', -2, 0, 0, 0, '2010-08-23 17:15:08', 62, '', '2010-08-23 17:16:43', 62, 0, '0000-00-00 00:00:00', '2010-08-23 17:15:08', '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, 0, 'robots=\nauthor='),
(2, '2010 Storm Videos', '2010-storm-videos', '', '<p><span style="color: #000000; font-family: Times; font-size: 16px; line-height: normal;"> </span></p>\r\n<div style="color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ffffff; line-height: 1.3em; background-position: initial initial; margin: 8px;">\r\n<p><span style="font-size: 12px; line-height: 15px;"> </span></p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=TgI10kR7uig</p>\r\n<p>http://www.youtube.com/watch?v=9-AVHnDsp4k</p>\r\n<p>http://www.youtube.com/watch?v=ei6ytCFG3vU</p>\r\n</div>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 17:25:07', 62, '', '2010-09-11 23:40:09', 62, 0, '0000-00-00 00:00:00', '2010-08-23 17:25:07', '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=', 14, 0, 9, '', '', 0, 78, 'robots=\nauthor='),
(3, ' Pictures', '-pictures', '', '<p>Please click on the links on the left under Pictures to view the galleries.</p>\r\n<p> </p>', '', 1, 1, 0, 2, '2010-08-23 17:38:08', 62, '', '2010-09-20 18:48:22', 62, 0, '0000-00-00 00:00:00', '2010-08-23 17:38:08', '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, 7, 'hockey, lahc, squirt hockey, los angeles hockey club, scaha', 'LAHC''s home arena is Glacial Gardens in Lakewood, CA.\r\nThe club has been in the news recently due to a handful of players being drafted in the 2010 NHL Entry Draft:\r\nBeau Bennett - chosen No. 20 by the Pittsburgh Penguins\r\nEmerson Etem - chosen No. 29 by the Anaheim Ducks\r\nJason Zucker - chosen No. 59 by the Minnesota Wild\r\nTaylor Aronson - chosen No. 78 by the Nashville Predators', 0, 288, 'robots=\nauthor='),
(4, 'Misc Information', 'misc-information', '', '<p>Links of Interest</p>\r\n<p> </p>\r\n<p><a href="http://www.lahockeyclub.com" target="_blank" title="Los Angeles Hockey Club">LA Hockey Club</a></p>\r\n<p> </p>\r\n<p><a href="http://kings.nhl.com" target="_blank" title="Los Angeles Kings NHL Club">LA Kings</a></p>\r\n<p> </p>\r\n<p><a href="http://ducks.nhl.com" target="_blank" title="Anaheim Ducks NHL Club">Anaheim Ducks</a></p>\r\n<p> </p>\r\n<p><a href="http://www.scaha.com" target="_blank" title="SCAHA">Southern California Amateur Hockey Association</a></p>\r\n<p> </p>\r\n<p><a href="http://www.socal-hockey.com/forums/index.php?act=idx" target="_blank" title="So Cal Hockey">So Cal Hockey Message Boards</a></p>', '', 1, 0, 0, 0, '2010-08-23 17:39:27', 62, '', '2010-09-20 18:46:30', 62, 0, '0000-00-00 00:00:00', '2010-08-23 17:39: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=', 4, 0, 6, '', '', 0, 158, 'robots=\nauthor='),
(5, 'Videos', 'squirt-b-video', '', '<p><span style="font-family: Helvetica, Arial, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"> </span></p>\r\n<p style="margin-top: 0px; margin-bottom: 5px;">Please click on the links on the left under Videos to view the videos.</p>\r\n<p>The direct link on youtube for all of these videos is:</p>\r\n<p><a href="http://www.youtube.com/user/nicolasicehockey" target="_blank" title="Hockey videos on Youtube">http://www.youtube.com/user/nicolasicehockey</a></p>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 17:25:07', 62, '', '2010-09-20 18:48:47', 62, 0, '0000-00-00 00:00:00', '2010-08-23 17:25:07', '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=', 21, 0, 6, 'hockey, lahc, squirt hockey, los angeles hockey club, scaha', 'LAHC''s home arena is Glacial Gardens in Lakewood, CA.\r\nThe club has been in the news recently due to a handful of players being drafted in the 2010 NHL Entry Draft:\r\nBeau Bennett - chosen No. 20 by the Pittsburgh Penguins\r\nEmerson Etem - chosen No. 29 by the Anaheim Ducks\r\nJason Zucker - chosen No. 59 by the Minnesota Wild\r\nTaylor Aronson - chosen No. 78 by the Nashville Predators', 0, 352, 'robots=\nauthor='),
(6, 'Welcome', 'welcome', '', '<p>Thank you for visiting the LAHC Squirt hockey page.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p><img src="images/players/getWellHunterBri.jpg" border="0" style="vertical-align: middle;" /></p>\r\n<p>Picture above created by Brianna G.</p>\r\n<p> </p>\r\n<p><img src="images/players/hunter_on_ice.jpg" border="0" style="vertical-align: middle;" /></p>\r\n<p><img src="images/players/hunter_playing.jpg" border="0" style="vertical-align: middle;" /></p>\r\n<p><img src="images/players/hunter_trophy.jpg" border="0" style="vertical-align: middle;" /></p>\r\n<p> </p>\r\n<p>Junior Ducks Early Bird Tournament Champions</p>\r\n<p><img src="images/lahockeychamps.jpg" border="0" style="vertical-align: middle;" /></p>\r\n<p>You can view the results and stats from the 2010 Labor Day Tournament <a href="http://www.pointstreak.com/players/players-division-bracket.html?divisionid=39188&amp;seasonid=6022" target="_blank" title="Junior Ducks Early Bird 2010">here</a></p>\r\n<p>Thanks to Manny for "volunteering" as the photographer for the Finals game.   You can view 400+ pictures under the Pictures section of the site.</p>\r\n<p> </p>\r\n<p>LAHC''s home arena is Glacial Gardens in Lakewood, CA not far from the Long Beach Airport.</p>\r\n<p> </p>\r\n<p>The club has been in the news recently due to a handful of players being drafted in the 2010 NHL Entry Draft:</p>\r\n<p>Beau Bennett - chosen No. 20 by the Pittsburgh Penguins</p>\r\n<p>Emerson Etem - chosen No. 29 by the Anaheim Ducks</p>\r\n<p>Jason Zucker - chosen No. 59 by the Minnesota Wild</p>\r\n<p>Taylor Aronson - chosen No. 78 by the Nashville Predators</p>\r\n<p> </p>\r\n<p>Please navigate the site to see videos from the LAHC Squirt B and the 2010 OC Selects Squirt B teams.   I will hopefully include some footage from the 2010 Pacific Selects Squirt team as well, but only if I can find the time to edit the video.</p>\r\n<p>You will also see a small amount of pictures taken from the 2009/2010 LAHC Squirt B team, which I took before games or in between periods.</p>\r\n<p>Please let me know if you have any questions or comments on the site.  Please sign the guest book.</p>\r\n<p> </p>\r\n<p>Even though this site includes a lot of footage from LAHC-related teams, this is not affiliated with the Los Angeles Hockey Club and all videos/pictures are the property of this site and its affiliates</p>', '', 1, 0, 0, 0, '2010-08-23 19:49:05', 62, '', '2010-11-23 16:01:13', 62, 0, '0000-00-00 00:00:00', '2010-08-23 19:49:05', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=0\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 26, 0, 5, '', '', 0, 8, 'robots=\nauthor='),
(7, 'Junior Ducks Early Bird 2009 Tournament Game 1 Photos', 'junior-ducks-early-bird-2009-tournament-game-1-photos', '', '<p>{gallery}JDEarlyBird09Game1{/gallery}</p>', '', 1, 1, 0, 2, '2010-08-23 22:23:09', 62, '', '2010-09-20 17:27:41', 62, 0, '0000-00-00 00:00:00', '2010-08-23 22:23:09', '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, 8, '', '', 0, 53, 'robots=\nauthor='),
(8, 'Junior Ducks Early Bird 2009 Tournament Games 2 & 3 Photos', 'junior-ducks-early-bird-2009-tournament-games-2-a-3-photos', '', '<p>{gallery}JDEarlyBird09Games2and3{/gallery}</p>', '', 1, 1, 0, 2, '2010-08-23 22:39:47', 62, '', '2010-09-20 17:27:53', 62, 0, '0000-00-00 00:00:00', '2010-08-23 22:39:47', '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, 41, 'robots=\nauthor='),
(9, 'Junior Ducks Early Bird 2009 Tournament Game 4 Photos', 'junior-ducks-early-bird-2009-tournament-game-4-photos', '', '<p>{gallery}JDEarlyBird09Game4{/gallery}</p>', '', 1, 1, 0, 2, '2010-08-23 22:40:43', 62, '', '2010-09-20 17:28:05', 62, 0, '0000-00-00 00:00:00', '2010-08-23 22:40:43', '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, 5, '', '', 0, 37, 'robots=\nauthor='),
(10, 'Kings vs Stars October 22 2009 Photos', 'kings-vs-stars-october-22-2009-photos', '', '<p>{gallery}KingsVsStarsOct222009{/gallery}</p>', '', 1, 1, 0, 2, '2010-08-23 22:41:25', 62, '', '2010-09-20 17:28:51', 62, 0, '0000-00-00 00:00:00', '2010-08-23 22:41: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=', 4, 0, 4, '', '', 0, 41, 'robots=\nauthor='),
(11, '2010 Regular Season Videos', '2010-regular-season-videos', '', '<p>2010-2011</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=SlIjkTITgZc</p>\r\n<p>2-1 win</p>\r\n<p>vs Stars</p>\r\n<p> </p>\r\n<p>NO HIGHLIGHTS....</p>\r\n<p>3-0 loss</p>\r\n<p>vs Wildcats Mite A 12/12/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=S1V-5lXo3Y4</p>\r\n<p>11-4 win</p>\r\n<p>vs OCHC1 12/11/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=wFEMEUNupYU</p>\r\n<p>13-1 win</p>\r\n<p>vs Bears 12/5/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=w8x_xEem5D0</p>\r\n<p>10-1 win</p>\r\n<p>vs Wildcats 2 - 11/21/10</p>\r\n<p> </p>\r\n<p>NO HIGHLIGHTS....</p>\r\n<p>6-0 loss</p>\r\n<p>vs Wildcats 1 - 11/14/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=OTZZYr9Hcv4</p>\r\n<p>4-2 win</p>\r\n<p>vs Bakersfield - 11-6-10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=ziH0pLSf_0o</p>\r\n<p>4-0 win</p>\r\n<p>vs Lady Ducks - 10/31/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=e-Bn7mXtyxI</p>\r\n<p>4-2 loss</p>\r\n<p>vs Jr Ducks 2 - 10/24/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=HjuM6wUkLkk</p>\r\n<p>10-4 win</p>\r\n<p>vs Jr Ducks 1 - 10/17/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=I0wpbeokLJY</p>\r\n<p>4-3 loss</p>\r\n<p>vs Express - 10/10/10</p>\r\n<p>-------------------</p>\r\n<p>2009-2010</p>\r\n<p>http://www.youtube.com/watch?v=bV-j9uHkyVY</p>\r\n<p>vs Maple Leafs - 2/21/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=KsXHIXCB2b4</p>\r\n<p>vs Mariners - 2/7/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=aF6_awiEZ9Q</p>\r\n<p>vs OCHC 2 - 1/31/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=BmRz-2dL3hM</p>\r\n<p>vs OCHC 1 - 1/24/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=wss-CQwGToY</p>\r\n<p>vs Reign - 1/17/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=ktH2T0lQ6YA</p>\r\n<p>vs Stars - 1/3/10</p>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 23:50:04', 62, '', '2010-12-20 16:57:37', 62, 0, '0000-00-00 00:00:00', '2010-08-23 23:50: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=', 14, 0, 5, '', '', 0, 65, 'robots=\nauthor='),
(12, '2009 Regular Season Videos', '2009-regular-season-videos', '', '<p> </p>\r\n<p>http://www.youtube.com/watch?v=S0lZXAngGwk</p>\r\n<p>vs WV Wolves 2 - 12/20/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=fCj7U_y44Ic</p>\r\n<p>vs Wildcats 1 - 11/22/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=LofE2guk7GI</p>\r\n<p>vs Lady Ducks - 11/7/09</p>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 23:50:30', 62, '', '2010-09-20 17:26:04', 62, 0, '0000-00-00 00:00:00', '2010-08-23 23:50:30', '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, 4, '', '', 0, 32, 'robots=\nauthor='),
(13, '2009 Tournaments Videos', '2009-tournaments-videos', '', '<p> </p>\r\n<p>Junior Ducks Winter Classic 2009</p>\r\n<p>http://www.youtube.com/watch?v=fTzFSR2U8vQ</p>\r\n<p>vs SD Saints - 12/30/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=QWRg3xK9ifg</p>\r\n<p>vs Stars - 12/29/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=dciyn88t54E</p>\r\n<p>vs Rocky Mountain Renegades - 12/28/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=_zTVW7koY1o</p>\r\n<p>vs Jr Ducks B1 - 12/26/09</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p>Junior Ducks Fall Festival 2009</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=ok85hoToeqI</p>\r\n<p>vs WV Wolves 2 - 11/28/09</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 23:51:00', 62, '', '2010-09-20 17:26:49', 62, 0, '0000-00-00 00:00:00', '2010-08-23 23:51: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=', 6, 0, 8, '', '', 0, 33, 'robots=\nauthor='),
(14, '2010 Tournaments Videos', '2010-tournaments-videos', '', '<p><strong>Junior Ducks Winter Classic Tournament</strong></p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=8b6pbCL4EY0</p>\r\n<p>vs Ducks 1 - 12/28/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=KKYErBHjepY</p>\r\n<p>vs OCHC 1 - 12/26/10</p>\r\n<p> </p>\r\n<p>\r\n<hr />\r\n</p>\r\n<p><strong>Jr Kings Thanksgiving Tournament</strong></p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=qi2qmiSSmeI</p>\r\n<p>Compilation of goals</p>\r\n<p> </p>\r\n<p>\r\n<hr />\r\n</p>\r\n<p><strong>Junior Ducks Early Bird Tournament</strong></p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=hXUZGS5M9ig</p>\r\n<p>vs OCHC - Finals - OVERTIME period 9/6/10</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=tDwqpcTaHoQ</p>\r\n<p>vs OCHC - Finals 9/6/10</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=p2FXFcuYZfs</p>\r\n<p>vs Jr Kings - Semi Finals - 09/05/10</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=QCsNuFmHSGw</p>\r\n<p>vs Jr Reign - 9/04/10</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=BYwQR_WLDPA</p>\r\n<p>vs La Jolla - 9/04/10</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=VQC7l2qE17Y</p>\r\n<p>vs Jr Ducks - 9/03/10</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p><span style="font-family: Helvetica, Arial, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><strong>Memorial Day Tournament</strong></span></p>\r\n<p><span style="font-family: Helvetica, Arial, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><strong><br /></strong></span></p>\r\n<p>http://www.youtube.com/watch?v=nDfuBhF52kQ</p>\r\n<p>vs Jr Kings 2 - 5/30/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=Y-eUk0_jVu4</p>\r\n<p>vs OCHC - 5/28/10</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p><strong>Easter Tournament</strong></p>\r\n<p><strong><br /></strong></p>\r\n<p>http://www.youtube.com/watch?v=0JSV9gFVpK4</p>\r\n<p>vs South Bay - 4/2/10</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p><strong>Cal State Games - President''s Day Tournament</strong></p>\r\n<p><strong><br /></strong></p>\r\n<p>http://www.youtube.com/watch?v=FZsx6GZlW94</p>\r\n<p>vs SD Saints - 2/14/10</p>\r\n<p>http://www.youtube.com/watch?v=3lNHF5u7Xjc</p>\r\n<p>vs Iceoplex - 2/14/10</p>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 23:51:25', 62, '', '2010-12-29 15:03:33', 62, 0, '0000-00-00 00:00:00', '2010-08-23 23:51: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=', 17, 0, 3, '', '', 0, 114, 'robots=\nauthor='),
(15, '2009 Pre-Season Videos', '2009-pre-season-videos', '', '<p> </p>\r\n<p>http://www.youtube.com/watch?v=KUdlci1tUww</p>\r\n<p>vs Stars - 10/10/09</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=reVzVYWUtyg</p>\r\n<p>vs Jr Reign - 10/3/09</p>\r\n<p> </p>', '', 1, 1, 0, 1, '2010-08-23 23:51:48', 62, '', '2010-09-20 17:26:34', 62, 0, '0000-00-00 00:00:00', '2010-08-23 23:51:48', '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, 37, 'robots=\nauthor='),
(16, '2010-2011 Results', '2010-2011-results', '', '<table style="width: 100%; height: 100%;" border="0" cellspacing="0" cellpadding="3">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top"><strong>Our Team</strong></td>\r\n<td align="left" valign="top"><strong>Our Score</strong></td>\r\n<td align="left" valign="top"><strong>Opponent</strong></td>\r\n<td align="left" valign="top"><strong>Opponent Score</strong></td>\r\n<td align="left" valign="top"><strong>Date</strong></td>\r\n<td align="left" valign="top">Game Type<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">x</td>\r\n<td align="left" valign="top">KHS Wildcats 1</td>\r\n<td align="left" valign="top">x</td>\r\n<td align="left" valign="top">8/22/10</td>\r\n<td align="left" valign="top">Scrimmage<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">Anaheim Jr Ducks 2</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">9/3/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">6</td>\r\n<td align="left" valign="top">Jr Reign</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">9/4/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">La Jolla Jaguars</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">9/4/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">6</td>\r\n<td align="left" valign="top">Jr Kings</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">9/5/10</td>\r\n<td align="left" valign="top">Tournament Semifinals Game<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">OCHC</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">9/6/10</td>\r\n<td align="left" valign="top">Tournament Championship Game<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">Anaheim Jr Ducks B1</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">9/12/10</td>\r\n<td align="left" valign="top">Pre-season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">5</td>\r\n<td align="left" valign="top">Valencia Express</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">9/18/10</td>\r\n<td align="left" valign="top">Scrimmage<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">5</td>\r\n<td align="left" valign="top">Anaheim Jr Ducks B2</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">9/19/10</td>\r\n<td align="left" valign="top">Pre-season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">6</td>\r\n<td align="left" valign="top">Anaheim Lady Ducks</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">9/26/10</td>\r\n<td align="left" valign="top">Pre-season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">Bakersfield Dragons</td>\r\n<td align="left" valign="top">5</td>\r\n<td align="left" valign="top">10/3/10</td>\r\n<td align="left" valign="top">Pre-season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">Valencia Express</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">10/10/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">10</td>\r\n<td align="left" valign="top">Jr Ducks 1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">10/17/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">Jr Ducks 2</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">10/24/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">Lady Ducks</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">10/31/10</td>\r\n<td align="left" valign="top">Exhibition<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">Dragons</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">11/6/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">Wildcats 1</td>\r\n<td align="left" valign="top">6</td>\r\n<td align="left" valign="top">11/14/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">10</td>\r\n<td align="left" valign="top">Wildcats 2</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">11/21/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">Mariners Squirt A</td>\r\n<td align="left" valign="top">9</td>\r\n<td align="left" valign="top">11/25/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">Jr Kings Squirt A2</td>\r\n<td align="left" valign="top">7</td>\r\n<td align="left" valign="top">11/25/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">Mariners Squirt A</td>\r\n<td align="left" valign="top">6</td>\r\n<td align="left" valign="top">11/26/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">Jr Kings Squirt A2</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">11/27/10</td>\r\n<td align="left" valign="top">Tournament<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">13</td>\r\n<td align="left" valign="top">Bears</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">12/5/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">11</td>\r\n<td align="left" valign="top">OCHC1</td>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">12/11/10</td>\r\n<td align="left" valign="top">Scrimmage<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">0</td>\r\n<td align="left" valign="top">Wildcats Mite A</td>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">12/12/10</td>\r\n<td align="left" valign="top">Exhibition<br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">LAHC B1</td>\r\n<td align="left" valign="top">2</td>\r\n<td align="left" valign="top">California Stars</td>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">12/19/10</td>\r\n<td align="left" valign="top">Season<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 0, 0, 0, '2010-08-24 15:11:51', 62, '', '2010-12-20 17:01:51', 62, 0, '0000-00-00 00:00:00', '2010-08-24 15:11:51', '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=', 14, 0, 4, '', '', 0, 67, 'robots=\nauthor='),
(17, '2010-2011 Team Roster', '2010-2011-team-roster', '', '<table style="height: 100%;" border="0" cellspacing="0" cellpadding="3" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top">25</td>\r\n<td align="left" valign="top">Conner Ahlstrom</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">16</td>\r\n<td align="left" valign="top">Dhruv Ahluwalia</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">13</td>\r\n<td align="left" valign="top">Brian Armijo</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">99</td>\r\n<td align="left" valign="top">Jakob Balcom</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">20</td>\r\n<td align="left" valign="top">Luc Ghantous</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">12</td>\r\n<td align="left" valign="top">Nicolas Gonzalez</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">92</td>\r\n<td align="left" valign="top">Ryan Green</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">1</td>\r\n<td align="left" valign="top">Jared Guerrero</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">4</td>\r\n<td align="left" valign="top">Joseph Harguindeguy</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">10</td>\r\n<td align="left" valign="top">Hunter Johnson</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">17</td>\r\n<td align="left" valign="top">Tyler Kurth</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">45</td>\r\n<td align="left" valign="top">Ian Uyeda</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">15</td>\r\n<td align="left" valign="top">Aidan Williams</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">3</td>\r\n<td align="left" valign="top">Alden Shive</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">74</td>\r\n<td align="left" valign="top">Ryan Osborne</td>\r\n<td align="left" valign="top"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 0, 0, 0, '2010-08-24 15:12:11', 62, '', '2010-11-16 21:12:57', 62, 0, '0000-00-00 00:00:00', '2010-08-24 15:12:11', '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, 78, 'robots=\nauthor='),
(18, 'Junior Ducks Early Bird 2010 Tournament Finals 1 Photos', 'junior-ducks-early-bird-2010-tournament-finals-1-photos', '', '<p>{gallery}JDEarlyBird10Final1{/gallery}</p>\r\n<p> </p>', '', 1, 1, 0, 2, '2010-09-11 14:37:55', 62, '', '2010-09-20 17:28:20', 62, 0, '0000-00-00 00:00:00', '2010-09-11 14:37:55', '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=', 10, 0, 3, '', '', 0, 50, 'robots=\nauthor='),
(19, 'Junior Ducks Early Bird 2010 Tournament Finals 2 Photos', 'junior-ducks-early-bird-2010-tournament-finals-2-photos', '', '<p>{gallery}JDEarlyBird10Final2{/gallery}</p>\r\n<p> </p>', '', 1, 1, 0, 2, '2010-09-11 14:37:55', 62, '', '2010-09-20 17:28:33', 62, 0, '0000-00-00 00:00:00', '2010-09-11 14:37:55', '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, 2, '', '', 0, 46, 'robots=\nauthor='),
(20, '2010 Pre-season Videos', '2010-pre-season-videos', '', '<p>http://www.youtube.com/watch?v=CJaypaGkPqw</p>\r\n<p>5-3 loss to the Dragons</p>\r\n<p>October 3, 2010</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=a9KVdNj4_uo</p>\r\n<p>6-0 victory over the Lady Ducks</p>\r\n<p>September 26, 2010</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=zrDZpYsOIrs</p>\r\n<p>5-0 victory over the Jr Ducks 2</p>\r\n<p>September 19, 2010</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=6qjHaX6MXHY</p>\r\n<p>5-0 victory over the Express</p>\r\n<p>September 18, 2010</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=4sgMjyK4ydA</p>\r\n<p>4-3 victory over the Jr Ducks 1</p>\r\n<p>September 12, 2010</p>', '', 1, 1, 0, 1, '2010-09-13 00:20:05', 62, '', '2010-10-19 17:29:13', 62, 0, '0000-00-00 00:00:00', '2010-09-13 00:20: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=', 10, 0, 2, '', '', 0, 51, 'robots=\nauthor='),
(21, 'Game Results', 'game-results', '', '<p>Click on menu items on left under Game Results</p>', '', 1, 0, 0, 0, '2010-09-20 18:35:21', 62, '', '0000-00-00 00:00:00', 0, 62, '2010-11-10 18:42:38', '2010-09-20 18:35: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, 2, '', '', 0, 133, 'robots=\nauthor='),
(22, 'Team Rosters', 'team-rosters', '', '<p>Click on left under Team Rosters to view our team throughout the years</p>', '', 1, 0, 0, 0, '2010-09-20 18:53:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-09-20 18:53: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, 1, '', '', 0, 155, 'robots=\nauthor='),
(23, '2010 Pacific Selects Videos', '2010-pacific-selects-videos', '', '<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"><span style="color: #000000;">\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/9/10 - Vancouver 7-5 loss</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">http://www.youtube.com/watch?v=YnSbmYhMndw</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"> </p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/8/10 - Boston 9-3 loss</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">http://www.youtube.com/watch?v=BOgs2wKu9ys</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"> </p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/7/10 - Ontario 6-3 win</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">http://www.youtube.com/watch?v=oAVXQLvlbBY</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"> </p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/7/10 - Boston 6-4 loss</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">http://www.youtube.com/watch?v=4HIqximclYY</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"> </p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/6/10 - Vancouver 8-3 loss</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">http://www.youtube.com/watch?v=XHZ1ZYLfgMM</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"> </p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">7/5/10 - Minnesota</p>\r\n<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">Coming Soon</p>\r\n<div></div>\r\n</span></p>', '', 1, 1, 0, 1, '2010-10-10 16:39:46', 62, '', '2010-10-10 21:58:08', 62, 0, '0000-00-00 00:00:00', '2010-10-10 16:39: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=', 4, 0, 10, '', '', 0, 17, 'robots=\nauthor='),
(24, '2010 Eagles Videos', '2010-eagles-videos', '', '<p>http://www.youtube.com/watch?v=argpKxRFg_w</p>\r\n<p>vs Avalanche 12/6/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=TYe4u2OIAy4</p>\r\n<p>vs Snipers 12/4/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=wgQ3xjVG0gw</p>\r\n<p>vs Renegades 11/29/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=XfEgVEuiu2o</p>\r\n<p>vs Snipers 11/22/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=joyGn75YHQQ</p>\r\n<p>vs Avalanche 11/15/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=yfTXrQj9X50</p>\r\n<p>vs Renegades 11/8/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=qIMzqzzCLD0</p>\r\n<p>vs Snipers 11/1/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=NfXDVfugV8k</p>\r\n<p>vs Avalanche 10/25/10</p>\r\n<p> </p>\r\n<p>http://www.youtube.com/watch?v=ojLdsB4DKWs</p>\r\n<p>vs Snipers 10/11/10</p>', '', 1, 1, 0, 1, '2010-11-02 07:02:20', 62, '', '2010-12-07 19:49:27', 62, 0, '0000-00-00 00:00:00', '2010-11-02 07:02:20', '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, 1, '', '', 0, 67, 'robots=\nauthor='),
(25, 'Triple J Birthday Party', 'triple-j-birthday-party', '', '<p>{gallery}TripleJBirthdayParty{/gallery}</p>', '', 1, 1, 0, 2, '2010-11-15 19:54:47', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2010-11-15 19:54:47', '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, 27, '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`
--

INSERT INTO `jos_content_frontpage` (`content_id`, `ordering`) VALUES
(6, 1);

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

--
-- 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=11 ;

--
-- 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, 'Juan', 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
(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_easybook`
--

CREATE TABLE IF NOT EXISTS `jos_easybook` (
  `id` int(10) NOT NULL auto_increment,
  `gbip` varchar(15) NOT NULL default '',
  `gbname` varchar(40) NOT NULL default '',
  `gbmail` varchar(60) default NULL,
  `gbmailshow` tinyint(1) NOT NULL default '0',
  `gbloca` varchar(50) default NULL,
  `gbpage` varchar(150) default NULL,
  `gbvote` int(10) default NULL,
  `gbtext` text NOT NULL,
  `gbdate` datetime default NULL,
  `gbcomment` text,
  `published` tinyint(1) NOT NULL default '0',
  `gbicq` varchar(20) default NULL,
  `gbaim` varchar(50) default NULL,
  `gbmsn` varchar(50) default NULL,
  `gbyah` varchar(50) default NULL,
  `gbskype` varchar(50) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `jos_easybook`
--

INSERT INTO `jos_easybook` (`id`, `gbip`, `gbname`, `gbmail`, `gbmailshow`, `gbloca`, `gbpage`, `gbvote`, `gbtext`, `gbdate`, `gbcomment`, `published`, `gbicq`, `gbaim`, `gbmsn`, `gbyah`, `gbskype`) VALUES
(2, '0.0.0.0', 'Juan Gonzalez', 'jmgonzalez@yahoo.com', 0, NULL, NULL, 5, 'Please sign the guestbook - Thanks', '2010-08-24 02:23:29', NULL, 1, NULL, NULL, NULL, NULL, NULL),
(3, '0.0.0.0', 'Dolohiddill', 'eteuli.tamymibe@gmail.com', 1, NULL, NULL, 0, 'levitra experience  glucophage and ovarian  &quot;http://posterous.com/people/YwVemxEFCc9&quot; - Soma Saturday Shipping  celebrex standard dosage  effexor discussion forums  diflucan during pregnancy  &quot;http://posterous.com/people/YwVemxLtZjH&quot; - Soma Overnight Delivery  sexual dysfunction effexor  before ***  propecia and women  restaurant soma  diflucan drug test  &quot;http://posterous.com/people/YwVemsTsMV3&quot; - Purchase Soma Online  lexapro drug tier  soma drug classifcation  &quot;http://posterous.com/people/YwVemt4OK7D&quot; - Cod Saturday Delivery Soma  buy flomax online  lexapro meridia \r\n&quot;http://posterous.com/people/YwVemt4OK7D&quot; - Cod Saturday Delivery Soma  soma smoothie broke  cheap *** ***  http://posterous.com/people/YwVe328aMvL - this  dogs and ***  http://posterous.com/people/YwVe2XsDVPX - web pages  lexapro vs citalopram  lingerie soma  lexapro and hydrocodone  http://posterous.com/people/YwVemH7G5bz  price propecia  &quot;http://posterous.com/people/YwVemGXswvf&quot; - Buy Soma Online Without Rx  soma drug classification  infants and nexium  soma definition  http://posterous.com/people/YwVemH7G5bz  &quot;http://posterous.com/people/YwVemGXswvf&quot; - Buy Soma Online Without Rx  nolvadex and gynecomastia  ultram articles textblg \r\npfizer japan ***  don&#039;t take ***  http://posterous.com/people/YwVe328aMvL - clients pages  nexium and diarrhea  http://posterous.com/people/YwVe2XyjUrf - Header of a page  nexium infant reflux  topamax overdose  &quot;http://posterous.com/people/YwVemGXswvf&quot; - Buy Soma Online Without Rx  or &quot;http://posterous.com/people/YwVelMN9yLL&quot; - Is The Drug Soma Addictive  diflucan food restrictions \r\neffexor dosage fibromyalgia  diflucan drug test  &quot;http://posterous.com/people/YwVe2NZDsQx&quot; - Watson Soma Online Next Day Service  lexapro get high  clomid getting pregnent  soma snore pillow  &quot;http://posterous.com/people/YwVemGXswvf&quot; - Buy Soma Online Without Rx  cheapest *** 80  plavix fever  *** cheapest prices  women taking levitra  *** france  canadian celexa  *** faq  &quot;http://posterous.com/people/YwVemxEFCc9&quot; - Soma Saturday Shipping  *** drive ***  canadian propecia  cipro medicine  &quot;http://posterous.com/people/YwVemxLtZjH&quot; - Soma Overnight Delivery  nexium with antacids  b12 and nexium  *** compare price  effexor fertility  atrial fibrillation flomax  break *** tablets  topamax zoloft  &quot;http://posterous.com/people/YwVe2OaZq37&quot; - Soma 24 Hour Deliviry  nexium cap 20mg  *** for girls  cytotec rectally  &quot;http://posterous.com/people/YwVelMN9yLL&quot; - Is The Drug Soma Addictive  *** suppliers uk  tapering off topamax  flagyl and cipro  wight gain paxil  soma carter-wallace \r\nantidepressants and effexor  topamax neuropathy dosage  http://posterous.com/people/YwVemH7G5bz  effexor weaning off  celebrex safety recall  *** substites  &quot;http://posterous.com/people/YwVelI1WJuF&quot; - Soma Cheap Without Rx  propecia ingredients  plavix guidelines  carisoprodol tablets soma  &quot;http://posterous.com/people/YwVemsTsMV3&quot; - Purchase Soma Online ', '2010-11-16 12:10:47', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(4, '0.0.0.0', 'JamesBZ', 'jamesbz@adult-pages.org', 1, NULL, NULL, 0, '? ?????? ??????????? ?????? ????? ???? ??? ?????????????? ?????? ?? ??? ??? ???????? ? ???? ?????? ????? ????? ? ???????? ????????????. \r\n\r\n??????? ?????. ???? ??? ???? ?????? ???? ? ?????????? ?????????, ?? ???????? ?????? ? ??????? ?????????? (????????, ???? ????????? «?????? ? ????????? ??????»), ???????????? ????? ????????. ?? ??????? ? ??? ???? ???? ????????? ?????? ??????? ???????? ? ????????. ?????????! \r\n\r\nhttp://sleekexvelsert.chez.com', '2010-11-18 21:39:22', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(5, '0.0.0.0', 'JamesBZ', 'jamesbz@adult-pages.org', 1, NULL, NULL, 0, '?? ????? ?????????????????? ???????? ??????? ?????? ??? ??????????? ??????????? ???? ??????? ? ???? ??? ??????, ?? ??? ?? ?????????? ? ??????????? ?? 100 ???????. \r\n\r\n?????? ?? ?????? ???????? ???????, ?????? ??? ? ?????????? ???, ???? ?????????? ???, ??? ?????? ????? ????????. ????? ? ??????????? ????????? ????????, ?????. ???????? ?????????? ??????, ???????? ? ????? ? &quot;???????&quot; ?????, ????????? ???????? ?????, ???????????? ?????? ?? ??????? ????????. ?? ? ?? ??????????? ?????????. \r\n\r\nhttp://sleekexvelsert.chez.com', '2010-11-19 01:23:24', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(6, '0.0.0.0', 'sopownereenen', 'avto@vrotnas.ru', 1, NULL, NULL, 0, '  \r\n???? ????????? ?????????? ?? ????? ??????? ????? ??????? \r\nhttp://avtobazuka.ru - ?????????.', '2010-12-19 21:50:17', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(7, '0.0.0.0', 'neetwreno', 'nano@vrotnas.ru', 1, NULL, NULL, 0, '  \r\n???????? ??????????  \r\n? ? ???  ???????????????  ?????', '2010-12-21 15:30:23', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(8, '0.0.0.0', 'Jofaffica', '911@vrotnas.ru', 1, NULL, NULL, 0, '??? ?????? ??????', '2010-12-23 14:39:06', NULL, 0, NULL, NULL, NULL, NULL, NULL),
(9, '0.0.0.0', 'Twekattedia', 'avto@vrotnas.ru', 1, NULL, NULL, 0, '      \r\n????? ? ?? ???? ?????????????????? ????? ? ??????? ?? ?? ????? ?    \r\n???? ??????? ?? ??????? ????????   \r\n???? ????\r\n????????? ???? ??????\r\n???? ????\r\n??? ????\r\n???? ???\r\n??????? ???? ? ??????? ????????\r\n???? ?????? 2010\r\n????????? ????\r\n??????? ???? ? ???????\r\n???????? ???? ?????????\r\n', '2011-01-12 14:49:33', NULL, 0, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `jos_easybook_badwords`
--

CREATE TABLE IF NOT EXISTS `jos_easybook_badwords` (
  `id` int(10) NOT NULL auto_increment,
  `word` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=534 ;

--
-- Dumping data for table `jos_easybook_badwords`
--

INSERT INTO `jos_easybook_badwords` (`id`, `word`) VALUES
(2, 'analdrilling'),
(3, '20six'),
(4, 'ndsfrwudG'),
(5, 'Tadalafil'),
(6, 'hosting'),
(7, 'avacor'),
(8, 'gation'),
(9, 'ruptcy'),
(10, 'obli'),
(11, 'morta'),
(12, 'remoV'),
(13, 'fffd5'),
(14, 'ffffd5'),
(15, 'Wavefrt'),
(16, 'Cialis'),
(17, 'eyebrow-upper-left-corner'),
(18, 'B0000AZJVC'),
(19, 'right-topnav-default-2'),
(20, 'edit1'),
(21, 'display-variation'),
(22, 'erection'),
(23, 'wvvvvv'),
(24, 'mpage.jp'),
(25, '20six.de'),
(26, 'o o o o o o o o o o o o o'),
(27, 'aasgeier'),
(28, 'abspritzer'),
(29, 'sdfds'),
(30, 'ackerfresse'),
(31, 'affenarsch'),
(32, 'affenhirn'),
(33, 'affenkotze'),
(34, 'afterlecker'),
(35, 'aktivex.info'),
(36, 'almosenarsch'),
(37, 'amazing'),
(38, 'am-sperma-riecher'),
(39, 'anal*'),
(40, 'analadmiral'),
(41, 'analbesamer'),
(42, 'analbohrer'),
(43, 'analdrill'),
(44, 'analentjungferer'),
(45, 'analerotiker'),
(46, 'analfetischist'),
(47, 'analförster'),
(48, 'anal-frosch'),
(49, 'analnegerdildo'),
(50, 'analratte'),
(51, 'analritter'),
(52, 'aok-chopper'),
(53, 'armleuchter'),
(54, 'arsch'),
(55, 'arschaufreißer'),
(56, 'arschbackenschänder'),
(57, 'arschbesamer'),
(58, 'ärsche'),
(59, 'arschentjungferer'),
(60, 'arschficker'),
(61, 'arschgeburt'),
(62, 'arschgefickte gummifotze'),
(63, 'arschgeige'),
(64, 'arschgesicht'),
(65, 'arschhaarfetischist'),
(66, 'arschhaarrasierer'),
(67, 'arschhöhlenforscher'),
(68, 'arschkrampe'),
(69, 'arschkratzer'),
(70, 'arschlecker'),
(71, 'arschloch'),
(72, 'arschlöcher'),
(73, 'arschmade'),
(74, 'arschratte'),
(75, 'arschzapfen'),
(76, 'arsebandit'),
(77, 'arsehole'),
(78, 'arsejockey'),
(79, 'arselicker'),
(80, 'arsenuts'),
(81, 'arsewipe'),
(82, 'assel'),
(83, 'assfuck'),
(84, 'assfucking'),
(85, 'assgrabber'),
(86, 'asshol'),
(87, 'asshole'),
(88, 'asshole'),
(89, 'assi'),
(90, 'assrammer'),
(91, 'assreamer'),
(92, 'asswipe'),
(93, 'astlochficker'),
(94, 'auspufflutscher'),
(95, 'bad motherfucker'),
(96, 'badass'),
(97, 'badenutte'),
(98, 'bananenstecker'),
(99, 'bastard'),
(100, 'bastard'),
(101, 'bauernschlampe'),
(102, 'beating the meat'),
(103, 'beef curtains'),
(104, 'beef flaps'),
(105, 'behindis'),
(106, 'bekloppter'),
(107, 'muttergeficktes'),
(108, 'beklopter'),
(109, 'bettnässer'),
(110, 'betrüger'),
(111, 'Betrüger'),
(112, 'bettpisser'),
(113, 'bettspaltenficker'),
(114, 'biatch'),
(115, 'bimbo'),
(116, 'bitch'),
(117, 'bitches'),
(118, 'bitchnutte'),
(119, 'bitsch'),
(120, 'bizzach'),
(121, 'blechfotze'),
(122, 'blödmann'),
(123, 'blogspoint'),
(124, 'blow job'),
(125, 'bohnenfresser'),
(126, 'boob'),
(127, 'boobes'),
(128, 'boobie'),
(129, 'boobies'),
(130, 'boobs'),
(131, 'booby'),
(132, 'boy love'),
(133, 'breasts'),
(134, 'brechfurz'),
(135, 'bückfleisch'),
(136, 'bückstück'),
(137, 'bückvieh'),
(138, 'buggery'),
(139, 'bullensohn'),
(140, 'bullshit'),
(141, 'bummsen'),
(142, 'bumsen'),
(143, 'bumsklumpen'),
(144, 'buschnutte'),
(145, 'busty'),
(146, 'butt pirate'),
(147, 'buttfuc'),
(148, 'buttfuck'),
(149, 'buttfucker'),
(150, 'buttfucking'),
(151, 'carpet muncher'),
(152, 'carpet munchers'),
(153, 'carpetlicker'),
(154, 'carpetlickers'),
(155, 'chausohn'),
(156, 'clitsuck'),
(157, 'clitsucker'),
(158, 'clitsucking'),
(159, 'cock'),
(160, 'cock sucker'),
(161, 'cockpouch'),
(162, 'cracka'),
(163, 'crap'),
(164, 'craper'),
(165, 'crapers'),
(166, 'crapping'),
(167, 'craps'),
(168, 'cunt'),
(169, 'cunt'),
(170, 'cunts'),
(171, 'dachlattengesicht'),
(172, 'dackelficker'),
(173, 'dickhead'),
(174, 'dicklicker'),
(175, 'diplomarschloch'),
(176, 'doofi'),
(177, 'douglette'),
(178, 'drecksack'),
(179, 'drecksau'),
(180, 'dreckschlitz'),
(181, 'dreckschüppengesicht'),
(182, 'drecksfotze'),
(183, 'drecksmösendagmar'),
(184, 'drecksnigger'),
(185, 'drecksnutte'),
(186, 'dreckspack'),
(187, 'dreckstürke'),
(188, 'dreckvotze'),
(189, 'dumbo'),
(190, 'dummschwätzer'),
(191, 'dumpfbacke'),
(192, 'dünnpfifftrinker'),
(193, 'eichellecker'),
(194, 'eierkopf'),
(195, 'eierlutscher'),
(196, 'eiswürfelpisser'),
(197, 'ejaculate'),
(198, 'entenfisterer'),
(199, 'epilepi'),
(200, 'epilepis'),
(201, 'epileppis'),
(202, 'fagette'),
(203, 'fagitt'),
(204, 'fäkalerotiker'),
(205, 'faltenficker'),
(206, 'fatass'),
(207, 'ferkelficker'),
(208, 'ferkel-ficker'),
(209, 'fettarsch'),
(210, 'fettsack'),
(211, 'fettsau'),
(212, 'feuchtwichser'),
(213, 'fick'),
(214, 'fick*'),
(215, 'fickarsch'),
(216, 'fickdreck'),
(217, 'ficken'),
(218, 'ficker'),
(219, 'fickfehler'),
(220, 'fickfetzen'),
(221, 'fickfresse'),
(222, 'fickfrosch'),
(223, 'fickfucker'),
(224, 'fickgelegenheit'),
(225, 'fickgesicht'),
(226, 'fickmatratze'),
(227, 'ficknudel'),
(228, 'ficksau'),
(229, 'fickschlitz'),
(230, 'fickschnitte'),
(231, 'fickschnitzel'),
(232, 'fingerfuck'),
(233, 'fingerfucking'),
(234, 'fisch-stinkender hodenfresser'),
(235, 'fistfuck'),
(236, 'fistfucking'),
(237, 'flachtitte'),
(238, 'flussfotze'),
(239, 'fotze'),
(240, 'fotzenforscher'),
(241, 'fotzenfresse'),
(242, 'fotzenknecht'),
(243, 'fotzenkruste'),
(244, 'fotzenkuchen'),
(245, 'fotzenlecker'),
(246, 'fotzenlöckchen'),
(247, 'fotzenpisser'),
(248, 'fotzenschmuser'),
(249, 'fotzhobel'),
(250, 'frisösenficker'),
(251, 'frisösenfotze'),
(252, 'fritzfink'),
(253, 'froschfotze'),
(254, 'froschfotzenficker'),
(255, 'froschfotzenleder'),
(256, 'fuck'),
(257, 'fucked'),
(258, 'fucker'),
(259, 'fucker'),
(260, 'fucking'),
(261, 'fuckup'),
(262, 'fudgepacker'),
(263, 'futtgesicht'),
(264, 'gay lord'),
(265, 'geilriemen'),
(266, 'gesichtsfotze'),
(267, 'göring'),
(268, 'großmaul'),
(269, 'gummifotzenficker'),
(270, 'gummipuppenbumser'),
(271, 'gummisklave'),
(272, 'hackfresse'),
(273, 'hafensau'),
(274, 'hartgeldhure'),
(275, 'heil hitler'),
(276, 'hi hoper'),
(277, 'hinterlader'),
(278, 'hirni'),
(279, 'hitler'),
(280, 'hodenbeißer'),
(281, 'hodensohn'),
(282, 'homo'),
(283, 'hosenpisser'),
(284, 'hosenscheißer'),
(285, 'hühnerficker'),
(286, 'huhrensohn'),
(287, 'hundeficker'),
(288, 'hundesohn'),
(289, 'hurenlecker'),
(290, 'hurenpeter'),
(291, 'hurensohn'),
(292, 'hurentocher'),
(293, 'idiot'),
(294, 'idioten'),
(295, 'itakker'),
(296, 'ittaker'),
(297, 'jack off'),
(298, 'jackass'),
(299, 'jackshit'),
(300, 'jerk off'),
(301, 'jizz'),
(302, 'judensau'),
(303, 'kackarsch'),
(304, 'kacke'),
(305, 'kacken'),
(306, 'kackfass'),
(307, 'kackfresse'),
(308, 'kacknoob'),
(309, 'kaktusficker'),
(310, 'kanacke'),
(311, 'kanake'),
(312, 'kanaken'),
(313, 'kanaldeckelbefruchter'),
(314, 'kartoffelficker'),
(315, 'kinderficken'),
(316, 'kinderficker'),
(317, 'kinderporno'),
(318, 'kitzler fresser'),
(319, 'klapposkop'),
(320, 'klolecker'),
(321, 'klötenlutscher'),
(322, 'knoblauchfresser'),
(323, 'konzentrationslager'),
(324, 'kotgeburt'),
(325, 'kotnascher'),
(326, 'kümmeltürke'),
(327, 'kümmeltürken'),
(328, 'lackaffe'),
(329, 'lebensunwert'),
(330, 'lesbian'),
(331, 'lurchi'),
(332, 'lustbolzen'),
(333, 'lutscher'),
(334, 'magerschwanz'),
(335, 'manwhore'),
(336, 'masturbate'),
(337, 'meat puppet'),
(338, 'missgeburt'),
(339, 'mißgeburt'),
(340, 'mistsau'),
(341, 'miststück'),
(342, 'mitternachtsficker'),
(343, 'mohrenkopf'),
(344, 'mokkastübchenveredler'),
(345, 'mongo'),
(346, 'möse'),
(347, 'mösenficker'),
(348, 'mösenlecker'),
(349, 'mösenputzer'),
(350, 'möter'),
(351, 'mother fucker'),
(352, 'mother fucking'),
(353, 'motherfucker'),
(354, 'muschilecker'),
(355, 'muschischlitz'),
(356, 'mutterficker'),
(357, 'nazi'),
(358, 'nazis'),
(359, 'neger'),
(360, 'nigga'),
(361, 'nigger'),
(362, 'niggerlover'),
(363, 'niggers'),
(364, 'niggerschlampe'),
(365, 'nignog'),
(366, 'nippelsauger'),
(367, 'nutte'),
(368, 'nuttensohn'),
(369, 'nuttenstecher'),
(370, 'nuttentochter'),
(371, 'ochsenpimmel'),
(372, 'ölauge'),
(373, 'oral sex'),
(374, 'penis licker'),
(375, 'penis licking'),
(376, 'penis sucker'),
(377, 'penis sucking'),
(378, 'penis'),
(379, 'peniskopf'),
(380, 'penislecker'),
(381, 'penislutscher'),
(382, 'penissalat'),
(383, 'penner'),
(384, 'pferdearsch'),
(385, 'phentermine'),
(386, 'pimmel'),
(387, 'pimmelkopf'),
(388, 'pimmellutscher'),
(389, 'pimmelpirat'),
(390, 'pimmelprinz'),
(391, 'pimmelschimmel'),
(392, 'pimmelvinni'),
(393, 'pindick'),
(394, 'piss off'),
(395, 'piss'),
(396, 'pissbirne'),
(397, 'pissbotte'),
(398, 'pisse'),
(399, 'pisser'),
(400, 'pissetrinker'),
(401, 'pissfisch'),
(402, 'pissflitsche'),
(403, 'pissnelke'),
(404, 'polacke'),
(405, 'polacken'),
(406, 'poop'),
(407, 'popellfresser'),
(408, 'popostecker'),
(409, 'popunterlage'),
(410, 'porn'),
(411, 'porno'),
(412, 'pornografie'),
(413, 'pornoprengel'),
(414, 'pottsau'),
(415, 'prärieficker'),
(416, 'prick'),
(417, 'quiff'),
(418, 'randsteinwichser'),
(419, 'rasierte votzen'),
(420, 'rimjob'),
(421, 'rindsriemen'),
(422, 'ritzenfummler'),
(423, 'rollbrooden'),
(424, 'roseten putzer'),
(425, 'roseten schlemmer'),
(426, 'rosettenhengst'),
(427, 'rosettenkönig'),
(428, 'rosettenlecker'),
(429, 'rosettentester'),
(430, 'sackfalter'),
(431, 'sackgesicht'),
(432, 'sacklutscher'),
(433, 'sackratte'),
(434, 'saftarsch'),
(435, 'sakfalter'),
(436, 'schamhaarlecker'),
(437, 'schamhaarschädel'),
(438, 'schandmaul'),
(439, 'scheisse'),
(440, 'scheisser'),
(441, 'scheissgesicht'),
(442, 'scheisshaufen'),
(443, 'scheißhaufen'),
(444, 'schlammfotze'),
(445, 'schlampe'),
(446, 'schleimmöse'),
(447, 'schlitzpisser'),
(448, 'schmalspurficker'),
(449, 'schmeue'),
(450, 'schmuckbert'),
(451, 'schnuddelfresser'),
(452, 'schnurbeltatz'),
(453, 'schrumpelfotze'),
(454, 'schwanzlurch'),
(455, 'schwanzlutscher'),
(456, 'schweinepriester'),
(457, 'schweineschwanzlutscher'),
(458, 'schwuchtel'),
(459, 'schwutte'),
(460, 'sex'),
(461, 'shiter'),
(462, 'shiting'),
(463, 'shitlist'),
(464, 'shitomatic'),
(465, 'shits'),
(466, 'shitty'),
(467, 'shlong'),
(468, 'shut the fuckup'),
(469, 'sieg heil'),
(470, 'sitzpisser'),
(471, 'skullfuck'),
(472, 'skullfucker'),
(473, 'skullfucking'),
(474, 'slut'),
(475, 'smegmafresser'),
(476, 'spack'),
(477, 'spacko'),
(478, 'spaghettifresser'),
(479, 'spastard'),
(480, 'spasti'),
(481, 'spastis'),
(482, 'spermafresse'),
(483, 'spermarutsche'),
(484, 'spritzer'),
(485, 'stinkschlitz'),
(486, 'stricher'),
(487, 'suck my cock'),
(488, 'suck my dick'),
(489, 'threesome'),
(490, 'tittenficker'),
(491, 'tittenspritzer'),
(492, 'titties'),
(493, 'titty'),
(494, 'tunte'),
(495, 'untermensch'),
(496, 'vagina'),
(497, 'vergasen'),
(498, 'viagra'),
(499, 'volldepp'),
(500, 'volldeppen'),
(501, 'vollhorst'),
(502, 'vollidiot'),
(503, 'vollpfosten'),
(504, 'vollspack'),
(505, 'vollspacken'),
(506, 'vollspasti'),
(507, 'vorhaut'),
(508, 'votze'),
(509, 'votzenkopf'),
(510, 'wanker'),
(511, 'wankers'),
(512, 'weichei'),
(513, 'whoar'),
(514, 'whore'),
(515, 'wichsbart'),
(516, 'wichsbirne'),
(517, 'wichser'),
(518, 'wichsfrosch'),
(519, 'wichsgriffel'),
(520, 'wichsvorlage'),
(521, 'wickspickel'),
(522, 'wixa'),
(523, 'wixen'),
(524, 'wixer'),
(525, 'wixxer'),
(526, 'wixxxer'),
(527, 'wixxxxer'),
(528, 'wurstsemmelfresser'),
(529, 'yankee'),
(530, 'zappler'),
(531, 'zyclon b'),
(532, 'zyklon b'),
(533, 'x x x');

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

--
-- Table structure for table `jos_easytables`
--

CREATE TABLE IF NOT EXISTS `jos_easytables` (
  `id` int(11) NOT NULL auto_increment,
  `easytablename` varchar(255) NOT NULL,
  `easytablealias` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `published` tinyint(1) unsigned NOT NULL default '0',
  `defaultimagedir` text NOT NULL,
  `linkedtable` int(11) NOT NULL,
  `created_` datetime NOT NULL,
  `modified_` datetime NOT NULL,
  `modifiedby_` tinyint(3) NOT NULL,
  `checked_out` tinyint(1) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `hits` int(11) unsigned NOT NULL default '0',
  `datatablename` varchar(255) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COMMENT='1.0.3c' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_easytables`
--

INSERT INTO `jos_easytables` (`id`, `easytablename`, `easytablealias`, `description`, `published`, `defaultimagedir`, `linkedtable`, `created_`, `modified_`, `modifiedby_`, `checked_out`, `checked_out_time`, `hits`, `datatablename`, `params`) VALUES
(1, 'LAHC 2009 2010 Results', '0910results', '', 1, '', 0, '2010-08-25 15:15:01', '2010-08-25 15:31:24', 62, 0, '0000-00-00 00:00:00', 0, '', 'id=0\nkey_field=\nlinked_key_field=\nshow_description=\nshow_search=\nshow_pagination=\nshow_created_date=\nshow_modified_date=\n\n'),
(2, 'LAHC 2009 2010 Tournament Results', 'lahc-2009-2010-tournament-results', '', 1, '', 0, '2010-08-25 17:00:52', '2010-08-25 17:01:43', 62, 0, '0000-00-00 00:00:00', 0, '', 'id=0\nkey_field=\nlinked_key_field=\nshow_description=\nshow_search=\nshow_pagination=\nshow_created_date=\nshow_modified_date=\n\n');

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

--
-- Table structure for table `jos_easytables_table_data_1`
--

CREATE TABLE IF NOT EXISTS `jos_easytables_table_data_1` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `date` text NOT NULL,
  `time` text NOT NULL,
  `gm` text NOT NULL,
  `visitor` text NOT NULL,
  `score` text NOT NULL,
  `home` text NOT NULL,
  `score6` text NOT NULL,
  `rink` text NOT NULL,
  `type` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `jos_easytables_table_data_1`
--

INSERT INTO `jos_easytables_table_data_1` (`id`, `date`, `time`, `gm`, `visitor`, `score`, `home`, `score6`, `rink`, `type`) VALUES
(1, '09/13/09', '12:30p', '4286', 'LA Hockey', '1', 'Mariners', '5', 'Easy Street Arena', 'Pra'),
(2, '09/20/09', '11:05a', '4293', 'OC Hockey(1)', '14', 'LA Hockey', '1', 'Glacial Gardens Lakewood', 'Pra'),
(3, '09/27/09', '7:00a', '4298', 'LA Hockey', '1', 'OC Hockey(2)', '5', 'OC Ice Palace', 'Pra'),
(4, '10/03/09', '12:15p', '4307', 'LA Hockey', '6', 'Jr. Reign', '7', 'Riverside Icetown', 'Pra'),
(5, '10/10/09', '8:15a', '4316', 'LA Hockey', '10', 'Stars', '3', 'Center Ice Ontario', 'Pra'),
(6, '10/18/09', '12:00p', '1606', 'LA Hockey', '1', 'Express', '8', 'Ice Station Valencia', 'Reg'),
(7, '10/25/09', '7:25a', '1628', 'LA Hockey', '1', 'Jr. Ducks(1)', '3', 'Anaheim ICE', 'Reg'),
(8, '10/25/09', '4:00p', '1753', 'Jaguars', '11', 'LA Hockey', '1', 'Glacial Gardens Lakewood', 'Reg'),
(9, '11/01/09', '11:05a', '1433', 'Jr. Ducks(2)', '3', 'LA Hockey', '1', 'Glacial Gardens Lakewood', 'Reg'),
(10, '11/07/09', '12:50p', '1629', 'LA Hockey', '5', 'Lady Ducks', '4', 'Anaheim ICE', 'Exh'),
(11, '11/14/09', '3:15p', '1639', 'LA Hockey', '1', 'Dragons', '12', 'Bakersfield Ice Sports Center', 'Reg'),
(12, '11/22/09', '7:15a', '1650', 'Wildcats(1)', '2', 'LA Hockey', '6', 'Glacial Gardens Lakewood', 'Reg'),
(13, '12/13/09', '8:25a', '1708', 'LA Hockey', '0', 'Wildcats(2)', '9', 'KHS', 'Reg'),
(14, '12/20/09', '11:30a', '1679', 'LA Hockey', '5', 'Wolves(2)', '1', 'Valley Ice Center', 'Reg'),
(15, '01/03/10', '7:00a', '1685', 'LA Hockey', '8', 'Stars', '1', 'Center Ice Ontario', 'Reg'),
(16, '01/17/10', '11:05a', '1701', 'Jr. Reign', '2', 'LA Hockey', '3', 'Glacial Gardens Lakewood', 'Reg'),
(17, '01/24/10', '10:20a', '1711', 'LA Hockey', '2', 'OC Hockey(1)', '4', 'OC Ice Palace', 'Reg'),
(18, '01/31/10', '11:05a', '1719', 'OC Hockey(2)', '0', 'LA Hockey', '3', 'Glacial Gardens Lakewood', 'Reg'),
(19, '02/07/10', '11:05a', '1723', 'Mariners', '2', 'LA Hockey', '4', 'Glacial Gardens Lakewood', 'Reg'),
(20, '02/21/10', '7:15a', '1732', 'Maple Leafs', '2', 'LA Hockey', '7', 'Glacial Gardens Lakewood', 'Reg'),
(21, '03/06/10', '8:55a', '1744', 'LA Hockey', '0', 'Wolves(1)', '3', 'Valley Ice Center', 'Reg'),
(22, '03/07/10', '5:45p', '1759', 'LA Hockey', '1', 'Jr. Kings(1)', '4', 'Toyota Sports Center', 'Reg');

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

--
-- Table structure for table `jos_easytables_table_data_2`
--

CREATE TABLE IF NOT EXISTS `jos_easytables_table_data_2` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `tournament` text NOT NULL,
  `home` text NOT NULL,
  `away` text NOT NULL,
  `date` text NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;

--
-- Dumping data for table `jos_easytables_table_data_2`
--

INSERT INTO `jos_easytables_table_data_2` (`id`, `tournament`, `home`, `away`, `date`, `time`) VALUES
(1, 'Jr Ducks Early Bird 2009', 'JR REIGN (WEST) 7', 'LAHC (WEST) 2', '09/04/09', '11:08:00 AM'),
(2, 'Jr Ducks Early Bird 2009', 'LAHC (WEST) 3', 'OCHC #2 (WEST) 5', '09/05/09', '12:05:00 PM'),
(3, 'Jr Ducks Early Bird 2009', 'JR DUCKS SQUIRT B1 (WEST) 10', 'LAHC (WEST) 0', '09/05/09', '06:42:00 PM'),
(4, 'Jr Ducks Early Bird 2009', 'LAHC (WEST) 1', 'ANAHEIM WILDCATS (EAST) 5', '09/06/09', '01:40:00 PM'),
(5, 'Jr Ducks Fall Festival 2009', 'OCHC 1(East) 8', 'LAHC(East) 0', '11/25/09', '07:33:00 PM'),
(6, 'Jr Ducks Fall Festival 2009', 'WV Wolves 2(East) 1', 'LAHC(East) 8', '11/28/09', '10:36:00 AM'),
(7, 'Jr Ducks Fall Festival 2009', 'Jr Kings 2(East) 6', 'LAHC(East) 1', '11/28/09', '05:46:00 PM'),
(8, 'Jr Ducks Winter Classic 2009', 'R DUCKS B1 (East) 8', 'LAHC (East) 1', '12/26/09', '10:55:00 AM'),
(9, 'Jr Ducks Winter Classic 2009', 'LAHC (East) 0', 'ROCKY MT RENEGADES (East) 5', '12/28/09', '11:00:00 AM'),
(10, 'Jr Ducks Winter Classic 2009', 'CA STARS (East) 0', 'LAHC (East) 9', '12/29/09', '01:55:00 PM'),
(11, 'Jr Ducks Winter Classic 2009', 'LAHC (East) 4', 'SD SAINTS (East) 3', '12/30/09', '11:00:00 AM'),
(12, '2010 California State Winter Games', 'Tri-Valley Blue Devils', 'LAHC   ', '02/12/10', '10:00:00 AM'),
(13, '2010 California State Winter Games', 'LAHC   ', 'SDIA Oilers', '02/13/10', '03:20:00 PM'),
(14, '2010 California State Winter Games', 'Iceoplex', 'LAHC   ', '02/14/10', '0'),
(15, '2010 California State Winter Games', 'SD Saints', 'LAHC   ', '02/14/10', '0'),
(16, '2010 Glacial Gardens Spring Shootout', 'LAHC   ', 'South Bay', '04/02/10', '05:45:00 PM'),
(17, '2010 Glacial Gardens Spring Shootout', 'San Diego', 'LAHC   ', '04/03/10', '08:00:00 AM'),
(18, '2010 Glacial Gardens Spring Shootout', 'LAHC   ', 'LAHC (2)', '04/03/10', '05:30:00 PM'),
(19, '2010 Glacial Gardens Spring Shootout', 'LAHC    ', 'South Bay', '04/04/10', '08:45:00 AM'),
(20, '2010 Glacial Gardens Spring Shootout', 'San Diego', 'LAHC (1st Place champions)   ', '04/04/10', '03:30:00 PM'),
(21, '2010 Glacial Gardens Memorial Cup', 'LAHC 3', 'OCHC 7', '05/28/10', '03:30:00 PM'),
(22, '2010 Glacial Gardens Memorial Cup', 'LAHC 0', 'Jr Kings (1) 7', '05/29/10', '07:30:00 AM'),
(23, '2010 Glacial Gardens Memorial Cup', 'Jr Kings (2) 8', 'LAHC 1', '05/30/10', '08:00:00 AM');

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

--
-- Table structure for table `jos_easytables_table_meta`
--

CREATE TABLE IF NOT EXISTS `jos_easytables_table_meta` (
  `id` int(11) NOT NULL auto_increment,
  `easytable_id` int(11) NOT NULL,
  `position` int(11) NOT NULL,
  `label` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `type` tinyint(1) NOT NULL,
  `list_view` tinyint(1) NOT NULL,
  `detail_link` tinyint(1) NOT NULL,
  `detail_view` tinyint(1) NOT NULL,
  `fieldalias` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `easytable_id` (`easytable_id`,`position`,`label`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COMMENT='1.0fc10' AUTO_INCREMENT=15 ;

--
-- Dumping data for table `jos_easytables_table_meta`
--

INSERT INTO `jos_easytables_table_meta` (`id`, `easytable_id`, `position`, `label`, `description`, `type`, `list_view`, `detail_link`, `detail_view`, `fieldalias`) VALUES
(1, 1, 0, 'Date', '', 0, 1, 1, 1, 'date'),
(2, 1, 1, 'Time', '', 0, 1, 1, 1, 'time'),
(3, 1, 2, 'GM', '', 0, 1, 1, 1, 'gm'),
(4, 1, 3, 'Visitor', '', 0, 1, 1, 1, 'visitor'),
(5, 1, 4, 'Score', '', 0, 1, 1, 1, 'score'),
(6, 1, 5, 'Home', '', 0, 1, 1, 1, 'home'),
(7, 1, 6, 'Score', '', 0, 1, 1, 1, 'score6'),
(8, 1, 7, 'Rink', '', 0, 1, 1, 1, 'rink'),
(9, 1, 8, 'Type', '', 0, 1, 1, 1, 'type'),
(10, 2, 1, 'Tournament', '', 0, 1, 1, 1, 'tournament'),
(11, 2, 2, 'Home', '', 0, 1, 1, 1, 'home'),
(12, 2, 3, 'Away', '', 0, 1, 1, 1, 'away'),
(13, 2, 4, 'Date', '', 0, 1, 1, 1, 'date'),
(14, 2, 5, 'Time', '', 0, 1, 1, 1, 'time');

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

--
-- Table structure for table `jos_gcalendar`
--

CREATE TABLE IF NOT EXISTS `jos_gcalendar` (
  `id` int(11) NOT NULL auto_increment,
  `calendar_id` text NOT NULL,
  `name` text NOT NULL,
  `magic_cookie` text NOT NULL,
  `color` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_gcalendar`
--

INSERT INTO `jos_gcalendar` (`id`, `calendar_id`, `name`, `magic_cookie`, `color`) VALUES
(1, 'auq3gm1a5k4spe673vd3paadm4%40group.calendar.google.com', 'LAHC 2010-2011 Schedule', '', '060D5E');

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

--
-- 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_jmsitemap_google`
--

CREATE TABLE IF NOT EXISTS `jos_jmsitemap_google` (
  `id` int(11) NOT NULL,
  `priority` float NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_jmsitemap_google`
--

INSERT INTO `jos_jmsitemap_google` (`id`, `priority`) VALUES
(1, 0.5),
(2, 0.5),
(3, 0.5),
(4, 0.5),
(5, 0.5),
(6, 0.5),
(7, 0.5),
(8, 0.5),
(9, 0.5),
(10, 0.5),
(11, 0.5),
(12, 0.5),
(13, 0.5),
(14, 0.5),
(15, 0.5),
(16, 0.5),
(17, 0.5),
(18, 0.5),
(19, 0.5);

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

--
-- Table structure for table `jos_jmsitemap_menus`
--

CREATE TABLE IF NOT EXISTS `jos_jmsitemap_menus` (
  `id` int(10) NOT NULL,
  `published` int(1) NOT NULL default '1',
  `ordering` int(10) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_jmsitemap_menus`
--

INSERT INTO `jos_jmsitemap_menus` (`id`, `published`, `ordering`) VALUES
(1, 1, 1);

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

--
-- 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=30 ;

--
-- 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', 'Home', 'home', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1),
(2, 'mainmenu', 'Videos', 'videos', 'index.php?option=com_content&view=article&id=5', '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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(3, 'mainmenu', 'Pictures', 'pictures', 'index.php?option=com_content&view=article&id=3', '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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(4, 'mainmenu', 'Information', '0910squirtbmisc', 'index.php?option=com_content&view=article&id=4', '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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(5, 'mainmenu', '2010 Storm Videos', '2010-storm-videos', 'index.php?option=com_content&view=article&id=2', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(6, 'mainmenu', 'JD Early Bird 2009 - Game 1', 'jd-early-bird-2009-game-1', 'index.php?option=com_content&view=article&id=7', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(7, 'mainmenu', 'JD Early Bird 2009 - Games 2 & 3', 'jd-early-bird-2009-games-2-a-3', 'index.php?option=com_content&view=article&id=8', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(8, 'mainmenu', 'JD Early Bird 2009 - Game 4', 'jd-early-bird-2009-game-4', 'index.php?option=com_content&view=article&id=9', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(9, 'mainmenu', 'Kings vs Stars October 22 2009', 'kings-vs-stars-october-22-2009', 'index.php?option=com_content&view=article&id=10', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(10, 'mainmenu', '2010 Tournaments', '2010-tournaments', 'index.php?option=com_content&view=article&id=14', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(11, 'mainmenu', '2009 Tournaments', '2009-tournaments', 'index.php?option=com_content&view=article&id=13', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(12, 'mainmenu', '2010 Regular Season', '2010-regular-season', 'index.php?option=com_content&view=article&id=11', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(13, 'mainmenu', '2009 Regular Season', '2009-regular-season', 'index.php?option=com_content&view=article&id=12', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(14, 'mainmenu', '2009 Pre-Season', '2009-pre-season', 'index.php?option=com_content&view=article&id=15', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(15, 'mainmenu', 'Guestbook', 'guestbook', 'index.php?option=com_easybookreloaded&view=easybookreloaded', 'component', 1, 0, 34, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'default_published=\nsend_mail=\nemailfornotification=\nsecret_word=\nvalid_time_emailnot=\nbadwordfilter=\nentries_perpage=\nentries_order=\nshow_introtext=\nintrotext=\nsupport_bbcode=\nsupport_smilie=\nsmilie_set=\nsupport_link=\nsupport_mail=\nsupport_pic=\nwordwrap=\nmaxlength=\ntemplate_dark=\ndate_format=\nshow_rating=\nrating_max=\nshow_rating_hint=\nshow_rating_type=\nenable_log=0\nshow_mail=\nrequire_mail=\nshow_loca=0\nshow_home=0\nnofollow_home=0\nshow_icq=0\nshow_aim=0\nshow_msn=0\nshow_yah=0\nshow_skype=0\nenable_spam=0\nmax_value=\ntype_time_sec=\nenable_spam_reg=\nadd_acl=\nadmin_acl=\nshow_logo=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(16, 'mainmenu', 'Calendar', 'calendar', 'index.php?option=com_gcalendar&view=google', 'component', 1, 0, 39, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_selection=1\ntitle=1\nnavigation=1\ndate=1\nprint=1\ntabs=1\ntz=1\nwidth=100%\nheight=500\nview=MONTH\nweekstart=1\nbgcolor=FFFFFF\ntextbefore=\ntextafter=\npageclass_sfx=\nuse_custom_css=0\ngoogle_apps_domain=\ntimezone=America/Tijuana\nloadJQuery=\nshow_calendar_name=\nshow_event_title=\nshow_event_date=\nshow_event_attendees=\nshow_event_description=\nshow_event_location=\nshow_event_author=\nshow_event_copy_info=\nevent_date_format=%d.%m.%Y\nevent_time_format=%H:%M\npage_title=\nshow_page_title=1\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(17, 'mainmenu', 'Site Map', 'sitemap', 'index.php?option=com_jmsitemap&view=sitemap', 'component', 1, 0, 43, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(18, 'mainmenu', '2009-2010 Squirt B Game Results', '2009-2010-squirt-b-game-results', 'index.php?option=com_easytable&view=easytable&id=1', 'component', 1, 25, 47, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=\nshow_search=0\nshow_pagination=0\nshow_created_date=0\nshow_modified_date=0\nuninstall_type=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(19, 'mainmenu', '2009-2010 Squirt B Tournament Results', '2009-2010-squirt-b-tournament-results', 'index.php?option=com_easytable&view=easytable&id=2', 'component', 1, 25, 47, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=\nshow_search=0\nshow_pagination=0\nshow_created_date=0\nshow_modified_date=0\nuninstall_type=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(20, 'mainmenu', 'JD Early Bird 2010 Finals 1', 'jd-early-bird-2010-finals-1', 'index.php?option=com_content&view=article&id=18', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(21, 'mainmenu', 'JD Early Bird 2010 Finals 2', 'jd-early-bird-2010-finals-2', 'index.php?option=com_content&view=article&id=19', 'component', 1, 3, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(22, 'mainmenu', '2010 Pre-Season', '2010-pre-season', 'index.php?option=com_content&view=article&id=20', 'component', 1, 2, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(23, 'mainmenu', '2010-2011 Team Roster', '2010-2011-team-roster', 'index.php?option=com_content&view=article&id=17', 'component', 1, 26, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(24, 'mainmenu', '2010-2011 Squirt B Game Results', '2010-2011-squirt-b-game-results', 'index.php?option=com_content&view=article&id=16', 'component', 1, 25, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(25, 'mainmenu', 'Game Results', 'game-results', 'index.php?option=com_content&view=article&id=21', '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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(26, 'mainmenu', 'Team Rosters', 'team-rosters', 'index.php?option=com_content&view=article&id=22', '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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(27, 'mainmenu', '2010 Pacific Selects Videos', '2010-pacific-selects-videos', 'index.php?option=com_content&view=article&id=23', 'component', 1, 2, 20, 1, 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(28, 'mainmenu', '2010 Eagles Videos', '2010-eagles-videos', 'index.php?option=com_content&view=article&id=24', 'component', 1, 2, 20, 1, 9, 62, '2010-11-02 07:05:20', 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=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(29, 'mainmenu', 'Jared and Joe Joe Birthday Party', 'jared-and-joe-joe-birthday-party', 'index.php?option=com_content&view=article&id=25', 'component', 1, 3, 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=\nshow_page_title=1\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=4 ;

--
-- 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');

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

--
-- 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=24 ;

--
-- 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, 'Main Menu', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu\nmoduleclass_sfx=_menu\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', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''),
(4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, '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', 1, '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, ''),
(19, 'GCalendar Upcoming Events', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_gcalendar_upcoming', 0, 0, 1, 'date_format=%d.%m.%Y\ntime_format=%H:%M\nmax_events=5\norder=1\nfind=\nimages=yes\ncalimage_background=729FCC\ncalimage_month=FFFFFF\ncalimage_day=7CADDE\nmoduleclass_sfx=\ntext_before=\noutput=<p>{startdate} {starttime} {dateseparator} {enddate}\\n				{endtime}<br/><a\\n				href="{backlink}">{title}</a></p>\ntext_after=\nend_date=\ngc_cache=1\ngc_cache_time=900\n\n', 0, 0, ''),
(18, 'J!Analytics', '', 0, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_janalytics', 0, 0, 0, 'analyticsCode=ga\nanalyticsId=UA-18143172-1\nanalyticsSubdomainTracking=lahcsquirt.com\n\n', 0, 0, ''),
(20, 'GCalendar Next Event', '', 4, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_gcalendar_next', 0, 0, 1, 'style_parameters=\nmoduleclass_sfx=\noffset=0\noutput=<span class="countdown_row">{y<}<span class="countdown_section"><span class="countdown_amount">{yn}</span><br/>{yl}</span>{y>}{o<}<span class="countdown_section"><span class="countdown_amount">{on}</span><br/>{ol}</span>{o>}{w<}<span class="countdown_section"><span class="countdown_amount">{wn}</span><br/>{wl}</span>{w>}{d<}<span class="countdown_section"><span class="countdown_amount">{dn}</span><br/>{dl}</span>{d>}{h<}<span class="countdown_section"><span class="countdown_amount">{hn}</span><br/>{hl}</span>{h>}{m<}<span class="countdown_section"><span class="countdown_amount">{mn}</span><br/>{ml}</span>{m>}{s<}<span class="countdown_section"><span class="countdown_amount">{sn}</span><br/>{sl}</span>{s>}<div style="clear:both;"><span class="countdown_descr">{desc}</span></div></span>\npast_events=1\noutput_now=<span class="countdown_row"><span class="countdown_descr>Right now: {desc}</span><br/><span class="countdown_descr_sub></span>Join us at [<a href="http://maps.google.com/?q={{location}}" target="_blank">map</a>]</span>\nno_event=<div class="gcalendar_next">No event found.</div>\nfind=\ntitle_filter=.*\nstart_date=-1 day\nend_date=+1 year\nmax_events=10\ngc_cache=1\ngc_cache_time=900\n\n', 0, 0, ''),
(21, 'GCalendar Overview', '', 5, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_gcalendar', 0, 0, 0, 'calendarids=1\nweekstart=0\ntitleformat_month=MMMM yyyy\ntimeformat_month=HH:mm{ - HH:mm}\ncalendar_height=\nevent_color=135CAE\nmoduleclass_sfx=\ntheme=\ngc_cache=1\ngc_cache_time=900\n\n', 0, 0, ''),
(23, 'ShareThis for Joomla!', '', 6, 'left', 62, '2010-08-25 18:32:17', 1, 'mod_JoomlaShareThis', 0, 0, 0, 'moduleclass_sfx=st_sharethis\ncustom_text=ShareThis\nsharethis_show_web_tab=1\nsharethis_show_post_tab=1\nsharethis_show_email_tab=1\nsharethis_publisher_id=028ff294-b143-4a8a-8ee5-e5064538d6de\nsharethis_style=0\nsharethis_popup=0\nsharethis_embeds=0\nsharethis_headerbg=#000099\nsharethis_inactivebg=#CCCCCC\nsharethis_inactivefg=#000000\nsharethis_linkfg=#000099\nsharethis_choose_services=default\nsharethis_services_list=reddit,digg,facebook,myspace,delicious,stumbleupon,technorati,google_bmarks,yahoo_bmarks,yahoo_myweb,windows_live,propeller,friendfeed,newsvine,xanga,mixx,blinklist,furl,magnolia,mister_wong,n4g,blogmarks,faves,current,simpy,slashdot,meneame,yigg,oknotizie,fresqui,diigo,care2,funp,kirtsy,hugg,sphinn\n\n', 0, 0, ''),
(22, 'Easy Google AdSense', '', 0, 'footer', 62, '2010-09-27 20:21:00', 0, 'mod_easy_google_adsense', 0, 0, 0, 'veroplus_ad_type=text\nveroplus_ad_uifeatures=6\nveroplus_ad_format=728x90_as\nveroplus_color_border=D5D5D5\nveroplus_color_bg=FFFFFF\nveroplus_color_link=0033FF\nveroplus_color_text=333333\nveroplus_color_url=008000\nveroplus_ad_css=text-align:center;\nveroplus_ad_channel=\nveroplus_ad_client=pub-2466235852591825\nmoduleclass_sfx=\nveroplus_alternate_ad_url=\nveroplus_alternate_color=\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, 0),
(18, 0),
(19, 0),
(20, 0),
(21, 0),
(22, 0),
(23, 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=1 ;

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


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

--
-- 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=40 ;

--
-- 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, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Editor - TinyMCE', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=advanced\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=0\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=1\nvisualchars=1\nnonbreaking=1\nblockquote=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'),
(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 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, 0, 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, 'System - Mootools Upgrade', 'mtupgrade', 'system', 0, 8, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(35, 'Content - YouTube Video Embedding', 'youtubeembed', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'width=318\nheight=255\n\n'),
(36, 'Simple Image Gallery Plugin', 'jwsig', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'th_width=100\nth_height=100\nth_quality=80\ndisplaynavtip=1\nnavtip=Navigation tip: Hover mouse on top of the right or left side of the image to see the next or previous image respectively.\ndisplaymessage=1\nmessage=You are browsing images from the article:\n\n'),
(37, 'Search - GCalendar', 'gcalendar', 'search', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\npastevents=1\n'),
(38, 'Content - GCalendar Next Event', 'gcalendar_next', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'start_soon=-4 hours\nend_soon=-1 hour\n'),
(39, 'Google Maps', 'plugin_googlemap2', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'publ=1\nplugincode=mosmap\nbrackets={\nGoogle_API_version=2.x\nloadmootools=1\ntimeinterval=500\nurlsetting=http_host\ngooglewebsite=maps.google.com\ngoogleindexing=1\nwidth=500\nheight=400\nlat=52.075581\nlon=4.541513\nzoom=10\ncontrolType=user\nzoomType=3D-large\nmapType=Normal\nshowMaptype=1\nshowTerrainMaptype=1\nshowEarthMaptype=1\ndragging=1\nmarker=1\ndirtype=D\nshowdir=1\nanimspeed=1\nanimunit=kilometers\nlanganim=en;The requested panorama could not be displayed\\|Could not generate a route for the current start and end addresses\\|Street View coverage is not available for this route\\|You have reached your destination\\|miles\\|miles\\|ft\\|kilometers\\|kilometer\\|meters\\|In\\|You will reach your destination\\|Stop\\|Drive\\|Press Drive to follow your route\\|Route\\|Speed\\|Fast\\|Medium\\|Slow\npanoramio=none\npanotype=none\npanoorder=popularity\npanomax=50\nyoutube=none\nwiki=none\nmaxads=3\nsearchlist=inline\nsearchtarget=_blank\nsearchzoompan=1\ntxtdir=Directions: \ntxtgetdir=Get Directions\ntxtfrom=From here\ntxtto=To here\ntxtdiraddr=Address: \ntxtaddr=Address: ##\nerraddr=Address ## not found!\nalign=center\nlangtype=center\ntxtlightbox=Open lightbox\nlbxwidth=500\nlbxheight=700\neffect=none\nkmlrenderer=google\nkmlsidebar=none\nkmlsbwidth=200\nkmlopenmethod=click\nkmlsbsort=none\nkmlclickablemarkers=1\nkmllinktarget=_self\nkmllinkmethod=dblclick\nkmlmarkerlabel=100\nkmlpolylabel=100\nproxy=1\nsv=none\nsvwidth=100%\nsvheight=300\nearthtimeout=100\nearthborders=1\n');

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

--
-- 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=1 ;

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


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

--
-- 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=1 ;

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


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

--
-- 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_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=1 ;

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


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

--
-- 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=2 ;

--
-- 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
(1, 'Multimedia', '', 'multimedia', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 1, 0, 3, '');

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

--
-- 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
('', '1294858612', '52072ffcbf57ebeb660dd6647ff4e87a', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1294858612;s:18:"session.timer.last";i:1294858612;s:17:"session.timer.now";i:1294858612;s:24:"session.client.forwarded";s:12:"208.54.39.51";s:22:"session.client.browser";s:77:"BlackBerry8520/5.0.0.900 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/100";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:88:"/home/yogaloft/public_html/lahcsquirt.com/joomla/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:{}}}');

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

--
-- 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
('rhuk_milkyway', 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=63 ;

--
-- 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, 'Juan', 'admin', 'jmgonzalez@yahoo.com', '49e129b1c9aa3365a0c7b755f549cad0', 'Super Administrator', 0, 1, 25, '2010-08-23 12:57:25', '2010-12-29 14:58:51', '', '');

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

--
-- 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=1 ;

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


