-- MySQL dump 10.9 -- -- Host: mysqldb Database: dbrestore01 -- -- ---------------------------------------------------- -- Server version 5.0.45-log /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO,MYSQL40' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `jos_adsmanager_ads` -- DROP TABLE IF EXISTS `jos_adsmanager_ads`; CREATE TABLE `jos_adsmanager_ads` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned default '0', `userid` int(10) unsigned default NULL, `name` text, `ad_zip` text, `ad_city` text, `ad_phone` text, `email` text, `ad_kindof` text, `ad_headline` text, `ad_text` text, `ad_state` text, `ad_price` text, `date_created` date default NULL, `date_recall` date default NULL, `recall_mail_sent` tinyint(1) default '0', `views` int(10) unsigned default '0', `published` tinyint(1) default '1', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=12; -- -- Dumping data for table `jos_adsmanager_ads` -- /*!40000 ALTER TABLE `jos_adsmanager_ads` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_ads` WRITE; INSERT INTO `jos_adsmanager_ads` VALUES (5,2,200,'Raymond Lamar Smith',NULL,'77510','4095492640','ddkennelstx@yahoo.com','2','NALC reg. gyp for sal','I have one NALC reg red leapard gyp for sale. I bought her from Blue Sky kennel and I just have not had the time to start her. She is 6 months old and has lot of want to work she is $250.00 not neg. for more info call 409-549-6240 or 409-293-8426','1','250','2008-01-30','2008-03-27',1,403,1),(3,1,0,'Hyatt Mickey','30521','Carnescille','7066773980','admin@contactmickey.com','1','Hunting Dog Supplies','Quick Track Tracking System: QTR 10-M Package includes 1 QTC XL collar with or without tree switch, padded case, yagi antenna, extra magnet, Free Shipping. Stop by and check it out.\r\nhttp://www.hdssupplies.com/catalog/item/3867239/3551621.htm','0','640.00','2007-10-04','2008-03-27',1,262,1),(4,2,0,'Morriss, Kevin','78612','Cedar Creek','5123032548','kam5family@wmconnect.com','2','Hunting Dogs for Sale','Finished running/catch dog, 3 years old female $500.\r\n1 1/2 year old expierenced Leopard female $150.\r\n8 month old Black Mouth Cur $100.00.\r\nI also have Registered Catahula puppies $200-$250\r\nPlease contact me at 512-303-2548 or kam5family@wmconnect.com.','2','500.00','2007-08-28','2008-03-27',1,332,1),(7,2,0,'wil','78003','bandera','8307963202','acrugerdog@yahoo.com','1','cur','reg omcba mtn cur led better line dog has treed coons on his own couple of time not real stay put tree dog likes to fiht coonon the ground hogs came through yard other day one got to close to kennel he caught it threw the penwould like 200 for him will take to bay pen this week can email pics','2','200','2007-11-25','2008-03-27',1,191,1),(8,1,82,'Jason Smith',NULL,'77584',NULL,'jason040701@aol.com','0','Quick Track 1000 for sale','This unit works great and is a 217 Freq. I\'m getting a Garmin Astro, therefore I don\'t need this one anymore. It has 7 collars that all work great. Call if you are interested. \r\nThanks,\r\nJason Smith\r\n832-496-3878','2','1200','2008-03-15','2008-03-15',0,74,1),(9,2,0,'Catchdog50','78942','Giddings, TX','5122151062','dustin_intext@verizon.net','2','Catch Dog for Sale','I have a finished catch dog for sale will catch any hog it sees. Calm on a leash until he hears a bay or sees a hog. Neutered Male, Pit Bull 3 years old. Have 3 catch dogs now, need to cut down can\'t take them all hunting each time. He catches hard - will need to be broken off hog. \r\n\r\nDustin Kieschnick\r\n512-215-1062\r\nGiddings Tx','1','200','2008-02-08','2008-03-27',1,127,1),(10,2,276,'Douglas Houston',NULL,'77571','2818314392','doug.houston@jvic.com','0','Catahoula Pups for Sale','Born January 20, 2008\r\n5 Males 2 Females. All either Blue Leopard or Brown Leopard with the exception of 2 Blacks. One Black is Female. \r\nMother Myrtle is a hard bay dog. Does well in pen and will catch in the woods. \r\nFather Jako is tri-colored Catahoula Woods dog. Medium Range. 4 left as of February 22. Won\'t Last Long. Never advertised. Any left will be brought to Wild Boar Extravaganza. \r\nNeither Dog or Bitch is registered. \r\nSee pics of Bitch and some pups.','1','50.00','2008-02-22',NULL,0,105,1),(11,2,0,'Kieschnick, Dustin','78942','Giddings','5122151062','dustin_intext@verizon.net','0','Started Bay dog for sell','I have 2 Started dogs for sale. They are Black mouth cur x mountian cur x catahoula x blue lacy. Male and female. The Female is current on all shots and is fixed well started dog bays tight. Male is not fixed and is just started but should turn out like his sister. They are 1 year old.\r\n\r\nFemale 250 Because she is better started and Fixed\r\nMale 100','1','0','2008-02-26',NULL,0,94,1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_ads` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_categories` -- DROP TABLE IF EXISTS `jos_adsmanager_categories`; CREATE TABLE `jos_adsmanager_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `parent` int(10) unsigned default '0', `name` varchar(50) default NULL, `description` varchar(250) default NULL, `ordering` int(11) default '0', `published` tinyint(1) default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=4; -- -- Dumping data for table `jos_adsmanager_categories` -- /*!40000 ALTER TABLE `jos_adsmanager_categories` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_categories` WRITE; INSERT INTO `jos_adsmanager_categories` VALUES (1,0,'Hunting Gear For Sale/Trade','',0,1),(2,0,'Hunting Dog For Sale/Trade','',0,1),(3,0,'Misc. Items for Sale/Trade','',0,1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_categories` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_columns` -- DROP TABLE IF EXISTS `jos_adsmanager_columns`; CREATE TABLE `jos_adsmanager_columns` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `ordering` int(11) NOT NULL default '0', `catsid` varchar(255) NOT NULL default ',-1,', `published` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_adsmanager_columns` -- /*!40000 ALTER TABLE `jos_adsmanager_columns` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_columns` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_columns` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_config` -- DROP TABLE IF EXISTS `jos_adsmanager_config`; CREATE TABLE `jos_adsmanager_config` ( `id` int(10) unsigned NOT NULL auto_increment, `version` text NOT NULL, `ads_per_page` int(10) unsigned NOT NULL default '20', `max_image_size` int(10) unsigned NOT NULL default '102400', `max_width` int(4) NOT NULL default '450', `max_height` int(4) NOT NULL default '300', `max_width_t` int(4) NOT NULL default '150', `max_height_t` int(4) NOT NULL default '100', `root_allowed` tinyint(4) NOT NULL default '1', `nb_images` int(4) NOT NULL default '2', `show_contact` tinyint(4) NOT NULL default '1', `send_email_on_new` tinyint(4) NOT NULL default '1', `send_email_on_update` tinyint(4) NOT NULL default '1', `auto_publish` tinyint(4) NOT NULL default '1', `tag` text NOT NULL, `fronttext` text NOT NULL, `comprofiler` tinyint(4) NOT NULL default '0', `email_display` tinyint(4) NOT NULL default '0', `rules_text` text NOT NULL, `display_expand` tinyint(4) NOT NULL default '1', `display_last` tinyint(4) NOT NULL default '2', `expiration` tinyint(1) NOT NULL default '1', `ad_duration` int(4) NOT NULL default '30', `recall` tinyint(1) NOT NULL default '1', `recall_time` int(4) NOT NULL default '7', `recall_text` text NOT NULL, `image_display` varchar(50) NOT NULL default 'default', `cat_max_width` int(4) NOT NULL default '150', `cat_max_height` int(4) NOT NULL default '150', `cat_max_width_t` int(4) NOT NULL default '30', `cat_max_height_t` int(4) NOT NULL default '30', `submission_type` int(4) NOT NULL default '30', `nb_ads_by_user` int(4) NOT NULL default '-1', `allow_attachement` tinyint(1) NOT NULL default '0', `allow_contact_by_pms` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=2; -- -- Dumping data for table `jos_adsmanager_config` -- /*!40000 ALTER TABLE `jos_adsmanager_config` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_config` WRITE; INSERT INTO `jos_adsmanager_config` VALUES (1,'1.0.1',20,2048000,400,300,150,100,1,2,1,1,1,1,'joomprod.com','

\r\nWelcome to the TDHA Classified Ad Section. \r\n

\r\n

\r\nTDHA \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',2,0,'

\r\nHere is where we'll list the rules of the classified section. \r\n

\r\n

\r\n1) No profanity or vulgarity please this is a family-oriended site \r\n

\r\n

\r\n2) TDHA offers this classified section to its users under no warrantee of any kind \r\n

\r\n

\r\n3) The person posting the ad is fully responsible for its content, the TDHA assumes no responsibility or liability whatsoever \r\n

\r\n

\r\n \r\n

\r\n',2,1,1,30,1,7,'Add This Text to recall message
\r\n','default',150,150,30,30,2,5,0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_config` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_field_values` -- DROP TABLE IF EXISTS `jos_adsmanager_field_values`; CREATE TABLE `jos_adsmanager_field_values` ( `fieldvalueid` int(11) NOT NULL auto_increment, `fieldid` int(11) NOT NULL default '0', `fieldtitle` varchar(50) NOT NULL default '', `fieldvalue` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `sys` tinyint(4) NOT NULL default '0', PRIMARY KEY (`fieldvalueid`) ) TYPE=MyISAM AUTO_INCREMENT=290; -- -- Dumping data for table `jos_adsmanager_field_values` -- /*!40000 ALTER TABLE `jos_adsmanager_field_values` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_field_values` WRITE; INSERT INTO `jos_adsmanager_field_values` VALUES (228,8,'ADSMANAGER_KINDOF2',1,1,0),(229,8,'ADSMANAGER_KINDOF1',2,2,0),(225,9,'ADSMANAGER_STATE_0',4,4,0),(227,8,'ADSMANAGER_KINDOFALL',0,0,0),(224,9,'ADSMANAGER_STATE_1',3,3,0),(222,9,'ADSMANAGER_STATE_3',1,1,0),(223,9,'ADSMANAGER_STATE_2',2,2,0),(289,7,'',0,0,0),(285,2,'',0,0,0),(284,1,'',0,0,0),(221,9,'ADSMANAGER_STATE_4',0,0,0),(288,4,'',0,0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_field_values` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_fields` -- DROP TABLE IF EXISTS `jos_adsmanager_fields`; CREATE TABLE `jos_adsmanager_fields` ( `fieldid` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `title` varchar(255) NOT NULL default '', `display_title` tinyint(1) NOT NULL default '0', `description` mediumtext NOT NULL, `type` varchar(50) NOT NULL default '', `maxlength` int(11) default NULL, `size` int(11) default NULL, `required` tinyint(4) default '0', `ordering` int(11) default NULL, `cols` int(11) default NULL, `rows` int(11) default NULL, `columnid` int(11) NOT NULL default '-1', `columnorder` int(11) NOT NULL default '0', `pos` tinyint(4) NOT NULL default '1', `posorder` tinyint(4) NOT NULL default '1', `profile` tinyint(1) NOT NULL default '0', `cb_field` int(11) NOT NULL default '-1', `editable` tinyint(1) NOT NULL default '1', `searchable` tinyint(1) NOT NULL default '1', `sort` tinyint(1) NOT NULL default '0', `sort_direction` varchar(4) NOT NULL default 'DESC', `catsid` varchar(255) NOT NULL default ',-1,', `published` tinyint(1) NOT NULL default '1', PRIMARY KEY (`fieldid`) ) TYPE=MyISAM AUTO_INCREMENT=11; -- -- Dumping data for table `jos_adsmanager_fields` -- /*!40000 ALTER TABLE `jos_adsmanager_fields` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_fields` WRITE; INSERT INTO `jos_adsmanager_fields` VALUES (1,'name','ADSMANAGER_FORM_NAME',0,'','text',50,35,1,0,0,0,-1,5,5,1,1,41,1,1,0,'DESC',',-1,',1),(2,'email','ADSMANAGER_FORM_EMAIL',0,'','emailaddress',50,35,1,1,0,0,-1,10,5,4,1,50,1,1,0,'DESC',',-1,',1),(3,'ad_city','ADSMANAGER_FORM_CITY',0,'','text',50,35,0,4,0,0,3,1,5,3,1,59,1,1,1,'ASC',',-1,',1),(4,'ad_zip','ADSMANAGER_FORM_ZIP',0,'','text',6,7,0,3,0,0,-1,0,5,2,1,-1,1,1,0,'ASC',',-1,',1),(5,'ad_headline','ADSMANAGER_FORM_AD_HEADLINE',0,'','text',60,35,1,5,0,0,-1,0,1,1,0,-1,1,1,0,'DESC',',-1,',1),(6,'ad_text','ADSMANAGER_FORM_AD_TEXT',0,'','textarea',500,0,1,6,40,20,-1,0,3,1,0,-1,1,1,0,'DESC',',-1,',1),(7,'ad_phone','ADSMANAGER_FORM_PHONE1',0,'','number',50,35,0,2,0,0,-1,0,5,1,1,-1,1,1,0,'DESC',',-1,',1),(8,'ad_kindof','ADSMANAGER_FORM_KINDOF',0,'','select',0,0,1,7,0,0,5,0,2,1,0,-1,1,1,0,'DESC',',-1,',1),(9,'ad_state','ADSMANAGER_FORM_STATE',0,'','select',0,0,1,8,0,0,5,0,2,1,0,-1,1,1,0,'DESC',',-1,',1),(10,'ad_price','ADSMANAGER_FORM_AD_PRICE',0,'','price',10,7,1,9,0,0,2,0,4,1,0,-1,1,1,1,'DESC',',-1,',1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_fields` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_positions` -- DROP TABLE IF EXISTS `jos_adsmanager_positions`; CREATE TABLE `jos_adsmanager_positions` ( `id` tinyint(4) NOT NULL auto_increment, `name` text NOT NULL, `title` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=6; -- -- Dumping data for table `jos_adsmanager_positions` -- /*!40000 ALTER TABLE `jos_adsmanager_positions` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_positions` WRITE; INSERT INTO `jos_adsmanager_positions` VALUES (1,'top','ADSMANAGER_POSITION_TOP'),(2,'subtitle','ADSMANAGER_POSITION_SUBTITLE'),(3,'description','ADSMANAGER_POSITION_DESCRIPTION'),(4,'description2','ADSMANAGER_POSITION_DESCRIPTION2'),(5,'contact','ADSMANAGER_POSITION_CONTACT'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_positions` ENABLE KEYS */; -- -- Table structure for table `jos_adsmanager_profile` -- DROP TABLE IF EXISTS `jos_adsmanager_profile`; CREATE TABLE `jos_adsmanager_profile` ( `userid` int(11) NOT NULL default '0', `name` text, `ad_city` text NOT NULL, `email` text NOT NULL, `ad_zip` text NOT NULL, `ad_phone` text NOT NULL, PRIMARY KEY (`userid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_adsmanager_profile` -- /*!40000 ALTER TABLE `jos_adsmanager_profile` DISABLE KEYS */; LOCK TABLES `jos_adsmanager_profile` WRITE; INSERT INTO `jos_adsmanager_profile` VALUES (63,NULL,'','','',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_adsmanager_profile` ENABLE KEYS */; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default 'banner', `name` varchar(50) 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, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`) ) TYPE=MyISAM AUTO_INCREMENT=6; -- -- Dumping data for table `jos_banner` -- /*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */; LOCK TABLES `jos_banner` WRITE; INSERT INTO `jos_banner` VALUES (4,2,'','protecting',0,65780,215,'protectingbanner.png','http://www.tdha.net/joomla1.0.11/index.php','2006-11-07 16:09:43',1,0,'0000-00-00 00:00:00','',''),(3,2,'','preserving',0,65991,175,'preservingbanner.png','http:://www.tdha.net/joomla1.0.11/index.php','2006-11-07 16:08:34',1,0,'0000-00-00 00:00:00','',''),(5,2,'','keepinginformed',0,65852,183,'keepinginfomedbanner.png','http://www.tdha.net/joomla1.0.11/index.php','2006-11-07 16:10:27',1,0,'0000-00-00 00:00:00','',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */; -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(60) NOT NULL default '', `contact` varchar(60) NOT NULL default '', `email` varchar(60) 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`) ) TYPE=MyISAM AUTO_INCREMENT=3; -- -- Dumping data for table `jos_bannerclient` -- /*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */; LOCK TABLES `jos_bannerclient` WRITE; INSERT INTO `jos_bannerclient` VALUES (2,'TDHA','Tdhaadmin','tdhaadmin@tdha.net','',0,'00:00:00',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; -- -- Table structure for table `jos_bannerfinish` -- DROP TABLE IF EXISTS `jos_bannerfinish`; CREATE TABLE `jos_bannerfinish` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default '', `name` varchar(50) NOT NULL default '', `impressions` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(50) NOT NULL default '', `datestart` datetime default NULL, `dateend` datetime default NULL, PRIMARY KEY (`bid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_bannerfinish` -- /*!40000 ALTER TABLE `jos_bannerfinish` DISABLE KEYS */; LOCK TABLES `jos_bannerfinish` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannerfinish` ENABLE KEYS */; -- -- Table structure for table `jos_categories` -- DROP TABLE IF EXISTS `jos_categories`; CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(10) 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_section` (`section`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) TYPE=MyISAM AUTO_INCREMENT=23; -- -- Dumping data for table `jos_categories` -- /*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */; LOCK TABLES `jos_categories` WRITE; INSERT INTO `jos_categories` VALUES (1,0,'Latest','Latest News','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',0,0,1,''),(2,0,'Joomla!','Joomla!','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',0,0,'0000-00-00 00:00:00',NULL,8,0,0,''),(3,0,'Newsflash','Newsflash','','2','left','',1,0,'0000-00-00 00:00:00','',0,0,0,''),(4,0,'Joomla!','Joomla!','','com_newsfeeds','left','',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(5,0,'Business: general','Business: general','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(7,0,'Examples','Example FAQs','key.jpg','3','left','Here you will find an example set of FAQs.',1,0,'0000-00-00 00:00:00',NULL,0,0,2,''),(9,0,'Finance','Finance','','com_newsfeeds','left','',0,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(10,0,'Linux','Linux','','com_newsfeeds','left','
\r\n',0,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(11,0,'Internet','Internet','','com_newsfeeds','left','',0,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(12,0,'Contacts','Contacts','','com_contact_details','left','Contact Details for this website',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'Texas Hunting/Outdoor Forums','Sites that host outdoor/hunting forums','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(14,0,'Politics-Legislation','News concerning laws or political candidates-office holders','articles.jpg','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(15,0,'Weather','News regarding weather conditions/storm tracking','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(16,0,'Breeders links','Breeder links','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(17,0,'Other','Other','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(18,0,'Hunter Friendly political action groups','Hunter Friendly political action groups','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(19,0,'Hunting Dog Friendly Resources','Resources','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(20,0,'Supplies','Hunting/Dog Supplies','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(21,0,'default','default','','com_google_maps','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(22,0,'Youth Hunting','Youth Hunting information/programs','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */; -- -- Table structure for table `jos_components` -- DROP TABLE IF EXISTS `jos_components`; CREATE TABLE `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, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=66; -- -- Dumping data for table `jos_components` -- /*!40000 ALTER TABLE `jos_components` DISABLE KEYS */; LOCK TABLES `jos_components` WRITE; INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''),(2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''),(3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/globe2.png',0,''),(5,'Weblink Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''),(6,'Weblink Categories','',0,4,'option=categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/user.png',1,''),(8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,''),(9,'Contact Categories','',0,7,'option=categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''),(10,'FrontPage','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''),(11,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,''),(12,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,''),(13,'Manage News Feeds','',0,12,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,''),(14,'Manage Categories','',0,12,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,''),(15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''),(16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''),(17,'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,''),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,''),(19,'Community Builder','option=com_comprofiler',0,0,'option=com_comprofiler','Community Builder','com_comprofiler',0,'js/ThemeOffice/component.png',0,''),(20,'User Management','',0,19,'option=com_comprofiler&task=showusers','User Management','com_comprofiler',0,'js/ThemeOffice/users.png',0,''),(21,'Tab Management','',0,19,'option=com_comprofiler&task=showTab','Tab Management','com_comprofiler',1,'js/ThemeOffice/content.png',0,''),(22,'Field Management','',0,19,'option=com_comprofiler&task=showField','Field Management','com_comprofiler',2,'js/ThemeOffice/content.png',0,''),(23,'List Management','',0,19,'option=com_comprofiler&task=showLists','List Management','com_comprofiler',3,'js/ThemeOffice/content.png',0,''),(24,'Plugin Management','',0,19,'option=com_comprofiler&task=showPlugins','Plugin Management','com_comprofiler',4,'js/ThemeOffice/install.png',0,''),(25,'Tools','',0,19,'option=com_comprofiler&task=tools','Tools','com_comprofiler',5,'js/ThemeOffice/component.png',0,''),(26,'Configuration','',0,19,'option=com_comprofiler&task=showconfig','Configuration','com_comprofiler',6,'js/ThemeOffice/config.png',0,''),(27,'Joomlaboard Forum','option=com_joomlaboard',0,0,'option=com_joomlaboard','Joomlaboard Forum','com_joomlaboard',0,'../administrator/components/com_joomlaboard/images/sbmenu.png',0,''),(28,'JCE Admin','option=com_jce',0,0,'option=com_jce','JCE Admin','com_jce',0,'js/ThemeOffice/component.png',0,''),(29,'JCE Configuration','',0,28,'option=com_jce&task=config','JCE Configuration','com_jce',0,'js/ThemeOffice/controlpanel.png',0,''),(30,'JCE Languages','',0,28,'option=com_jce&task=lang','JCE Languages','com_jce',1,'js/ThemeOffice/language.png',0,''),(31,'JCE Plugins','',0,28,'option=com_jce&task=showplugins','JCE Plugins','com_jce',2,'js/ThemeOffice/add_section.png',0,''),(32,'JCE Layout','',0,28,'option=com_jce&task=editlayout','JCE Layout','com_jce',3,'js/ThemeOffice/content.png',0,''),(33,'Google Maps','option=com_google_maps',0,0,'option=com_google_maps','Google Maps','com_google_maps',0,'js/ThemeOffice/component.png',0,''),(34,'Manage Google Map Markers','',0,33,'option=com_google_maps','Manage Google Map Markers','com_google_maps',0,'js/ThemeOffice/component.png',0,''),(35,'Manage Google Map Categories','',0,33,'option=com_categories§ion=com_google_maps','Manage Google Map Categories','com_google_maps',1,'js/ThemeOffice/component.png',0,''),(36,'Configuration','',0,33,'option=com_google_maps&act=configure','Configuration','com_google_maps',2,'js/ThemeOffice/component.png',0,''),(37,'ExtCal Calendar','option=com_extcalendar',0,0,'option=com_extcalendar','ExtCal Calendar','com_extcalendar',0,'js/ThemeOffice/component.png',0,''),(38,'Manage Event Categories','',0,37,'option=com_extcalendar&task=showCategories','Manage Event Categories','com_extcalendar',0,'js/ThemeOffice/component.png',0,''),(39,'ExtCal Settings','',0,37,'option=com_extcalendar&task=showSettings','ExtCal Settings','com_extcalendar',1,'js/ThemeOffice/component.png',0,''),(52,'AdsManager','option=com_adsmanager',0,0,'option=com_adsmanager','AdsManager','com_adsmanager',0,'js/ThemeOffice/component.png',0,''),(53,'Configuration','',0,52,'option=com_adsmanager&act=configuration','Configuration','com_adsmanager',0,'js/ThemeOffice/component.png',0,''),(54,'Fields','',0,52,'option=com_adsmanager&act=fields','Fields','com_adsmanager',1,'js/ThemeOffice/component.png',0,''),(55,'Columns','',0,52,'option=com_adsmanager&act=columns','Columns','com_adsmanager',2,'js/ThemeOffice/component.png',0,''),(56,'Ad Display','',0,52,'option=com_adsmanager&act=positions','Ad Display','com_adsmanager',3,'js/ThemeOffice/component.png',0,''),(57,'Categories','',0,52,'option=com_adsmanager&act=categories','Categories','com_adsmanager',4,'js/ThemeOffice/component.png',0,''),(58,'Ads','',0,52,'option=com_adsmanager&act=ads','Ads','com_adsmanager',5,'js/ThemeOffice/component.png',0,''),(59,'JoomlaPack','option=com_joomlapack',0,0,'option=com_joomlapack','JoomlaPack','com_joomlapack',0,'js/ThemeOffice/component.png',0,''),(60,'Control Panel','',0,59,'option=com_joomlapack&act=cpanel','Control Panel','com_joomlapack',0,'js/ThemeOffice/component.png',0,''),(61,'Options','',0,59,'option=com_joomlapack&act=config','Options','com_joomlapack',1,'js/ThemeOffice/component.png',0,''),(62,'Exclude Directories','',0,59,'option=com_joomlapack&act=def','Exclude Directories','com_joomlapack',2,'js/ThemeOffice/component.png',0,''),(63,'Backup Now','',0,59,'option=com_joomlapack&act=pack','Backup Now','com_joomlapack',3,'js/ThemeOffice/component.png',0,''),(64,'Manage Backup Files','',0,59,'option=com_joomlapack&act=backupadmin','Manage Backup Files','com_joomlapack',4,'js/ThemeOffice/component.png',0,''),(65,'Backup Log','',0,59,'option=com_joomlapack&act=log','Backup Log','com_joomlapack',5,'js/ThemeOffice/component.png',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_components` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler` -- DROP TABLE IF EXISTS `jos_comprofiler`; CREATE TABLE `jos_comprofiler` ( `id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `firstname` varchar(100) default NULL, `middlename` varchar(100) default NULL, `lastname` varchar(100) default NULL, `hits` int(11) NOT NULL default '0', `avatar` varchar(255) default NULL, `avatarapproved` tinyint(4) default '1', `approved` tinyint(4) NOT NULL default '1', `confirmed` tinyint(4) NOT NULL default '1', `lastupdatedate` datetime NOT NULL default '0000-00-00 00:00:00', `banned` tinyint(4) NOT NULL default '0', `banneddate` datetime default NULL, `bannedby` int(11) default NULL, `bannedreason` mediumtext, `acceptedterms` tinyint(1) NOT NULL default '0', `sbviewtype` varchar(255) NOT NULL default '_UE_SB_VIEWTYPE_FLAT', `sbordering` varchar(255) NOT NULL default '_UE_SB_ORDERING_OLDEST', `sbsignature` mediumtext, `cb_city` varchar(255) default NULL, `cb_state` varchar(255) default NULL, `cb_zipcode` varchar(255) default NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_comprofiler` -- /*!40000 ALTER TABLE `jos_comprofiler` DISABLE KEYS */; LOCK TABLES `jos_comprofiler` WRITE; INSERT INTO `jos_comprofiler` VALUES (62,62,'','','',0,NULL,1,1,1,'2006-11-28 21:07:22',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Austin','TX','78641'),(63,63,'','','',6,'63_4550d338bae0d.jpg',1,1,1,'2006-11-07 13:40:57',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','LEANDER','TX','78641'),(64,64,'','','',8,'64_4550fc5807840.jpg',1,1,1,'2007-01-20 13:30:45',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Krystal \r\nThe Good, The Bad & The Ugly---The Ugly Dog Ranch at www.uglydogranch.org\r\n\r\n','WEIMER','TX','78962'),(65,65,'','','',6,'65_45539b9ddf306.jpg',1,1,1,'2006-12-04 12:32:43',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Douglas\r\nCowboys for Christ\r\nMember http://www.tdha.net/joomla1.0.11/index.php\r\nand HHTA\r\nhttp://www.txmasoncatahoulas.com/\r\n','COLUMBUS','TX','78934'),(66,66,'','','',7,'66_456dcd62338cd.jpg',1,1,1,'2007-03-21 17:51:56',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Wildschweinjдger','KERRVILLE','TX','78028'),(67,67,'','','',0,'67_4567db9c1a436.jpg',1,1,1,'2006-11-25 00:58:52',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'orange grove','tx','78372'),(68,68,'','','',1,'68_45adbc12161c2.jpg',1,1,1,'2007-01-17 01:02:58',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Dogman','New Carlisle','IN','46552'),(69,69,'','','',0,'69_4568e5bcd9232.jpg',1,1,1,'2006-11-25 19:54:21',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Madisonville','TX','77872'),(70,70,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Wills Point','tx','75169'),(71,71,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Bryan','TX','77840'),(72,72,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Montgomery','TX','77316'),(73,73,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Silverton','Tx','79257'),(74,74,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Magnolia','TX','77355'),(75,75,'','','',1,'75_456c717f6e35e.jpg',1,1,1,'2006-11-28 13:05:25',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','\"You can have a great time going out for a day of duck hunting with a friend who has a well trained lab, or shooting quail over a well trained pointer. Your heart will be quickened the first time you walk up to a tree and see a bear or lion glaring down at you. but you will never know the true allure and magic of this type of hunting and what sets it apart unless or untill you step from the position of an observer to take the active role as owner, trainer, handler of a hunting dog\" - Mike Leonard \r\n','Tomball','TX','77377'),(76,76,'','','',1,'76_47d6dbe5812ee.jpg',1,1,1,'2008-03-11 15:22:13',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','_________________\r\nCody Weiser \r\nWild Boar USA/Brutal Boar Creations - Owner \r\nWeiser Weight & Tusk Wild Boar Record Book \r\nwww.wildboarusa.com','Hallettsville','TX','77964'),(77,77,'','','',3,'77_456f926278ae0.jpg',1,1,1,'2006-11-30 21:24:34',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Shane\r\n','Victoria','tx','77901'),(78,78,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Baytown','tx','77520'),(79,79,'','','',10,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Elmendorf','TX','78112'),(80,80,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Roseville','MI','48066'),(81,81,'','','',5,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Katy','Tx','77450'),(82,82,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Pearland','Tx','77584'),(83,83,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'crosbyton','tx','79322'),(84,84,'','','',2,NULL,1,1,1,'2006-12-13 22:48:05',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Shaun Lowe','Sulphur Bluff','TX','75481'),(85,85,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'COLUMBUS','TX','78935'),(86,86,'','','',1,NULL,1,1,1,'2007-01-16 15:14:59',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','david m','Weimar','TX','78962'),(87,87,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Weimar','Tx','78962'),(88,88,'','','',1,NULL,1,1,1,'2006-12-29 20:41:21',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Walker hound Crazy','Oak Hills','CA','92344'),(89,89,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Gorman','TX','76454'),(91,91,'','','',3,'91_45a3232db833a.jpg',1,1,1,'2007-01-09 00:11:08',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_LATEST','Why waste\'em when you can taste\'em','Lubbock','Tx','79415'),(90,90,'','','',1,'90_45a5c035b8640.jpg',1,1,1,'2007-01-10 23:42:30',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Gator\'s Hog Dogs','Gorman','TX','76454'),(92,92,'','','',5,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'LaPorte','Tx','77571'),(93,93,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'rosharon','tx','77583'),(94,94,'','','',1,'94_45d1437300689.jpg',1,1,1,'2007-02-12 23:49:55',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_THREADED','_UE_SB_ORDERING_LATEST','south texas hog hunters','poteet','tx','78065'),(95,95,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Stratford','TX','79084'),(96,96,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Magnolia','TX','77355'),(97,97,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Athens','TX','75770'),(99,99,'','','',0,NULL,1,1,1,'2007-01-18 16:37:37',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Hunt N Shoot Rock Climbing Team\r\nwww.huntnshoot.com\r\nPro Staff Wild Boar USA Magazine\r\nwww.wildboarusa.com\r\nPro Staff In Heat Scents\r\nwww.inheatscents.net\r\nPro Staff Texasboars \r\nwww.texasboars.com','spring','tx','77373'),(100,100,'','','',0,'100_45b17911811ec.jpg',1,1,1,'2007-01-19 21:06:09',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','To learn more about blood tracking with Jagdterriers, please go to our website at www.texasjagdterriers.com ','Elgin','Tx','78621'),(101,101,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Wichita','KS','67211'),(102,102,'','','',0,'102_45be157b53994.jpg',1,1,1,'2007-01-29 10:40:43',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Wills Point','TX','75169'),(0,0,'','','',0,NULL,1,0,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'','','','Santa Fe','TX','77517'),(103,103,'','','',0,'103_45bf78790c693.jpg',1,1,1,'2007-01-30 11:58:23',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','God bless and good hunting,\r\n\r\nMarty Ley\r\nSanta Fe, TX','Sante Fe','TX','77517'),(104,104,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'temple','tx','76542'),(105,105,'','','',0,'105_45c2c99d50c61.jpg',1,1,1,'2007-02-02 00:18:21',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Richmond','TX','77469'),(253,253,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Deckerville','mi','48427'),(107,107,'','','',2,'107_45c9417670df0.jpg',1,1,1,'2007-02-06 22:03:22',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Santa Fe','Tx','77517'),(109,109,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Schulenburg','TX','78956'),(110,110,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Angleton','TX','77515'),(111,111,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'sweeny','tx','77480'),(112,112,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Garland','TX','75044'),(113,113,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'San Antonio','TX','78250'),(114,114,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'celina','tx','75009'),(115,115,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'taft','tx','78390'),(116,116,'','','',0,'116_45d2757d64269.jpg',1,1,1,'2007-02-13 21:35:41',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Quemado','Tx','78877'),(117,117,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Iola','TX','77861'),(118,118,'','','',1,'118_45dc81ab89523.jpg',1,1,1,'2007-02-21 12:30:20',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Yoakum','TX','77995'),(119,119,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Zachary','La','70777'),(120,120,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Granbury','TX','76048'),(121,121,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Channelview','Tx','77530'),(127,127,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'austin','tx','78746'),(130,130,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Richland springs','tx','76871'),(135,135,'','','',4,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Ingram','tx','78025'),(136,136,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'lake jackson','tx','77566'),(137,137,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'seguin','tx','78155'),(138,138,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Helotes','TX','78023'),(140,140,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Red Rock','TX','78662'),(141,141,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','simms','tx','75574'),(142,142,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Dallas','Tx','75253'),(143,143,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Rio Hondo','TX','78583'),(144,144,'','','',0,NULL,1,1,1,'2008-03-03 22:26:17',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Spring/Woodlands','Tx','77380'),(146,146,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'','','','Tenaha','TX','75974'),(148,148,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Dallas','TX','75230'),(151,151,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'boerne','tx','78006'),(152,152,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'crosby','tx','77532'),(153,153,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'kosse','tx','76653'),(154,154,'','','',4,'154_4636350b64734.jpg',1,1,1,'2007-07-23 17:16:46',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','www.easttexashogdoggers.com\r\n TDHA Member','Willis','Tx','77378'),(155,155,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'madeville','la','70448'),(156,156,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Floresville','TX','78114'),(157,157,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Grapevine','tx','76051'),(159,159,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'baytown','tx','77521'),(160,160,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Blessing','Tx','77419'),(161,161,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'canton','tx','75103'),(162,162,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Tennessee Colony','TX','75884'),(163,163,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Nederland','TX','77627'),(164,164,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Nederland','TX','77762'),(166,166,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'rowlett','tx','75048'),(167,167,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'NRH','TX','76180'),(168,168,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Pearsall','Tx','78061'),(169,169,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'florence','tx','76527'),(170,170,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'florence','tx','76527'),(171,171,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Nederland','TX','77627'),(173,173,'','','',1,'173_46eec13989544.jpg',1,1,1,'2007-09-17 14:04:43',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Yeah, I really paint Meathead\'s toenails; and no, he never complains. ','LaPorte','TX','77571'),(174,174,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'TORONTO','USA','123456'),(175,175,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Ashdod','ISRAEL','123456'),(176,176,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(177,177,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(178,178,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(125,125,'','','',1,NULL,1,1,1,'2007-08-28 19:19:56',0,NULL,NULL,NULL,0,'','_UE_SB_ORDERING_OLDEST','Mike Bolen\r\nwww.easttexashogdoggers.com\r\nA&M Catahoulas','Willis','TX','77378'),(179,179,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'NJ','USA','123456'),(180,180,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'columbia','mo','65010'),(181,181,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'lueders','tx','79533'),(182,182,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(183,183,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(184,184,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(185,185,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(186,186,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(187,187,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(188,188,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(189,189,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Michigan','USA','123456'),(190,190,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Carnesville','GA','30521'),(191,191,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Klimmen','USA','123456'),(192,192,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Cedar Creek','Tx','78612'),(193,193,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Georgetown','Tx','78626'),(194,194,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Mtn. Home Ark.','Ar','72653'),(195,195,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Schulenburg','TX','78956'),(196,196,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Klimmen','USA','123456'),(197,197,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Walvis Bay','Namibia','123456'),(199,199,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'','','','Dayton','tx','77535'),(200,200,'','','',3,'gallery/dog.gif',1,1,1,'2007-10-09 23:22:07',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'santa fe','tx','77510'),(201,201,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Sachse','Tx','75048'),(202,202,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'DANBURY','TX','77534'),(203,203,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'conroe','TX','77302'),(204,204,'','','',1,'204_4701e1c35fb22.jpg',1,1,1,'2007-10-02 18:05:44',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Riesel','tx','76682'),(205,205,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Debrecen','Hungary','123456'),(206,206,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Posad','Portugal','123456'),(207,207,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Longbranch','TX','75669'),(208,208,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Prudy','Netherlands','123456'),(209,209,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Zaraisk','Iran','123456'),(210,210,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Lexington','tx','78947'),(211,211,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Le Mans','France','123456'),(212,212,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Layton','ut','84056'),(213,213,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Sealy','TX','77474'),(214,214,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Conroe','Tx','77302'),(215,215,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Springfield','USA','123456'),(216,216,'','','',0,NULL,1,1,1,'2007-10-25 22:44:22',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Midland','TX','79705'),(217,217,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Springfield','USA','123456'),(218,218,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Springfield','USA','123456'),(219,219,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Debrecen','Hungary','123456'),(220,220,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Springfield','USA','123456'),(221,221,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Mosta','Malta','123456'),(222,222,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Marquez','TX','77865'),(224,224,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'victoria','tx','77901'),(225,225,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'corpus christi','tx','78408'),(226,226,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'bandera','tx','78003'),(227,227,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Le Mans','France','123456'),(229,229,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Gray Mountain','United States','123456'),(230,230,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Austin','TX','78728'),(231,231,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'DAYTON','TX','77535'),(232,232,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Ioa','TX','77861'),(234,234,'','','',0,'234_4762c134dd529.jpg',1,1,1,'2007-12-14 12:45:25',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Longview','TX','75603'),(235,235,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Weatherford','Tx','76088'),(236,236,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Cleburne','Tx','76033'),(237,237,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'san antonio','tx','78247'),(238,238,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','South','TX','77963'),(240,240,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Los Angeles','USA','123456'),(241,241,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Corpus Christi','Tx','78410'),(243,243,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'PEARLAND','TX','77584'),(244,244,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'wildwood','fl','34785'),(246,246,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Alice','Tx','78333'),(247,247,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'La Primavera','Panama','123456'),(248,248,'','','',0,NULL,1,1,1,'2008-03-06 00:47:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Houston','TX','77284'),(249,249,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Southfield','USA','123456'),(250,250,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Bellville','tx','77418'),(251,251,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Hollister','CA','95023'),(254,254,'','','',0,NULL,1,1,1,'2008-01-21 09:18:23',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','giddings','tx','78942'),(256,256,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'katy','TX','77494'),(257,257,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'manvel','tx','77578'),(258,258,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'manvel','tx','77578'),(259,259,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'eureka springs','ar','72632'),(260,260,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Trenton','TX','75490'),(261,261,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'san antonio','tx','78263'),(262,262,'','','',0,'262_47a17691731a2.jpg',1,1,1,'2008-01-31 02:19:45',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'conroe','tx','77302'),(263,263,'','','',0,'263_47a8a479b99c9.jpg',1,1,1,'2008-02-05 13:01:29',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Brookshire','tx','77423'),(264,264,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'hockley','tx','77447'),(265,265,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'cleveland','tx','77327'),(266,266,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'portales','nm','88130'),(267,267,'','','',0,'267_47d49c7671ed9.jpg',1,1,1,'2008-03-10 13:37:56',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Robert, Melissa & Halo\r\nBuying Feral Hogs In Central Texas','Florence/Georgetown/Briggs Central Texas','Tx','76527'),(268,268,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Greenville','Tx','75401'),(269,269,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'blessing','Tx','77419'),(270,270,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Brenham','Tx','77833'),(271,271,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Orange','TX','77632'),(272,272,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Hockley','TX','77447'),(274,274,'','','',2,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'orange','tx','77632'),(275,275,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'','','','Pearsall','TX','78061'),(276,276,'','','',1,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Laporte','TX','77571'),(281,281,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'cuero','tx','77954'),(282,282,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Free Porn','Free Porn','123456'),(284,284,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'santa fe','tx','77510'),(285,285,'','','',0,'285_47c6e296a4796.jpg',1,1,1,'2008-02-28 11:39:16',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Joe & Leia Leveridge\r\nUS Hog Outfitters\r\n936-394-2931','Iola','tx','77861'),(290,290,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Caldwell','TX','77836'),(298,298,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Seguin','TX','78155'),(299,299,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'amarillo','tx','79110'),(300,300,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Moscow','Russia','123456'),(301,301,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Longview','TX','75603'),(302,302,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','','Lubbock','TX','79493'),(303,303,'','','',0,'303_47d6ba0c5e1ee.jpg',1,1,1,'2008-03-11 13:00:28',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST','Pro-Staff @ Wild Boar USA\r\nwww.wildboarusa.com\r\nTDHA Supporter/Member','Shallowater','TX','79363'),(304,304,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Moscow','Russia','123456'),(305,305,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'SouthTown','US','123456'),(306,306,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Moscow','Russia','123456'),(307,307,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Москва','Россия','123456'),(308,308,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Москва','Россия','123456'),(309,309,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'NY','USA','123456'),(310,310,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'pottsboro','tx','75076'),(311,311,'','','',0,'311_47e08103c6b0b.jpg',1,1,1,'2008-03-18 22:57:07',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Brenham','tx','77833'),(312,312,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'De Leon','Tx','76444'),(313,313,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'mexico','US','123456'),(314,314,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Москва','Россия','123456'),(315,315,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Москва','Россия','123456'),(316,316,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'dayton','tx','77535'),(317,317,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'Free Porn Inc','Free Porn Inc','123456'),(318,318,'','','',0,NULL,1,1,1,'0000-00-00 00:00:00',0,NULL,NULL,NULL,0,'_UE_SB_VIEWTYPE_FLAT','_UE_SB_ORDERING_OLDEST',NULL,'москва','Россия','123456'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_field_values` -- DROP TABLE IF EXISTS `jos_comprofiler_field_values`; CREATE TABLE `jos_comprofiler_field_values` ( `fieldvalueid` int(11) NOT NULL auto_increment, `fieldid` int(11) NOT NULL default '0', `fieldtitle` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `sys` tinyint(4) NOT NULL default '0', PRIMARY KEY (`fieldvalueid`) ) TYPE=MyISAM AUTO_INCREMENT=20; -- -- Dumping data for table `jos_comprofiler_field_values` -- /*!40000 ALTER TABLE `jos_comprofiler_field_values` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_field_values` WRITE; INSERT INTO `jos_comprofiler_field_values` VALUES (16,54,'_UE_SB_VIEWTYPE_FLAT',1,0),(17,54,'_UE_SB_VIEWTYPE_THREADED',2,0),(18,55,'_UE_SB_ORDERING_OLDEST',1,0),(19,55,'_UE_SB_ORDERING_LATEST',2,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_field_values` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_fields` -- DROP TABLE IF EXISTS `jos_comprofiler_fields`; CREATE TABLE `jos_comprofiler_fields` ( `fieldid` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `table` varchar(50) NOT NULL default '#__comprofiler', `title` varchar(255) NOT NULL default '', `description` mediumtext NOT NULL, `type` varchar(50) NOT NULL default '', `maxlength` int(11) default NULL, `size` int(11) default NULL, `required` tinyint(4) default '0', `tabid` int(11) default NULL, `ordering` int(11) default NULL, `cols` int(11) default NULL, `rows` int(11) default NULL, `value` varchar(50) default NULL, `default` mediumtext, `published` tinyint(1) NOT NULL default '1', `registration` tinyint(1) NOT NULL default '0', `profile` tinyint(1) NOT NULL default '1', `readonly` tinyint(1) NOT NULL default '0', `calculated` tinyint(1) NOT NULL default '0', `sys` tinyint(4) NOT NULL default '0', `pluginid` int(11) default NULL, `params` mediumtext, PRIMARY KEY (`fieldid`) ) TYPE=MyISAM AUTO_INCREMENT=60; -- -- Dumping data for table `jos_comprofiler_fields` -- /*!40000 ALTER TABLE `jos_comprofiler_fields` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_fields` WRITE; INSERT INTO `jos_comprofiler_fields` VALUES (41,'name','#__users','_UE_NAME','','predefined',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(26,'NA','#__comprofiler','_UE_ONLINESTATUS','','status',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(27,'lastvisitDate','#__comprofiler','_UE_LASTONLINE','','date',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(28,'registerDate','#__comprofiler','_UE_MEMBERSINCE','','date',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(29,'avatar','#__comprofiler','_UE_IMAGE','','image',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(42,'username','#__users','_UE_UNAME','','predefined',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(45,'NA','#__comprofiler','_UE_FORMATNAME','','formatname',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(46,'firstname','#__comprofiler','_UE_YOUR_FNAME','','predefined',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(47,'middlename','#__comprofiler','_UE_YOUR_MNAME','','predefined',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(48,'lastname','#__comprofiler','_UE_YOUR_LNAME','','predefined',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(49,'lastupdatedate','#__comprofiler','_UE_LASTUPDATEDON','','date',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(50,'email','#__user','_UE_EMAIL','','primaryemailaddress',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,1,1,NULL,NULL),(54,'sbviewtype','#__comprofiler','_UE_SB_VIEWTYPE_TITLE','','select',NULL,NULL,0,23,1,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,NULL),(55,'sbordering','#__comprofiler','_UE_SB_ORDERING_TITLE','','select',NULL,NULL,0,23,2,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,NULL),(56,'sbsignature','#__comprofiler','_UE_SB_SIGNATURE','','textarea',300,NULL,0,23,3,60,5,NULL,NULL,1,0,0,0,0,0,NULL,NULL),(57,'cb_city','#__comprofiler','City','Please tell us where you live, note we aren't asking for your street address - just the city you call home','text',40,20,1,11,1,0,0,NULL,NULL,1,1,1,0,0,0,NULL,NULL),(58,'cb_state','#__comprofiler','State','2 letter abreviation for your state (ex: TX) - again, we won't show the world your exact address, just city and state','text',2,2,1,11,2,0,0,NULL,NULL,1,1,1,0,0,0,NULL,NULL),(59,'cb_zipcode','#__comprofiler','Postal Code (Zip)','5 digit postal or zip code - this is used to get a rough geocode/latitude/longitude for our user community Google map page','text',5,5,1,11,3,0,0,NULL,NULL,1,1,1,0,0,0,NULL,NULL); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_fields` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_lists` -- DROP TABLE IF EXISTS `jos_comprofiler_lists`; CREATE TABLE `jos_comprofiler_lists` ( `listid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` mediumtext, `published` tinyint(1) NOT NULL default '0', `default` tinyint(1) NOT NULL default '0', `usergroupids` varchar(255) default NULL, `useraccessgroupid` int(9) NOT NULL default '18', `sortfields` varchar(255) default NULL, `filterfields` varchar(255) default NULL, `ordering` int(11) NOT NULL default '0', `col1title` varchar(255) default NULL, `col1enabled` tinyint(1) NOT NULL default '0', `col1fields` mediumtext, `col2title` varchar(255) default NULL, `col2enabled` tinyint(1) NOT NULL default '0', `col1captions` tinyint(1) NOT NULL default '0', `col2fields` mediumtext, `col2captions` tinyint(1) NOT NULL default '0', `col3title` varchar(255) default NULL, `col3enabled` tinyint(1) NOT NULL default '0', `col3fields` mediumtext, `col3captions` tinyint(1) NOT NULL default '0', `col4title` varchar(255) default NULL, `col4enabled` tinyint(1) NOT NULL default '0', `col4fields` mediumtext, `col4captions` tinyint(1) NOT NULL default '0', PRIMARY KEY (`listid`) ) TYPE=MyISAM AUTO_INCREMENT=6; -- -- Dumping data for table `jos_comprofiler_lists` -- /*!40000 ALTER TABLE `jos_comprofiler_lists` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_lists` WRITE; INSERT INTO `jos_comprofiler_lists` VALUES (4,'Registered Users','Show all registered users',1,0,'18, 19, 20, 21',-1,'`name` ASC, `lastvisitDate` ASC','',1,'',0,NULL,'',0,0,NULL,0,'',0,NULL,0,'',0,NULL,0),(5,'Recent Access List','who visited the site and when',1,1,'18',21,'`name` ASC','',2,'Name',1,'41','Username',1,0,'42',0,'When',1,'27',0,'',0,NULL,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_lists` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_members` -- DROP TABLE IF EXISTS `jos_comprofiler_members`; CREATE TABLE `jos_comprofiler_members` ( `referenceid` int(11) NOT NULL default '0', `memberid` int(11) NOT NULL default '0', `accepted` tinyint(1) NOT NULL default '1', `pending` tinyint(1) NOT NULL default '0', `membersince` date NOT NULL default '0000-00-00', `reason` mediumtext, `description` varchar(255) default NULL, `type` mediumtext, PRIMARY KEY (`referenceid`,`memberid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_comprofiler_members` -- /*!40000 ALTER TABLE `jos_comprofiler_members` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_members` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_members` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_plugin` -- DROP TABLE IF EXISTS `jos_comprofiler_plugin`; CREATE TABLE `jos_comprofiler_plugin` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `type` varchar(100) default '', `folder` varchar(100) 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`) ) TYPE=MyISAM AUTO_INCREMENT=500; -- -- Dumping data for table `jos_comprofiler_plugin` -- /*!40000 ALTER TABLE `jos_comprofiler_plugin` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_plugin` WRITE; INSERT INTO `jos_comprofiler_plugin` VALUES (1,'CB Core','cb.core','user','plug_cbcore',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'CB Connections','cb.connections','user','plug_cbconnections',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(3,'Joomla Content Author','cb.authortab','user','plug_cbmamboauthortab',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(4,'Simpleboard Forum','cb.simpleboardtab','user','plug_cbsimpleboardtab',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(5,'Mamblog Blog','cb.mamblogtab','user','plug_cbmamblogtab',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(6,'YaNC 1.4b3 Newsletters','yanc','user','plug_yancintegration',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(7,'Default','default','templates','default',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(8,'WinClassic','winclassic','templates','winclassic',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(9,'WebFX','webfx','templates','webfx',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(10,'OSX','osx','templates','osx',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(11,'Luna','luna','templates','luna',0,5,1,1,0,0,'0000-00-00 00:00:00',''),(12,'Dark','dark','templates','dark',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(13,'Default language (English)','default_language','language','default_language',0,-1,1,1,0,0,'0000-00-00 00:00:00',''),(14,'CB Menu','cb.menu','user','plug_cbmenu',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(15,'PMS MyPMS and Pro','pms.mypmspro','user','plug_pms_mypmspro',0,8,0,1,0,0,'0000-00-00 00:00:00',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_plugin` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_tabs` -- DROP TABLE IF EXISTS `jos_comprofiler_tabs`; CREATE TABLE `jos_comprofiler_tabs` ( `tabid` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `description` text, `ordering` int(11) NOT NULL default '0', `width` varchar(10) NOT NULL default '.5', `enabled` tinyint(1) NOT NULL default '1', `pluginclass` varchar(255) default NULL, `pluginid` int(11) default NULL, `fields` tinyint(1) NOT NULL default '1', `params` mediumtext, `sys` tinyint(4) NOT NULL default '0', `displaytype` varchar(255) NOT NULL default '', `position` varchar(255) NOT NULL default '', PRIMARY KEY (`tabid`) ) TYPE=MyISAM AUTO_INCREMENT=24; -- -- Dumping data for table `jos_comprofiler_tabs` -- /*!40000 ALTER TABLE `jos_comprofiler_tabs` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_tabs` WRITE; INSERT INTO `jos_comprofiler_tabs` VALUES (11,'_UE_CONTACT_INFO_HEADER','',-4,'1',1,'getContactTab',1,1,'',2,'tab','cb_left'),(12,'_UE_AUTHORTAB','',-3,'1',0,'getAuthorTab',3,0,NULL,1,'tab','cb_tabmain'),(13,'_UE_FORUMTAB','',-2,'1',0,'getForumTab',4,0,NULL,1,'tab','cb_tabmain'),(14,'_UE_BLOGTAB','',-1,'1',0,'getBlogTab',5,0,NULL,1,'tab','cb_tabmain'),(15,'_UE_CONNECTION','',99,'1',0,'getConnectionTab',2,0,NULL,1,'tab','cb_tabmain'),(16,'_UE_NEWSLETTER_HEADER','_UE_NEWSLETTER_INTRODCUTION',99,'1',0,'getNewslettersTab',6,0,NULL,1,'tab','cb_tabmain'),(17,'_UE_MENU','',-10,'1',1,'getMenuTab',14,0,NULL,1,'html','cb_head'),(18,'_UE_CONNECTIONPATHS','',-9,'1',1,'getConnectionPathsTab',2,0,NULL,1,'html','cb_head'),(19,'_UE_PROFILE_PAGE_TITLE','',-8,'1',1,'getPageTitleTab',1,0,NULL,1,'html','cb_head'),(20,'_UE_PORTRAIT','',-7,'1',1,'getPortraitTab',1,0,NULL,1,'html','cb_middle'),(21,'_UE_USER_STATUS','',-6,'.5',1,'getStatusTab',14,0,NULL,1,'html','cb_right'),(22,'_UE_PMSTAB','',-5,'.5',0,'getmypmsproTab',15,0,NULL,1,'html','cb_right'),(23,'_UE_SB_TABTITLE','_UE_SB_TABDESC',0,'.5',1,NULL,NULL,1,NULL,0,'',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_tabs` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_userreports` -- DROP TABLE IF EXISTS `jos_comprofiler_userreports`; CREATE TABLE `jos_comprofiler_userreports` ( `reportid` int(11) NOT NULL auto_increment, `reporteduser` int(11) NOT NULL default '0', `reportedbyuser` int(11) NOT NULL default '0', `reportedondate` date NOT NULL default '0000-00-00', `reportexplaination` text NOT NULL, `reportedstatus` tinyint(4) NOT NULL default '0', PRIMARY KEY (`reportid`) ) TYPE=MyISAM AUTO_INCREMENT=11; -- -- Dumping data for table `jos_comprofiler_userreports` -- /*!40000 ALTER TABLE `jos_comprofiler_userreports` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_userreports` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_userreports` ENABLE KEYS */; -- -- Table structure for table `jos_comprofiler_views` -- DROP TABLE IF EXISTS `jos_comprofiler_views`; CREATE TABLE `jos_comprofiler_views` ( `viewer_id` int(11) NOT NULL default '0', `profile_id` int(11) NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', `lastview` datetime NOT NULL default '0000-00-00 00:00:00', `viewscount` int(11) NOT NULL default '0', `vote` tinyint(3) default NULL, `lastvote` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`viewer_id`,`profile_id`,`lastip`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_comprofiler_views` -- /*!40000 ALTER TABLE `jos_comprofiler_views` DISABLE KEYS */; LOCK TABLES `jos_comprofiler_views` WRITE; INSERT INTO `jos_comprofiler_views` VALUES (65,72,'205.188.117.6','2006-12-31 09:08:05',2,NULL,'0000-00-00 00:00:00'),(65,85,'152.163.100.70','2006-12-14 15:04:43',1,NULL,'0000-00-00 00:00:00'),(84,77,'67.142.130.13','2006-12-17 17:52:37',1,NULL,'0000-00-00 00:00:00'),(68,64,'69.213.182.3','2007-03-05 22:44:53',2,NULL,'0000-00-00 00:00:00'),(68,66,'69.213.183.153','2007-01-06 01:13:47',1,NULL,'0000-00-00 00:00:00'),(68,88,'69.213.183.153','2007-01-06 01:24:27',1,NULL,'0000-00-00 00:00:00'),(65,84,'64.12.116.69','2007-01-07 18:06:39',1,NULL,'0000-00-00 00:00:00'),(91,64,'66.140.98.199','2007-01-10 20:33:19',1,NULL,'0000-00-00 00:00:00'),(91,90,'66.140.98.173','2007-01-11 23:12:23',1,NULL,'0000-00-00 00:00:00'),(65,91,'205.188.116.204','2007-01-24 14:54:34',3,NULL,'0000-00-00 00:00:00'),(94,65,'4.226.213.11','2007-01-13 22:03:55',1,NULL,'0000-00-00 00:00:00'),(65,94,'205.188.117.10','2007-01-14 10:19:52',1,NULL,'0000-00-00 00:00:00'),(65,97,'152.163.100.73','2007-01-18 16:26:35',1,NULL,'0000-00-00 00:00:00'),(97,66,'69.34.112.4','2007-01-22 15:54:53',1,NULL,'0000-00-00 00:00:00'),(91,66,'66.140.98.47','2007-01-22 23:53:45',1,NULL,'0000-00-00 00:00:00'),(79,64,'209.99.47.67','2007-01-25 14:26:22',1,NULL,'0000-00-00 00:00:00'),(97,77,'69.34.112.4','2007-01-29 16:02:27',1,NULL,'0000-00-00 00:00:00'),(65,77,'152.163.100.71','2007-02-01 21:03:04',1,NULL,'0000-00-00 00:00:00'),(86,76,'66.45.66.6','2007-02-07 17:31:36',1,NULL,'0000-00-00 00:00:00'),(103,107,'72.177.138.147','2007-02-09 00:07:56',1,NULL,'0000-00-00 00:00:00'),(65,81,'64.12.116.16','2007-02-10 09:00:52',1,NULL,'0000-00-00 00:00:00'),(112,65,'71.123.128.181','2007-02-12 18:26:34',1,NULL,'0000-00-00 00:00:00'),(65,114,'152.163.101.7','2007-06-13 11:42:22',2,NULL,'0000-00-00 00:00:00'),(114,106,'66.210.21.99','2007-02-14 08:56:48',1,NULL,'0000-00-00 00:00:00'),(94,81,'4.226.111.72','2007-02-14 20:42:53',1,NULL,'0000-00-00 00:00:00'),(81,64,'68.206.26.111','2007-02-18 14:54:45',1,NULL,'0000-00-00 00:00:00'),(68,118,'69.213.183.254','2007-02-26 23:49:48',1,NULL,'0000-00-00 00:00:00'),(118,92,'71.42.147.4','2007-02-26 23:50:36',1,NULL,'0000-00-00 00:00:00'),(68,70,'69.213.182.3','2007-03-04 22:36:45',1,NULL,'0000-00-00 00:00:00'),(68,79,'69.213.182.3','2007-03-05 22:57:49',1,NULL,'0000-00-00 00:00:00'),(64,109,'65.120.2.241','2007-03-10 22:30:39',1,NULL,'0000-00-00 00:00:00'),(135,66,'24.32.132.117','2007-03-19 18:08:24',4,NULL,'0000-00-00 00:00:00'),(65,79,'12.146.217.194','2008-03-10 13:27:26',2,NULL,'0000-00-00 00:00:00'),(135,64,'209.33.18.245','2007-03-26 19:09:59',1,NULL,'0000-00-00 00:00:00'),(143,63,'67.67.40.2','2007-04-16 09:52:57',4,NULL,'0000-00-00 00:00:00'),(143,65,'67.67.40.2','2007-04-13 10:52:40',1,NULL,'0000-00-00 00:00:00'),(142,121,'64.12.117.5','2007-04-24 12:16:12',1,NULL,'0000-00-00 00:00:00'),(81,153,'68.206.1.47','2007-05-21 22:14:53',1,NULL,'0000-00-00 00:00:00'),(65,135,'12.146.217.194','2008-01-27 09:11:10',4,NULL,'0000-00-00 00:00:00'),(65,107,'205.188.117.133','2007-07-22 12:59:04',1,NULL,'0000-00-00 00:00:00'),(81,92,'69.151.215.52','2007-08-20 17:07:23',1,NULL,'0000-00-00 00:00:00'),(79,157,'66.236.129.130','2007-08-22 10:18:35',1,NULL,'0000-00-00 00:00:00'),(64,173,'65.120.1.35','2007-08-22 18:02:12',1,NULL,'0000-00-00 00:00:00'),(125,153,'67.128.170.101','2007-08-28 22:43:18',1,NULL,'0000-00-00 00:00:00'),(125,64,'67.128.170.101','2007-08-28 22:43:43',1,NULL,'0000-00-00 00:00:00'),(64,157,'65.120.1.15','2007-08-31 12:31:28',1,NULL,'0000-00-00 00:00:00'),(65,195,'64.12.117.76','2007-09-03 09:39:21',1,NULL,'0000-00-00 00:00:00'),(118,73,'71.42.146.21','2007-09-13 12:00:21',1,NULL,'0000-00-00 00:00:00'),(118,84,'71.42.146.21','2007-09-19 20:17:47',1,NULL,'0000-00-00 00:00:00'),(118,63,'71.42.146.20','2007-10-02 11:19:39',1,NULL,'0000-00-00 00:00:00'),(204,92,'64.136.49.228','2007-10-02 18:03:53',1,NULL,'0000-00-00 00:00:00'),(154,64,'67.128.170.83','2007-10-18 09:46:52',1,NULL,'0000-00-00 00:00:00'),(173,63,'65.67.14.81','2007-10-25 16:01:27',1,NULL,'0000-00-00 00:00:00'),(173,80,'65.67.14.81','2007-11-02 13:47:51',1,NULL,'0000-00-00 00:00:00'),(65,204,'64.12.117.67','2007-11-09 15:33:40',1,NULL,'0000-00-00 00:00:00'),(65,154,'205.188.117.71','2007-11-25 09:24:23',1,NULL,'0000-00-00 00:00:00'),(76,79,'64.219.31.248','2007-11-28 15:08:59',1,NULL,'0000-00-00 00:00:00'),(154,65,'67.128.170.127','2007-12-01 11:07:25',1,NULL,'0000-00-00 00:00:00'),(65,125,'64.12.117.69','2007-12-05 13:52:27',1,NULL,'0000-00-00 00:00:00'),(116,79,'68.241.99.10','2007-12-31 00:38:45',1,NULL,'0000-00-00 00:00:00'),(81,200,'63.175.72.50','2008-01-08 14:50:39',1,NULL,'0000-00-00 00:00:00'),(118,200,'71.42.218.51','2008-01-14 23:28:54',1,NULL,'0000-00-00 00:00:00'),(86,79,'66.45.66.6','2008-01-18 11:00:47',1,NULL,'0000-00-00 00:00:00'),(254,154,'71.113.253.200','2008-01-22 11:00:50',1,NULL,'0000-00-00 00:00:00'),(65,260,'12.146.217.194','2008-01-28 15:01:35',1,NULL,'0000-00-00 00:00:00'),(64,261,'65.120.7.135','2008-01-29 13:15:48',1,NULL,'0000-00-00 00:00:00'),(262,68,'74.193.16.47','2008-01-31 02:21:07',1,NULL,'0000-00-00 00:00:00'),(260,154,'75.106.32.211','2008-02-06 22:27:39',1,NULL,'0000-00-00 00:00:00'),(144,65,'70.240.247.86','2008-02-07 13:31:40',1,NULL,'0000-00-00 00:00:00'),(251,73,'71.149.255.71','2008-02-07 21:28:48',1,NULL,'0000-00-00 00:00:00'),(234,200,'80.249.75.210','2008-02-18 11:41:21',1,NULL,'0000-00-00 00:00:00'),(65,274,'12.146.217.194','2008-02-22 10:22:36',1,NULL,'0000-00-00 00:00:00'),(81,275,'63.175.72.50','2008-02-22 13:48:53',1,NULL,'0000-00-00 00:00:00'),(82,276,'63.175.72.50','2008-02-25 17:59:26',1,NULL,'0000-00-00 00:00:00'),(254,274,'71.113.253.200','2008-02-26 13:32:24',1,NULL,'0000-00-00 00:00:00'),(274,65,'66.138.48.23','2008-02-26 13:47:36',1,NULL,'0000-00-00 00:00:00'),(285,75,'75.88.255.244','2008-02-28 11:28:11',1,NULL,'0000-00-00 00:00:00'),(82,81,'63.175.72.50','2008-02-28 17:04:33',1,NULL,'0000-00-00 00:00:00'),(275,92,'69.153.81.141','2008-03-05 16:50:28',1,NULL,'0000-00-00 00:00:00'),(154,79,'67.128.170.216','2008-03-05 19:53:11',1,NULL,'0000-00-00 00:00:00'),(64,81,'65.120.7.135','2008-03-06 14:18:00',1,NULL,'0000-00-00 00:00:00'),(63,154,'169.145.3.13','2008-03-07 11:54:46',1,NULL,'0000-00-00 00:00:00'),(82,79,'207.154.59.124','2008-03-19 22:16:21',3,NULL,'0000-00-00 00:00:00'),(82,92,'63.175.72.50','2008-03-11 13:06:38',1,NULL,'0000-00-00 00:00:00'),(302,86,'64.185.32.20','2008-03-20 16:33:51',1,NULL,'0000-00-00 00:00:00'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_comprofiler_views` ENABLE KEYS */; -- -- Table structure for table `jos_contact_details` -- DROP TABLE IF EXISTS `jos_contact_details`; CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `con_position` varchar(50) default NULL, `address` text, `suburb` varchar(50) default NULL, `state` varchar(20) default NULL, `country` varchar(50) default NULL, `postcode` varchar(10) default NULL, `telephone` varchar(25) default NULL, `fax` varchar(25) default NULL, `misc` mediumtext, `image` varchar(100) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(100) 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', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=2; -- -- Dumping data for table `jos_contact_details` -- /*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */; LOCK TABLES `jos_contact_details` WRITE; INSERT INTO `jos_contact_details` VALUES (1,'Name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','asterisk.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'',0,12,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `title_alias` varchar(100) 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(100) 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', 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_mask` (`mask`) ) TYPE=MyISAM AUTO_INCREMENT=42; -- -- Dumping data for table `jos_content` -- /*!40000 ALTER TABLE `jos_content` DISABLE KEYS */; LOCK TABLES `jos_content` WRITE; INSERT INTO `jos_content` VALUES (1,'4,519 Pounds of Pork Donated!','Welcome','

\r\nFacts from Contest - 2007/03/13 10:56
\r\nWe gad 15 teams enter total.
\r\n
\r\n6 Teams weighed their hogs in. One team on Saturday, weighed in 3 hogs.
\r\n
\r\n39 hogs total were brought in, including the 2 that made in after time was up.
\r\n
\r\nThe total dressed weight was 4,519.4 lbs of wild pork.
\r\n
\r\nMike Hilscher's Team won 1st the heaviest head count with 858.8 lbs of pork
\r\n
\r\nStephen Tucker Team came in 2nd with a total of 815.8 lbs of pork
\r\n
\r\nKeith Jacobs was the 3rd palce with 617.2lbs on 5 head of pork
\r\n
\r\nJason Goodson took 4th with 581 lbs on 5 head
\r\n
\r\nScott Fillip's team came in 5th with 552.6 lbs
\r\n
\r\nJackpots were good and anybody's game, -- -------------------------
\r\n
\r\nHeavy Boar 75.6 lbs went to Mike Hilscher
\r\n
\r\nHeavy Sow 113.4 went to Stephen Tucker
\r\n
\r\nTotal Head count went to Keith Jacobs with 6 head
\r\n
\r\n______________________________________________________
\r\n1st place paid $1000.00
\r\n2nd place paid $ 500.00
\r\n3rd place paid $200.00
\r\n4th place paid $160.00
\r\n5th place paid $100.00
\r\nhad we had a 6th place team it would have paid $40.00
\r\n
\r\nJackpots paid very well too
\r\nheavy boar $240.00
\r\nheavy sow $240.00
\r\nTotal head count $190.00
\r\nMore pictures to come
\r\n
 
\r\n

\r\n

\r\n \r\n

\r\n

\r\nThank you for joining us at the new website! I’d like to welcome you here, and encourage you to participate!  We hope you'll find this site useful and informative.
\r\n
\r\n{mosimage}Sincerely, Douglas Mason, TDHA President
\r\n

\r\n','',1,1,0,1,'2004-06-12 11:54:06',65,'Douglas','2007-03-14 11:15:03',65,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','mrmason.jpg','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',8,0,16,'','',0,194),(2,'Protect your rights Join Today!','support in numbers','Protect your sport and traditions - Support the TDHA.
The TDHA can be your VOICE - but in order to be heard, you have to be a member. The more members the TDHA has, the more clout we have to bring to bear when our rights to hunt with dogs are threatened. If we are going to have a chance to for our kid and grandkids to enjoy the freedoms and various traditions of hunting with dogs that we now enjoy - we are going to have to be READY and organized- ready to fight for our rights and ready to make ourselves heard. Remember -we have STRENGTH IN NUMBERS!
Author: Mike Christman


','',1,2,0,3,'2004-08-09 08:30:34',62,'','2006-11-13 12:26:51',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,2,'','',0,33),(3,'Newsflash 2','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.','',-2,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0),(4,'Newsflash 3','','Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn\'t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.','',0,2,1,3,'2004-08-09 08:30:34',62,'','2006-11-09 17:05:38',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,1),(5,'Joomla! License Guidelines','','

This website is powered by Joomla! The software and default templates on which it runs are Copyright 2005 Open Source Matters. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read \'How To Apply These Terms To Your Program\' and the \'GNU General Public License FAQ\'.

','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,0,'0000-00-00 00:00:00','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,10),(6,'Example News Item 1','News1','{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum.','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',0,1,0,1,'2004-07-07 11:54:06',62,'','2006-11-09 17:05:38',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0','','',1,0,20,'','',0,4),(7,'Example News Item 2','News2','

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:11:30',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/bun.jpg|right||0','','',1,0,23,'','',0,2),(8,'Example News Item 3','News3','

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','',-2,1,0,1,'2004-04-12 11:54:06',62,'','2004-07-07 18:08:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/pears.jpg|right||0','','',1,0,24,'','',0,1),(9,'Example News Item 4','News4','

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n{mospagebreak}

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n{mospagebreak}

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0','','',1,0,25,'','',0,6),(10,'History of Wild Boar','History of Wild Boar','HISTORY AND DISTRIBUTION OF FERAL HOGS IN TEXAS
\r\nRICHARD B. TAYLOR, Texas Parks and Wildlife Department,
\r\nP. O. Box 5207, Uvalde, Texas 78802
\r\n
\r\n
\r\n--------------------------------------------------------------------------------
\r\n
\r\nAbstract: Feral hogs are old world members of the swine family whose ancestors date back to the ice age. Early explorers and missionaries brought the first swine into Texas, but the feral populations originated during colonization. In the twentieth century, introductions of domestic hogs and European boars into the wild by landowners and sportsman further enhanced the population. Changing land use practices, improved animal husbandry, and eradication of diseases have enabled the feral hog to adapt and disperse throughout most of Texas. With an estimated population of one million animals, feral hog numbers rank second behind the white-tailed deer as a large mammal population and are an intregal part of Texas fauna.
\r\n
\r\n
\r\n--------------------------------------------------------------------------------
\r\n
\r\nFeral hogs belong to the family Suidae which is the same family of the domestic breeds. There are approximately 23 normally recognized subspecies of wild hogs in the world; however, some discrepancies do occur between professionals (Mayer and Brisbin,1991). Feral hogs include domestic hogs gone wild, European boars, and crosses between the two. The history of feral hogs in Texas must be traced back to the original domestic breeds first brought to the state.
 

\r\n
\r\n
\r\n','Hogs are old world species and are not indigenous to the New World. The predecessors to the modern swine family date back prior to the ice age. Although the ice age was extremely hard on them, they managed to survive between major glaciations. Their adaptability is still evident in the modern wild pigs which currently inhabit Texas. As the world was shifting and continents being formed, the swine family was excluded from the new world. Because of the extreme cold and ice, they were unable to cross the Bering land bridge between Alaska and Russia, the only possible entrance to the New World prior to separation. On the European and Asian continents of the Old World, wild hogs thrived through the stone ages. Bones have been found in caves that indicates early man hunted and ate swine (Towne and Wentworth, 1950).
\r\n
\r\nDomestication of hogs began somewhere between 7000-3000 BC with the coming of Neolithic man to Europe. Hogs have been an important part of early civilization. In addition to food, they have been reported in mythology, superstitious rites, and religion. Since before Christ, man has loved, hated, revered, worshiped, and tabooed the hogs (Towne and Wentworth, 1950).
\r\n
\r\n
\r\nWild Hogs in the United States
\r\n
\r\n
\r\nThe first introduction of hogs into the United States came around 750-1000 AD when Polynesian immigrants to Hawaii brought them to the Islands; however it was the early 1500's before they made it to the mainland. Christopher Columbus is originally credited with bringing the first hogs to the New World when he brought eight to the West Indies in 1493. These animals and subsequent releases thrived and their progeny populated several of the Carribbean islands. It was from these populations that early Spanish explorers brought hogs to the U.S. mainland in Florida. They provided an important source of food and lard while reproducing quickly (Towne and Wentworth, 1950). These expeditions were the first well documented swine importation onto the United States mainland.
\r\n
\r\nHernando De Soto, the first swine importer, obtained his supplies from Cuba in 1539 which included 13 sows. Upon landing in Florida, his expedition traveled more than 3100 miles throughout the southern United States, until he died in what is now Arkansas. As he traveled, he took the swine with him. Upon his death in 1542 he had 700 swine and 3 horses, which were sold at auction to his men and possibly some Indians (Thrapp 1988, Towne and Wentworth 1950). However, only 100 hogs were reported fourteen months prior to his death. This was due, in part, to several devastating indian attacks but subsequent numbers are an example of their reproductive potential (Towne and Wentworth, 1950).
\r\n
\r\nLuis De Moscoso took command of the expedition and was determined to return to Mexico overland. They traveled into Texas, possibly reaching the Brazos river, but, finding this route too difficult and dangerous, he retraced his route and traveled back to the Mississippi river where his men built some boats. At the Mississippi river, Moscoso and his men killed, slaughtered, butchered and salted pork for his voyage. These hogs were animals he possibly had in Texas and additional ones he received from the Indians (who had stolen them from him previously). He then sailed down the Mississippi to the Gulf of Mexico where he followed the coast to Tampico, Mexico (Castaneda 1936, Thrapp 1988). This concluded the first excursion of hogs into Texas. It is unclear how many hogs actually entered the state or how many may have been left behind that either escaped, were traded, or were captured by indians. It is unlikely that this first introduction of hogs originated a population of wild hogs in Texas.
\r\n
\r\nThe first wild hogs in Texas probably resulted from Rene Robert, Sieur de LaSalle's failed attempt to colonize the Texas coast. Attempting to relocate the mouth of the Mississippi river which he discovered in 1682, LaSalle landed on the west side of the entrance to Matagorda bay on February 18, 1685. He built a fort further inland for several hundred colonists, soldiers, and workers. Among the supplies he brought with him from St. Domingo in the West Indies were cattle, swine and fowl which reportedly multiplied and prospered. The situation at the fort became so hopeless that in January 1687, LaSalle went for help leaving behind 20 people, 70-75 swine and 18-20 hens at he colony. LaSalle never made it out of Texas (he was killed by his own men) and the colonists at the fort also died due to smallpox and Indian attacks. When Spanish explorers finally located the lost fort a few years later, a Spanish priest, Massanet, reported finding many "dead pigs at the destroyed fort" (Castaneda 1936, Gillmore 1973, Yoakum 1935). It is unclear why the Karankawa Indians had left the fresh meat at the fort. Mary Atkinson (1953) claims that the Karankawa indians of the Gulf coast "utilized Spanish livestock that went wild including longhorns, mustangs, and razorbacks, a new and bountiful meat supply." The Spaniard, De Solis, reported in 1767-68 that Karankawa indians "live on horses, mules, deer, bison, bears, wild boars (javelinas?), rabbits and hares, unlike the Plains Indians who tabooed fish and fowls and particularly hogs for spiritual reasons"(Newcomb 1961). It is possible that some of the original swine from LaSalle's colony found haven in the thickets of the Gulf coast but whether the progeny survived death and disease to the present day is unlikely.
\r\n
\r\nThe Spanish began sending missionaries into Texas in the 1700's to establish missions, teach religion to the indians, and lay claim to the terrirory. The Martin de Alarcon expedition of 1718-19, which founded the Mission San Antonio de Valero (Alamo), introduced unknown numbers of swine along with other livestock into the area. Although some historians claim swine were a part of the missions' livestock, records do not substantiate this claim and, in fact, swine numbers were probably inconsequential. A census of San Antonio in 1745 claimed 2000 cattle, 1317 sheep, 304 goats and 40 horses and inventories of 13 operating missions in 1763 never mentioned swine. It is probable that a few hogs were present at that time but only in minimal numbers. An 1810 census of San Antonio lists 14 ranches in operation with a total of 85 hogs (Castaneda 1936).
\r\n
\r\nThe Nacogdoches settlement of east Texas is one of the oldest in the state. As a mission it did not raise hogs but evidently settlers in the area had a few animals. In 1806 there was some settlement along the old San Antonio road near Nacogdoches and, in 1819, on an excursion from the Sabine river to Nacogdoches the Mexican Colonel Ignacio Perez and his troops observed "...good crops of cotton, corn, pumpkins, potatoes, and other vegetables and the troops fed on the many pigs and chickens they found" (Castaneda 1936). The first hogs to arrive in Texas of any significance and which established a wild population probably originated with these colonists.
\r\n
\r\nStephen F. Austin received the first land grant in January of 1821 and the first colonist arrived in November of 1821. His colonists, referred to as "the old 300", settled along the Brazos, Colorado, and Bernard rivers near present day Brenham, Navasota, and LaGrange (Figure 1). The colonists who came to Texas were basically poor and self reliant. The economy of the colonies were based on trading, such as clothing for hogs, an ox for a sow, horses for corn, or a gun for a mare. The export of the colony of farmers in Austins' words were "cotton, beef tallow, pork, lard, mules, etc." Swine were the most common livestock although cattle, oxen, and chickens were found (Fehrenbach 1983). All the livestock were allowed to run wild in the woods and forage for themselves.
\r\n
\r\nGathering the livestock often required using a little corn as an enticement to the pen or using dogs or horses. Often wild hogs that couldn't be rounded up would be hunted and shot by the settlers when they wanted fresh meat. Noah Smithwick (1968) claimed in 1830 that "Martin Varner (colonist) had a lot of wild hogs running in the bottom and when he wanted pork he went out and shot one." The diet of the colonists was largely salt pork, usually fried with corn bread, sweet potatoes, and molasses. Fresh meat was rare with the exception of wild game (Fehrenbach 1983). Nacogdoches was an important trading center between the colonists and Louisiana and, according to Weinger (1984), an 1834 census of the Nacogdoches settlement recorded 60,000 hogs.
\r\n
\r\nBy 1835, 3500 land titles were issued to settlers through various Impresarios. The colonies produced thousands of bales of cotton and large numbers of cattle and hogs (Fehrenbach 1983). With the outbreak of hostilities between the colonists and Mexico and Santa Anna marched through Texas, many of the colonist, fearing for their lives, left as fast as they could. This exodus is often referred to as the "runaway scrape" and Texas soldier Noah Smithwick (1968) observed that between Brenham and Bastrop and throughout the colony they "..found houses open, beds unmade, cribs full of corn, smoke houses full of bacon, chickens, cattle eating the grass and hogs fat and lazy wallowing in the mud all abandoned."
\r\n
\r\nAfter hostilities between Texas and Mexico ceased, settlement resumed in the original colonies and German immigrants began settling in central Texas. Settlements such as New Braunfels, Kerrville, and Fredricksburg were founded in the 1840's (Figure 1). Swine was the most common livestock in this area, although cattle was present in large numbers, but there was not a market for the meat. Cattle were raised principally for their hides. The prolific hogs were raised for their meat and lard and were very marketable. There was also rapid development of northeast Texas between the years 1840-1860 (Fehrenbach 1983).
\r\n
\r\nIn the east Texas Big Thicket region hogs continued to be imported and, in 1838, a settler named Sherod Wright claimed he and his neighbors had hogs "mainly for their own use." "In summer hogs scattered over the uplands and in winter went to the bottoms to forage on nuts. When he saddled up to ride he'd put some corn in his saddlebags paying a token to the process of domestication, but, in spite of this, hogs eventually became nearly as wild as deer" (Truett and Lay 1984).
\r\n
\r\nIn 1841, two years after the government had moved to Austin, a political scandal between the French Charge d'Affaires and Texas occurred over hogs. It seems that a local resident, Mr. Bullock, had some of his hogs killed by a French servant when they broke fences, entered the home, ate linen and destroyed important papers. Mr. Bullock promptly beat the servant and, when the Texas government refused to take satisfactory action against Mr. Bullock, the French Charge d'Affaires left town never to return (Haley 1985).
\r\n
\r\nFredrick Olmstead (1962) who traveled through Texas in 1854 states that at his camp near Crockett on January 1, 1854 "...we were annoyed by hogs beyond all description. At almost every camp we were surrounded by them; but here they seemed perfectly frantic with hunger. They ran directly through the fire and even carried off a chicken....that was dressed and pitted. While the horses were feeding, it required the constant attendance of two of us to keep them at bay; and even then they secured more than half the corn. Fanny (his horse) was so shocked and disturbed as to refuse all the food. For some minutes the fiercest of them would resist even a clubbing, eating and squealing on through the blows. These animals proved, indeed throughout Texas a disgusting annoyance, though after procuring an excellent dog a day or two after we were rid of the worst of it."
\r\n
\r\nFurther on his trip west in the Texas hill country near the head of the Guadalupe river in present-day Kendall county he claimed "One of the greatest sources of profit is from droves of hogs which increase with remarkable rapidity and pick their living from the roots and nuts of river bottoms. The distribution of a few ears of corn at night brings them all every day to the crib." Throughout his travels, he reports bacon and pork which was evidently easier to obtain than beef (Olmstead 1962).
\r\n
\r\nDeCordova (1969) reported to the New York Geographical Society in 1858 that " There are at this time hundreds of persons who are doing well raising hogs with very little labor, and so great in demand for the produce of this animal in our state, that it is impossible to have a super abundance, not withstanding that the region of the country adapted to hog raising is so extensive. In addition to the amount raised in Texas, we import a large amount from New Orleans". By 1860, the area of Austins' colony had an estimated 50,000 hogs. A citizen of Robertson county estimated probably 30,000 hogs in that county. The vast majority of these hogs were free ranging (Weniger 1984).
\r\n
\r\nBy the late 1800's wild hogs were numerous throughout the big thicket of east Texas and provided the most important game meat (Campbell and Loughmiller 1977). Through the turn of the twentieth century, as settlement increased throughout Texas, the numbers of hogs allowed to range freely also increased. In the early 1900's Mearns noted that feral hogs were numerous in many parts of Texas along the Rio Grande (Mayer and Brisbin 1991).
\r\n
\r\nThe early 1900's were relatively prosperous for the rural Texans until the 1920's and 1930's when economic hard times hit with devastating consequences. At that time many rural residents were forced to leave their farms to seek employment in the cities in order to pay their mortgages and taxes. As they packed their families and belongings and headed to the city, many left their livestock behind, especially their free-ranging hogs to fend and survive for themselves.
\r\n
\r\n
\r\nThe European Wild Boar
\r\n
\r\n
\r\nThere are very few documented facts concerning the history of the European wild boars in Texas. The Denman releases along the central Texas coast are probably the best known in Texas. In about 1930 - 1933 the first known importations of European wild boars were recorded when approximately eleven were obtained from the San Antonio zoo and escaped or were released near Austwell in Aransas county. An additional 10-15 were released in 1939 between Port O'Conner and Seadrift in Calhoun county. They readily crossed with domestic or feral hogs (Mayer and Brisbin 1991). The next reported release of European hogs occurred in the early 1940 when a rancher in northwest Bexar county purchased several from a traveling zoo and consequently released them into the wild. Following a fence - destroying flood which allowed the animals to escape into the surrounding areas of eastern Medina and southern Bandera county, these hogs also readily bred with free ranging domestic hogs (Mayer and Brisbin 1991). Later releases of the so-called European wild boars were probably hybrids between the European and feral hogs.
\r\n
\r\n
\r\nThe Present
\r\n
\r\n
\r\nFrom the 1950's until the present, hogs have been continually released throughout Texas in an effort to increase hunting opportunity and economic returns. Texas is approximately 97% privately owned and hunting leases provide a major economic incentive. Prior to 1992 domestic hogs or wild trapped feral hogs could be purchased locally through livestock auctions or individuals and released. However, in 1992 the Texas Animal Health Commission inacted new regulations concerning the movement of wild-trapped swine in an effort to prevent the possible spread of disease. Today, it would be impossible to estimate the numbers of hogs released by landowners and sportsmen. Since the hog is an unregulated animal in Texas and is not classified as a game animal. For this reason few statistics and harvest information is available.
\r\n
\r\nThe Texas Parks and Wildlife Department (TPWD) first attempted to monitor the European wild boar in 1945 reporting the Denman release along the Texas coast under exotic game animals (Anonymous 1945). At that time the author clearly stated that they were breeding with domestic or feral hogs. The next report on exotics by TPWD was when Al Jackson (1964) reported European boars in the central Texas region and on the central Texas coast. In that survey he estimated 400 in Calhoun county, 175 in Bexar county, and "heavy concentrations" in Medina county. He also states that wild boar have crossed with feral swine in many areas so that pure stock is limited and hard to distinguish from crosses. In 1967 TPWD estimated approximately 10,000 European boars were on the Edwards Plateau south to the Rio Grande Plains in south Texas with feral hogs occurring in those areas and also in eastern Texas (Ramsey 1967, Springer 1977) (Figure 2). It is clear that feral hogs and crossbreds were included in this estimate. Further exotic surveys conducted by TPWD excluded feral hogs, European hogs and crossbreds although some information was obtained.
\r\n
\r\nThe first attempt to determine the status of feral hogs in Texas came in 1979 when questionnaires were sent out to TPWD biologists across the state to determine their distribution, utilization, and management implications (Synatzske 1979) (Figure 3). No attempt was made at that time to determine or estimate the population. In 1992, utilizing available data from TPWD exotic surveys, the Synatszke report, private surveys and interviews, the distribution of feral hogs in Texas was determined (Taylor 1991).
\r\n
\r\nIn 1992 the feral hog was distributed throughout most of Texas with the exception of the western panhandle and the northern Trans-Pecos region (Figure 4). Feral hog densities fluctuate from extremely dense populations in east, southeast and south Texas to light populations in far west Texas. They are found in all habitat types from dense forest, swamps, chaparral brush, and oak-woodland. In Texas feral hogs occupy most of the same range as white-tailed deer. They prefer bottomland habitats but do well in upland areas if there is sufficient cover. Climate does not appear to be a limiting factor; however, diverse food availability is important (Taylor 1991).
\r\n
\r\nThe range of the feral hog in Texas has increased tremendously since the 1960's. They have adapted to virtually all habitat types and climatic conditions. The population has increasingly multiplied increasingly as their range has expanded. The feral hog is an extremely wary and secretive creature whose adaptability and nocturnal habits have made it extremely difficult to accurately determine population status. Therefore, density estimates for the feral hog in Texas is purely speculative and based on an array of factors. Deer range and densities correlated with hog distribution, biological estimations based on interviews and actual census efforts were all incorporated to estimate the feral hog population in Texas at approximately one million animals (Taylor 1991).
\r\n
\r\nThe feral hog in Texas has increased in numbers and expanded its range for a number of reasons. Constant introductions throughout Texas coupled with the high reproductive rate of swine and limited hunting pressure are probably the most significant factors. Feeding and baiting wildlife is the primary hunting technique used by Texas hunters and feral hogs are utilizing this practice to their advantage. Feral hogs are also benefitting from changing agricultural and land practices (farmland conversion to rangeland, better land management and improved livestock grazing practices by landowners). Farming has become much more productive and efficient and utilized by hogs. Water conservation has also increased and water supplies from stocktanks, lakes, and irrigation have benefitted wild hogs.
\r\n
\r\nDiseases have historically helped keep the wild hog population in check. The eradication of the screworm has benefitted the wild hog as it did white-tailed deer. As commercial swine operators improved their operations and animal husbandry progressed, vaccinations curtailed most diseases among domestic breeds. These diseases could no longer be transmitted to a wild population which would then spread rapidly through that wild population. Now, commercial swine operator are fearful of diseases which the wild hogs can transmit to their commercial operation. In 1978, hog cholera, a deadly disease to hogs, was eradicated.
\r\n
\r\nHogs have been around Texas for many centuries but have increased substantially in the last few decades. It is obvious that they are an intregal part of Texas fauna, currently number two behind white-tailed deer in numbers. They are extremely wary and secretive, very adaptive to conditions, and are in Texas to stay.
\r\n
\r\n
\r\n
\r\nLiterature Cited
\r\n
\r\n
\r\nAnonymous. 1945. Principal Game Birds and Mammals of Texas. Texas Game, Fish, and Oyster Commission. Von Boeckmann-Jones Company. Austin, Texas. 149 pp.
\r\n
\r\nAtkinson, Mary J. 1953. The Texas Indians. The Naylor Company. San Antonio, Texas 250pp.
\r\n
\r\nCampbell, Il, and Lynn Loughmiller. 1977. Big Thicket Legacy. University of Texas Press. Austin, Texas.
\r\n
\r\nCastaneda, C. E. 1936. Our Catholic Heritage in Texas, Volumes 1-VI. Von Boeckmann- Jones Company. Austin, Texas.
\r\n
\r\nDeCordova, J. 1969. Lecture on Texas in; Texas: Her Resources and her Public Men. Texian Press. Waco, Texas. 375 pp.
\r\n
\r\nFehrenbach, T. R. 1983. Lone Star: A History of Texas and the Texans. American Legacy Press. New York, NY. 761 pp.
\r\n
\r\nGilmore, Kathleen. 1973. The Keeran Site: The probable site of LaSalles' Fort St. Louis in Texas. Texas Historical Commission. Office of the State Archeological Reports No. 24. Austin, Texas. 100 pp.
\r\n
\r\nHaley, James. 1985. Texas: An album of history. Doubleday and Company. Garden City, New York. 292 pp.
\r\n
\r\nJackson, Al. 1964. Texotics. Texas Game and Fish 22 (4): 7-11.
\r\n
\r\nMayer J.J. and I. L. Brisbin, Jr. 1991. Wild Pigs in the United States: their history, morphology, and current status. University of Georgia Press. Athens, Georgia. 313 pp.
\r\n
\r\nNewcomb, W. W., Jr. 1961. The Indians of Texas: From prehistoric to modern times. University of Texas Press. Austin, Texas 404 pp.
\r\n
\r\nOlmstead, Frederick L. 1962. A journey through Texas: A saddletrip on the southwest frontier. Von Boeckmann-Jones Press. Austin, Texas. 299 pp.
\r\n
\r\nRamsey, Charles. 1967. Texotic Lineup. Texas Parks and Wildlife 25 (4): 3-7.
\r\n
\r\nSmithwick, Noah. 1968. The evolution of a state or Recollections of old Texas days. Steck- Vaughn Company. Austin, Texas. 354 pp.
\r\n
\r\nSpringer, M. D. 1977. Ecological and economic aspects of wild pigs in Texas. Pages 37-46 in G. W. Wood, ed. Research and management of wild hog populations. The Belle W. Baruch For. Sci. Inst., Clemson University. Georgetown, S. C
\r\n
\r\nSynatzske, David R. 1979. Status of the Feral Hog in Texas. Unpubl. report. 9pp.
\r\n
\r\nTaylor, Rick. 1991 The Feral Hog in Texas. Texas Parks and Wildlife Department. Federal Aid Report Series No. 28. Project W-125-R. 20 pp.
\r\n
\r\nThrapp, Dan L. 1988. Encyclopedia of Frontier Biography. Vol. 1-3. University of Nebraska Press. Lincoln, Nebraska. 1698 pp.
\r\n
\r\nTowne, C. W. and E. N. Wentworth. 1950. Pigs from Cave to Cornbelt. University of Oklahoma Press. Norman, Oklahoma. 305 pp.
\r\n
\r\nTruett, Joe C. and Daniel W. Lay. 1984. Land of Bears and Honey. University of Texas Press. Austin, Texas. 176 pp.
\r\n
\r\nWeniger, Del. 1984. The Explorers of Texas. The Lands and Waters. Eakin Press. Austin, Texas 224 pp.
\r\n
\r\nYoakum, H. K. 1935. History of Texas. Vol. 1-2. Steck Company. Austin, Texas. 576 pp

\r\n
\r\n
\r\n',1,3,0,7,'2004-05-12 11:54:06',65,'','2006-12-03 10:25:11',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',6,0,7,'','',0,772),(11,'Example FAQ Item 2','FAQ2','

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',-2,3,0,7,'2004-05-12 11:54:06',62,'Web master','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0','','',1,0,8,'','',0,10),(12,'TDHA Mission Statement','Mission Statement','

{mosimage} 

 

The Texas Dog Hunters Association is committed to the promotion and protection of the rights of Texas dog hunters. In the spirit of brotherhood we seek to unite hunters pursuing any and all forms of hunting with dogs to help preserve our traditions, in order that they may be passed on to future generations. We shall always strive to protect our legal and God given right to hunt with dogs in this great state of Texas.

','',-2,3,0,7,'2006-11-07 17:11:44',63,'','2006-11-07 17:38:23',62,0,'0000-00-00 00:00:00','2006-11-07 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',6,0,10,'','',0,0),(14,'How Humane Society Gets the Vote','HSUS','From the Wall Street Journal on Nov 7, 2006. 
*******************************************************
November 7, 2006


PAGE ONE


Puppy Power:
How Humane Society
Gets the Vote Out
Animal Welfare Is the Issue,
Not the Candidate's Party;
Loaded for Bear Hunters
By BRODY MULLINS
November 7, 2006; Page A1

DUBLIN, Calif. -- Wayne Pacelle marched up to a one-story house here last
week, hoping to persuade the two Republicans inside to vote against incumbent
Republican Rep. Richard Pombo.

"Beware of dog," read a nearby sign as Mr. Pacelle knocked on the front
door. Suddenly, a pit bull charged from inside the house. Mr. Pacelle stumbled
backward. The dog slammed into the door. A screen was all that separated the
growling beast from the chief executive officer of the Humane Society of the
United States.

"I may be with the Humane Society, but I prefer little dogs when I'm
canvassing," said the 41-year-old Mr. Pacelle. For Mr. Pacelle, the pit bull is
just one snarling obstacle in his path toward transforming the nation's largest
group of pet lovers into a ferocious force in congressional elections. Call it
puppy power at the polls.

For the first time in its 50-year history, the Humane Society is trying to
elect candidates to Congress who support its animal-welfare agenda.
','After a series of mergers with other animal-welfare groups, the Humane Society counts 10
million Americans as members, an average of 23,000 in each of the 435 House
districts. That's more than twice the membership of the National Rifle
Association, which is considered one of the most effective single-issue campaign
organizations.

More important, the Humane Society's motivating issue -- the promotion of
animal welfare -- resonates with the white suburban women who could be the key
block of voters who decide this election.

The Humane Society isn't campaigning for just one political party. Sen.
Rick Santorum, a Republican from Pennsylvania, won its support this year for
championing federal funding for animal-protection programs. Virginia Republican
Sen. George Allen was endorsed for introducing legislation to require
bitter-tasting antifreeze to discourage pets from lapping up spills.

In the House, the Humane Society is campaigning for several Republicans in
close races, including Reps. John Sweeney of New York and Christopher Shays of
Connecticut. Mr. Sweeney, who represents Saratoga's race track, pushed
legislation through the House to ban the slaughter of horses for human
consumption.

Among Republicans the Humane Society is targeting are Montana's Sen.
Conrad Burns, who opposed Mr. Sweeney's horse-slaughter bill in the Senate, Rep.
Heather Wilson of New Mexico and Mr. Pombo of California.

The Humane Society has endorsed more than 300 candidates for Congress. But
it has spent money in just two dozen of the closest races where Mr. Pacelle
believes he can swing about 5% of the vote.

"Animals are a part of the fabric of our culture, so it's inevitable that
the organized network that protects animals would activate for political ends,"
Mr. Pacelle said in an interview. About two-thirds of households have pets. "We
can be an incredibly influential political organization, as powerful as the
Chamber of Commerce," Mr. Pacelle told a crowd of election volunteers in Las
Vegas last week.

Carolyn Mathias, a lifelong Republican, learned from the Humane Society
that the state's Republican governor, Bob Ehrlich, had approved the state's
first bear hunt in 50 years. The Humane Society publicized the decision in
television advertisements that featured graphic images of dead bears.

"I'm sure it must sound unusual for a Republican to suddenly not vote
Republican based on one issue," Ms. Mathias says. "The way I look at this is
that the bears have no political party."

It cuts both ways. When Mr. Pacelle knocked on doors in Las Vegas last
week for Republican Sen. John Ensign, a veterinarian, all but one of the
volunteers who accompanied him were Democratic women.

Mr. Pacelle began creating the Humane Society political operation two
years ago when he was named chief of the organization. Since then, he has
quietly built a formidable election campaign machine. To comply with tax and
election laws, Mr. Pacelle has created two offshoots of the Humane Society to
focus on election campaigns. In total, the entities have spent $3.4 million on
congressional elections and ballot initiatives, more than Exxon Mobil Corp. They
have contributed $150,000 to candidates for Congress, which is more than
Halliburton Co. has contributed.

The Humane Society has a long history of winning state ballot initiatives
on issues ranging from banning cockfighting in Oklahoma to prohibiting hunting
with steel-jawed leg traps in Colorado. This year, the Humane Society is
battling the NRA over dove hunting in Michigan and big agriculture over the size
of pigpens in Arizona.

The Humane Society first tested the waters in congressional elections in
2004 -- and then, in just one race. In that campaign, the group campaigned
against Rep. Chris John in Louisiana when the Democrat ran for an open Senate
seat against Republican Rep. David Vitter. Mr. John championed the state's
legalized cockfighting industry, and the Humane Society didn't want to see him
in the Senate.

Polls showed that nine in 10 women in Louisiana opposed cockfighting, so
the Humane Society set about to tell 300,000 white female voters that Mr. John
supported the practice. The group spent $400,000 on radio ads and mailings to
get the message out. When Mr. Vitter won with 51% of the vote, the Humane
Society knew it could be a force.

"If we could win in 'Sportsman's Paradise,' we can win anywhere," says Mr.
Pacelle. A Yale graduate, Mr. Pacelle considered going to law school before
dedicating his career to the protection of animals. Mr. Pacelle says he grew up
with several pets and an "unusual interest in the welfare of animals." On his
way to a recent news conference, Mr. Pacelle brought his fuel-efficient 2006
Toyota Prius to a halt to let a pigeon pass in front of him. "More than one
million animals are killed each day by cars," he says. Divorced, Mr. Pacelle has
no pets these days because, he says, he travels too much.

In the campaign's final days, the Humane Society focused on defeating Mr.
Pombo, the California Republican who chairs the House Resources Committee. From
that perch, Mr. Pombo has broad authority over environmental and agriculture
legislation. The Humane Society backed Democratic candidate Jerry McNerney.

The Humane Society spent more than $100,000 on radio ads and $50,000 in
mailings accusing Mr. Pombo of blocking legislation to promote animal welfare. A
radio ad that aired last week accused Mr. Pombo of voting to "deny funding to
crack down on the barbaric practices of dog fighting and cockfighting" and
opposing legislation to outlaw the slaughter of American horses, "so the French
can eat horse meat as a delicacy."

Such tactics "turned what might have been a snooze of a race into a
nationally watched showdown," according to an Oakland Tribune article last week.

In Oakland last week, Mr. Pacelle embarked on his door-to-door canvassing
tour dressed in tan khaki pants and a T-shirt that said "Get Political for
Animals." After his encounter with the pit bull, Mr. Pacelle eyed a bumper
sticker on a truck parked in a driveway: "Dog is my co-pilot," it read. "This is
a good sign," Mr. Pacelle said, advancing to the door. In his typical pitch, Mr.
Pacelle described Mr. Pombo as "so extreme he even actively supports commercial
whaling."

A spokesman for Mr. Pombo predicted the Humane Society's effort would fail
because voters would view the group as too extreme. "They are basically accusing
members of Congress of clubbing baby seals and kicking puppies," said Brian
Kennedy, the spokesman.

That sentiment was echoed by the Republican owners of the growling pit
bull. Mr. Pacelle's speech about Mr. Pombo was cut off midsentence. "I don't
think he kills dogs," the occupant said, shutting the door.

Mr. Pacelle fared better a few minutes later when he spotted a young
couple getting into a black Ford Mustang. "She watches Animal Planet all the
time," the man yelled as he drove away. "You've got our vote."

h

',1,1,0,1,'2006-11-13 12:31:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2006-11-13 12:27:08','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,18,'','',0,122),(13,'Know who you are voting for','','

I talked to a canidate who is running for reelection this pass Friday, talked to him about TDHA and he's all for us, that's what he said to me. Today I find out he's on the list for donations from the Anti group.

A SAOVA message to sportsmen, pet owners and farmers concerned about protecting their traditions, avocations and livelihoods from anti-hunting, anti-breeding, animal guardianship advocates. Forwarding and cross posting, with attribution, encouraged.


Dear SAOVA Friends.

Animal Rightists' late October reports to the government indicate that they've targeted five House members for defeat and literally spent one of their treasuries dry in this effort.

The Sportsmen's and Animal Owners' Voting Alliance (SAOVA) website at http://saova.org/ARPACS.html contains this statement, "Third quarter PAC reports occasionally contain surprises, such as heavy direct expenditures designed to defeat a targeted candidate."

','Careful scrutiny of Federal Election Commission filings since October 17, 2006 by the HSUS's Humane USA PAC and its wholly owned and controlled Humane Society Legislative Fund (HSLF) PAC indicates that Humane USA's balance has been reduced to less than $1000 and that HSLF has spent very significant sums on direct mail, radio and newspaper advertising to defeat targeted House members that are firm friends of sportsmen and animal owners. The vast majority of targeted opposition spending is aimed at Rep. Heather Wilson (R-NM1) $155,000 and House Resources Committee Chairman Richard Pombo (R-CA11) $107,000. This data is current through October 24, 2006. Two years ago, Humane USA PAC went into debt and spent money right up until election day, attempting to defeat pro-hunter, pro-animal owner candidates.

Humane Society of the U.S. (HSUS) October Political Donations and Direct "Independent" Expenditures
(Most HSUS endorsed and funded candidates listed below previously received campaign donations. Supplemental amounts less than $5000 aren't itemized.)


Texas
TX16 Reyes
TX25 Doggett

Know who your voting for and what they stand for;
If these election messages from SAOVA have piqued your interest in this election and made you want to get to the polls to vote and take others with you, they've served their purpose. If you've already voted absentee, thank you. You may find the following resources helpful http://www.pollster.com/ and http://www.pollster.com/mystery_pollster/on_waves_and_stability_part_ii_1.php

Sincerely,
Bob Kane
Sportsmen's and Animal Owners' Voting Alliance -
Working to identify and elect supportive legislators
Visit our new website at http://saova.org


Douglas
Cowboys for Christ
Member http://www.tdha.org/
and HHTA
http://www.txmasoncatahoulas.com/
',1,1,0,1,'2006-11-09 16:26:15',65,'','2006-11-13 12:24:58',62,0,'0000-00-00 00:00:00','2006-11-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,19,'','',0,93),(15,'Hunter\'s Harvest - Clean out your freezer Day III','','

\r\n\"huntersharvestlogo\"\r\n

\r\n

\r\nNovember 2006 \r\n

\r\n

\r\nClean out your freezer Day III\r\n

\r\n

\r\nGreat Success! Thanks for your participation! \r\n

\r\n

\r\n\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nOver 2,000 pounds of fish and game was collected at Clean Out Your Freezer Day III on Saturday, benefitting End Hunger Network, Open Door Mission, Hope House/Free Indeed, Victory Home and Victory Family. Thanks to all of you who came out to Bass Pro Shop to make a donation or helped spread the word! Special thanks to: Gayle Coulam and Bass Pro Shops for hosting us and promoting the event, Alonna Johnson & Elvin Keller - End Hunger Network for providing the refrigerated truck and distribution and Zack Hall, Texas Outdoor Council for your work on the event.\r\n

\r\n','

\r\nWhere to donate your fish and game: \r\n

\r\n

\r\nThese ministries can accept your fish and game donations throughout the year. (*Denotes ministries that can accept unprocessed game that is skinned & quartered): \r\n

\r\n

\r\nVictory Home* Aldine Area & Third Ward Contact: Joe Hernandez 281.935.0990/ Open Door Mission* Near I-10 & Lockwood Contact: Charles Rucker or Andrew Jackson 281.382.2109/713.805.3249/ Hope House/Free Indeed Near I-10 & Lockwood Contact: Tristan Hogan 713.671.2417/ Victory Family* Near I-45 & Patton Contact: Frank Medders 713.373.6065/713.699.4357\r\n

\r\n

\r\nFuture Clean Out Your Freezer Days:\r\n

\r\n

\r\nPlans are in the works for more Clean Out Your Freezer Days in 2007. Watch our website www.huntersharvest.org for updates on these events and for other organizations who will appreciate your fish and game donations.\r\n

\r\n

\r\n...If you spend yourselves on behalf of the hungry and satisfy the needs of the oppressed, then your light will rise in the darkness, and your night will become like the noonday. Isaiah 58:10\r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n',0,1,0,1,'2006-11-25 08:24:47',63,'','2007-01-22 09:53:04',0,0,'0000-00-00 00:00:00','2006-11-25 00:00:00','0000-00-00 00:00:00','','','',1,0,17,'','',0,29),(16,'What Is The Texas Dog Hunters Assoc.?','','

\r\nThe Texas Dog Hunters Association is a grass roots orginazation formed in order to preserve and promote hunting with dogs. We are made up of members from all over Texas, other states and even a few from other countries, that believe in saving the right to hunt with dogs for future generations. Several countries have lost the "right" to use dogs to legaly pursue game, as have some states in the U.S. are being limited as to use of hunting with dogs. Texas Dog Hunters Association is committed to staying on top of and informing it's members of proposed legislation that can affect dog hunters in the U.S. \r\n

\r\n','',1,3,0,7,'2006-11-28 15:15:30',64,'','2006-11-28 21:09:49',62,0,'0000-00-00 00:00:00','2006-11-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,6,'','',0,694),(17,'Why Should I Join the TDHA?','','

\r\nThere are several reasons one should Join the T.D.H.A.. The number one reason for joining the Texas Dog Hunters Association is  to show your support, strength comes in numbers, one individual is not as poweful as an association of individuals, as to the old saying "together we stand, divided we fall". When Bills come before legislation, politicians vote the direction  their supporters lean. The more members involved in an association such as TDHA, the louder our voice becomes as to reach the politicians that vote laws into place.   \r\n

\r\n

\r\n \r\n

\r\n','',1,3,0,7,'2006-11-28 15:28:46',64,'','2006-11-28 21:10:25',62,0,'0000-00-00 00:00:00','2006-11-28 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,5,'','',0,565),(18,'What Will I get if I join TDHA?','','

\r\nThis is a common question, best answered with the question "What are you going to give to T.D.H.A.?" The Texas Dog Hunters association is only as good as it's members. If you only join to pay an annual membership, then you will get a Decal, a quarterly newsletter, a membership card, a website keeping you updated and the peace of mind that you have supported and orginization that will be working to preserve dog hunting. However if you choose to want more, then you will become involved and take pride in all aspects that Texas Dog Hunters Association is involved. \r\n

\r\n

\r\nYouth & Public Education/Involvement About Dog Hunting, Feeding the Hungry, Helping our Members, Political Action alerts, ECT,. \r\n

\r\n

\r\n \r\n

\r\n','',0,3,0,7,'2006-11-28 15:51:07',64,'','2006-11-28 21:13:14',62,0,'0000-00-00 00:00:00','2006-11-28 00:00:00','0000-00-00 00:00:00','','','',2,0,9,'','',0,8),(19,'Vets get their hogs','','

\r\nHere is the official first hand report of the hunt:
\r\nThe Texas Dog Hunters Association along with Caney Creek Lodge and Wild Boar USA combined efforts to put on this 2 day hunt for 4 wounded Veterans just back from Iraq. All the Vets were seriously wounded on the battle field and all are currently patients receiving care for their wounds in San Antonio.

\r\nThese 4 guys have served their country...went and gave 100% to protect our safety here in the USA and to free and opressed population in another land. They sustained serious injuries that will forever change the way that they live their lives. We wanted to show these great soldiers our appreciation for their awesome sacrifice by getting them out of the hospital and providing them with a hog hunt.
\r\n

\r\n','

\r\nYou could see the look on the soldiers' faces when they arrived that they were thankful to be "OUT" of the hospital. They all kept thanking everyone for this opportunity and for the ability to feel like "real people again". As we talked we learned that all 4 enjoyed the outdoors, but none had ever been boar hunting before and no one had any idea how dog hunting for boars actually worked. Once this was explained and the guys were told that they would be getting up-close and personal with a boar by using a spear you could see the gleam of competition and challenge in each of their eyes. We headed out after a good supper and turned the dogs out on a piece of land that Justin Bounds (owner of Caney Creek Lodge) said he knew to be teaming with hogs. It wasn't long before we could hear the dogs baying and after a short run through the brush the first soldier had a bar hog that weighed 260 lbs. He was PUMPED with excitement and almost the entire group was able to follow into the wooded area and view the dogs bay, the catch dogs catch, and their partner spear his first hog. The look on his face and the handshakes and pats on the back that followed were priceless. He said that he was hooked for life and next time wanted to get one with a bowie knife!
\r\n
\r\nIt wasn't long before the hogs bayed again and the next soldier was up in line. This boar was a little bit smaller, but was fighting the dog in a drainage ditch and even ran through a 30' piece of culvert pipe with a catch dog attached. The soldier did not hesitate to slide down the hill, get right into the middle of the fight and spear his boar. Even with second and third degree burns on his hands, protected only by a pair of special gloves he climbed through thick brush and stuck the boar without even a pause in motion. After the boar was out it was up the hill and back to big smiles, congradulations, and story telling.
\r\n
\r\nThe next morning Justin and I were joined by Krystal And Thomas Rohan of Ugly Dog Ranch. We turned out the dogs a few hours after day light and before long had a bay. We had two soldiers left that wanted to get boars and one who was doing what he could on crutches. The bay was close to an opening so we began to get the soldiers to make their way through the brush when we came to a deep creek bed. The soldiers did not hesitate and suprised everyone by working his way down the creek bed ON CRUTCHES! When the catch dogs were released if was found that there was more than one hog bayed so the hogs broke and ran. We ended up running forever before we came to the catch dogs which had caught a sow. The third soldier was able to spear this sow and get his first hog. He was just as happy as the other two, but I'd have to say a little more tired as we all were at this point!
\r\nOne of the bay dogs had been cut by a large boar in the group so we had to get her attention immediately and the catch dogs were finished and needed rest and water. We decided to call it a hunt and take care of the dogs. The fourth soldier understood fully and later sat in a box blind with a rifle, but didn't see any big boars. He was invited on 3 different hog hunts by others that were there helping so I KNOW that he will have his trophy hog very very soon!
\r\nAll the guys's hogs were caped and are being shoulder mounted at no charge to them so they have a trophy to remember their hunt by.
\r\nThe hunt was video taped by Tejas Adventures from Kerrville and will air on the Men's Channel after the first of the year.
\r\nI want to thank Justin and Beth Bounds from Caney Creek Lodge in Teague Texas for donating the hunt and lodging. Their lodge is rated 5 STAR and in luxury to say the least. If anyone is looking to do any trophy boar hunting, exotic hunting, or trophy whitetail hunting please send your business his way. It is good to spend money with people who do so much for others and who support organizations like the TDHA.
\r\nI also want to thank Will McClellan from Wilderness Artistry Taxidermy in Teague. He came out and offered SUPER deals on shoulder mounts for these guys so we would be able to pay for them and the soldiers would not have to drop a penny!
\r\nFinally, I would like to thank the Soldiers and their families. I was honored to be able to spend time with you and to hunt with you. You serve and protect so I can live my life the way that I do. You sacrifice your freedoms so that I can have mine. I thank you for that. It means to me more than you know. God Bless America and God Bless the Military!
\r\n

\r\n ________________
\r\nCody Weiser
\r\nWild Boar USA/Brutal Boar Creations - Owner
\r\nWeiser Weight & Tusk Wild Boar Record Book
\r\nwww.wildboarusa.com
\r\n

\r\n
\r\n
\r\n

\r\n
\r\n',-2,1,0,1,'2006-12-01 13:10:39',76,'','2006-12-01 13:45:40',62,0,'0000-00-00 00:00:00','2006-12-01 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',9,0,22,'','',0,2),(20,'Veterans get their hogs!','vethunt2','\"vethunt1small\"Here is the official first hand report of the hunt:
\r\n
\r\nThe Texas Dog Hunters Association along with Caney Creek Lodge and Wild Boar USA combined efforts to put on this 2 day hunt for 4 wounded Veterans just back from Iraq. All the Vets were seriously wounded on the battle field and all are currently patients receiving care for their wounds in San Antonio.
These 4 guys have served their country...went and gave 100% to protect our safety here in the USA and to free and opressed population in another land. They sustained serious injuries that will forever change the way that they live their lives. We wanted to show these great soldiers our appreciation for their awesome sacrifice by getting them out of the hospital and providing them with a hog hunt.
\r\n
\r\n
\r\n','You could see the look on the soldiers' faces when they arrived that they were thankful to be "OUT" of the hospital. They all kept thanking everyone for this opportunity and for the ability to feel like "real people again". As we talked we learned that all 4 enjoyed the outdoors, but none had ever been boar hunting before and no one had any idea how dog hunting for boars actually worked. Once this was explained and the guys were told that they would be getting up-close and personal with a boar by using a spear you could see the gleam of competition and challenge in each of their eyes. We headed out after a good supper and turned the dogs out on a piece of land that Justin Bounds (owner of Caney Creek Lodge) said he knew to be teaming with hogs. It wasn't long before we could hear the dogs baying and after a short run through the brush the first soldier had a bar hog that weighed 260 lbs. He was PUMPED with excitement and almost the entire group was able to follow into the wooded area and view the dogs bay, the catch dogs catch, and their partner spear his first hog. The look on his face and the handshakes and pats on the back that followed were priceless. He said that he was hooked for life and next time wanted to get one with a bowie knife!
\r\n
\r\nIt wasn't long before the hogs bayed again and the next soldier was up in line. This boar was a little bit smaller, but was fighting the dog in a drainage ditch and even ran through a 30' piece of culvert pipe with a catch dog attached. The soldier did not hesitate to slide down the hill, get right into the middle of the fight and spear his boar. Even with second and third degree burns on his hands, protected only by a pair of special gloves he climbed through thick brush and stuck the boar without even a pause in motion. After the boar was out it was up the hill and back to big smiles, congradulations, and story telling.
\r\n
\r\nThe next morning Justin and I were joined by Krystal And Thomas Rohan of Ugly Dog Ranch. We turned out the dogs a few hours after day light and before long had a bay. We had two soldiers left that wanted to get boars and one who was doing what he could on crutches. The bay was close to an opening so we began to get the soldiers to make their way through the brush when we came to a deep creek bed. The soldiers did not hesitate and suprised everyone by working his way down the creek bed ON CRUTCHES! When the catch dogs were released if was found that there was more than one hog bayed so the hogs broke and ran. We ended up running forever before we came to the catch dogs which had caught a sow. The third soldier was able to spear this sow and get his first hog. He was just as happy as the other two, but I'd have to say a little more tired as we all were at this point!
\r\nOne of the bay dogs had been cut by a large boar in the group so we had to get her attention immediately and the catch dogs were finished and needed rest and water. We decided to call it a hunt and take care of the dogs. The fourth soldier understood fully and later sat in a box blind with a rifle, but didn't see any big boars. He was invited on 3 different hog hunts by others that were there helping so I KNOW that he will have his trophy hog very very soon!
\r\nAll the guys's hogs were caped and are being shoulder mounted at no charge to them so they have a trophy to remember their hunt by.
\r\nThe hunt was video taped by Tejas Adventures from Kerrville and will air on the Men's Channel after the first of the year.
\r\nI want to thank Justin and Beth Bounds from Caney Creek Lodge in Teague Texas for donating the hunt and lodging. Their lodge is rated 5 STAR and in luxury to say the least. If anyone is looking to do any trophy boar hunting, exotic hunting, or trophy whitetail hunting please send your business his way. It is good to spend money with people who do so much for others and who support organizations like the TDHA.
\r\nI also want to thank Will McClellan from Wilderness Artistry Taxidermy in Teague. He came out and offered SUPER deals on shoulder mounts for these guys so we would be able to pay for them and the soldiers would not have to drop a penny!
\r\nFinally, I would like to thank the Soldiers and their families. I was honored to be able to spend time with you and to hunt with you. You serve and protect so I can live my life the way that I do. You sacrifice your freedoms so that I can have mine. I thank you for that. It means to me more than you know. God Bless America and God Bless the Military!
\r\n_________________
\r\nCody Weiser
\r\nWild Boar USA/Brutal Boar Creations - Owner
\r\nWeiser Weight & Tusk Wild Boar Record Book
\r\nwww.wildboarusa.com
\r\n',1,1,0,1,'2006-12-01 14:00:27',76,'','2006-12-01 14:03:52',62,0,'0000-00-00 00:00:00','2006-12-01 13:58:11','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,15,'','',0,639),(21,'Vet Hunt a big success!','','Cody Weiser has posted the story of this week's veteran's hunt! Check out the "Latest News" section for the detials. Great work guys for making this happen! \r\n','',-2,1,0,1,'2006-12-01 14:05:48',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2006-12-01 14:04:14','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,17,'','',0,1),(22,'More Veterans go hunting','','

\r\n{mosimage} \r\n

\r\n

\r\nThe hunt was sponsored by the Oakridge Wildlife Management Association (ORWMA) and the Texas Dog Hunters Association.  These veterans from Brooks Army Medical Recovery Hospital in San Antonio participated in a morning and evening deer hunt at Oakridge Ranch near Weimar, Saturday, January 6, the last weekend of the season. ORWMA members provided breakfast, and home cooked food for lunch and dinner, Ten deer were harvested and approximately 40 ORWMA members were on hand to assist TDHA members helped organize and assist the deserving servicement on this hunt. \r\n

\r\n','',1,1,0,1,'2007-01-17 15:46:53',65,'','2007-01-17 15:47:27',65,0,'0000-00-00 00:00:00','2007-01-17 00:00:00','0000-00-00 00:00:00','smvethuntdeer.jpg','','',2,0,14,'','',0,211),(23,'Hunter\'s Harvest Clean out your freezer Day!','','
\r\n\r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n \"\"\r\n

\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n Hunters’ Harvest is a group of people that utilize their skill, expertise and love of hunting and fishing to feed hungry people served by non-profit organizations. Since February 2005, Hunters’ Harvest has provided 20,000 lbs. of wild game and fish to organizations in our community. \r\n

\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n Home\r\n

\r\n
HistoryContact UsDonate Fish & GameIn the NewsApparelPhotosLinks
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n Clean Out Your Freezer Day\r\n

\r\n
\r\n

\r\n Saturday, February 17, 2007\r\n

\r\n

\r\n 10 a.m. to 6 p.m.\r\n

\r\n
Bass Pro Shop
\r\n Katy Mills Mall

\r\n 5000 Katy Mills Circle
\r\n

\r\n Benefiting End Hunger Network, Open Door Mission, Hope House/Free Indeed, Victory Home and Victory Family. \r\n

\r\n
\r\n

\r\n \"\"
\r\n
Bass Pro Shop

\r\n Katy Mills Mall,
\r\n 5000 Katy Mills Circle, Katy, TX
\r\n
For Directions
\r\n

\r\n
 
\r\n
\r\n \r\n

\r\n Accepting donations of frozen, wrapped and processed wild game, including venison, hog, dove, quail, pheasant, exotics, ducks, geese and fish.\r\n

\r\n
rozen, wrapped and processed wild game, including venison, hog, dove, quail, pheasant, exotics, ducks, geese and fish.\r\n

\r\n
\r\n Donate your fish and game
at Clean Out Your Freezer Day or to Hunters' Harvest Partner Ministries feeding the hungry and register to win a Bad Boy Buggy 4-Wheel Drive Vehicle. Donations accepted include: 
\r\n

\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
VenisonDove Geese Hog
FishQuail Exotics Ducks
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n  \r\n

\r\n
\r\n

\r\n To register for Bad Boy Buggy drawing:\r\n

\r\n
\r\n
    \r\n
  • \r\n

    \r\n Contact Hunters’ Harvest (cathy@huntersharvest.org) by February 15, 2007 with the following information:  type of game donated, amount and ministry to which it was donated and you will be entered in the drawing. \r\n

    \r\n
  • \r\n
  • \r\n

    \r\n Drawing to be held March 1, 2007 \r\n

    \r\n
  • \r\n
  • \r\n

    \r\n Click here for a list of ministries that accepting donations of fish and game. \r\n

    \r\n
  • \r\n
\r\n
for a list of ministries that accepting donations of fish and game. \r\n

\r\n For details about the vehicle and a video demonstrations,  go to www.badboybuggies.com.  Donated by Bad Boy Enterprises. \r\n

\r\n
\"\"
  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n Join Hunters’ Harvest for the Souperbowl of Caring\r\n

\r\n

\r\n February 4, 2007\r\n

\r\n
\r\n

\r\n www.souperbowl.org\r\n

\r\n
\r\n

\r\n \"\"\r\n

\r\n
\r\n
            
\r\n
\r\n
\r\n
\r\n

\r\n Hunters’ Harvest is a committee of The Get Together, a 501 ( c ) 3 non-profit organization.
\r\n Tax receipts will be provided to those donating fish and game to Hunters’ Harvest. For more information,
\r\n contact Cathy –
cathy@huntersharvest.org or Wade (713) 960-0093.
\r\n

\r\n
\r\n
\r\n
\r\n','',1,1,0,1,'2007-01-22 09:43:57',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-01-22 00:00:00','0000-00-00 00:00:00','','','',1,0,13,'','',0,389),(24,'Are you ready for this? ...','',' \r\n','',-2,1,0,1,'2007-02-17 14:48:50',64,'','2007-02-17 20:48:17',63,0,'0000-00-00 00:00:00','2007-02-17 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,12,'','',0,2),(25,'Are you ready for this contest?','','\"stdha2007flier\" \r\n','',0,1,0,1,'2007-02-18 03:49:03',64,'','2007-03-12 15:24:17',62,62,'2007-07-02 14:28:52','2007-02-18 00:00:00','0000-00-00 00:00:00','stdha2007flier.gif','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,12,'','',0,54),(26,'HSUS Knows Anti-Hunting Agenda Will Tarnish “Mainsteam” Reputation','','

\r\nU.S. Sportsmen’s Alliance
\r\n
\r\n801 Kingsmill Parkway, Columbus, OH 43229
\r\n
\r\nPh. 614/888-4868 • Fax 614/888-0326
\r\n
\r\nWebsite: www.ussportsmen. org • E-mail: info@ussportsmen. org
\r\n
\r\nFOR IMMEDIATE RELEASE Contact: Beth Ruth (614) 888-4868 ext. 214
\r\n
\r\nJune 6, 2007
\r\n
\r\nHSUS Knows Anti-Hunting Agenda Will Tarnish “Mainsteam” Reputation
\r\n
\r\n(Columbus) – The Humane Society of the United States is trying to dodge
\r\nthe spotlight that is illuminating its anti-hunting agenda.
\r\n
\r\nThe U.S. Sportsmen’s Alliance (USSA), the nation’s premier sportsmen’s
\r\nadvocacy organization, exposed the group’s agenda when it called on
\r\nMicrosoft to end an enormous fundraising project that will finance HSUS
\r\ncampaigns to ban hunting.
\r\n
\r\nIn the wake of controversy over Microsoft’s donation to the animal
\r\nrights group, HSUS Executive Vice President for External Affairs Michael
\r\nMarkarian made claims that his group has no agenda to eliminate hunting.
\r\nHe all but said such a stance would be unpopular as he highlighted his
\r\norganization’ s healthy membership base and said, “you don’t build that
\r\ntype of support unless you have a mainstream mission.”
\r\n
\r\nThe Humane Society of the United States tries to market itself as a
\r\n‘mainstream’ organization to which every dog and cat owner should
\r\nbelong, but the USSA won’t let HSUS hid the anti-hunting skeletons in
\r\nits closet. Here are some recent examples of the Humane Society of the
\r\nUnited States’ anti-hunting position:
\r\n
\r\n· Led a 2006 ballot campaign to ban dove hunting in
\r\nMichigan (contributing $1.6 million to the effort);
\r\n
\r\n· Successfully lobbied for the cancellation of the
\r\n2006 New Jersey black bear hunt;
\r\n
\r\n· Opposes hunting on National Wildlife Refuges and
\r\nis a plaintiff in an ongoing federal lawsuit to ban hunting on federal
\r\nlands;
\r\n
\r\n· Took the lead in a 1994 ballot campaign to ban
\r\ncougar hunting and bear hunting in Oregon, and has opposed recent
\r\nefforts to allow hunting to control these wildlife populations;
\r\n
\r\n· The organization’ s Wildlife Land Trust Program
\r\npermanently bans hunting and trapping on properties that come under its
\r\ncontrol.
\r\n
\r\nA recent decree from HSUS President Wayne Pacelle spells out which
\r\naspects of the traditional lifestyle are next on the organization’ s hit
\r\nlist.
\r\n
\r\nPacelle referenced HSUS opposition to hunter recruitment campaigns that
\r\nencourage newcomers and children to participate in outdoor sports. He
\r\nalso highlighted the organization’ s efforts to eliminate legal bear
\r\nhunting practices and hunting with hounds.
\r\n
\r\n“The Humane Society of the United States invests millions of dollars in
\r\nefforts to ban hunting and trapping, and it’s time that companies like
\r\nMicrosoft stop adding to the warchest,” said USSA President Bud Pidgeon.
\r\n
\r\nThe USSA and American sportsmen have sounded off to Microsoft urging the
\r\ncompany to end its relationship with HSUS.
\r\n
\r\nOn June 5, Microsoft brushed aside thousands of calls, letters and faxes
\r\nit received from sportsmen and issued a statement that it “will continue
\r\nits affiliation with the Humane Society of the United States.” It went
\r\non to express excitement with the partnership and tells sportsmen that
\r\nit does “not plan to make changes in our relationships.”
\r\n
\r\nSportsmen have been protesting the relationship since the USSA last week
\r\ninformed the conservation community of the software giant’s $100,000
\r\ncommitment to the anti-hunting group. The HSUS is also to be part of a
\r\npilot fundraising venture that will generate uncapped donations.
\r\n
\r\nSportsmen should continue to contact Microsoft and demand that its
\r\nfinancial support of HSUS be terminated. Contact Bill Gates, Chairman,
\r\nMicrosoft, 1 Microsoft Way, Redmond, WA 98052. Phone: (425) 882-8080.
\r\nFax: (425) 936-7329.
\r\n
\r\nThe U.S. Sportsmen’s Alliance is a national association of sportsmen and
\r\nsportsmen’s organization that protects the rights of hunters, anglers
\r\nand trappers in the courts, legislatures, at the ballot, in Congress and
\r\nthrough public education programs. For more information about the U.S.
\r\nSportsmen’s Alliance and its work, call (614) 888-4868 or visit its
\r\nwebsite, www.ussportsmen. org. \r\n

\r\n','',1,1,0,1,'2007-07-02 13:39:01',63,'','2007-07-11 06:45:36',65,0,'0000-00-00 00:00:00','2007-07-02 00:00:00','0000-00-00 00:00:00','','','',2,0,11,'','',0,163),(27,'Half Way There','','Is 2007 half way over or are we half way to 2008?
\r\n
\r\nI am writing this to you, the members of Texas Dog Hunters Association for a couple of reasons,
\r\nThe first bieng by far the most important. TDHA needs all of its members to step up and pitch in, yes that means you too! Participation does not take much, although the more you put into the TDHA the more you get back out of it. We need people with ideas to organize and follow through with programs, to reach out, educate, promote, and put back into the community. That may sound like a big deal, but it all starts with one small idea and grows from there. If you are not an orginal idea person, that's okay too, you can become involved in some programs that are already in place but are desperatly short handed. With such as the Trailblazer Program, which is sponsored by the US Sportsman Alliance. This is an easy and rewarding volunteer oppurtunity for Texas Dog Hunters Association members. It is a one day for a few hours sharing experiance with an audience of young people that are like sponges willing to absorb and admire what you have to say and show them. Photo albums, puppies, and hunting equipment; like tracking collars and vests are tools of great interest and attraction to young people, mostly inner city kids that may never get an oppurtunity to experience the great outdoors, the same way we do. The impression that they leave your booth with could influence the future vote of that individual youth you reached on one single occasion.
\r\nAnother oppurtunity would be to volunteer to speak to a local high school wildlfe class. However if you are not the public speaking type there is always the internet to help keep the TDHA message board updated with upcoming bills on writing letters to politicians, or to help with fundraising or other community involvement. Everyone of you can contribute to help this association, to continue to build it to one we can all be proud of.
\r\nTDHA needs you, motivated individuals interested in being committee heads and Board of Directors to contact either myself or other board members be it by letter or email.
\r\nThis association grows every year, not just in membership but in accomplishments as well. This year the IRS questions our non profit status, asking us to prove we are more then just a social club. I myself was very proud to list a number of events where TDHA has either put on or participated in.
\r\nTDHA Hunters Harvest Hunt Program (providing Meat for the Hungry)
\r\nSeguin Buck Fever Booth
\r\nWeimar High School Wildlife Class
\r\nTDHA Hunters Harvest Hunt
\r\nTrailblazer Programs
\r\n2- Abilene, TX
\r\n1- Austin, TX
\r\n1- Texarcana, TX
\r\n1- San Antonio, TX
\r\nWild Boar EXPO booth
\r\nUncle Earls Booth
\r\nand Mr. Mason has been to so many locations promoting TDHA that I can't even begin to list them all but
\r\nknow that he usualy takes pictures and posts them on the TDHA website message board.
\r\n
\r\nI would like to Thank everyone for their participation in the Texas Dog hUnters Assocoations for the past few years, however
\r\nDON"T STOP now, Please get further involved. I have found that these days I have less and less time to give to the T.D.H.A. due to the other committments in my life such as the equines (long ears and short), writing for Wild Boar USA, and of course working and hunting the Ugly Dogs. Feeling as if I am spread thin and that I am not dedicated enough to the TDHA, I have decided to step down from my position as Board Member to make room for one of you, that is ready and willing to help take this association into 2008 with fresh ideas and energy. Don't think I am quitting, No Way, I will still make it my job to oversee
\r\norganizing an event from time to time and help out when needed. I just feel that it is in the best interest of the TDHA to make room for that special someone that can be more active on a regular basis, and not just when it is convenient. So please consider taking my place, consider what you will be able to do as an individual, as a member, and as BOD for the TDHA.
\r\nThank You, Krystal Rohan \r\n','',1,1,0,1,'2007-07-11 06:39:14',63,'Krystal Rohan','2007-08-24 10:54:32',63,0,'0000-00-00 00:00:00','2007-07-11 00:00:00','0000-00-00 00:00:00','','','',2,0,10,'','',0,250),(28,'How A Bill Originates','','

\r\nHow a bill originates \r\n

\r\n

\r\nA legislator may draft legislation personally (see Texas Legislative Council Drafting Manual) or obtain the services of professional staff of the Texas Legislative Council or the engrossing and enrolling department of the senate. The Legislative Budget Board drafts the general appropriations bill. Legislation may also be prepared by organizations or individuals with a particular interest in certain matters. The bill, the most common type of legislative document, is the only means by which laws may be enacted, amended, or repealed. All bills except for general appropriations bills are limited to a single subject. \r\n

\r\n','How a bill originates \r\n

\r\nA legislator may draft legislation personally (see Texas Legislative Council Drafting Manual) or obtain the services of professional staff of the Texas Legislative Council or the engrossing and enrolling department of the senate. The Legislative Budget Board drafts the general appropriations bill. Legislation may also be prepared by organizations or individuals with a particular interest in certain matters. The bill, the most common type of legislative document, is the only means by which laws may be enacted, amended, or repealed. All bills except for general appropriations bills are limited to a single subject. \r\n

\r\n

\r\nA bill may originate as the idea of a single member of the legislature or may grow out of the recommendations of a standing or special committee of the legislature that has conducted interim studies on specific issues of legislative interest. The presiding officers of the house and senate specify interim charges for house committees and senate committees and any additional authority and duties necessary to carry out the charges, and those committees are required to submit \"denotesinterim reports on their charges before the next session. Special interim study committees may consist entirely of members from one chamber or, in the case of a joint committee, of members from both the house and senate. A presiding officer may also appoint citizen members and other public officials of state and local governments to a special interim committee to augment its legislative membership for the purpose of conducting a special study. A special interim study committee usually expires on the release of its final report or when the next legislature convenes, whichever occurs first. \r\n

\r\n

\r\nRead More....http://www.tlc.state.tx.us/gtli/legproc/process_bill.html \r\n

\r\n',0,3,0,7,'2007-07-29 17:12:26',64,'Texas Legislative Website','2007-07-29 17:17:40',64,0,'0000-00-00 00:00:00','2007-07-29 00:00:00','0000-00-00 00:00:00','','','',2,0,4,'','',0,5),(29,'Introducing a Bill','','Introducing a bill \r\n

\r\nA bill may be introduced by any member of the legislature in the member’s own chamber, and the steps in a bill’s progress in each chamber are basically the same. A bill passed by one chamber must proceed to the other for passage before going to the governor for approval or veto. \r\n

\r\n','

\r\nIntroducing a bill \r\n

\r\n

\r\nA bill may be introduced by any member of the legislature in the member’s own chamber, and the steps in a bill’s progress in each chamber are basically the same. A bill passed by one chamber must proceed to the other for passage before going to the governor for approval or veto. \r\n

\r\n

\r\nTo introduce a bill in the house of representatives, a state representative must first file the required number of copies of the bill with the chief clerk of the house, who sequentially numbers each bill in the order in which it is received. The house rules of procedure permit unrestricted introduction of bills during the first 60 calendar days of each regular session. After the 60-day deadline, the introduction of any bill in the house, other than a local bill or a bill relating to a matter declared by the governor to be an emergency, requires the consent of at least four-fifths of those members present and voting. \r\n

\r\n

\r\nTo introduce a bill in the senate, a senator must first file the required number of copies of the bill with the secretary of the senate, who sequentially numbers each bill in the order in which it is received. The senate rules of procedure also permit unrestricted introduction of bills during the first 60 calendar days of each regular session. After the 60-day deadline, the introduction of any bill in the senate, other than a local bill or a bill relating to a matter declared by the governor to be an emergency, requires the consent of at least four-fifths of the membership of the senate. \r\n

\r\n',0,3,0,7,'2007-07-29 17:15:55',64,'Texas Legislative Website','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-29 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,3),(30,'TDHA Mission Statement','','

\r\nThe Texas Dog Hunters Association is committed to the promotion and protection of the rights of Texas dog hunters. In the spirit of brotherhood, we seek to unite hunters pursuing any and all forms of hunting with dogs to help preserve our traditions, in order that they may be passed on to future generations. We shall always strive to protect our legal and God-given right to hunt with dogs in the great state of Texas. \r\n

\r\n

\r\n\"TDHA_logo_medium\" \r\n

\r\n

\r\n \r\n

\r\n','',1,3,0,7,'2007-08-21 18:36:13',64,'','2007-08-21 18:43:52',62,0,'0000-00-00 00:00:00','2007-08-21 18:31:29','0000-00-00 00:00:00','TDHA_logo_medium.jpg','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,2,'','',0,544),(31,'Texas State Legislature Flowchart','','
\r\nHere is a link
\r\nhttp://www.tlc.state.tx.us/gtli/legproc/diagram.html
\r\n','',1,3,0,7,'2007-08-24 10:01:09',63,'Krystal','2007-08-24 10:01:52',63,0,'0000-00-00 00:00:00','2007-08-24 00:00:00','0000-00-00 00:00:00','','','',2,0,1,'','',0,284),(32,'San Antonio Animal Ownership Ordinance not what it seems','','http://www.responsiblepetowners.org/Action_Alerts/SA_Ordinance_Express_News_Ad_Copy.pdf \r\n','',0,1,0,1,'2007-08-24 10:06:02',63,'Krystal','2007-08-24 10:06:51',63,0,'0000-00-00 00:00:00','2007-08-24 00:00:00','0000-00-00 00:00:00','','','',3,0,9,'','',0,2),(33,'All Dog Owners Please read','','2007/08/23 22:03 This is happening in our own backyards.
\r\n
\r\nWanting to talk about breeding, you may soon have to have a permit to breed, and then have your breeding supervised by animal rights activist, that would give them the way to put an end to hunting dogs for sure.
\r\n
\r\nhttp://www.dpca.org/Legisltv/bills/TX.htm
\r\n
\r\nSan Antonio Ordinance
\r\nhttp://tinyurl.com/yt8nm7
\r\n
\r\nFor a real snow job on the proposed San Antonio animal ordinance, go to this url at the SA Express-News and read Monday's article which just happened to be on the newspaper's front page the day after our full page Sunday ad appeared in the Metro Section.
\r\n
\r\nOur ad forced the ordinance proposal out in the open and disclosed the contents as there are attempts to ram it through quickly before the public finds out what it says and opposition can mount.
\r\n
\r\nI've served on the San Antonio ordinance rewrite committee since February with FIVE animal rights activists. So it is an "animal rights" manifesto including CA's AB 1634 and more. Our work was to be kept confidential until it was presented to the Animal Care Services Advisory Board on July 11th. The San Antonio Animal Care Services Advisory Board is predominantly "animal rights" activists so there'll be few changes there and could possibly get worse. It is now on a fast track for passage so no one would find out what it really says and have time to mount opposition. All public hearings will be held before the predominantly "animal rights" ACS Advisory Board, not city council. City council votes in September with a hasty public hearing held right before the vote, where it will already be carved in stone.
\r\n
\r\nIt affects every animal owner in the city with increased fees and new permits and fees, with the threat of seizure and impoundment running through the entire document for noncompliance. All outdoor cats must be spayed/neutered. All dogs over 6 months must be spayed/neutered, Intact Dog Permits, New more restrictive Pet Limits which require spay/neuter to own excess animals, Breeder/Litter Permits, Permits and large fees required for every animal including livestock -- all annual fees. A bond is required every 30 days for dangerous dogs held for hearings which means the dogs will surely be killed for lack of payment.
\r\n
\r\nIf passed this ordinance will be the death knell to the 5 Year Plan for A No Kill Community by 2012 which was adopted last year. This ordinance is in direct opposition to the No Kill Philosophy which is programs and services, not legislation. www.nokilladvocacycenter.org . We have many new proactive programs in place in San Antonio now including five free and low cost pet spay/neuter programs.
\r\n
\r\nRequiring all dogs to be spayed/neutered at six months of age or buy an Intact Dog Permit is clearly defined but the extremists supporting this are telling city council and the public this is NOT mandatory pet spay/neuter which is opposed by "breeders." (Read the article.) So was CA AB 1634 not mandatory pet spay/neuter either?
\r\n
\r\nI hope everyone realizes buying a permit allows animal control personnel access to your home at any time with no search warrant. All animal owners in San Antonio are already governed by pet limits, animal nuisance, animal cruelty and leash laws which aren't enforced. There are many good provisions in the proposal; such as the tethering law, animal cruelty law and the feral cat TNR programs. However cats are excluded from all animal nuisance laws and will be allowed to do anything they want to as long as they are sterilized. Good luck on checking these feral/stray cats for surgical scars!
\r\n
\r\nThe "animal rights" activists have worked all these years laying the groundwork to get the Mandatory Spay/Neuter and Breeder Permits proposal back on the table in San Antonio since it was defeated here 16 years ago. San Mateo County, CA, Montgomery County, MD, and King County, WA, passed it at that time and it has been a proven failure and resulted in more animals being killed at city facilities. Montgomery County, MD, rescinded it and said it would take 5 years to get back where they were before passage.
\r\n
\r\nAll Texas animal owners should sign on to our announcement only TX-RPOA E-News to keep informed. Just email rpoa@texas.net to subscribe. We're working up info for our website and will issue an action alert early next week. As San Antonio goes, so goes the great state of Texas. PS: After reading the article, you can click on "Feedback" to give your opinion.
\r\n
\r\n
\r\n
\r\nMary Beth Duerler, Executive Director
\r\nResponsible Pet Owner Alliance
\r\n
\r\nResponsible Pet Owners Alliance
\r\n900 NE Loop 410 #311-D
\r\nSan Antonio, TX 78209
\r\nPhone: (210) 822-6763
\r\nFax: (210) 822-9038
\r\nWebsite: www.responsiblepetowners.org
\r\n
\r\nhttp://www.dpca.org/Legisltv/bills/TX.htm
\r\n
\r\n','',1,1,0,1,'2007-08-24 10:53:14',63,'Krystal','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-23 20:00:00','0000-00-00 00:00:00','','','',1,0,8,'','',0,493),(34,'Ohio Supreme Court says BSL is constitutional','','\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Updated - BSL Case Overturned in OH
Print This Article
[Thursday, August 02, 2007]
Yesterday, the Ohio Supreme Court held that the City of Toledo's breed-specific ordinances are constitutional. The ordinances classify dogs that belong to a breed commonly known as pit bulls, or dogs that are pit bull mixes, as vicious. The court's decision effectively overturns a 2006 Ohio Appellate Court decision that found that breed-specific ordinances are unconstitutional.
\r\n
\r\n The case, Toledo v. Tellings, involves Paul Tellings, a resident of the City of Toledo and owner of three dogs identified as "pit bulls." Mr. Tellings was charged with violating three city ordinances that severely limit the ownership of such dogs to one per household. In response, Mr. Tellings challenged the constitutionality of the ordinances, but the trial court found that even though pit bulls are not more dangerous than other breeds, there was sufficient evidence to support the city's claim that pit bulls present dangers in an urban setting. The appellate court later overturned the trial court's decision, holding that the three ordinances violated the rights to procedural due process, substantive due process, and equal protection, as guaranteed by the Fourteenth Amendment to the United States Constitution, and Section 16, Article I of the Ohio Constitution. Upon review, the Ohio Supreme Court reversed the decision of the Appellate Court by finding that the State of Ohio and the City of Toledo both have a legitimate interest in protecting citizens from the dangers associated with pit bulls, and that the Toledo ordinances are rationally related to that interest and are therefore constitutional.
\r\n
\r\n Justice Maureen O'Connor concurred in the court's rationale, but separately noted her disapproval of the Toledo ordinance that identifies pit bulls as vicious animals per se. "Dangerous animal behavior is the function of inherently dangerous dog owners, not inherently dangerous dogs."
\r\n
\r\n The American Kennel Club agrees with Justice O'Connor. The AKC supports reasonable, enforceable, non-discriminatory laws to govern the ownership of dogs. The AKC believes that dog owners should be responsible for their dogs. We support laws that: establish a fair process by which specific dogs are identified as "dangerous" based on stated, measurable actions; impose appropriate penalties on irresponsible owners; and establish a well-defined method for dealing with dogs proved to be dangerous. We strongly oppose any legislation that determines a dog to be "dangerous" based on specific breeds or phenotypic classes of dogs.
\r\n
\r\n "We are disappointed with the Ohio Supreme Court's majority decision," said Dennis Sprung, AKC's President and CEO. "However, the American Kennel Club will continue to educate the general public about the importance of responsible dog ownership while working with legislators at every level to ensure that reasonable, behavior-based dangerous dog legislation is passed and enforced."
\r\n
\r\n Walt Bebout, Director of the Canine Legislation Department, will be presenting a Legislative Empowerment Seminar, this Saturday, August 4, 2007, at the Steel Valley Cluster of Dog Shows, on Route 46, at the Canfield, Ohio Fairgrounds (time and location of the seminar will be posted at the Fairgrounds). Everyone is invited to attend. Additionally, the Canine Legislation Department will continue to monitor developments with Toledo v. Tellings. For more information, call the Canine Legislation Department at (919) 816-3720, or e-mail pmg@akc.org.
\r\n
\r\n For the full court's opinion, click here.
\r\n
\r\n','',0,1,0,1,'2007-08-24 16:31:37',63,'','2007-08-24 16:31:44',63,0,'0000-00-00 00:00:00','2007-08-23 20:00:00','0000-00-00 00:00:00','','','',2,0,7,'','',0,2),(35,'Where have all the hunters gone?','Associated Press','

Where have all the hunters gone?

\r\n\r\n

\r\n(AP) -- Hunters remain a powerful force in American society, as evidenced by the presidential candidates who routinely pay them homage, but their ranks are shrinking dramatically and wildlife agencies worry increasingly about the loss of sorely needed license-fee revenue. \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n\"art.fishing.decline.ap.jpg\" \r\n
\r\n
\r\n

\r\nObservers say increasingly urban and suburban culture is contributing to the decline in hunters and fishers. \r\n

\r\n
\r\n
\r\n
\r\n\"\" \r\n
\r\n
\r\n
\r\n\r\n

\r\nNew figures from the U.S. Fish and Wildlife Service show that the number of hunters 16 and older declined by 10 percent between 1996 and 2006 -- from 14 million to about 12.5 million. The drop was most acute in New England, the Rocky Mountains, and the Pacific states, which lost 400,000 hunters in that span. \r\n

\r\n

\r\nThe primary reasons, experts say, are the loss of hunting land to urbanization plus a perception by many families that they can't afford the time or costs that hunting entails. \r\n

\r\n

\r\n"To recruit new hunters, it takes hunting families," said Gregg Patterson of Ducks Unlimited. "I was introduced to it by my father, he was introduced to it by his father. When you have boys and girls without a hunter in the household, it's tough to give them the experience." \r\n

\r\n

\r\nSome animal-welfare activists welcome the trend, noting that it coincides with a 13 percent increase in wildlife watching since 1996. But hunters and state wildlife agencies, as they prepare for the fall hunting season, say the drop is worrisome. \r\n

\r\n

\r\n"It's hunters who are the most willing to give their own dollar for wildlife conservation," Patterson said. \r\n

\r\n

\r\nCompounding the problem, the number of Americans who fish also has dropped sharply -- down 15 percent, from 35.2 million in 1996 to 30 million in 2006, according to the latest version of a national survey that the Fish and Wildlife Service conducts every five years. \r\n

\r\n\r\n
\r\nOf the 50 state wildlife agencies, most rely on hunting and fishing license fees for the bulk of their revenue, and only a handful receive significant infusions from their state's general fund. \r\n
\r\n

\r\n"They're trying to take care of all wildlife and all habitats on a shoestring budget," said Rachel Brittin of the Washington-based Association of Fish and Wildlife Agencies. \r\n

\r\n

\r\nIn New Hampshire, only multiple fee increases -- which produced numerous complaints -- have enabled the Fish and Game Department to keep revenues robust. Its ranks of registered hunters has dropped from 83,292 in 1996 to 61,076 last year, according to department spokeswoman Judy Stokes. \r\n

\r\n

\r\n"We hear concerns about land access," Stokes said. "People grew up hunting -- you went out with your family, your uncle. And now you go back, and there's a shopping plaza or a housing development. Some of your favorite places just aren't available anymore." \r\n

\r\n

\r\nNational hunting expert Mark Damian Duda, executive director of Virginia-based research firm Responsive Management, says America's increasingly urban and suburban culture makes it less friendly toward the pastime. \r\n

\r\n

\r\n"You don't just get up and go hunting one day -- your father or father-type figure has to have hunted," Duda said. "In a rural environment, where your friends and family hunt, you feel comfortable with guns, you feel comfortable with killing an animal." \r\n

\r\n

\r\nIndeed, hunting remains vibrant in many rural states -- 19 percent of residents 16 and older hunted last year in Montana and 17 percent in North Dakota, compared with 1 percent in California, Connecticut, Massachusetts and New Jersey. Nationally, 5 percent of the 16-and-over population hunted in 2006, down from 7 percent in 1996. \r\n

\r\n

\r\nAs their ranks dwindle, hunters are far from unified. The often big-spending, wide-traveling trophy hunters of Safari Club International, for example, have different priorities from duck hunters frequenting close-to-home wetlands. \r\n

\r\n

\r\nOne rift involves hunters disenchanted with the National Rifle Association, which runs major hunting programs and lobbies vigorously against gun control. A Maryland hunter, Ray Schoenke, has formed a new group, the American Hunters and Shooters Association, primarily as a home for hunters who would support some restrictions on gun and ammunition sales. \r\n

\r\n

\r\n"The NRA's extreme positions have hurt the hunting movement," Schoenke said. "Soccer moms now believe hunters have made things more dangerous." \r\n

\r\n

\r\nPolitical support for hunting remains strong, though, with several states recently enshrining the right to hunt and fish in their constitutions. \r\n

\r\n

\r\nLast month, President Bush ordered all federal agencies that manage public lands to look for more room for hunting. In the 2004 presidential campaign, both Bush and Democratic rival John Kerry courted hunters' and gun owners' votes. A camouflage-jacketed Kerry even toted a shotgun during a goose hunt. \r\n

\r\n

\r\nAmong the 2008 candidates, Democrat Bill Richardson aired a TV ad showing him hunting, while Republican Mitt Romney was derided for calling himself a lifelong hunter even though he never had state hunting licenses. \r\n

\r\n

\r\nPublic support for hunting also is high, in part because huge deer populations have become a nuisance in many areas. Duda's surveys indicate less than 25 percent of Americans oppose hunting, although groups such as People for the Ethical Treatment of Animals denounce it as cruel. \r\n

\r\n

\r\nMost major animal-welfare and conservation groups don't campaign to end hunting, but some lobby against specific practices such as bear hunting or "canned" hunts in which game is confined in fenced areas and shot by hunters who pay large sums for the opportunity. \r\n

\r\n

\r\n"As a matter of principle, we should not condone the killing of any animal in the interest of sport," said Andrew Page of the Humane Society of the United States. "But as a matter of pragmatism, we target those practices that even hunters would agree are egregious." \r\n

\r\n

\r\nThe Humane Society welcomed the new federal data showing a surging number of birdwatchers, wildlife photographers and other wildlife watchers. They increased from 62.8 million in 1996 to 71.1 million in 2006, spending $45 billion on their activities compared to $75 billion spent by hunters and anglers. \r\n

\r\n

\r\n"The American attitude regarding wildlife is changing," Page said. "I suspect the day will come when a presidential candidate goes to a local humane society to adopt a homeless animal, rather than go the field and pose as hunter with a gun." \r\n

\r\n

\r\nHowever, hunting groups and state wildlife agencies are striving to reverse the decline by recruiting new hunters. Vermont's Game and Wildlife Department, for example, sponsors thrice-annual youth hunting weekends, offers low-cost youth licenses and teaches firearms safety and outdoor skills each summer at youth conservation camps. \r\n

\r\n

\r\nAnother initiative is Families Afield, sponsored by three national hunting groups; it aims to ease state restrictions on youth hunting. At least 12 states have obliged, enabling thousands of youths to sample hunting before taking required hunter education courses. \r\n

\r\n

\r\nOther programs seek to attract more women, though few promote racial diversity. More than 90 percent of U.S. hunters are male; roughly 96 percent are white. \r\n

\r\n

\r\nRob Sexton, a vice president of the U.S. Sportsmen's Alliance, said one upside of the shrinking numbers is that hunting groups are more motivated to seek remedies, such as access to more land and less burdensome regulations. \r\n

\r\n

\r\n"There are still a lot of us," he said. "Hunting is a great passion for our people." \r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n','',0,1,0,1,'2007-09-05 11:03:42',62,'Associated Press','2008-02-02 08:47:15',65,0,'0000-00-00 00:00:00','2007-09-05 11:01:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,6,'','',0,168),(36,'2008 TDHA Hunters Harvest Hunting Contest Rules','','

\r\nOfficial Rules and Regulations
\r\n

\r\n
\r\n','2008
\r\n
\r\nTDHA HUNTERS HARVEST HOG HUNTING CONTEST
\r\n
\r\n 
\r\n
\r\nCONTEST OVERVIEW
\r\n
\r\n 
\r\n
\r\nRegistration
\r\n
\r\nAll teams must sign in from 3-6:30pm February 29th, 2008 at the William Baber EXPO Center  in Hallettsville, Texas.
\r\n
\r\nPre-Registration (online and/or mail-in) will also be possible via the TDHA web page and
\r\n
\r\nmust be completed by 12:00 noon February 29th.
\r\n
\r\nEntry Fees
\r\n
\r\n(1) $100 Per 4 man Team with Dogs – 3 Heaviest Hogs
\r\n
\r\n(2) $10 Jackpot for Heaviest Boar (Optional at sign-in)
\r\n
\r\n(3) $10 Jackpot for Heaviest Sow (Optional at sign-in)
\r\n
\r\n(4) $10 Jackpot for Most Hogs in a Stringer (Optional at sign-in)
\r\n
\r\n100% Cash Payout + Added Money and Prizes (donations received)
\r\n
\r\n(1)Teams compete for 3 Heaviest Hogs (Teams must determine their 3 heaviest
\r\n
\r\nHogs and only these 3 hogs will be weighed-in).
\r\n
\r\nIf there are up to 10 teams entered in the contest
\r\n
\r\nTop three teams place paying out (60%, 30%, 10%)
\r\n
\r\nIf there are 11-20 Team entered in the contest
\r\n
\r\nTop six teams place paying out (50%,25%,10%,8%,5%,2%)
\r\n
\r\nIf there are 21+ Teams entered in the contest
\r\n
\r\nTop nine teams place paying out ( 45%,15%,12%,8%,6%,5%,4%,3%,2%)
\r\n
\r\nIn the case of a tie for any place, the heaviest hog (in the team’s 3 Heaviest Hogs) will be used
\r\n
\r\nThere will also be $100 of added money for the highest placing team composed of 4
\r\n
\r\nTDHA members. (Must be the 4 members that compose the 4 man team at sign in)
\r\n
\r\n(2) Winner-takes-all for Heaviest Boar (*not in the Teams Top 3)
\r\n
\r\nIn the case of a tie, Boar with the longest individual tusk wins
\r\n
\r\n(3) Winner-takes-all for Heaviest Sow (*not in the Teams Top 3)
\r\n
\r\nIn the case of a tie, sow with largest head measurement (Length + Circumference) wins
\r\n
\r\n(4) Winner-takes-all for Most Hogs in a Stringer
\r\n
\r\nIn the case of a tie the heaviest overall hog wins
\r\n
\r\nAll weights are field dressed weights
\r\n
\r\nNOTES
\r\n
\r\n*Individual\r\nhogs will only be weighed for one category of competition.  It is the\r\nTeam Captain’s responsibility to designate to the official scorer which\r\ncategory the hog will compete in before it is weighed. If the official\r\nscorer is not notified the first 3 hogs weighed will automatically be\r\nplaced in the 3 Heaviest Hogs  category.
\r\n
\r\n* Heaviest Boar and\r\nHeaviest Sow for the Jackpots cannot be used as one of the heaviest\r\nthree in the Team’s 3 Heaviest Hogs entry. Also, a hog must be\r\ndesignated by the team prior to being weighed as a Jackpot Hog.
\r\n
\r\n** Most Hogs in a Stringer will count all hogs that are over 50lbs field dressed
\r\n
\r\nEach Team will be responsible for producing proof of each of their harvests, by digital photo,
\r\n
\r\nPolaroid, video, etc. The Committee will instruct Teams on an item of the day for each day
\r\n
\r\n(Friday, Saturday and Sunday), to be included in the pictures/videos. (See rule 10 below)
\r\n
\r\n 
\r\n
\r\n**It is not necessary for all team members to be present during sign-in or weigh-in.
\r\n
\r\nRULES and REGULATIONS:
\r\n
\r\n1. The contest is open to wild (feral) hogs hunted in any county in Texas and only harvested
\r\n
\r\nduring the period from 5:00 p.m. on February, 29th, 2008 through 11:59am on March 2, 2008.
\r\n
\r\nHogs cannot have been previously trapped, kept, or held for the contest.
\r\n
\r\n2. All contestants must have a valid Texas hunting license. Any individuals or teams found guilty of
\r\n
\r\nviolating any Texas Game Laws during this contest will be disqualified.
\r\n
\r\n3. All team members must hunt together. No splitting of teams to hunt separate properties at once!
\r\n
\r\n4. Hogs must be harvested on free range properties. They must not come from behind a game proof
\r\n
\r\nfence.
\r\n
\r\n5. Contest weigh-in times will be from 10am to 2pm Saturday March 1, 2008 (optional) and 10am to Noon on Sunday March 2, 2008.
\r\n
\r\n(Awards ceremony will be immediately following).
\r\n
\r\n6. All hogs MUST BE IN LINE TO BE WEIGHED IN BY NOON SUNDAY. NO
\r\n
\r\nEXCEPTIONS!!!
\r\n
\r\n7. Hog meat must come to weigh-in in edible condition. Hogs must arrive at weigh-in being
\r\n
\r\nthoroughly washed out (inside the body cavity and outside). This rule will be strongly
\r\n
\r\nenforced. Any dressed hogs determined by the committee to be unfit for human consumption
\r\n
\r\nwill be disqualified.  Use ice as needed determined by outside temperature.
\r\n
\r\n8.\r\nAll protests must be in writing to Douglas Mason, TDHA President and\r\nProtest Committee Chair, and must be made immediately after the\r\noccasion arises for protest. The protest committee will then be\r\ncontacted. All decisions of the protest committee are final!
\r\n
\r\n9. Any contestant found trying to cheat will be disqualified and banned from entering the
\r\n
\r\ncontest again.
\r\n
\r\n10. A digital, video, Polaroid or 35 mm camera (if able to get pictures developed by weigh-in
\r\n
\r\ntime)\r\nwill be required for all teams.  If photos are taken using a camera\r\nphone (or any other device) they must be able to be printed on\r\nhard-copy paper (3”X5” or larger) if needed.  The “item of the day”\r\nmust be clearly visible and identifiable in the printed photos.
\r\n
\r\n11. There will be one additional rule announced February 29th (Friday) 5:00 pm at the
\r\n
\r\ndesignated sign-in station (EXPO Center) and on-line (www.tdha.org in the general message boards) for pre-registered teams. EACH TEAM MUST HAVE AND FOLLOW THE SPECIAL RULE.
\r\n
\r\n12. No disorderly conduct, such as cursing, fighting, or rude behavior will be tolerated at the sign-in or weigh-in.
\r\n
\r\n13. No guns, knives, or weapons of any sort can be displayed or worn on the sign-in or weigh-in
\r\n
\r\npremises.
\r\n
\r\n14. No injured or malnourished dogs of any kind are allowed on the sign-in or weigh-in premises.
\r\n
\r\n15. No consumption of alcohol on the sign-in or weigh-in premises.
\r\n
\r\n16.\r\nEach Team Captain has the option of standing in the weigh-in area to\r\nwitness his or her team’s hogs being weighed and as the other teams are\r\nbeing weighed.  Please be courteous of the judges and the space they\r\nneed to conduct weigh-in.
\r\n
\r\nAny Violation of these rules will result in the entire team being disqualified and the
\r\n
\r\nindividual(s) involved will be removed from the premises. Violation of the rules can
\r\n
\r\nalso result in banning the individual(s) from future TDHA sponsored events as well as
\r\n
\r\nfrom the organization.
\r\n
\r\n***Each team member will receive free entry into the 2008 Wild Boar Hunting EXPO.
\r\n
\r\n \r\n',1,1,0,1,'2008-01-16 17:22:40',173,'','2008-01-16 17:47:18',173,173,'2008-01-16 17:47:20','2008-01-15 20:00:00','0000-00-00 00:00:00','','','',5,0,5,'','',0,285),(37,'Friends of TDHA','','

\r\nThe 2008 TDHA/Hunters Harvest Hog Hunting Contest was a huge success. Before the contest began, we had high hopes for this year with visions of having 20 teams and a goal of netting 10,000 lbs of Pork for Hunters Harvest.  We were thrilled that we doubled our expectations this year. 42 teams entered, and those 42 teams brought in 20,168 lbs of pork to be donated to feed the needy! \r\n

\r\n

\r\nThrough generous donations from our sponsors, we were able to offer $2,000 in added money to be paid out to the winning teams in addition to 100% of all the entry fees turned in. The prize pot was almost $6,500 this year. This had a direct effect on the number of teams that enter and thus the number of pounds of pork brought in for the Charity. I'd like to take this opportunity to thank the people and businesses who have generously supported TDHA with their donations. Contest '08 was the largest and most bountiful TDHA event to date. The contest simply could not happen without the help of these Friends of TDHA:\r\n

\r\n
\r\nWild Boar USA\r\n
\r\n
\r\n \r\n
\r\n
\r\nTri Tronics Inc\r\n
\r\n
\r\n \r\n
\r\n
\r\nBarrier Equipment Inc\r\n
\r\n
\r\n \r\n
\r\n
\r\nTejas Outdoors\r\n
\r\n
\r\n \r\n
\r\n
\r\nWildlife Materials \r\n
\r\n
\r\n \r\n
\r\n
\r\nUgly Dog Ranch\r\n
\r\n
\r\n \r\n
\r\n
\r\nReady Dog Supplies\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\nQuick Track \r\n
\r\n
\r\n \r\n
\r\n
\r\nM - G Feed Division \r\n
\r\n
\r\n \r\n
\r\n
\r\nTracker Radio Location Systems\r\n
\r\n
\r\n \r\n
\r\n
\r\nBuck Knives\r\n
\r\n
\r\n
\r\nRemington Arms \r\n
\r\n
\r\n \r\n
\r\n
\r\nLee Precision Inc \r\n
\r\n
\r\n \r\n
\r\n
\r\nMary and Dwayne Harris\r\n
\r\n
\r\n \r\n
\r\n
\r\nSam and Sons Truck Equipment\r\n
\r\n
\r\n \r\n
\r\n
\r\nWildlife Research Center\r\n
\r\n
\r\n \r\n
\r\n
\r\nCabella's\r\n
\r\n
\r\n \r\n
\r\n
\r\nWal Mart Deer Park\r\n
\r\n
\r\n \r\n
\r\n
\r\nThe Get Together\r\n
\r\n
\r\n \r\n
\r\n
\r\nEastTexasHogDoggers.com\r\n
\r\n
\r\n \r\n
\r\n
\r\nAmy Burden\r\n
\r\n
\r\n \r\n
\r\n
\r\nJason Smith 
\r\n
\r\n

\r\n \r\n

\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n
\r\n

\r\n \r\n

\r\n','
\r\n
\r\n
 \r\n
\r\n
\r\n',1,1,0,1,'2008-01-16 18:17:15',173,'','2008-03-11 10:24:09',173,0,'0000-00-00 00:00:00','2008-01-15 20:00:00','0000-00-00 00:00:00','','','',22,0,4,'','',0,183),(38,'Cuero Contest Overview by Sequoia Reed','',' Cuero Contest 
\r\n

\r\n      As \r\nwe arrived anxious excitement radiated through the air in waves of smiles \r\nand handshaking as everyone watched the teams weigh in. The concession \r\nstand bustled with hungry hunters , who in the midst of their tireless \r\nstrive to find the biggest hogs forgot the roaring sounds of their stomachs. \r\nAs the last team weighed in, tension grew and nervous faces were everywhere, \r\nall hoping their hogs were the ones. As we waited, things settled and \r\nand stories of excitement and close calls began to spread throughout \r\nthe crowd as each hunter recalled the previous nights of caught hogs, \r\nexhausted dogs , and tired but proud hunters. 
\r\n

\r\n

\r\n      A \r\nhushed silence fell over the crowd as the P.A. system announced the \r\nresults. Everyone knew how it worked , this being their 14th contest \r\nto hold and everything was well organized and thought out. There were \r\ndivisions including gun, bow, trap ,head count , and heavy three. Also \r\nvery attention catching and impressive was the strictness of cleanliness \r\nto which the hunters were held. If hogs seemed dirty or unclean , they \r\nwere made to go to the washing station and clean their hogs properly.They \r\nalso made a very obvious effort to thank their sponsors by taking out \r\nan ad in the Victoria Advocate , with all sponsors name and donors \r\nrecognized.  
\r\n

\r\n

\r\n      With \r\nthat being said I would like to congratulate all the participants and \r\nwinners, and thank the people who each year take time out of their lives \r\nto put on the contest. Also I would like to say I hope to see everyone \r\nat the TDHA contest. \r\n

\r\n

\r\n \r\n

\r\n

\r\nNote: Many thanks to Sequoia and Krystal Rohan for making sure that TDHA was well represented at the Cuero Contest Weigh in. We will be lookig forward to more of Sequoia's commentaries on future events. TDHA is proud to have members who get involved! \r\n

\r\n

\r\n \r\n

\r\n','',1,1,0,1,'2008-02-12 15:36:12',173,'','2008-02-14 10:49:55',173,173,'2008-02-14 10:49:56','2008-02-11 20:00:00','0000-00-00 00:00:00','','','',5,0,3,'','',0,149),(39,'The Douglas Mason Award goes to','','

\r\nMr. Douglas Mason !   \r\n

\r\n

\r\nAbout a year ago, Fred Johnson and I got to talkin' about creating some type of recognition for individuals who support the sport of hog hunting.
\r\nThe choice was clear, and the bar has been set!
\r\nFor his hard work, service and dedication, this year's recipient is Douglas Mason, and the award has been named after him. "The Douglas Mason Award for Excellence"

\r\nDouglas has spent DECADES in the dog business, training and developing HUNTING dogs. Along the way, he has found time to volunteer with Wounded Veterans. He donates untold tons of meat to the needy each year. He is a founder, and sitting President of the Texas Dog Hunter's Association. He has promoted the sport through Television interviews, and represented us all in Austin. And for all of this, you would never hear him speak a word.

\r\n
\r\nIt was my honor, on behalf of In Heat Scents, Texasboars.com, and Wild Boar USA Magazine, to present Douglas with this small token of our appreciation for all of the stuff mentioned above, and the many things that have gone untold.
\r\n
\r\nDouglas will be instrumental in the selection process of future recipients, and those boots are going to be hard to fill!
\r\n
\r\n
KP    \r\n

\r\n

\r\n\"masonawardwkp\"\r\n

\r\n

\r\n \r\n

\r\n','',1,2,0,3,'2008-03-04 04:51:03',79,'KP','2008-03-04 05:18:45',62,0,'0000-00-00 00:00:00','2008-03-04 04:45:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,1,'','',0,46),(40,'Athen\'s Trailblazer Event Photos','','

\r\n \r\n

\r\n

\r\nEven though the Trail Blazers event is about introducing kids to outdoor activities, there was certainly a lot of TDHA member fraternization and good old "camp fire" talk. We got to see and/or meet some folks that we don't get to see as often as we would like.
\r\nI am so glad that as of late there is such a boom in active members getting out there represent TDHA. Some of the folks I've met in the past couple of weeks are people that I'm sure will be life long friends and huntin' buddies - despite the distance between us. \r\n

\r\n

\r\n\"a-tb-4\"
\r\n
\r\n
\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n

\r\nAt this event, I was so happy that for the first time we were able to do demonstrations of what these hunting dogs can do. Kids got to interact with a retrieving dog, a blood trailing dog, and got to see actual photographs of the same dogs they were petting in their roles as hog dogs, trap line dogs, and blood trailers. They got to see the related tools - retrieving dummies, blood trailing training supplies, radio collars, cut gear (as modeled by a Jagd and a Mountain Cur), and even a real trap. I am VERY satisfied that we bucked the misconception that TDHA is a hog hunting association and were well represented as a Hunting Dog Association.  \r\n

\r\n

\r\nBreeds Represented (in no particular order)
\r\n

\r\nDogo Argentino/ American Bulldog (hog dog)
\r\nBorder Collie (blood trailing dog)
\r\nGerman Jagd Terrier (hog dog,trap line dog,blood trailers,retrievers)
\r\nEnglish Pointer (upland bird dog)
\r\nMountain Cur (hog dog)
\r\nAustralian Shepherd (blood trailing dog)
\r\nEnglish Springer Spaniel (retriever, both upland and water fowl)
\r\nPlott Hound (hog dog)
\r\nCatahoula (hog dog)
\r\nEast Texas Brindle Cur (hog dog, love muffin)
\r\n
\r\nI think we were very well represented! \r\n

\r\n

\r\n
\r\nThis weekend, we all opened these kids' minds to a world that many of them never knew existed. Hopefully, it will be an experience that they will remember for years to come. \r\n

\r\n

\r\nI mentioned the "camp fire" feeling in describing our outing to the Trail Blazers event. It was cold Saturday morning, and we did actually bring a fire pit and some wood for a fire. Despite the fact that we were surrounded by over 500 boy scouts, we never got that fire successfully lit. It was the thought that counted :O)
\r\nMandi \r\n

\r\n

\r\nChris and Mandi (cricleC, aladatrot)
\r\nJohn Wood and family (critter)
\r\nEric Gohlke (Brute23)
\r\nJeff (Elkaholic)
\r\nLance Falzone (zonerugby)
\r\nand anyone I may of missed that attended the Athens TrailBlazers.
\r\n
\r\nThis was the Biggest and BEST turn out by TDHA vol at a Trailblazers.
\r\n
\r\nThanks again guys and gals!
\r\nJames Reasoner
\r\n
\r\n

\r\n

\r\n\"smaller-a-tb-5\" \r\n

\r\n

\r\n \r\n

\r\n

\r\n \r\n

\r\n','',1,1,0,1,'2008-03-11 07:36:09',173,'','2008-03-11 09:18:57',62,0,'0000-00-00 00:00:00','2008-03-11 07:24:47','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',10,0,2,'','',0,32),(41,'TDHA Hunter\'s Harvest Contest','','

\r\nEvery year, the Texas Dog Hunters Association holds a Statewide wild hog hunting contest in which all the hogs brought in are donated to Hunters Harvest, an organization dedicated to feeding the needy. Traditionally, the contest has grown every year. In 2007, the Contest signed up 15 teams and donated over 4,500 lbs of pork to Hunters Harvest. For 2008, TDHA had moved the Contest to be held in conjunction with the annual Wild Boar Hunting Expo in Hallettsville, TX. Given the larger venue, the TDHA was hoping to sign up 20 teams and net 10,000 lbs of pork for the charity.
\r\n
\r\nBeginning in August of 2007, planning began in preparation for the 2008 Contest.  Letters were sent out to many companies and corporations familiarizing them with the TDHA and the good that the Contest provides both to farmers and ranchers who are always in need of hog removal; and to Hunters Harvest - an organization charged with keeping the freezers stocked at several inner city missions. The companies were asked to support the Contest in the form of donations - either prizes or cash donations to add to the final pay out. The TDHA Contest is a 100% pay out contest, meaning that all of the entry fees sent in by the competing teams are paid out to the winners. Through the generous support of sponsors (both corporate and individual), TDHA was able to advertise $2,000 in cash that was to be added to the pot.
\r\n
\r\nAs talk of the added cash circulated in hog hunting circles and on related forums and magazines, hunters decided to try their luck at winning the contest. Teams of hunters from all over the State began sending in their entries. With every team that entered, the potential prize money steadily increased. By the evening of Friday, February 29th when the contest began, an unprecedented 42 teams had entered up in what was to become the richest Hog Hunting Contest in the State of Texas. With over $7,000 up for grabs, it was going to be a long couple of days for the contestants and their hunting dogs.
\r\n
\r\nSaturday, March 1 was a great day at the Wild Boar Expo. Volunteers had come from all corners of the State not to hunt the contest, but to help process the hogs brought in. As folks were shopping and milling about at the Expo, cellular phones were buzzing as the contestants were calling to find out if other teams had brought in any hogs to the weigh station. By early Saturday afternoon, the first truck arrived with a large sow weighing close to  175 lbs.  Expo attendees  gathered around as the sow was weighed and taken by the volunteers to the cleaning area to be processed. Just as the weigh in was about to close for the night, a trailer full of hogs arrived. One of the hogs on this trailer was an enormous barr that looked more like a black angus steer than a hog! Once each hog was weighed and documented, the volunteers sprung into action to get the hogs skinned, processed, and into ice for a quick cooling before loading onto the refrigerated box truck provided by Hunters Harvest. Once the work was done and the pork safely stowed away, the impact of the  number of teams entered in the contest really began to sink in. Saturday produced almost 1,500 lbs of pork from only two teams weighing in, and they immediately went back to hunting! Sunday, the final weigh in, was going to be an adventure.
\r\n
\r\nAll was quiet on Sunday morning. The weather was nice, and talk of the 397 lb gargantuan brought in the day before was still resonating in the Expo Center. The morning may have started out quietly enough, but at 10:00 am the trucks started rolling in with stacks and piles of ice-packed hogs. Immediately, hogs were unloaded off trucks and flat bed trailers. One team turned the entire bed of their truck into an ice chest, while another team brought in their chilled pork swinging from the ceiling of a livestock trailer! Every hog was weighed and tallied before being stacked outside the cleaning area to be skinned and processed. The amount of pork went far beyond what the original volunteers could handle, and a race against time was on to get the hogs processed and cooled before any went to waste. Seeing a need for help, expo-goers and hunting team members alike rolled up their sleeves to get all 142 hogs cleaned, processed, and on ice. It was remarkable to see so many people helping one another when there was a task to be tackled.
\r\n
\r\nWhen it was all said and done, 156 hogs had been brought in, making the grand total of meat donated to feed the needy to 20,168 lbs.  $7,070 was divided among nine places with the winning team, "C & M" headed up by Mike Leopold receiving $2,580 plus prizes. Second place went to the "Jeff and Brandon" team captained by Brandon Leftwich. They pocketed $1,144 for their heaviest three hogs. On top of that, they won all three jackpots for Heaviest Boar, Heaviest Sow, and Most in Stringer. Third place went to the team "Walker - Wendland - Tiner" with Curtis Wendland as captain. Third place brought home $520. Rounding out the top nine were the teams of "Rockin P Ramblers" with Greg Parrack, "Dogs Gone Wild" with Jeff Berry, "Filips and Marie" with Richard Filip, "The Pork Chop Cavalry" with Kyle Thames, "Sore Losers" with Charlie Gasch, and "Hog Heaven Kennels" with Eli Smith. New for 2008 were laser engraved wooden plaques for 1st, 2nd, and 3rd place teams, and they were on display at the Expo until they were presented at the award ceremony. Also new this year was our weigh in raffle. Each team that brought in pork for Sunday's weigh in (regardless of amount) was entered in a raffle to win one of two awesome prizes - a Tri Tronics Trashbreaker collar system and a Wildlife Materials Radio Tracking Collar. "Rockin P Ramblers" won the Tri Tronics Trashbreaker, and "Sore Losers" weren't sore at all when they won the Wildlife Materials Collar!
\r\n
\r\nLooking back, the 2008 TDHA/Hunters Harvest Hog Hunting Contest was a huge success on many different levels. It achieved notoriety as being the richest hog hunting contest in the State of Texas, it was responsible for the elimination of over 150 hogs from Texas farm and ranch land, and it managed to donate over 20,000 lbs of pork to feed the needy. There are so many people to thank for the great turnout of this year's event - from the teams who spent two sleepless nights in the field hunting the hogs, to the volunteers who spent their weekend processing them, to the companies, corporations, and individuals who donated generous cash and prizes. Making this year's Contest a success was in fact a group effort, and one for a truly noble cause.
\r\n
\r\nTDHA would like to thank our sponsors:
\r\nWild Boar USA Magazine
\r\nTri Tronics, Inc
\r\nBarrier Equipment
\r\nTejas Outdoors
\r\nWildlife Materials, Inc
\r\nUgly Dog Ranch
\r\nReady Dog Supplies
\r\nQuick Track
\r\nM-G Feed Division
\r\nTracker Radio
\r\nBuck Knives
\r\nRemington Arms
\r\nLee Precision, Inc
\r\nMary and Duane Harris
\r\nSam and Sons Truck Equipment
\r\nWildlife Research Center
\r\nCabellas
\r\nWal Mart Deer Park
\r\nThe Get Together
\r\nEast Texas Hog Doggers
\r\nAmy Burden
\r\nJason Smith
\r\nSonic, Inc.
\r\n
\r\n
\r\nWe look forward to setting a new record at the TDHA/Hunters Harvest Contest Feb 27th - Mar 1st, 2009!\r\n

\r\n

\r\n\"huntersharvestlogo\"\"TDHA_logo_medium\"
\r\n
\r\n

\r\n\r\n','',1,1,0,1,'2008-03-11 12:09:11',173,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-03-11 12:00:21','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,31); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content` ENABLE KEYS */; -- -- Table structure for table `jos_content_frontpage` -- DROP TABLE IF EXISTS `jos_content_frontpage`; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_content_frontpage` -- /*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */; LOCK TABLES `jos_content_frontpage` WRITE; INSERT INTO `jos_content_frontpage` VALUES (24,3),(3,6),(5,7),(12,5),(41,1),(21,4),(40,2); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */; -- -- Table structure for table `jos_content_rating` -- DROP TABLE IF EXISTS `jos_content_rating`; CREATE TABLE `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`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_content_rating` -- /*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */; LOCK TABLES `jos_content_rating` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro` -- DROP TABLE IF EXISTS `jos_core_acl_aro`; CREATE TABLE `jos_core_acl_aro` ( `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 (`aro_id`), UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) TYPE=MyISAM AUTO_INCREMENT=267; -- -- Dumping data for table `jos_core_acl_aro` -- /*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro` WRITE; INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0),(11,'users','63',0,'Tim Nichol',0),(12,'users','64',0,'Krystal Rohan',0),(13,'users','65',0,'Douglas Mason',0),(14,'users','66',0,'James Reasoner',0),(15,'users','67',0,'matt king',0),(16,'users','68',0,'Eric Swiatkowski',0),(17,'users','69',0,'Chris Windham',0),(18,'users','70',0,'Bill Huff',0),(19,'users','71',0,'Waylon Wendler',0),(20,'users','72',0,'Jason Pelton',0),(21,'users','73',0,'Paul Teegardin',0),(22,'users','74',0,'Mark Terry',0),(23,'users','75',0,'Matt Goodson',0),(24,'users','76',0,'Cody Weiser',0),(25,'users','77',0,'Shane Carver',0),(26,'users','78',0,'RIGO VELAZQUEZ',0),(27,'users','79',0,'Ron J',0),(28,'users','80',0,'Amy Burnard',0),(29,'users','81',0,'Will Seger',0),(30,'users','82',0,'Jason Smith',0),(31,'users','83',0,'sandy',0),(32,'users','84',0,'Shaun Lowe',0),(33,'users','85',0,'Bart Woytek',0),(34,'users','86',0,'David Mitchem',0),(35,'users','87',0,'Krystal Rohan',0),(36,'users','88',0,'Michael Englebrecht',0),(37,'users','89',0,'Vernon Gaines',0),(38,'users','90',0,'Vernon Gaines',0),(39,'users','91',0,'Scott McDearmon',0),(40,'users','92',0,'Chris Coughran',0),(41,'users','93',0,'jimmy hawkins',0),(42,'users','94',0,'Randall Galan',0),(43,'users','95',0,'Leon Payne',0),(44,'users','96',0,'Walter Seabaugh',0),(45,'users','97',0,'Coby Porter',0),(46,'users','98',0,'Martin Ley',0),(47,'users','99',0,'kp',0),(48,'users','100',0,'Dennis Luton',0),(49,'users','101',0,'Ted Hart',0),(50,'users','102',0,'Christopher',0),(51,'users','103',0,'Martin Ley',0),(52,'users','104',0,'andy',0),(53,'users','105',0,'chester Thompson',0),(54,'users','106',0,'Eric Gohlke',0),(55,'users','107',0,'Clay Pope',0),(56,'users','108',0,'Michael Clark',0),(57,'users','109',0,'David Adams',0),(58,'users','110',0,'Jeff Talasek',0),(59,'users','111',0,'billy freudensprung',0),(60,'users','112',0,'Spencer Willson',0),(61,'users','113',0,'JD Walden',0),(62,'users','114',0,'Nick Hauk',0),(63,'users','115',0,'jason',0),(64,'users','116',0,'Enrique',0),(65,'users','117',0,'Michael Clark',0),(66,'users','118',0,'Jace Braden',0),(67,'users','119',0,'Thre' Wales',0),(68,'users','120',0,'B. J. Woods',0),(69,'users','121',0,'Mary Harris',0),(70,'users','122',0,'Tyler Follis',0),(71,'users','123',0,'keith jacob',0),(72,'users','124',0,'Stephen Tucker',0),(73,'users','125',0,'Mike Bolen',0),(74,'users','126',0,'test test',0),(75,'users','127',0,'Courtney Farris',0),(76,'users','128',0,'Scott Filipp',0),(77,'users','129',0,'garland powers',0),(78,'users','130',0,'Kim Lewis',0),(79,'users','131',0,'Craig Miller',0),(80,'users','132',0,'seth Tiemann',0),(81,'users','133',0,'Testing Testing',0),(82,'users','134',0,'clint watson',0),(83,'users','135',0,'Jay Hutto',0),(84,'users','136',0,'quinten stevens',0),(85,'users','137',0,'BO GOODSON',0),(86,'users','138',0,'Marlo Riley',0),(87,'users','139',0,'Steve Pike',0),(88,'users','140',0,'Chris Wilson',0),(89,'users','141',0,'Jimmy Griffin',0),(90,'users','142',0,'Eddie Hicks',0),(91,'users','143',0,'Gus Estrada',0),(92,'users','144',0,'Monty Hanson',0),(93,'users','145',0,'Bradley Odom',0),(94,'users','146',0,'Bradley Odom',0),(95,'users','147',0,'Derick Ensor',0),(96,'users','148',0,'Sean Cockrell',0),(97,'users','149',0,'Trey Simmons',0),(98,'users','150',0,'Trey Simmons',0),(99,'users','151',0,'daniel',0),(100,'users','152',0,'jamie mathis',0),(101,'users','153',0,'Billy Anderson',0),(102,'users','154',0,'Sean K. Renfro',0),(103,'users','155',0,'Brett Reuling',0),(104,'users','156',0,'Ryan Merecka',0),(105,'users','157',0,'Chad White',0),(106,'users','158',0,'Gregg Dawson',0),(107,'users','159',0,'James Taylor',0),(108,'users','160',0,'Brandon Sliva',0),(109,'users','161',0,'jeff durham',0),(110,'users','162',0,'David Gaston',0),(111,'users','163',0,'Cory Haynes',0),(112,'users','164',0,'Cory Haynes',0),(113,'users','165',0,'Trey Akin',0),(114,'users','166',0,'John',0),(115,'users','167',0,'Tony Dixson',0),(116,'users','168',0,'Lupe',0),(117,'users','169',0,'travis bonnet',0),(118,'users','170',0,'travis bonnet',0),(119,'users','171',0,'C. A. Haynes',0),(120,'users','172',0,'Derick Ensor',0),(121,'users','173',0,'Mandi Williams',0),(122,'users','174',0,'portjassica',0),(123,'users','175',0,'ireneaveline',0),(124,'users','176',0,'NodePark',0),(125,'users','177',0,'SophieNite',0),(126,'users','178',0,'StenleyRaw',0),(127,'users','179',0,'evellineiris',0),(128,'users','180',0,'Ed Harrison',0),(129,'users','181',0,'lynn caldwell',0),(130,'users','182',0,'TonySterleg',0),(131,'users','183',0,'StenleyStem',0),(132,'users','184',0,'SergioTrack',0),(133,'users','185',0,'SophieCopeac',0),(134,'users','186',0,'LeanJhonee',0),(135,'users','187',0,'OleoTranc',0),(136,'users','188',0,'KenieSilver',0),(137,'users','189',0,'LizTaylean',0),(138,'users','190',0,'Mickey',0),(139,'users','191',0,'Britneylover',0),(140,'users','192',0,'Kevin Morriss',0),(141,'users','193',0,'Mike Savoy',0),(142,'users','194',0,'Thomas Richardson',0),(143,'users','195',0,'Derick Ensor',0),(144,'users','196',0,'BritneyloverII',0),(145,'users','197',0,'Hetcinueeneld',0),(146,'users','198',0,'stephen sims',0),(147,'users','199',0,'Gregg Dawson',0),(148,'users','200',0,'Raymond Lamar Smith',0),(149,'users','201',0,'Jeff Knapp',0),(150,'users','202',0,'JORDAN PARRACK',0),(151,'users','203',0,'shane',0),(152,'users','204',0,'Richard Elfrez',0),(153,'users','205',0,'OEIISJJEsjjz',0),(154,'users','206',0,'alixsvetlasha',0),(155,'users','207',0,'Allen Commiato',0),(156,'users','208',0,'camscomweb',0),(157,'users','209',0,'affdatingman',0),(158,'users','210',0,'Clayton',0),(159,'users','211',0,'immodeGoown',0),(160,'users','212',0,'Dave Rodgers',0),(161,'users','213',0,'Bubba Shaye',0),(162,'users','214',0,'Corey Zorn',0),(163,'users','215',0,'XSandyLovers',0),(164,'users','216',0,'Jared Longbotham',0),(165,'users','217',0,'SandyVI',0),(166,'users','218',0,'JenniferJX',0),(167,'users','219',0,'BBNSeisOOemsn',0),(168,'users','220',0,'JenniferJXI',0),(169,'users','221',0,'MainDadyFirst',0),(170,'users','222',0,'Joe-Joe Harris',0),(171,'users','223',0,'Bryant Davis',0),(172,'users','224',0,'joe braman',0),(173,'users','225',0,'frank',0),(174,'users','226',0,'wil',0),(175,'users','227',0,'LogyPrayery',0),(176,'users','228',0,'Jason Pelton',0),(177,'users','229',0,'hoiliomidok',0),(178,'users','230',0,'Jason Schweitzer',0),(179,'users','231',0,'TJ TAYLOR',0),(180,'users','232',0,'Joe',0),(181,'users','233',0,'david heitman',0),(182,'users','234',0,'John Wood',0),(183,'users','235',0,'Justin Bullock',0),(184,'users','236',0,'Chad Hackler',0),(185,'users','237',0,'joe kaine',0),(186,'users','238',0,'Eric Gohlke',0),(187,'users','239',0,'bryce wickliffe',0),(188,'users','240',0,'acuseTweplels',0),(189,'users','241',0,'Randy F',0),(190,'users','242',0,'lance falzone',0),(191,'users','243',0,'ERIC',0),(192,'users','244',0,'Randy Wayne',0),(193,'users','245',0,'Charles Lewis',0),(194,'users','246',0,'Andy Garcia',0),(195,'users','247',0,'JAALEznnseei',0),(196,'users','248',0,'Mark Duncan',0),(197,'users','249',0,'amelyfox',0),(198,'users','250',0,'Des Townsend',0),(199,'users','251',0,'Mike Stephens',0),(200,'users','252',0,'Allen Willis',0),(201,'users','253',0,'joe polly',0),(202,'users','254',0,'Dustin',0),(203,'users','255',0,'Keith Exner',0),(204,'users','256',0,'Chad Thames',0),(205,'users','257',0,'haley',0),(206,'users','258',0,'haley',0),(207,'users','259',0,'rich payne',0),(208,'users','260',0,'Rob Willoughby',0),(209,'users','261',0,'Jason Owen',0),(210,'users','262',0,'casey',0),(211,'users','263',0,'Ivan Sanchez',0),(212,'users','264',0,'lawrence hegar',0),(213,'users','265',0,'matt ferrell',0),(214,'users','266',0,'cody wade',0),(215,'users','267',0,'Robert',0),(216,'users','268',0,'kory harper',0),(217,'users','269',0,'john m. crain',0),(218,'users','270',0,'Brent Michalak',0),(219,'users','271',0,'Josh Moore',0),(220,'users','272',0,'Joseph Jezierski',0),(221,'users','273',0,'charles gasch',0),(222,'users','274',0,'derrick',0),(223,'users','275',0,'charles gasch',0),(224,'users','276',0,'Douglas Houston',0),(225,'users','277',0,'Jennifer Smith',0),(226,'users','278',0,'Kevin Adkins',0),(227,'users','279',0,'Shane London',0),(228,'users','280',0,'Joshua Legg',0),(229,'users','281',0,'Bubba Thornton',0),(230,'users','282',0,'Free Porn',0),(231,'users','283',0,'james pantalion',0),(232,'users','284',0,'mike',0),(233,'users','285',0,'Leia Leveridge',0),(234,'users','286',0,'Trent Kucera',0),(235,'users','287',0,'Garrett Oppermann',0),(236,'users','288',0,'Josh Belknap',0),(237,'users','289',0,'David Tucker',0),(238,'users','290',0,'Kevin Muzny',0),(239,'users','291',0,'GA powers',0),(240,'users','292',0,'audrey huddleston',0),(241,'users','293',0,'Daniel Gibson',0),(242,'users','294',0,'bill watson',0),(243,'users','295',0,'Daniel Gibson',0),(244,'users','296',0,'clint watson',0),(245,'users','297',0,'Robert McCulloch',0),(246,'users','298',0,'Robert Mcculloch',0),(247,'users','299',0,'Kenneth Tollison',0),(248,'users','300',0,'smifatv',0),(249,'users','301',0,'Stephanie Wood',0),(250,'users','302',0,'Jo Lynne Stark',0),(251,'users','303',0,'Cody B. Stark',0),(252,'users','304',0,'ciliculik',0),(253,'users','305',0,'Ingiboriusis',0),(254,'users','306',0,'hipozki',0),(255,'users','307',0,'okmobzfuty',0),(256,'users','308',0,'matdreov',0),(257,'users','309',0,'hiperobiz',0),(258,'users','310',0,'richard coalson',0),(259,'users','311',0,'Benton Schulze IV',0),(260,'users','312',0,'Blaine',0),(261,'users','313',0,'Lindmannnn',0),(262,'users','314',0,'doktelp',0),(263,'users','315',0,'okvobzfuty',0),(264,'users','316',0,'john l parker',0),(265,'users','317',0,'mastersdrandom[a..z]',0),(266,'users','318',0,'smerseeo',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_groups` -- DROP TABLE IF EXISTS `jos_core_acl_aro_groups`; CREATE TABLE `jos_core_acl_aro_groups` ( `group_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', PRIMARY KEY (`group_id`), KEY `parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) TYPE=MyISAM AUTO_INCREMENT=31; -- -- Dumping data for table `jos_core_acl_aro_groups` -- /*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_groups` WRITE; INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22),(28,17,'USERS',2,21),(29,28,'Public Frontend',3,12),(18,29,'Registered',4,11),(19,18,'Author',5,10),(20,19,'Editor',6,9),(21,20,'Publisher',7,8),(30,28,'Public Backend',13,20),(23,30,'Manager',14,19),(24,23,'Administrator',15,18),(25,24,'Super Administrator',16,17); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_sections` -- DROP TABLE IF EXISTS `jos_core_acl_aro_sections`; CREATE TABLE `jos_core_acl_aro_sections` ( `section_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 (`section_id`), UNIQUE KEY `value_aro_sections` (`value`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `hidden_aro_sections` (`hidden`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) TYPE=MyISAM AUTO_INCREMENT=11; -- -- Dumping data for table `jos_core_acl_aro_sections` -- /*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_sections` WRITE; INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`; CREATE TABLE `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`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */; LOCK TABLES `jos_core_acl_groups_aro_map` WRITE; INSERT INTO `jos_core_acl_groups_aro_map` VALUES (18,'',14),(18,'',15),(18,'',16),(18,'',17),(18,'',18),(18,'',19),(18,'',20),(18,'',21),(18,'',22),(18,'',23),(18,'',25),(18,'',26),(18,'',29),(18,'',31),(18,'',32),(18,'',33),(18,'',35),(18,'',36),(18,'',37),(18,'',38),(18,'',39),(18,'',40),(18,'',41),(18,'',42),(18,'',43),(18,'',44),(18,'',45),(18,'',46),(18,'',47),(18,'',48),(18,'',49),(18,'',50),(18,'',51),(18,'',52),(18,'',53),(18,'',54),(18,'',55),(18,'',56),(18,'',57),(18,'',58),(18,'',59),(18,'',60),(18,'',61),(18,'',62),(18,'',63),(18,'',64),(18,'',65),(18,'',66),(18,'',67),(18,'',68),(18,'',69),(18,'',70),(18,'',71),(18,'',72),(18,'',74),(18,'',75),(18,'',76),(18,'',77),(18,'',78),(18,'',79),(18,'',80),(18,'',81),(18,'',82),(18,'',83),(18,'',84),(18,'',85),(18,'',86),(18,'',87),(18,'',88),(18,'',89),(18,'',90),(18,'',91),(18,'',92),(18,'',93),(18,'',94),(18,'',95),(18,'',96),(18,'',97),(18,'',98),(18,'',99),(18,'',100),(18,'',101),(18,'',102),(18,'',103),(18,'',104),(18,'',105),(18,'',106),(18,'',107),(18,'',108),(18,'',109),(18,'',110),(18,'',111),(18,'',112),(18,'',113),(18,'',114),(18,'',115),(18,'',116),(18,'',117),(18,'',118),(18,'',119),(18,'',120),(18,'',122),(18,'',123),(18,'',124),(18,'',125),(18,'',126),(18,'',127),(18,'',128),(18,'',129),(18,'',130),(18,'',131),(18,'',132),(18,'',133),(18,'',134),(18,'',135),(18,'',136),(18,'',137),(18,'',138),(18,'',139),(18,'',140),(18,'',141),(18,'',142),(18,'',143),(18,'',144),(18,'',145),(18,'',146),(18,'',147),(18,'',148),(18,'',149),(18,'',150),(18,'',151),(18,'',152),(18,'',153),(18,'',154),(18,'',155),(18,'',156),(18,'',157),(18,'',158),(18,'',159),(18,'',160),(18,'',161),(18,'',162),(18,'',163),(18,'',164),(18,'',165),(18,'',166),(18,'',167),(18,'',168),(18,'',169),(18,'',170),(18,'',171),(18,'',172),(18,'',173),(18,'',174),(18,'',175),(18,'',176),(18,'',177),(18,'',178),(18,'',179),(18,'',180),(18,'',181),(18,'',182),(18,'',183),(18,'',184),(18,'',185),(18,'',186),(18,'',187),(18,'',188),(18,'',189),(18,'',190),(18,'',191),(18,'',192),(18,'',193),(18,'',194),(18,'',195),(18,'',196),(18,'',197),(18,'',198),(18,'',199),(18,'',200),(18,'',201),(18,'',202),(18,'',203),(18,'',204),(18,'',205),(18,'',206),(18,'',207),(18,'',208),(18,'',209),(18,'',210),(18,'',211),(18,'',212),(18,'',213),(18,'',214),(18,'',215),(18,'',216),(18,'',217),(18,'',218),(18,'',219),(18,'',220),(18,'',221),(18,'',222),(18,'',223),(18,'',224),(18,'',225),(18,'',226),(18,'',227),(18,'',228),(18,'',229),(18,'',230),(18,'',231),(18,'',232),(18,'',233),(18,'',234),(18,'',235),(18,'',236),(18,'',237),(18,'',238),(18,'',239),(18,'',240),(18,'',241),(18,'',242),(18,'',243),(18,'',244),(18,'',245),(18,'',246),(18,'',247),(18,'',248),(18,'',249),(18,'',251),(18,'',252),(18,'',253),(18,'',254),(18,'',255),(18,'',256),(18,'',257),(18,'',258),(18,'',259),(18,'',260),(18,'',261),(18,'',262),(18,'',263),(18,'',264),(18,'',265),(18,'',266),(19,'',28),(21,'',11),(21,'',12),(21,'',13),(21,'',24),(21,'',27),(21,'',30),(21,'',34),(21,'',73),(21,'',121),(21,'',250),(25,'',10); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; CREATE TABLE `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' ) TYPE=MyISAM; -- -- Dumping data for table `jos_core_log_items` -- /*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */; LOCK TABLES `jos_core_log_items` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_searches` -- DROP TABLE IF EXISTS `jos_core_log_searches`; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `jos_core_log_searches` -- /*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */; LOCK TABLES `jos_core_log_searches` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */; -- -- Table structure for table `jos_extcal_categories` -- DROP TABLE IF EXISTS `jos_extcal_categories`; CREATE TABLE `jos_extcal_categories` ( `cat_id` int(11) NOT NULL auto_increment, `cat_parent` int(11) NOT NULL default '0', `cat_name` varchar(150) NOT NULL default '', `description` text NOT NULL, `color` varchar(10) default '#000000', `bgcolor` varchar(10) default '#EEF0F0', `options` tinyint(4) default '0', `published` tinyint(1) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`cat_id`), UNIQUE KEY `cat_id` (`cat_id`) ) TYPE=MyISAM AUTO_INCREMENT=2; -- -- Dumping data for table `jos_extcal_categories` -- /*!40000 ALTER TABLE `jos_extcal_categories` DISABLE KEYS */; LOCK TABLES `jos_extcal_categories` WRITE; INSERT INTO `jos_extcal_categories` VALUES (1,0,'General','This is the default category','#000000','#EEF0F0',2,1,0,'0000-00-00 00:00:00'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_extcal_categories` ENABLE KEYS */; -- -- Table structure for table `jos_extcal_config` -- DROP TABLE IF EXISTS `jos_extcal_config`; CREATE TABLE `jos_extcal_config` ( `name` varchar(40) NOT NULL default '', `value` varchar(255) NOT NULL default '', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`name`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_extcal_config` -- /*!40000 ALTER TABLE `jos_extcal_config` DISABLE KEYS */; LOCK TABLES `jos_extcal_config` WRITE; INSERT INTO `jos_extcal_config` VALUES ('allowed_file_extensions','GIF/PNG/JPG/JPEG',62,'2006-11-24 11:16:19'),('max_upl_size','20000',62,'2006-11-24 11:16:19'),('cookie_name','ext20',62,'2006-11-24 11:16:19'),('cookie_path','/',62,'2006-11-24 11:16:19'),('debug_mode','0',62,'2006-11-24 11:16:19'),('events_per_page','10',0,'0000-00-00 00:00:00'),('calendar_name','Mambo ExtCalendar',0,'0000-00-00 00:00:00'),('calendar_admin_email','tdhaadmin@tdha.net',62,'2006-11-24 11:16:19'),('calendar_description','Your online events calendar',0,'0000-00-00 00:00:00'),('lang','english',0,'0000-00-00 00:00:00'),('charset','language file',0,'0000-00-00 00:00:00'),('main_table_width','100%',62,'2006-11-24 11:16:19'),('max_tabs','12',0,'0000-00-00 00:00:00'),('theme','default',62,'2006-11-24 11:16:19'),('timezone','-6',62,'2006-11-24 11:16:19'),('time_format_24hours','0',62,'2006-11-24 11:16:19'),('auto_daylight_saving','1',62,'2006-11-24 11:16:19'),('default_view','2',62,'2006-11-24 11:16:19'),('popup_event_mode','0',62,'2006-11-24 11:16:19'),('popup_event_width','550',62,'2006-11-24 11:16:19'),('popup_event_height','300',62,'2006-11-24 11:16:19'),('add_event_view','1',62,'2006-11-24 11:16:19'),('cats_view','1',62,'2006-11-24 11:16:19'),('daily_view','1',62,'2006-11-24 11:16:19'),('weekly_view','1',62,'2006-11-24 11:16:19'),('monthly_view','1',62,'2006-11-24 11:16:19'),('flyer_view','1',62,'2006-11-24 11:16:19'),('search_view','1',62,'2006-11-24 11:16:19'),('day_start','0',62,'2006-11-24 11:16:19'),('archive','0',62,'2006-11-24 11:16:19'),('flyer_show_picture','1',62,'2006-11-24 11:16:19'),('addevent_allow_html','1',62,'2006-11-24 11:16:19'),('addevent_allow_contact','1',62,'2006-11-24 11:16:19'),('addevent_allow_email','1',62,'2006-11-24 11:16:19'),('addevent_allow_url','1',62,'2006-11-24 11:16:19'),('addevent_allow_picture','1',62,'2006-11-24 11:16:19'),('new_post_notification','1',62,'2006-11-24 11:16:19'),('cal_view_max_chars','100',62,'2006-11-24 11:16:19'),('flyer_view_max_chars','100',62,'2006-11-24 11:16:19'),('weekly_view_max_chars','100',62,'2006-11-24 11:16:19'),('daily_view_max_chars','100',62,'2006-11-24 11:16:19'),('cats_view_max_chars','100',62,'2006-11-24 11:16:19'),('mini_cal_def_picture','def_pic.gif',0,'0000-00-00 00:00:00'),('mini_cal_diplay_options','1',0,'0000-00-00 00:00:00'),('release_name','Mambo Version of 2.0 Beta 1',0,'0000-00-00 00:00:00'),('release_version','Mambo Version of 2.00.25',0,'0000-00-00 00:00:00'),('release_type','Unique MamboServer Version',0,'0000-00-00 00:00:00'),('sort_order','ta',0,'0000-00-00 00:00:00'),('picture_chmod','0644',62,'2006-11-24 11:16:19'),('max_upl_dim','450',62,'2006-11-24 11:16:19'),('allow_user_registration','1',0,'0000-00-00 00:00:00'),('reg_email_verify','1',0,'0000-00-00 00:00:00'),('reg_duplicate_emails','0',0,'0000-00-00 00:00:00'),('calendar_status','1',62,'2006-11-24 11:16:19'),('show_recurrent_events','1',62,'2006-11-24 11:16:19'),('multi_day_events','all',62,'2006-11-24 11:16:19'),('cal_view_show_week','1',62,'2006-11-24 11:16:19'),('mail_method','mail',62,'2006-11-24 11:16:19'),('mail_smtp_host','smtp.myhost.com',62,'2006-11-24 11:16:19'),('mail_smtp_auth','0',62,'2006-11-24 11:16:19'),('mail_smtp_username','',62,'2006-11-24 11:16:19'),('mail_smtp_password','',62,'2006-11-24 11:16:19'),('url_target_for_events','_blank',62,'2006-11-24 11:16:19'),('capitalize_event_titles','1',62,'2006-11-24 11:16:19'),('show_top_navigation_bar','1',62,'2006-11-24 11:16:19'),('who_can_add_events','Anyone',62,'2006-11-24 11:16:19'),('who_can_edit_events','Registered',62,'2006-11-24 11:16:19'),('who_can_delete_events','Administrator',62,'2006-11-24 11:16:19'),('show_recurrence_info_event_view','1',62,'2006-11-24 11:16:19'),('show_recurrence_info_category_view','1',62,'2006-11-24 11:16:19'),('sort_category_view_by','date_asc',62,'2006-11-24 11:16:19'),('show_only_start_times','0',62,'2006-11-24 11:16:19'),('show_event_times_in_monthly_view','0',62,'2006-11-24 11:16:19'),('show_event_times_in_flat_view','1',62,'2006-11-24 11:16:19'),('show_event_times_in_weekly_view','1',62,'2006-11-24 11:16:19'),('show_event_times_in_daily_view','1',62,'2006-11-24 11:16:19'),('show_overlapping_recurrences_monthlyview','1',62,'2006-11-24 11:16:19'),('show_overlapping_recurrences_flatview','0',62,'2006-11-24 11:16:19'),('show_overlapping_recurrences_weeklyview','0',62,'2006-11-24 11:16:19'),('show_overlapping_recurrences_dailyview','0',62,'2006-11-24 11:16:19'),('allow_javascript_in_event_urls','0',62,'2006-11-24 11:16:19'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_extcal_config` ENABLE KEYS */; -- -- Table structure for table `jos_extcal_events` -- DROP TABLE IF EXISTS `jos_extcal_events`; CREATE TABLE `jos_extcal_events` ( `extid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `contact` text NOT NULL, `url` varchar(100) NOT NULL default '', `email` varchar(120) NOT NULL default '', `picture` varchar(100) NOT NULL default '', `cat` tinyint(2) NOT NULL default '0', `day` tinyint(2) NOT NULL default '0', `month` smallint(2) NOT NULL default '0', `year` smallint(4) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `start_date` datetime NOT NULL default '0000-00-00 00:00:00', `end_date` datetime default '0000-00-00 00:00:00', `recur_type` varchar(16) default NULL, `recur_val` tinyint(4) default '0', `recur_end_type` tinyint(1) unsigned NOT NULL default '0', `recur_count` tinyint(3) unsigned NOT NULL default '0', `recur_until` date default '0000-00-00', PRIMARY KEY (`extid`), UNIQUE KEY `extid` (`extid`), KEY `start_date` (`start_date`) ) TYPE=MyISAM AUTO_INCREMENT=8; -- -- Dumping data for table `jos_extcal_events` -- /*!40000 ALTER TABLE `jos_extcal_events` DISABLE KEYS */; LOCK TABLES `jos_extcal_events` WRITE; INSERT INTO `jos_extcal_events` VALUES (1,'VET Hunt - Caney Creek Lodge','Justin Bounds at Caney Creek Lodge in Teague, TX has donated a hunt at his 5-star hunting lodge for 2 disabled military veterans. ','','www.caneycreeklodge.net/','','',1,24,11,2006,1,'2006-11-24 08:00:00','2006-11-24 23:59:59','',0,0,1,'2006-11-24'),(2,'Hunters Harvest Hunt Contest','Details to follow - but lets hold these dates! Saturday and Sunday contest.. registration, rules and weighin station details to be determined soon!','','','','',1,10,3,2007,1,'2007-03-10 08:00:00','2007-03-11 23:59:59','',0,0,1,'2007-03-10'),(3,'Wild Boar Expo','Wild Boar Expo','Doug Mason','','masonda@aol.com','',1,3,2,2007,1,'2007-02-03 08:00:00','0000-00-00 00:00:01','',0,0,1,'2007-02-03'),(4,'Benefit Baying - Burnet, TX','When: Saturday, September 15th. \r\n· Gates will open at 2:00pm. \r\n· Registration will begin at 3:00pm. \r\n· Baying will start at 4:00pm. \r\n\r\nWhere: The competition will be held INDOORS, at the Houston-Clinton Arena in Burnet, TX. \r\n\r\nDivisions: In the interest of promoting our sport to youth, we will have 2 divisions, youth and adult. \r\n\r\nClasses: Classes will include the standard Puppy bay, Old and Young, One Dog and Two Dog events with concession for TOP DOG. \r\n\r\nCost: \r\n· $5 per person gate fee. Children under 15 years of age will be admitted free of charge. \r\n· $5 per dog per class mandatory Calcutta entry. (except youth) \r\n· $10 per dog, per class entry fee. ($5 for youth division) \r\n· Food and drinks from catered kitchen. \r\n\r\nPayout: All payouts will be for 1st–3rd place. 50%-35%-15% \r\n· 100% payout on Calcutta \r\n· 50% of entry fee profits will be donated to the TDHA \r\n\r\nTrophies: Will be awarded to 1st-3rd place in each class and division. TOP DOG will receive a more “utilitarian” award. \r\n\r\nAmenities: This is a fully indoor facility and will house…………….. \r\n· A 75’ round pen. \r\n· Plenty of sitting and standing room with bleachers. \r\n· About 35 preexisting 4’x4’ dog kennels. \r\n· Plenty of tie out aria \r\n· A segregated mess hall. \r\n· Hot kitchen, catered by The Smoke House restaurant of Bertram, TX. \r\n· Indoor restrooms. \r\n\r\nPlease e-mail SnMhogdogs@AOL.com if you will be in attendance. Include in the e-mail title, the # of people in your party. This will help us to be sure that enough food is prepared. \r\nPlease address any questions concerning the location or rules to this e-mail also.\r\n','Please e-mail SnMhogdogs@AOL.com if you will be in attendance. Include in the e-mail title, the # of people in your party. This will help us to be sure that enough food is prepared. \r\n','','SnMhogdogs@AOL.com','',1,15,9,2007,1,'2007-09-15 08:00:00','2007-09-15 23:59:59','',0,0,1,'2007-09-15'),(5,'Seguin Buck Fever','TDHA booth at fall hunting expo\r\n\r\nTDHA gun raffle','Ron J Branyon','','rjb2412@hotmail.com','',1,25,10,2007,0,'2007-10-25 17:00:00','0000-00-00 00:00:00','',0,0,1,'2007-10-25'),(6,'Seguin Buck Fever','Gudaplupe County Coliseum\r\n5pm -10pm\r\nTDHA information booth\r\nTDHA gun raffle\r\n\r\n','Ron J Branyon','','rjb2412@hotmail.com','',1,24,10,2007,0,'2007-10-24 17:00:00','2007-10-24 23:59:59','',0,0,1,'2007-10-24'),(7,'Seguin Buck Fever','TDHA Booth','Ron J Branyon','','rjb2412@hotmail.com','',1,25,10,2007,0,'2007-10-25 17:00:00','2007-10-27 22:00:00','',0,0,1,'2007-10-25'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_extcal_events` ENABLE KEYS */; -- -- Table structure for table `jos_extcal_plugins` -- DROP TABLE IF EXISTS `jos_extcal_plugins`; CREATE TABLE `jos_extcal_plugins` ( `plugin_id` int(11) NOT NULL auto_increment, `plugin_name` varchar(64) NOT NULL default '', `plugin_priority` tinyint(2) unsigned NOT NULL default '50', `plugin_path` varchar(255) default NULL, PRIMARY KEY (`plugin_id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_extcal_plugins` -- /*!40000 ALTER TABLE `jos_extcal_plugins` DISABLE KEYS */; LOCK TABLES `jos_extcal_plugins` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_extcal_plugins` ENABLE KEYS */; -- -- Table structure for table `jos_google_maps` -- DROP TABLE IF EXISTS `jos_google_maps`; CREATE TABLE `jos_google_maps` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `address` text, `suburb` varchar(50) NOT NULL default '', `state` varchar(20) NOT NULL default '', `country` varchar(50) NOT NULL default '', `postcode` varchar(10) NOT NULL default '', `misc` text, `lat` double default NULL, `lng` double default NULL, `polyColor` varchar(10) NOT NULL default '', `polyWidth` varchar(10) NOT NULL default '', `draggable` tinyint(1) NOT NULL default '0', `markerType` tinyint(1) NOT NULL default '1', `params` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `access` tinyint(3) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=41; -- -- Dumping data for table `jos_google_maps` -- /*!40000 ALTER TABLE `jos_google_maps` DISABLE KEYS */; LOCK TABLES `jos_google_maps` WRITE; INSERT INTO `jos_google_maps` VALUES (1,'tnichol','','Leander','TX','United States','78641','',30.5484,-97.8725,'','',0,1,NULL,1,0,0,40,21,62,0,'0000-00-00 00:00:00'),(2,'Douglas Mason','','Columbus','TX','United States','78934','',29.6984,-96.553,'','',0,1,NULL,1,0,0,39,21,62,0,'0000-00-00 00:00:00'),(3,'Krystal Rohan','','Weimer','TX','United States','78962','',29.657,-96.7382,'','',0,1,NULL,1,0,0,38,21,62,0,'0000-00-00 00:00:00'),(4,'Longshot','','Kerrville','TX','United States','78028','',30.0322,-99.1445,'','',0,1,NULL,1,0,0,37,21,62,0,'0000-00-00 00:00:00'),(5,'fleabit','','orange grove','tx','United States','78372','',27.9535,-98.0505,'','',0,1,NULL,1,0,0,36,21,62,0,'0000-00-00 00:00:00'),(6,'123suey','','New Carlisle','IN','United States','46552','',41.7063,-86.504,'','',0,1,NULL,1,0,0,35,21,62,0,'0000-00-00 00:00:00'),(7,'Chris Windham','','Madisonville','TX','United States','77872','',30.9384,-96.0849,'','',0,1,NULL,1,0,0,34,21,62,0,'0000-00-00 00:00:00'),(8,'reddog','','Wills Point','TX','United States','75169','',32.7336,-96.0068,'','',0,1,NULL,1,0,0,33,21,62,0,'0000-00-00 00:00:00'),(9,'Waylon','','Bryan','TX','United States','77840','',30.6135,-96.3246,'','',0,1,NULL,1,0,0,32,21,62,0,'0000-00-00 00:00:00'),(10,'JRP','','Mongomery','TX','United States','77316','',30.331,-95.6451,'','',0,1,NULL,1,0,0,31,21,62,0,'0000-00-00 00:00:00'),(11,'Silverton Boar Hounds','','Silverton','TX','United States','79257','',34.5078,-101.3182,'','',0,1,NULL,1,0,0,30,21,62,0,'0000-00-00 00:00:00'),(12,'Mark T','','Magnolia','TX','United States','77355','',30.1541,-95.7387,'','',0,1,NULL,1,0,0,29,21,62,0,'0000-00-00 00:00:00'),(13,'matt_aggie04','','Tomball','TX','United States','77377','',30.0429,-95.6379,'','',0,1,NULL,1,0,0,28,21,62,0,'0000-00-00 00:00:00'),(14,'Black Gold','','Hallettsville','TX','United States','77964','',29.4053,-96.8518,'','',0,1,NULL,1,0,0,27,21,62,0,'0000-00-00 00:00:00'),(15,'Shane','','Victoria','TX','United States','77901','',28.8071,-96.9901,'','',0,1,NULL,1,0,0,26,21,62,0,'0000-00-00 00:00:00'),(16,'old river','','Baytown','TX','United States','77520','',29.7592,-94.9347,'','',0,1,NULL,1,0,0,25,21,62,0,'0000-00-00 00:00:00'),(17,'hogboy','','elmendorf','tx','United States','78112','',29.2228,-98.379,'','',0,1,NULL,1,0,0,24,21,62,0,'0000-00-00 00:00:00'),(18,'WillS','','Katy','TX','United States','77450','',29.7508,-95.746,'','',0,1,NULL,1,0,0,23,21,62,0,'0000-00-00 00:00:00'),(19,'AmyB','','Roseville','MI','United States','48066','',42.5049,-82.9369,'','',0,1,NULL,1,0,0,22,21,62,0,'0000-00-00 00:00:00'),(20,'Hoggerjls','','Pearland','TX','United States','77584','',29.5494,-95.3519,'','',0,1,NULL,1,0,0,21,21,62,0,'0000-00-00 00:00:00'),(21,'Deagon Kennels','','Sulpur Bluff','TX','United States','75481','',33.3297,-95.3616,'','',0,1,NULL,1,0,0,20,21,62,0,'0000-00-00 00:00:00'),(22,'Bartalan','','Columbus','TX','United States','78935','',29.6984,-96.553,'','',0,1,NULL,1,0,0,19,21,62,0,'0000-00-00 00:00:00'),(23,'Sandy','','Crosbyton','TX','United States','79322','',33.6381,-101.1707,'','',0,1,NULL,1,0,0,18,21,62,0,'0000-00-00 00:00:00'),(24,'David M','','Weimar','TX','United States','78962','',29.657,-96.7382,'','',0,1,NULL,1,0,0,17,21,62,0,'0000-00-00 00:00:00'),(25,'Circle C','','LaPorte','TX','','77571','',29.6632,-95.0404,'','',0,1,NULL,1,0,0,16,21,62,0,'0000-00-00 00:00:00'),(26,'kp!','','Spring','TX','','77373','',30.0645,-95.3955,'','',0,1,NULL,1,0,0,15,21,62,0,'0000-00-00 00:00:00'),(27,'Gator','','Gorman','TX','','76454','',32.2351,-98.6912,'','',0,1,NULL,1,0,0,14,21,62,0,'0000-00-00 00:00:00'),(28,'bigmikes809','','Oak Hills','CA','','92344','',34.3969,-117.4013,'','',0,1,NULL,1,0,0,13,21,62,0,'0000-00-00 00:00:00'),(29,'aladatrot','','LaPorte','TX','','77571','',29.6632,-95.0404,'','',0,1,NULL,1,0,0,12,21,62,0,'0000-00-00 00:00:00'),(30,'david M','','Weimar','TX','','78962','',29.657,-96.7382,'','',0,1,NULL,1,0,0,11,21,62,0,'0000-00-00 00:00:00'),(31,'MikeB','','Willis','TX','','77378','',30.4488,-95.4221,'','',0,1,NULL,1,0,0,10,21,62,0,'0000-00-00 00:00:00'),(32,'123suey','','New Carlisle','IN','','46552','',41.7063,-86.504,'','',0,1,NULL,1,0,0,9,21,62,0,'0000-00-00 00:00:00'),(33,'oldCP','','Athens','TX','','75770','',32.1426,-95.6346,'','',0,1,NULL,1,0,0,8,21,62,0,'0000-00-00 00:00:00'),(34,'SeansGotTheCamera','','Willis','TX','','77378','',30.4488,-95.4221,'','',0,1,NULL,1,0,0,7,21,62,0,'0000-00-00 00:00:00'),(35,'marty','','Santa Fe','TX','','77517','',29.3828,-95.1264,'','',0,1,NULL,1,0,0,6,21,62,0,'0000-00-00 00:00:00'),(36,'TXRedNeckWife','','Channelview','TX','','77530','',29.7882,-95.1267,'','',0,1,NULL,1,0,0,5,21,62,0,'0000-00-00 00:00:00'),(37,'grifdog','','Sante Fe','TX','','75574','',33.4835,-94.5751,'','',0,1,NULL,1,0,0,4,21,62,0,'0000-00-00 00:00:00'),(38,'Clay','','Simms','TX','','75574','',33.4835,-94.5751,'','',0,1,NULL,1,0,0,3,21,62,0,'0000-00-00 00:00:00'),(39,'Mike Stephens','','','','United States','95023','',36.852111,-121.390272,'','',0,1,NULL,1,0,0,2,21,62,0,'0000-00-00 00:00:00'),(40,'Jo Lynne ','','Lubbock','TX','','79493','',33.592455,-101.855869,'','',0,1,NULL,1,0,0,1,21,62,0,'0000-00-00 00:00:00'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_google_maps` ENABLE KEYS */; -- -- Table structure for table `jos_google_maps_conf` -- DROP TABLE IF EXISTS `jos_google_maps_conf`; CREATE TABLE `jos_google_maps_conf` ( `id` tinyint(4) NOT NULL default '1', `mapWidth` varchar(10) NOT NULL default '99%', `mapHeight` varchar(10) NOT NULL default '450px', `mapBorder` text, `zoomLevel` tinyint(1) NOT NULL default '4', `APIKey` varchar(100) NOT NULL default '[Enter your API Key here]', `title` text, `misc` text, `centerId` int(11) default '0', `centerLat` double default '40.748442', `centerLng` double default '-73.984721', `autoOpen` tinyint(1) NOT NULL default '0', `showScale` tinyint(1) NOT NULL default '1', `showZoom` tinyint(1) NOT NULL default '1', `whichZoom` tinyint(1) NOT NULL default '1', `showType` tinyint(1) NOT NULL default '1', `whichType` tinyint(1) NOT NULL default '1', `contZoom` tinyint(1) NOT NULL default '0', `doubleclickZoom` tinyint(1) NOT NULL default '0', `reqAd` tinyint(1) NOT NULL default '0', `reqCt` tinyint(1) NOT NULL default '0', `reqSt` tinyint(1) NOT NULL default '0', `reqZp` tinyint(1) NOT NULL default '0', `reqCn` tinyint(1) NOT NULL default '0', `reqLl` tinyint(1) NOT NULL default '0', `tooltip` int(11) NOT NULL default '0', `pdMarkers` text, `geocode` tinyint(1) NOT NULL default '1', `sideTitle` text, `sideStyle` text, `sideNum` int(11) NOT NULL default '5', `sideShowcat` tinyint(1) NOT NULL default '1', `sideShowtitle` tinyint(1) NOT NULL default '1', `autoApprove` tinyint(1) NOT NULL default '0', `communityEnable` tinyint(1) NOT NULL default '0', `communityHidereal` tinyint(1) NOT NULL default '0', `communityLimit` int(11) NOT NULL default '125', `communityIcon` int(11) NOT NULL default '0', `catSep` char(1) NOT NULL default ',', `xmlEncoding` varchar(20) NOT NULL default 'ISO-8859-1', `xmlUrl` tinyint(1) NOT NULL default '0', `xmlCache` int(11) NOT NULL default '-1', `editBodytag` int(11) NOT NULL default '0', `safariCompat` tinyint(1) NOT NULL default '0', `overviewWidth` int(11) NOT NULL default '200', `overviewHeight` int(11) NOT NULL default '200', `overviewEnable` tinyint(1) NOT NULL default '0', `mappingAPI` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_google_maps_conf` -- /*!40000 ALTER TABLE `jos_google_maps_conf` DISABLE KEYS */; LOCK TABLES `jos_google_maps_conf` WRITE; INSERT INTO `jos_google_maps_conf` VALUES (1,'99%','450px','1px solid lightblue',5,'ABQIAAAAHC0Bn3rY-ewSL8Vap9SMyRQd4r_BdOsURGfufKxT8Q6MgSwFwRSMrYwAuqGkTJYlperF7gEg16hstQ','Map:','',1,30.5484,-97.8725,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,NULL,1,'Locations',NULL,5,1,0,0,0,0,125,0,',','ISO-8859-1',0,-1,0,0,200,200,0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_google_maps_conf` ENABLE KEYS */; -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_groups` -- /*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */; LOCK TABLES `jos_groups` WRITE; INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */; -- -- Table structure for table `jos_jce_langs` -- DROP TABLE IF EXISTS `jos_jce_langs`; CREATE TABLE `jos_jce_langs` ( `id` int(11) NOT NULL auto_increment, `Name` varchar(100) NOT NULL default '', `lang` varchar(100) NOT NULL default '', `published` tinyint(3) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=2; -- -- Dumping data for table `jos_jce_langs` -- /*!40000 ALTER TABLE `jos_jce_langs` DISABLE KEYS */; LOCK TABLES `jos_jce_langs` WRITE; INSERT INTO `jos_jce_langs` VALUES (1,'English','en',1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_jce_langs` ENABLE KEYS */; -- -- Table structure for table `jos_jce_plugins` -- DROP TABLE IF EXISTS `jos_jce_plugins`; CREATE TABLE `jos_jce_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `plugin` varchar(100) NOT NULL default '', `type` varchar(100) NOT NULL default 'plugins', `icon` varchar(255) NOT NULL default '', `layout_icon` varchar(255) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `row` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `editable` tinyint(3) NOT NULL default '1', `elements` varchar(255) NOT NULL default '', `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`), UNIQUE KEY `plugin` (`plugin`) ) TYPE=MyISAM AUTO_INCREMENT=47; -- -- Dumping data for table `jos_jce_plugins` -- /*!40000 ALTER TABLE `jos_jce_plugins` DISABLE KEYS */; LOCK TABLES `jos_jce_plugins` WRITE; INSERT INTO `jos_jce_plugins` VALUES (1,'Context Menu','contextmenu','plugin','','',18,0,0,0,0,'',1,0,0,'0000-00-00 00:00:00',''),(2,'Directionality','directionality','plugin','ltr,rtl','directionality',18,3,8,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(3,'Emotions','emotions','plugin','emotions','emotions',18,4,14,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(4,'Fullscreen','fullscreen','plugin','fullscreen','fullscreen',18,4,6,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(5,'Paste','paste','plugin','pasteword,pastetext','paste',18,1,16,1,1,'',1,0,0,'0000-00-00 00:00:00',''),(6,'Preview','preview','plugin','preview','preview',18,4,1,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(7,'Tables','table','plugin','tablecontrols','buttons',18,2,8,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(8,'Print','print','plugin','print','print',18,4,3,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(9,'Search Replace','searchreplace','plugin','search,replace','searchreplace',18,1,17,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(10,'Font ForeColour','forecolor','command','forecolor','forecolor',18,3,4,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(11,'Bold','bold','command','bold','bold',18,1,5,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(12,'Italic','italic','command','italic','italic',18,1,6,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(13,'Underline','underline','command','underline','underline',18,1,7,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(14,'Font BackColour','backcolor','command','backcolor','backcolor',18,3,5,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(15,'Unlink','unlink','command','unlink','unlink',18,2,11,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(16,'Font Select','fontselect','command','fontselect','fontselect',18,3,2,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(17,'Font Size Select','fontsizeselect','command','fontsizeselect','fontsizeselect',18,3,3,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(18,'Style Select','styleselect','command','styleselect','styleselect',18,3,1,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(19,'New Document','newdocument','command','newdocument','newdocument',18,1,4,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(20,'Help','help','command','help','help',18,1,3,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(21,'StrikeThrough','strikethrough','command','strikethrough','strikethrough',18,1,12,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(22,'Indent','indent','command','indent','indent',18,1,11,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(23,'Outdent','outdent','command','outdent','outdent',18,1,10,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(24,'Undo','undo','command','undo','undo',18,1,1,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(25,'Redo','redo','command','redo','redo',18,1,2,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(26,'Horizontal Rule','hr','command','hr','hr',18,2,1,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(27,'HTML','html','command','code','code',18,1,13,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(28,'Link','link','command','link','link',18,2,10,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(29,'Numbered List','numlist','command','numlist','numlist',18,1,9,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(30,'Bullet List','bullist','command','bullist','bullist',18,1,8,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(31,'Clipboard Actions','clipboard','command','cut,copy,paste','clipboard',18,1,16,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(32,'Subscript','sub','command','sub','sub',18,2,2,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(33,'Superscript','sup','command','sup','sup',18,2,3,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(34,'Visual Aid','visualaid','command','visualaid','visualaid',18,3,7,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(35,'Character Map','charmap','command','charmap','charmap',18,3,6,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(36,'Justify Full','full','command','justifyfull','justifyfull',18,2,7,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(37,'Justify Center','center','command','justifycenter','justifycenter',18,2,5,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(38,'Justify Left','left','command','justifyleft','justifyleft',18,2,6,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(39,'Justify Right','right','command','justifyright','justifyright',18,2,4,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(40,'Remove Format','removeformat','command','removeformat','removeformat',18,1,15,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(41,'Anchor','anchor','command','anchor','anchor',18,2,9,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(42,'Format Select','formatselect','command','formatselect','formatselect',18,3,9,1,0,'',1,0,0,'0000-00-00 00:00:00',''),(43,'Image Manager','imgmanager','plugin','imgmanager','imgmanager',18,4,1,1,1,'',0,0,0,'0000-00-00 00:00:00',''),(44,'Advanced Link','advlink','plugin','','',18,4,1,1,1,'',0,0,0,'0000-00-00 00:00:00',''),(45,'File Manager','filemanager','plugin','filemanager','filemanager',18,4,1,1,1,'',0,0,0,'0000-00-00 00:00:00',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_jce_plugins` ENABLE KEYS */; -- -- Table structure for table `jos_jp_def` -- DROP TABLE IF EXISTS `jos_jp_def`; CREATE TABLE `jos_jp_def` ( `def_id` int(10) unsigned NOT NULL auto_increment, `directory` varchar(255) NOT NULL, PRIMARY KEY (`def_id`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_jp_def` -- /*!40000 ALTER TABLE `jos_jp_def` DISABLE KEYS */; LOCK TABLES `jos_jp_def` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_jp_def` ENABLE KEYS */; -- -- Table structure for table `jos_jp_packvars` -- DROP TABLE IF EXISTS `jos_jp_packvars`; CREATE TABLE `jos_jp_packvars` ( `id` int(11) NOT NULL auto_increment, `key` varchar(255) NOT NULL, `value` varchar(255) default NULL, `value2` longtext, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=4316; -- -- Dumping data for table `jos_jp_packvars` -- /*!40000 ALTER TABLE `jos_jp_packvars` DISABLE KEYS */; LOCK TABLES `jos_jp_packvars` WRITE; INSERT INTO `jos_jp_packvars` VALUES (4314,'CUBEArray',NULL,'a:6:{s:6:\"HasRun\";i:1;s:6:\"Domain\";s:6:\"finale\";s:4:\"Step\";s:0:\"\";s:7:\"Substep\";s:3:\" / \";s:5:\"Error\";s:0:\"\";s:9:\"Timestamp\";d:1206608099.4121010303497314453125;}'),(4315,'CUBEObject',NULL,'O:5:\"CCUBE\":7:{s:14:\"_currentDomain\";s:6:\"finale\";s:12:\"_currentStep\";s:0:\"\";s:15:\"_currentSubstep\";s:3:\" / \";s:14:\"_currentObject\";N;s:11:\"_isFinished\";b:0;s:6:\"_Error\";s:0:\"\";s:11:\"_OnlyDBMode\";b:1;}'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_jp_packvars` ENABLE KEYS */; -- -- Table structure for table `jos_mambots` -- DROP TABLE IF EXISTS `jos_mambots`; CREATE TABLE `jos_mambots` ( `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`) ) TYPE=MyISAM AUTO_INCREMENT=21; -- -- Dumping data for table `jos_mambots` -- /*!40000 ALTER TABLE `jos_mambots` DISABLE KEYS */; LOCK TABLES `jos_mambots` WRITE; INSERT INTO `jos_mambots` VALUES (1,'MOS Image','mosimage','content',0,-10000,1,1,0,0,'0000-00-00 00:00:00',''),(2,'MOS Pagination','mospaging','content',0,10000,1,1,0,0,'0000-00-00 00:00:00',''),(3,'Legacy Mambot Includer','legacybots','content',0,1,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,3,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(6,'Search Content','content.searchbot','search',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(7,'Search Weblinks','weblinks.searchbot','search',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(8,'Code support','moscode','content',0,2,0,0,0,0,'0000-00-00 00:00:00',''),(9,'No WYSIWYG Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced'),(11,'MOS Image Editor Button','mosimage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(12,'MOS Pagebreak Editor Button','mospage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(13,'Search Contacts','contacts.searchbot','search',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Search Categories','categories.searchbot','search',0,4,1,0,0,0,'0000-00-00 00:00:00',''),(15,'Search Sections','sections.searchbot','search',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(16,'Email Cloaking','mosemailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(18,'Search Newsfeeds','newsfeeds.searchbot','search',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(19,'Load Module Positions','mosloadposition','content',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(20,'JCE Editor Mambot','jce','editors',0,0,1,0,0,0,'0000-00-00 00:00:00',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_mambots` ENABLE KEYS */; -- -- Table structure for table `jos_menu` -- DROP TABLE IF EXISTS `jos_menu`; CREATE TABLE `jos_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(25) default NULL, `name` varchar(100) default NULL, `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, PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) TYPE=MyISAM AUTO_INCREMENT=38; -- -- Dumping data for table `jos_menu` -- /*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */; LOCK TABLES `jos_menu` WRITE; INSERT INTO `jos_menu` VALUES (1,'mainmenu','Home','index.php?option=com_frontpage','components',1,0,10,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'leading=1\r\nintro=2\r\nlink=1\r\nimage=1\r\npage_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0\r\nemail=0\r\nback_button=0'),(2,'mainmenu','News','index.php?option=com_content&task=section&id=1','content_section',1,0,1,0,12,0,'0000-00-00 00:00:00',0,0,0,3,''),(3,'mainmenu','Contact Us','index.php?option=com_contact','components',0,0,7,0,8,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',1,0,4,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=web_links.jpg\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='),(5,'mainmenu','Search','index.php?option=com_search','components',1,0,16,0,9,0,'0000-00-00 00:00:00',0,0,0,3,''),(6,'mainmenu','Joomla! License','index.php?option=com_content&task=view&id=5','content_typed',-2,0,5,0,5,0,'0000-00-00 00:00:00',0,0,0,0,''),(7,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',0,0,12,0,10,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='),(8,'mainmenu','Contest Entry Form','index.php?option=com_wrapper','wrapper',0,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nadd=1\nurl=http://tdha.net/joomla1.0.11/images//tdhacontestentry.pdf'),(9,'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',0,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=A blog of all section with no images\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=0\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nsectionid='),(10,'othermenu','Joomla! Home','http://www.joomla.org','url',-2,0,0,0,0,0,'0000-00-00 00:00:00',0,0,0,3,''),(11,'othermenu','Joomla! Forums','http://forum.joomla.org','url',-2,0,0,0,0,0,'0000-00-00 00:00:00',0,0,0,3,''),(12,'othermenu','OSM Home','http://www.opensourcematters.org','url',-2,0,0,0,0,0,'0000-00-00 00:00:00',0,0,0,3,''),(24,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(21,'usermenu','Your Details','index.php?option=com_user&task=UserDetails','url',-2,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,''),(13,'usermenu','Submit News','index.php?option=com_content&task=new§ionid=1&Itemid=0','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,1,2,''),(14,'usermenu','Submit WebLink','index.php?option=com_weblinks&task=new','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''),(15,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',0,0,0,0,5,0,'0000-00-00 00:00:00',0,0,1,2,''),(16,'usermenu','Logout','index.php?option=com_login','components',0,0,15,0,7,0,'0000-00-00 00:00:00',0,0,1,3,''),(17,'topmenu','Home','index.php','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(18,'topmenu','Contact Us','index.php?option=com_contact&Itemid=3','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''),(19,'topmenu','News','index.php?option=com_content&task=section&id=1&Itemid=2','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''),(20,'topmenu','Links','index.php?option=com_weblinks&Itemid=23','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(25,'mainmenu','FAQs','index.php?option=com_content&task=category§ionid=3&id=7','content_category',1,0,7,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\ntitle=1\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1'),(26,'usermenu','CB User List','index.php?option=com_comprofiler&task=userslist','url',0,0,0,0,6,0,'0000-00-00 00:00:00',0,0,1,0,'menu_image=-1'),(27,'usermenu','My Profile User Details','index.php?option=com_comprofiler','components',1,0,19,0,2,0,'0000-00-00 00:00:00',0,0,1,0,''),(28,'mainmenu','Message Board','index.php?option=com_joomlaboard','components',1,0,27,0,3,0,'0000-00-00 00:00:00',0,0,0,0,''),(29,'topmenu','Message Board','index.php?option=com_joomlaboard','components',1,0,27,0,5,0,'0000-00-00 00:00:00',0,0,0,0,''),(30,'mainmenu','Phase of the Moon','index.php?option=com_wrapper','wrapper',1,0,0,0,13,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=500\nheight_auto=0\nadd=1\nurl=http://www.calculatorcat.com/moon_phases/phasenow.php'),(31,'mainmenu','Where we all are','index.php?option=com_google_maps','components',1,0,33,0,14,0,'0000-00-00 00:00:00',0,0,0,0,''),(32,'mainmenu','TDHA Event Calendar','index.php?option=com_extcalendar','components',1,0,37,0,15,0,'0000-00-00 00:00:00',0,0,0,0,''),(33,'mainmenu','TDHA Products','index.php?option=com_virtuemart','components',-2,0,50,0,2,0,'0000-00-00 00:00:00',0,0,0,0,''),(34,'mainmenu','TDHA Mission Statement','index.php?option=com_content&task=view&id=30','content_item_link',1,0,30,0,16,62,'2007-08-21 18:39:17',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(35,'topmenu','TDHA Classified Section','index.php?option=com_adsmanager','components',1,0,52,0,6,0,'0000-00-00 00:00:00',0,0,0,0,''),(36,'mainmenu','TDHA Classified Section','index.php?option=com_adsmanager','components',1,0,52,0,17,0,'0000-00-00 00:00:00',0,0,0,0,''),(37,'topmenu','run report','index.php?option=com_comprofiler','components',-2,0,19,0,0,0,'0000-00-00 00:00:00',0,0,1,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */; -- -- Table structure for table `jos_messages` -- DROP TABLE IF EXISTS `jos_messages`; CREATE TABLE `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` varchar(230) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`message_id`) ) TYPE=MyISAM AUTO_INCREMENT=23; -- -- Dumping data for table `jos_messages` -- /*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */; LOCK TABLES `jos_messages` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */; -- -- Table structure for table `jos_messages_cfg` -- DROP TABLE IF EXISTS `jos_messages_cfg`; CREATE TABLE `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`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_messages_cfg` -- /*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */; LOCK TABLES `jos_messages_cfg` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */; -- -- Table structure for table `jos_modules` -- DROP TABLE IF EXISTS `jos_modules`; CREATE TABLE `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(10) 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', PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) TYPE=MyISAM AUTO_INCREMENT=37; -- -- Dumping data for table `jos_modules` -- /*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */; LOCK TABLES `jos_modules` WRITE; INSERT INTO `jos_modules` VALUES (1,'Polls','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'',0,0),(2,'User Menu','',4,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0),(3,'Main Menu','',2,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu',1,0),(4,'Login Form','',5,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',7,'left',0,'0000-00-00 00:00:00',1,'mod_rssfeed',0,0,1,'',1,0),(6,'Latest News','',4,'user1',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'',1,0),(7,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0),(8,'Who\'s Online','',2,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0),(9,'Popular','',6,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'',0,0),(10,'Template Chooser','',8,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',9,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',10,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0),(13,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0),(14,'Related Items','',11,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0),(15,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'',0,0),(16,'Random Image','',4,'right',0,'0000-00-00 00:00:00',1,'mod_random_image',0,0,1,'',0,0),(17,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'class_sfx=-nav\nmoduleclass_sfx=\nmenutype=topmenu\nmenu_style=horiz_flat\nfull_active_id=0\ncache=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',1,0),(18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0),(19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1),(20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1),(21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1),(22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1),(23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1),(24,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,99,1,'',1,1),(25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1),(26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1),(27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1),(28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1),(29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1),(30,'Other Menu','',3,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0),(31,'Wrapper','',12,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0),(32,'Logged','',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,99,1,'',0,1),(33,'CB Login','',13,'left',0,'0000-00-00 00:00:00',1,'mod_cblogin',0,0,1,'',0,0),(34,'CB Workflows','',14,'left',0,'0000-00-00 00:00:00',1,'mod_comprofilermoderator',0,1,1,'',0,0),(35,'CB Online','',15,'left',0,'0000-00-00 00:00:00',1,'mod_comprofileronline',0,1,1,'',0,0),(36,'TDHA Products & Dues Payments','',3,'right',0,'0000-00-00 00:00:00',0,'mod_virtuemart',0,0,1,'class_sfx=\nmoduleclass_sfx=\npretext=\nshow_login_form=no\nshow_categories=yes\nshow_listall=yes\nshow_minicart=yes\nshow_productsearch=yes\nshow_product_parameter_search=no\nmenutype=links\njscook_type=menu\njscookMenu_style=ThemeOffice\nmenu_orientation=hbr\njscookTree_style=ThemeXP\nroot_label=Shop',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */; -- -- Table structure for table `jos_modules_menu` -- DROP TABLE IF EXISTS `jos_modules_menu`; CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_modules_menu` -- /*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */; LOCK TABLES `jos_modules_menu` WRITE; INSERT INTO `jos_modules_menu` VALUES (1,1),(2,0),(3,0),(4,1),(5,1),(6,1),(6,2),(6,4),(6,27),(6,36),(8,1),(9,1),(9,2),(9,4),(9,27),(9,36),(10,1),(13,0),(15,0),(17,0),(18,0),(30,0),(33,0),(34,0),(35,0),(36,1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */; -- -- Table structure for table `jos_newsfeeds` -- DROP TABLE IF EXISTS `jos_newsfeeds`; CREATE TABLE `jos_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `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', PRIMARY KEY (`id`), KEY `published` (`published`) ) TYPE=MyISAM AUTO_INCREMENT=11; -- -- Dumping data for table `jos_newsfeeds` -- /*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */; LOCK TABLES `jos_newsfeeds` WRITE; INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! - Official News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','',1,5,3600,0,'0000-00-00 00:00:00',8),(4,2,'Joomla! - Community News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33','',1,5,3600,0,'0000-00-00 00:00:00',9),(4,3,'OpenSourceMatters','http://www.opensourcematters.org/index2.php?option=com_rss&feed=RSS2.0&no_html=1','',1,5,3600,0,'0000-00-00 00:00:00',10),(10,4,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',1,3,3600,0,'0000-00-00 00:00:00',1),(5,5,'Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',2),(11,6,'Web Developer News','http://headlines.internet.com/internetnews/wd-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',3),(10,7,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',1,3,3600,0,'0000-00-00 00:00:00',4),(10,8,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',5),(10,9,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',6),(9,10,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',7); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */; -- -- Table structure for table `jos_poll_data` -- DROP TABLE IF EXISTS `jos_poll_data`; CREATE TABLE `jos_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(4) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) TYPE=MyISAM AUTO_INCREMENT=25; -- -- Dumping data for table `jos_poll_data` -- /*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */; LOCK TABLES `jos_poll_data` WRITE; INSERT INTO `jos_poll_data` VALUES (1,14,'Absolutely easy to figure out',7),(2,14,'Reasonably easy',9),(3,14,'Not easy but I worked it out',1),(4,14,'Wow, this is hard to figure out',2),(5,14,'I had no idea and got my friend to do it',0),(6,14,'Yikes! Run forest run! ',3),(7,14,'',0),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0),(13,15,'Coon',3),(14,15,'Pheasant',0),(15,15,'Hog',41),(16,15,'Quail',3),(17,15,'Duck',1),(18,15,'Geese',0),(19,15,'Rabbit',1),(20,15,'Bear',2),(21,15,'Varmint',4),(22,15,'Cats',1),(23,15,'Other',2),(24,15,'',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */; -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; CREATE TABLE `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`) ) TYPE=MyISAM AUTO_INCREMENT=80; -- -- Dumping data for table `jos_poll_date` -- /*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */; LOCK TABLES `jos_poll_date` WRITE; INSERT INTO `jos_poll_date` VALUES (1,'2006-11-09 20:47:00',2,14),(2,'2006-11-10 12:26:00',2,14),(3,'2006-11-27 11:39:00',2,14),(4,'2006-12-08 14:34:00',2,14),(5,'2006-12-10 16:46:00',1,14),(6,'2006-12-13 11:57:00',6,14),(7,'2006-12-20 18:38:00',1,14),(8,'2007-01-09 01:34:00',1,14),(9,'2007-01-10 20:35:00',1,14),(10,'2007-01-30 07:34:00',4,14),(11,'2007-02-07 16:12:00',2,14),(12,'2007-02-08 11:01:00',1,14),(13,'2007-02-12 18:41:00',2,14),(14,'2007-02-18 16:59:00',6,14),(15,'2007-03-12 16:09:00',2,14),(16,'2007-03-19 15:53:00',3,14),(17,'2007-03-26 08:12:00',1,14),(18,'2007-04-05 22:02:00',6,14),(19,'2007-04-18 09:45:00',4,14),(20,'2007-04-24 12:01:00',2,14),(21,'2007-06-05 22:50:00',2,14),(22,'2007-08-21 18:50:00',15,15),(23,'2007-08-22 10:16:00',15,15),(24,'2007-08-22 11:27:00',13,15),(25,'2007-08-22 13:46:00',15,15),(26,'2007-08-22 18:06:00',15,15),(27,'2007-08-23 12:08:00',16,15),(28,'2007-08-23 15:08:00',15,15),(29,'2007-08-24 22:40:00',20,15),(30,'2007-08-25 12:07:00',15,15),(31,'2007-08-27 22:30:00',15,15),(32,'2007-08-28 11:32:00',15,15),(33,'2007-08-28 21:56:00',15,15),(34,'2007-08-28 21:56:00',21,15),(35,'2007-08-29 12:05:00',17,15),(36,'2007-08-30 18:21:00',23,15),(37,'2007-08-30 19:56:00',15,15),(38,'2007-09-02 15:38:00',15,15),(39,'2007-09-04 12:46:00',21,15),(40,'2007-09-06 11:02:00',23,15),(41,'2007-09-21 17:09:00',15,15),(42,'2007-09-23 18:24:00',15,15),(43,'2007-09-25 16:32:00',22,15),(44,'2007-10-03 12:46:00',15,15),(45,'2007-10-07 12:40:00',15,15),(46,'2007-10-07 15:20:00',15,15),(47,'2007-10-13 14:32:00',15,15),(48,'2007-10-13 17:51:00',15,15),(49,'2007-10-16 16:41:00',15,15),(50,'2007-10-19 08:47:00',15,15),(51,'2007-10-25 22:23:00',15,15),(52,'2007-10-29 00:20:00',13,15),(53,'2007-10-29 01:19:00',15,15),(54,'2007-10-29 13:02:00',15,15),(55,'2007-10-29 17:52:00',15,15),(56,'2007-10-30 09:49:00',16,15),(57,'2007-11-02 08:46:00',15,15),(58,'2007-11-19 14:42:00',15,15),(59,'2007-11-19 16:04:00',15,15),(60,'2007-12-14 19:16:00',21,15),(61,'2007-12-28 18:45:00',15,15),(62,'2008-01-05 13:39:00',21,15),(63,'2008-01-06 11:31:00',16,15),(64,'2008-01-09 12:23:00',15,15),(65,'2008-01-10 21:31:00',15,15),(66,'2008-01-11 13:12:00',15,15),(67,'2008-01-16 17:24:00',15,15),(68,'2008-01-18 12:19:00',15,15),(69,'2008-01-18 17:44:00',20,15),(70,'2008-01-18 19:58:00',15,15),(71,'2008-01-19 22:03:00',15,15),(72,'2008-01-21 14:16:00',15,15),(73,'2008-01-23 11:10:00',15,15),(74,'2008-01-24 11:32:00',15,15),(75,'2008-01-24 14:32:00',19,15),(76,'2008-01-24 16:40:00',15,15),(77,'2008-01-24 20:57:00',15,15),(78,'2008-01-25 19:46:00',13,15),(79,'2008-01-25 22:28:00',15,15); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */; -- -- Table structure for table `jos_poll_menu` -- DROP TABLE IF EXISTS `jos_poll_menu`; CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_poll_menu` -- /*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */; LOCK TABLES `jos_poll_menu` WRITE; INSERT INTO `jos_poll_menu` VALUES (14,1),(15,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */; -- -- Table structure for table `jos_polls` -- DROP TABLE IF EXISTS `jos_polls`; CREATE TABLE `jos_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(100) 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`) ) TYPE=MyISAM AUTO_INCREMENT=16; -- -- Dumping data for table `jos_polls` -- /*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */; LOCK TABLES `jos_polls` WRITE; INSERT INTO `jos_polls` VALUES (14,'The New TDHA Website is ...',22,0,'0000-00-00 00:00:00',0,0,60),(15,'What type of hunting do you do most often with your dogs ?',58,0,'0000-00-00 00:00:00',0,0,86400); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */; -- -- Table structure for table `jos_sb_attachments` -- DROP TABLE IF EXISTS `jos_sb_attachments`; CREATE TABLE `jos_sb_attachments` ( `mesid` int(11) NOT NULL default '0', `filelocation` text NOT NULL, KEY `mesid` (`mesid`) ) TYPE=MyISAM; -- -- Dumping data for table `jos_sb_attachments` -- /*!40000 ALTER TABLE `jos_sb_attachments` DISABLE KEYS */; LOCK TABLES `jos_sb_attachments` WRITE; INSERT INTO `jos_sb_attachments` VALUES (4,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/julia_bulldogpups_smaller.jpg'),(5,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/julia_bulldogpups_smaller.jpg'),(163,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/scan0006.jpg'),(190,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/Picture_001.jpg'),(195,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/scan0009.jpg'),(196,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/scan0001.jpg'),(203,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/scan0001.jpg'),(203,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/scan0001.jpg'),(204,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/scan0002.jpg'),(204,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/scan0002.jpg'),(329,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Texas_Dog_Hunters_Association_letterhead.doc'),(364,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/Texas_Dog_Hunters_Association_letterhead.pdf'),(463,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Payout.pdf'),(464,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Texas_Dog_Hunters_Association_letterhead.pdf'),(465,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHA_Letter.pdf'),(466,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/rocontestflier2.pdf'),(468,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHA_HUNTforHUNGRY.doc'),(469,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHA_HUNTforHUNGRY-00416b301a8c69bab18e8073513a233e.doc'),(523,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/RULES.doc'),(533,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/ENTRY.pdf'),(539,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/RULES.pdf'),(540,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/RULES-2674c47086fc4a51439ba5d0e032035f.pdf'),(555,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/RULES-e38153bf44836b47ed21f0a309aa97d4.pdf'),(563,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/rocontestflier2-1283155694d9d20cceb227cc0468a025.pdf'),(584,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Rules.pdf'),(776,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/seguin_20dogs.jpg'),(1237,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/edith2.JPG'),(1360,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/10_9_07_20Hog_20Hunt_20012.jpg'),(1500,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/kat.jpg'),(1541,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/Kelcie_Shae_1.JPG'),(1542,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/ENTRY-0a3dfce1e14ac34f5bd77127f93833bc.pdf'),(1543,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/RULES-28e5c47ed7175546df445cf1a9a776b1.pdf'),(1544,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Payout-804930d25bdeffab26c58d0050041b71.pdf'),(1626,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHAYearEndLetter.pdf'),(1627,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHAYearEndLetter-de42c9cee7318594174db4b85317cf73.pdf'),(1641,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/9monthsPayPal.pdf'),(1667,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/Copy_of_tdhaentry.jpg'),(1667,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHAcontestENTRY.pdf'),(1668,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHAYearEndLetter-75349b84443344b65f637c0c1ef6eae3.pdf'),(1710,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/tax_donation_TDHA.doc'),(1738,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/Payout-7e58b6102a6d9b017dbda729ffa7c972.pdf'),(1810,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/2008HuntContestRules_Overview.pdf'),(1924,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/ContestPayout.pdf'),(1965,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/images/firstplacecuero08.jpg'),(2138,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/ContestPayout-5fa33875cbeddc29bb7165639bc8b5d2.pdf'),(2207,'/home/users/web/b1054/pow.tdha/htdocs/joomla1.0.11/components/com_joomlaboard/uploaded/files/TDHA_Contest_results___public_view___narrow.pdf'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_sb_attachments` ENABLE KEYS */; -- -- Table structure for table `jos_sb_categories` -- DROP TABLE IF EXISTS `jos_sb_categories`; CREATE TABLE `jos_sb_categories` ( `id` int(11) NOT NULL auto_increment, `parent` int(11) default '0', `name` tinytext, `cat_emoticon` tinyint(4) NOT NULL default '0', `locked` tinyint(4) NOT NULL default '0', `alert_admin` tinyint(4) NOT NULL default '0', `moderated` tinyint(4) NOT NULL default '0', `moderators` varchar(15) default NULL, `pub_access` tinyint(4) default '1', `pub_recurse` tinyint(4) default '1', `admin_access` tinyint(4) default '0', `admin_recurse` tinyint(4) default '1', `ordering` tinyint(4) NOT NULL default '0', `future2` int(11) default '0', `published` tinyint(4) NOT NULL default '0', `checked_out` tinyint(4) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `review` tinyint(4) NOT NULL default '0', `hits` int(11) NOT NULL default '0', `description` text NOT NULL, UNIQUE KEY `catid` (`id`), KEY `catparent` (`parent`) ) TYPE=MyISAM AUTO_INCREMENT=9; -- -- Dumping data for table `jos_sb_categories` -- /*!40000 ALTER TABLE `jos_sb_categories` DISABLE KEYS */; LOCK TABLES `jos_sb_categories` WRITE; INSERT INTO `jos_sb_categories` VALUES (1,0,'Texas Dog Hunters Forum',0,0,0,1,NULL,0,0,0,0,2,0,1,0,'0000-00-00 00:00:00',0,0,''),(2,1,'General Topics',0,0,0,1,NULL,0,0,25,0,1,0,1,0,'0000-00-00 00:00:00',0,0,'Anything and everything about hunting with dogs'),(3,1,'Private - TDHA BOD Only',0,0,0,1,NULL,21,0,25,0,4,0,1,0,'0000-00-00 00:00:00',0,0,'Private forum - for TDHA BOD members only discussion/planning'),(4,1,'Dog Health - Tips and Techniques',0,0,0,1,NULL,0,0,25,0,6,0,1,0,'0000-00-00 00:00:00',0,0,'This forum primarily focused on dog health, vaccinations, health programs, etc. Moderated by Krystal Rohan'),(5,1,'Feedback/Suggestions for new website',0,0,0,1,NULL,0,0,0,0,5,0,1,62,'2007-01-11 11:58:05',0,0,'This is the place to make comments/suggestions about the new site. Bugs/issues/criticsm are welcome - please be honest and give REAL feedback so we can improve'),(6,1,'Hunting stories and braggin\' photos',0,0,0,1,NULL,0,0,0,0,3,0,1,0,'0000-00-00 00:00:00',0,0,'Please share your stories and photos from ALL types of hunting with dogs'),(7,1,'Field Test Reports',0,0,0,1,NULL,0,0,0,0,7,0,1,0,'0000-00-00 00:00:00',0,0,'Here we post results of field testing of new products and technology for outdoor and hunting use. This is a moderated forum, we\'ll do our best to have field test reports submitted from qualified TDHA representatives'),(8,1,'Members help needed & Action required',0,0,0,1,NULL,0,0,0,0,2,0,1,0,'0000-00-00 00:00:00',0,0,' TDHA volunteers & committees are formed here'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_sb_categories` ENABLE KEYS */; -- -- Table structure for table `jos_sb_messages` -- DROP TABLE IF EXISTS `jos_sb_messages`; CREATE TABLE `jos_sb_messages` ( `id` int(11) NOT NULL auto_increment, `parent` int(11) default '0', `thread` int(11) default '0', `catid` int(11) NOT NULL default '0', `name` tinytext, `userid` int(11) NOT NULL default '0', `email` tinytext, `subject` tinytext, `time` int(11) NOT NULL default '0', `ip` varchar(15) default NULL, `topic_emoticon` int(11) NOT NULL default '0', `locked` tinyint(4) NOT NULL default '0', `hold` tinyint(4) NOT NULL default '0', `ordering` int(11) default '0', `hits` int(11) default '0', `moved` tinyint(4) default '0', PRIMARY KEY (`id`), KEY `thread` (`thread`), KEY `id` (`id`), KEY `parent` (`parent`), KEY `catid` (`catid`), KEY `ip` (`ip`), KEY `userid` (`userid`), KEY `time` (`time`,`hold`) ) TYPE=MyISAM AUTO_INCREMENT=2668; -- -- Dumping data for table `jos_sb_messages` -- /*!40000 ALTER TABLE `jos_sb_messages` DISABLE KEYS */; LOCK TABLES `jos_sb_messages` WRITE; INSERT INTO `jos_sb_messages` VALUES (1,0,1,2,'tnichol',63,'tim_nichol@yahoo.com','First test post',1162925013,'216.54.142.85',0,0,0,0,29,0),(2,1,1,2,'krystal',64,'krystal@tdha.net','Re:First test post',1162935494,'216.54.142.85',7,0,0,0,0,0),(3,0,3,3,'krystal',64,'krystal@tdha.net','Should be private and seen only',1163010949,'216.54.142.85',0,0,0,0,13,0),(4,0,4,2,'tnichol',63,'tim_nichol@yahoo.com','Second test post',1163011348,'216.54.142.85',0,0,0,0,13,0),(5,0,5,2,'tnichol',63,'tim_nichol@yahoo.com','thrid test - should have image',1163011903,'216.54.142.85',0,0,0,0,42,0),(6,0,6,4,'krystal',64,'krystal@tdha.net','Basic Dog Medical Knowledge (CUT KIT)',1163101938,'70.112.240.239',0,0,0,0,195,0),(7,3,3,3,'douglas',65,'douglas@tdha.net','Re:Should be private and seen only',1163117118,'152.163.100.134',0,0,0,0,0,0),(8,5,5,2,'krystal',64,'krystal@tdha.net','Re:thrid test - should have image',1163119770,'65.120.2.252',4,0,0,0,0,0),(9,5,5,2,'douglas',65,'douglas@tdha.net','Re:thrid test - should have image',1163123750,'152.163.100.134',0,0,0,0,0,0),(10,0,10,2,'Longshot',66,'longshotjames@yahoo.com','opinion',1163179569,'207.155.28.80',0,0,0,0,127,0),(11,10,10,2,'douglas',65,'douglas@tdha.net','Re:opinion',1163187031,'64.12.117.8',0,0,0,0,0,0),(12,11,10,2,'douglas',65,'douglas@tdha.net','Re:opinion',1163444402,'205.188.116.74',0,0,0,0,0,0),(13,12,10,2,'douglas',65,'douglas@tdha.net','Re:opinion',1163462296,'64.12.117.8',0,0,0,0,0,0),(14,13,10,2,'Longshot',66,'longshotjames@yahoo.com','Re:opinion',1163527927,'207.155.28.80',0,0,0,0,0,0),(15,14,10,2,'tnichol',63,'tim_nichol@yahoo.com','Re:opinion',1163532510,'216.54.142.85',0,0,0,0,0,0),(16,7,3,3,'krystal',64,'krystal@tdha.net','Re:Should be private and seen only',1163533209,'65.120.2.223',0,0,0,0,0,0),(17,15,10,2,'krystal',64,'krystal@tdha.net','Re:opinion',1163534918,'65.120.2.223',0,0,0,0,0,0),(18,0,18,5,'tnichol',63,'tim_nichol@yahoo.com','So, what do you think?',1164299907,'70.112.240.239',2,0,0,0,613,0),(19,0,19,5,'krystal',64,'krystal@tdha.net','Work In Progress-practice',1164397471,'65.120.3.90',0,0,0,0,136,0),(20,18,18,5,'douglas',65,'douglas@tdha.net','Re:So, what do you think?',1164466280,'205.188.116.74',0,0,0,0,0,0),(21,19,19,5,'krystal',64,'krystal@tdha.net','Re:Work In Progress-practice',1164468514,'65.120.2.144',0,0,0,0,0,0),(22,20,18,5,'JRP',72,'jpelton@smithandcompany.net','Re:So, what do you think?',1164647140,'70.196.139.49',0,0,0,0,0,0),(23,22,18,5,'Chris Windham',69,'windham@webmail.co.za','Re:So, what do you think?',1164659053,'66.82.9.54',0,0,0,0,0,0),(24,23,18,5,'tnichol',63,'tim_nichol@yahoo.com','Re:So, what do you think?',1164662852,'216.54.142.85',0,0,0,0,0,0),(25,15,10,2,'Mark T',74,'mark.terry@nrgm.com','Re:opinion',1164729724,'68.94.101.185',0,0,0,0,0,0),(26,10,10,2,'matt_aggie04',75,'goodson72@hotmail.com','Re:opinion',1164733745,'64.149.30.233',0,0,0,0,0,0),(27,24,18,5,'krystal',64,'krystal@tdha.net','Re:So, what do you think?',1164743436,'65.120.3.68',3,0,0,0,0,0),(28,27,18,5,'krystal',64,'krystal@tdha.net','Re:So, what do you think?',1164747268,'65.120.3.68',0,0,0,0,0,0),(29,27,18,5,'krystal',64,'krystal@tdha.net','Re:So, what do you think?',1164747360,'65.120.3.68',0,0,0,0,0,0),(30,29,18,5,'tnichol',63,'tim_nichol@yahoo.com','Re:So, what do you think?',1164766913,'70.112.240.239',0,0,0,0,0,0),(31,0,31,2,'krystal',64,'krystal@tdha.net','Breed Specific Legislation',1164769292,'65.120.2.20',0,0,0,0,40,0),(32,0,32,2,'krystal',64,'krystal@tdha.net','TDHA Texas State Championship',1164774156,'65.120.2.20',0,0,0,0,84,0),(33,32,32,2,'krystal',64,'krystal@tdha.net','Re:TDHA Texas State Championship',1164775803,'65.120.2.20',0,0,0,0,0,0),(34,33,32,2,'douglas',65,'douglas@tdha.net','Re:TDHA Texas State Championship',1164809728,'205.188.116.74',0,0,0,0,0,0),(35,34,32,2,'tnichol',63,'tim_nichol@yahoo.com','Re:TDHA Texas State Championship',1164821338,'216.54.142.85',0,0,0,0,0,0),(36,0,36,5,'Longshot',66,'longshotjames@yahoo.com','hey Tim',1164823400,'207.155.28.80',0,0,0,0,136,0),(37,0,37,3,'douglas',65,'douglas@tdha.net','11-29-06 BOD',1164823513,'205.188.116.74',0,0,0,0,4,0),(38,0,38,4,'Longshot',66,'longshotjames@yahoo.com','new trick',1164823557,'207.155.28.80',0,0,0,0,317,0),(39,36,36,5,'tnichol',63,'tim_nichol@yahoo.com','Re:hey Tim',1164844089,'216.54.142.85',0,0,0,0,0,0),(40,0,40,2,'douglas',65,'douglas@tdha.net','TDHA Vet Hunt',1164912118,'205.188.116.74',0,0,0,0,48,0),(41,0,41,3,'Longshot',66,'longshotjames@yahoo.com','vet hunt trophies',1164915133,'207.155.28.80',0,0,0,0,42,0),(42,40,40,2,'tnichol',63,'tim_nichol@yahoo.com','Re:TDHA Vet Hunt',1164916852,'216.54.142.85',0,0,0,0,0,0),(43,41,41,3,'douglas',65,'douglas@tdha.net','Re:vet hunt trophies',1164931187,'205.188.116.74',0,0,0,0,0,0),(44,31,31,2,'Waylon',71,'Waylon8885@yahoo.com','Re:Breed Specific Legislation',1164934232,'71.113.241.112',0,0,0,0,0,0),(45,32,32,2,'Waylon',71,'Waylon8885@yahoo.com','Re:TDHA Texas State Championship',1164934656,'71.113.241.112',0,0,0,0,0,0),(46,43,41,3,'krystal',64,'krystal@tdha.net','Re:vet hunt trophies',1164940718,'65.120.3.167',0,0,0,0,0,0),(47,46,41,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:vet hunt trophies',1165007658,'75.16.105.113',0,0,0,0,0,0),(48,47,41,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:vet hunt trophies',1165014617,'75.16.105.113',0,0,0,0,0,0),(49,0,49,3,'tnichol',63,'tim_nichol@yahoo.com','BOD Members here',1165066276,'216.54.142.85',0,0,0,0,11,0),(50,48,41,3,'krystal',64,'krystal@tdha.net','Re:vet hunt trophies',1165079705,'65.120.2.124',0,0,0,0,0,0),(51,0,51,2,'krystal',64,'krystal@tdha.net','Contribute Iraq Veterans',1165083692,'65.120.2.124',0,0,0,0,202,0),(52,50,41,3,'tnichol',63,'tim_nichol@yahoo.com','Re:vet hunt trophies',1165153282,'216.54.142.85',0,0,0,0,0,0),(53,0,53,3,'douglas',65,'douglas@tdha.net','More offers on Vet hunts',1165169762,'64.12.117.8',0,0,0,0,13,0),(54,53,53,3,'krystal',64,'krystal@tdha.net','Re:More offers on Vet hunts',1165250463,'65.120.2.149',0,0,0,0,0,0),(55,0,55,2,'douglas',65,'douglas@tdha.net','Return mail, need correct address',1165258629,'205.188.116.74',0,0,0,0,17,0),(56,0,56,2,'tnichol',63,'tim_nichol@yahoo.com','Shopping Cart - Under Construction',1165290107,'72.255.16.5',1,0,0,0,41,0),(57,56,56,2,'krystal',64,'krystal@tdha.net','Re:Shopping Cart - Under Construction',1165333511,'65.120.2.211',0,0,0,0,0,0),(58,0,58,5,'Longshot',66,'longshotjames@yahoo.com','another suggestion',1165338355,'207.155.28.80',0,0,0,0,168,0),(59,0,59,2,'douglas',65,'douglas@tdha.net','Helping the Vets',1165350986,'64.12.117.8',0,0,0,0,22,0),(60,59,59,2,'Longshot',66,'longshotjames@yahoo.com','Re:Helping the Vets',1165355977,'207.155.28.80',0,0,0,0,0,0),(61,60,59,2,'douglas',65,'douglas@tdha.net','Re:Helping the Vets',1165364603,'152.163.100.134',0,0,0,0,0,0),(62,0,62,3,'douglas',65,'douglas@tdha.net','BOD business 12-6-06',1165414749,'64.12.117.8',0,0,0,0,3,0),(63,0,63,3,'douglas',65,'douglas@tdha.net','BOD business 12-6-06',1165414754,'64.12.117.8',0,0,0,0,14,0),(64,63,63,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD business 12-6-06',1165418824,'75.0.231.239',0,0,0,0,0,0),(65,57,56,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Shopping Cart - Under Construction',1165420749,'216.54.142.85',0,0,0,0,0,0),(66,0,66,2,'Will S',81,'wmseger@peoplepc.com','made it here looks good',1165440880,'4.230.63.138',0,0,0,0,38,0),(67,66,66,2,'tnichol',63,'tim_nichol@yahoo.com','Re:made it here looks good',1165441633,'216.54.142.85',0,0,0,0,0,0),(68,49,49,3,'tnichol',63,'tim_nichol@yahoo.com','Re:BOD Members here',1165441703,'216.54.142.85',0,0,0,0,0,0),(69,58,58,5,'tnichol',63,'tim_nichol@yahoo.com','Re:another suggestion',1165502143,'216.54.142.85',0,0,0,0,0,0),(70,69,58,5,'Hoggerjls',82,'jason040701@aol.com','Re:another suggestion',1165611642,'72.177.155.233',0,0,0,0,0,0),(71,0,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','hunters harvest hunt',1165681644,'75.0.231.239',0,0,0,0,127,0),(72,71,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1165806706,'75.0.231.239',0,0,0,0,0,0),(73,0,73,3,'douglas',65,'douglas@tdha.net','12-11-06 BOD',1165846111,'64.12.117.8',0,0,0,0,21,0),(74,73,73,3,'Longshot',66,'longshotjames@yahoo.com','Re:12-11-06 BOD',1165855301,'207.155.28.80',0,0,0,0,0,0),(75,0,75,2,'JRP',72,'jpelton@smithandcompany.net','Hunt for the hungry',1165933242,'70.196.47.213',0,0,0,0,52,0),(76,75,75,2,'douglas',65,'douglas@tdha.net','Re:Hunt for the hungry',1165952273,'152.163.100.134',0,0,0,0,0,0),(77,0,77,2,'krystal',64,'krystal@tdha.net','coondogs treed picture',1166028707,'65.120.3.67',0,0,0,0,66,0),(78,58,58,5,'Hoggerjls',82,'jason040701@aol.com','Re:another suggestion',1166029567,'72.177.155.233',0,0,0,0,0,0),(79,74,73,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:12-11-06 BOD',1166047703,'75.0.231.239',0,0,0,0,0,0),(80,27,18,5,'black gold',76,'wildboar@brutalboarcreations.com','Re:So, what do you think?',1166052371,'162.89.0.60',0,0,0,0,0,0),(81,77,77,2,'matt_aggie04',75,'goodson72@hotmail.com','Re:coondogs treed picture',1166061122,'70.245.73.103',0,0,0,0,0,0),(82,18,18,5,'Deagon Kennels',84,'keagyn@hotmail.com','Re:So, what do you think?',1166067995,'67.142.130.47',0,0,0,0,0,0),(83,82,18,5,'douglas',65,'douglas@tdha.net','Re:So, what do you think?',1166101088,'205.188.116.74',0,0,0,0,0,0),(84,83,18,5,'Deagon Kennels',84,'keagyn@hotmail.com','Re:So, what do you think?',1166118190,'67.142.130.38',0,0,0,0,0,0),(85,0,85,2,'Bartalan_2005',85,'tdhaadmin@tdha.net','Hog Dog prospects',1166120812,'69.15.164.10',0,0,0,0,80,0),(108,0,108,2,'tnichol',63,'tim_nichol@yahoo.com','Important: Don\\\'t forget to logout',1166968981,'70.112.240.239',1,0,0,0,31,0),(86,81,77,2,'krystal',64,'krystal@tdha.net','Re:coondogs treed picture',1166205764,'65.120.3.76',0,0,0,0,0,0),(87,85,85,2,'krystal',64,'krystal@tdha.net','Re:Hog Dog prospects',1166205935,'65.120.3.76',0,0,0,0,0,0),(88,83,18,5,'krystal',64,'krystal@tdha.net','Re:So, what do you think?',1166208115,'65.120.3.76',0,0,0,0,0,0),(89,79,73,3,'krystal',64,'krystal@tdha.net','Re:12-11-06 BOD',1166211820,'65.120.3.76',0,0,0,0,0,0),(90,72,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1166212334,'65.120.3.76',0,0,0,0,0,0),(91,0,91,3,'krystal',64,'krystal@tdha.net','Board Of Directors',1166212710,'65.120.3.76',0,0,0,0,17,0),(92,0,92,2,'krystal',64,'krystal@tdha.net','Oakridge Veterans Hunt Jan.6th',1166213502,'65.120.3.76',0,0,0,0,25,0),(93,90,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1166224712,'75.0.231.239',0,0,0,0,0,0),(94,91,91,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Board Of Directors',1166224874,'75.0.231.239',0,0,0,0,0,0),(95,88,18,5,'Deagon Kennels',84,'keagyn@hotmail.com','Re:So, what do you think?',1166239010,'67.142.130.18',0,0,0,0,0,0),(96,86,77,2,'matt_aggie04',75,'goodson72@hotmail.com','Re:coondogs treed picture',1166242172,'70.245.73.103',0,0,0,0,0,0),(97,95,18,5,'krystal',64,'krystal@tdha.net','Re:So, what do you think?',1166279269,'65.120.3.179',0,0,0,0,0,0),(98,96,77,2,'tnichol',63,'tim_nichol@yahoo.com','Re:coondogs treed picture',1166315762,'65.42.208.133',0,0,0,0,0,0),(99,97,18,5,'tnichol',63,'tim_nichol@yahoo.com','Re:So, what do you think?',1166315880,'65.42.208.133',0,0,0,0,0,0),(100,0,100,5,'tnichol',63,'tim_nichol@yahoo.com','tdha.net',1166633943,'155.56.68.221',0,0,0,0,240,0),(101,0,101,5,'tnichol',63,'tim_nichol@yahoo.com','Content from old site? tdha.org',1166669045,'217.194.71.122',0,0,0,0,159,0),(102,100,100,5,'black gold',76,'wildboar@brutalboarcreations.com','Re:tdha.net',1166722476,'162.89.0.60',0,0,0,0,0,0),(103,102,100,5,'Longshot',66,'longshotjames@yahoo.com','Re:tdha.net',1166729933,'207.155.28.80',0,0,0,0,0,0),(104,101,101,5,'Longshot',66,'longshotjames@yahoo.com','Re:Content from old site? tdha.org',1166730031,'207.155.28.80',0,0,0,0,0,0),(105,103,100,5,'black gold',76,'wildboar@brutalboarcreations.com','Re:tdha.net',1166736808,'162.89.0.61',0,0,0,0,0,0),(106,105,100,5,'douglas',65,'douglas@tdha.net','Re:tdha.net',1166742583,'205.188.116.74',0,0,0,0,0,0),(107,106,100,5,'tnichol',63,'tim_nichol@yahoo.com','Re:tdha.net',1166878560,'70.112.240.239',0,0,0,0,0,0),(109,0,109,2,'krystal',64,'krystal@tdha.net','Merry Christmas!',1167022296,'65.120.3.164',0,0,0,0,13,0),(110,109,109,2,'douglas',65,'douglas@tdha.net','Re:Merry Christmas!',1167058404,'152.163.100.134',0,0,0,0,0,0),(111,0,111,2,'tnichol',63,'tim_nichol@yahoo.com','Shopping Cart is now working',1167058620,'70.112.240.239',1,0,0,0,85,0),(112,0,112,3,'tnichol',63,'tim_nichol@yahoo.com','Proposed Rules For Hunt?? - ?? ',1167142850,'70.112.240.239',0,0,0,0,138,0),(113,112,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1167186141,'75.16.100.37',0,0,0,0,0,0),(114,0,114,2,'bigmikes809',88,'Bigmikeslures@aol.com','New to board',1167443296,'207.200.116.195',0,0,0,0,24,0),(115,114,114,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:New to board',1167450355,'75.16.100.37',0,0,0,0,0,0),(116,115,114,2,'douglas',65,'douglas@tdha.net','Re:New to board',1167490221,'64.12.117.8',0,0,0,0,0,0),(117,111,111,2,'JRP',72,'jpelton@smithandcompany.net','Re:Shopping Cart is now working',1167529076,'209.169.115.57',0,0,0,0,0,0),(118,0,118,2,'JRP',72,'jpelton@smithandcompany.net','Finished dog',1167530106,'209.169.115.57',7,0,0,0,75,0),(119,118,118,2,'douglas',65,'douglas@tdha.net','Re:Finished dog',1167574368,'205.188.116.74',0,0,0,0,0,0),(120,0,120,2,'douglas',65,'douglas@tdha.net','New Year 2007',1167574509,'205.188.116.74',0,0,0,0,17,0),(121,117,111,2,'krystal',64,'krystal@tdha.net','Re:Shopping Cart is now working',1167596105,'65.120.2.240',0,0,0,0,0,0),(122,121,111,2,'krystal',64,'krystal@tdha.net','Re:Shopping Cart is now working',1167688253,'65.120.2.131',0,0,0,0,0,0),(123,0,123,2,'krystal',64,'krystal@tdha.net','Jan. 1, 2007',1167688398,'65.120.2.131',0,0,0,0,36,0),(124,0,124,4,'gators_hog_dogs',89,'gators_hog_dogs@yahoo.com','lumps',1167711010,'216.134.1.158',0,0,0,0,173,0),(125,0,125,2,'gators_hog_dogs',89,'gators_hog_dogs@yahoo.com','bay contests',1167711252,'216.134.1.158',0,0,0,0,71,0),(126,111,111,2,'JRP',72,'jpelton@smithandcompany.net','Re:Shopping Cart is now working',1167751009,'70.196.55.8',0,0,0,0,0,0),(127,111,111,2,'JRP',72,'jpelton@smithandcompany.net','Re:Shopping Cart is now working',1167751223,'70.196.55.8',0,0,0,0,0,0),(128,127,111,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Shopping Cart is now working',1167753126,'169.145.3.11',0,0,0,0,0,0),(129,0,129,2,'black gold',76,'wildboar@brutalboarcreations.com','2007 Wild Boar Hunting EXPO',1167753264,'162.89.0.60',1,0,0,0,68,0),(130,127,111,2,'krystal',64,'krystal@tdha.net','Re:Shopping Cart is now working',1167757489,'65.120.2.53',0,0,0,0,0,0),(131,125,125,2,'krystal',64,'krystal@tdha.net','Re:bay contests',1167757712,'65.120.2.53',0,0,0,0,0,0),(132,0,132,5,'krystal',64,'krystal@tdha.net','Tim, I sent some more links',1167758070,'65.120.2.53',0,0,0,0,135,0),(133,118,118,2,'JRP',72,'jpelton@smithandcompany.net','Re:Finished dog',1167779311,'70.196.209.113',0,0,0,0,0,0),(134,133,118,2,'douglas',65,'douglas@tdha.net','Re:Finished dog',1167786806,'205.188.116.74',0,0,0,0,0,0),(135,0,135,2,'douglas',65,'douglas@tdha.net','Vet. Hunt 1-6-07',1167786962,'205.188.116.74',0,0,0,0,39,0),(136,125,125,2,'JRP',72,'jpelton@smithandcompany.net','Re:bay contests',1167843214,'70.196.227.110',0,0,0,0,0,0),(137,132,132,5,'tnichol',63,'tim_nichol@yahoo.com','Re:Tim, I sent some more links',1167856309,'216.54.142.85',0,0,0,0,0,0),(138,135,135,2,'krystal',64,'krystal@tdha.net','Re:Vet. Hunt 1-6-07',1167872014,'65.120.3.102',0,0,0,0,0,0),(139,124,124,4,'krystal',64,'krystal@tdha.net','Re:lumps',1167929984,'65.120.3.174',0,0,0,0,0,0),(140,0,140,5,'Longshot',66,'longshotjames@yahoo.com','board tweak #412',1167931572,'207.155.28.80',0,0,0,0,128,0),(141,138,135,2,'douglas',65,'douglas@tdha.net','Re:Vet. Hunt 1-6-07',1168005721,'152.163.100.134',0,0,0,0,0,0),(142,141,135,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Vet. Hunt 1-6-07',1168007362,'216.54.142.85',0,0,0,0,0,0),(143,0,143,2,'123suey',68,'venisonhunter1@aol.com','Hogzilla',1168063069,'69.213.183.153',0,0,0,0,46,0),(144,0,144,4,'Deagon Kennels',84,'keagyn@hotmail.com','Krystal or Douglas',1168073836,'67.142.130.38',0,0,0,0,332,0),(145,0,145,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','topics that need to be addressed',1168111005,'75.16.115.165',0,0,0,0,6,0),(146,144,144,4,'Longshot',66,'longshotjames@yahoo.com','Re:Krystal or Douglas',1168114134,'207.155.28.80',0,0,0,0,0,0),(147,146,144,4,'Deagon Kennels',84,'keagyn@hotmail.com','Re:Krystal or Douglas',1168136571,'67.142.130.46',0,0,0,0,0,0),(148,0,148,2,'douglas',65,'douglas@tdha.net','Wounded Veterians hunt 1-6-07',1168195385,'205.188.116.74',0,0,0,0,119,0),(149,148,148,2,'douglas',65,'douglas@tdha.net','Re:Wounded Veterians hunt 1-6-07',1168196294,'205.188.116.74',0,0,0,0,0,0),(150,149,148,2,'Deagon Kennels',84,'keagyn@hotmail.com','Re:Wounded Veterians hunt 1-6-07',1168210782,'67.142.130.23',0,0,0,0,0,0),(151,147,144,4,'Longshot',66,'longshotjames@yahoo.com','Re:Krystal or Douglas',1168275614,'207.155.28.80',0,0,0,0,0,0),(152,150,148,2,'Longshot',66,'longshotjames@yahoo.com','Re:Wounded Veterians hunt 1-6-07',1168275787,'207.155.28.80',0,0,0,0,0,0),(153,152,148,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Wounded Veterians hunt 1-6-07',1168294641,'216.54.142.85',0,0,0,0,0,0),(154,113,112,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Question for Shane- Rules ??',1168295632,'216.54.142.85',0,0,0,0,0,0),(155,154,112,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Question for Shane- Rules ??',1168296683,'216.54.142.85',0,0,0,0,0,0),(156,143,143,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Hogzilla',1168296912,'216.54.142.85',5,0,0,0,0,0),(157,153,148,2,'douglas',65,'douglas@tdha.net','Re:Wounded Veterians hunt 1-6-07',1168301872,'152.163.100.134',0,0,0,0,0,0),(158,151,144,4,'krystal',64,'krystal@tdha.net','Re:Krystal or Douglas',1168304146,'65.120.3.66',0,0,0,0,0,0),(159,93,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1168305215,'65.120.3.66',0,0,0,0,0,0),(160,158,144,4,'Deagon Kennels',84,'keagyn@hotmail.com','Re:Krystal or Douglas',1168313261,'67.142.130.36',0,0,0,0,0,0),(161,76,75,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:Hunt for the hungry',1168316289,'66.140.98.98',0,0,0,0,0,0),(162,0,162,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Training my dogs',1168321393,'66.140.98.98',0,0,0,0,76,0),(163,0,163,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','60 seconds',1168323263,'66.140.98.98',0,0,0,0,65,0),(164,0,164,3,'douglas',65,'douglas@tdha.net','BOD, 1-9-07',1168351300,'205.188.116.74',0,0,0,0,39,0),(165,162,162,2,'JRP',72,'jpelton@smithandcompany.net','Re:Training my dogs',1168352100,'70.196.42.253',0,0,0,0,0,0),(166,164,164,3,'krystal',64,'krystal@tdha.net','Re:BOD, 1-9-07',1168357313,'65.120.2.235',0,0,0,0,0,0),(167,165,162,2,'krystal',64,'krystal@tdha.net','Re:Training my dogs',1168358757,'65.120.2.235',0,0,0,0,0,0),(168,163,163,2,'krystal',64,'krystal@tdha.net','Re:60 seconds',1168359124,'65.120.2.235',0,0,0,0,0,0),(169,0,169,2,'Circle C',92,'ccoughran@gmail.com','Presa Canarios',1168364143,'65.67.14.81',0,0,0,0,147,0),(170,169,169,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Presa Canarios',1168370929,'216.54.142.85',0,0,0,0,0,0),(171,168,163,2,'tnichol',63,'tim_nichol@yahoo.com','Re:60 seconds',1168371188,'216.54.142.85',0,0,0,0,0,0),(172,157,148,2,'Longshot',66,'longshotjames@yahoo.com','Re:Wounded Veterians hunt 1-6-07',1168375694,'207.155.28.80',0,0,0,0,0,0),(173,160,144,4,'Longshot',66,'longshotjames@yahoo.com','Re:Krystal or Douglas',1168376503,'207.155.28.80',0,0,0,0,0,0),(174,166,164,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD, 1-9-07',1168377711,'207.155.28.80',0,0,0,0,0,0),(175,170,169,2,'Longshot',66,'longshotjames@yahoo.com','Re:Presa Canarios',1168377877,'207.155.28.80',0,0,0,0,0,0),(176,175,169,2,'Circle C',92,'ccoughran@gmail.com','Re:Presa Canarios',1168379081,'65.67.14.81',0,0,0,0,0,0),(177,176,169,2,'Longshot',66,'longshotjames@yahoo.com','Re:Presa Canarios',1168386700,'207.155.28.80',0,0,0,0,0,0),(178,162,162,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:Training my dogs',1168390814,'66.140.98.54',0,0,0,0,0,0),(179,173,144,4,'Deagon Kennels',84,'keagyn@hotmail.com','Re:Krystal or Douglas',1168394260,'67.142.130.28',0,0,0,0,0,0),(180,177,169,2,'Circle C',92,'ccoughran@gmail.com','Re:Presa Canarios',1168444658,'65.67.14.81',0,0,0,0,0,0),(181,0,181,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Will, Ron, James',1168487892,'75.16.115.165',0,0,0,0,22,0),(182,169,169,2,'vernon.gaines@txdps.state',90,'longshotjames@yahoo.com','Re:Presa Canarios',1168488034,'216.134.11.87',0,0,0,0,0,0),(183,0,183,2,'vernon.gaines@txdps.state',90,'vernon.gaines@txdps.state.tx.us','Wreckin Crew',1168489171,'216.134.11.87',0,0,0,0,70,0),(184,183,183,2,'vernon.gaines@txdps.state',90,'vernon.gaines@txdps.state.tx.us','Re:Wreckin Crew',1168489510,'216.134.11.87',0,0,0,0,0,0),(185,183,183,2,'vernon.gaines@txdps.state',90,'vernon.gaines@txdps.state.tx.us','Re:Wreckin Crew',1168489634,'216.134.11.87',0,0,0,0,0,0),(186,183,183,2,'Gator',90,'vernon.gaines@txdps.state.tx.us','Re:Wreckin Crew',1168490657,'216.134.11.87',0,0,0,0,0,0),(187,181,181,3,'douglas',65,'douglas@tdha.net','Re:Will, Ron, James',1168525176,'205.188.116.74',0,0,0,0,0,0),(188,186,183,2,'Longshot',66,'longshotjames@yahoo.com','Re:Wreckin Crew',1168534065,'207.155.28.80',0,0,0,0,0,0),(189,188,183,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Wreckin Crew',1168535777,'216.54.142.85',0,0,0,0,0,0),(190,0,190,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Ready to go!!',1168578376,'66.140.98.173',0,0,0,0,82,0),(193,164,164,3,'Hogboy',79,'rjb2412@hotmail.com','Re:BOD, 1-9-07',1168626763,'209.99.47.67',0,0,0,0,0,0),(192,190,190,2,'Longshot',66,'longshotjames@yahoo.com','Re:Ready to go!!',1168622156,'207.155.28.80',0,0,0,0,0,0),(194,193,164,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD, 1-9-07',1168659061,'75.16.102.2',0,0,0,0,0,0),(195,190,190,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:Ready to go!!',1168665073,'66.140.98.238',0,0,0,0,0,0),(196,195,190,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:Ready to go!!',1168666579,'66.140.98.238',0,0,0,0,0,0),(197,0,197,2,'Randall1tx2000',94,'Randallgalan@sbcglobal.net','hello',1168743218,'4.226.213.11',0,0,0,0,107,0),(198,155,112,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Question for Shane- Rules ??',1168776986,'70.112.240.239',0,0,0,0,0,0),(199,197,197,2,'tnichol',63,'tim_nichol@yahoo.com','Re:hello',1168777130,'70.112.240.239',0,0,0,0,0,0),(200,199,197,2,'douglas',65,'douglas@tdha.net','Re:hello',1168788187,'205.188.116.74',0,0,0,0,0,0),(201,198,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1168789079,'75.16.102.2',0,0,0,0,0,0),(202,201,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1168811007,'75.16.120.142',0,0,0,0,0,0),(203,196,190,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:Ready to go!!',1168835461,'66.140.98.45',0,0,0,0,0,0),(204,197,197,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:hello',1168837129,'66.140.98.45',0,0,0,0,0,0),(205,197,197,2,'Circle C',92,'ccoughran@gmail.com','Re:hello',1168893296,'65.67.14.81',0,0,0,0,0,0),(206,205,197,2,'Randall1tx2000',94,'Randallgalan@sbcglobal.net','Re:hello',1168906669,'4.226.111.13',0,0,0,0,0,0),(207,201,112,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Question for Shane- Rules ??',1168955364,'70.112.240.239',0,0,0,0,0,0),(208,207,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1168965984,'75.16.120.142',0,0,0,0,0,0),(209,208,112,3,'douglas',65,'douglas@tdha.net','Re:Question for Shane- Rules ??',1168969578,'205.188.116.74',0,0,0,0,0,0),(210,206,197,2,'krystal',64,'krystal@tdha.net','Re:hello',1168995495,'65.120.2.54',0,0,0,0,0,0),(211,0,211,5,'krystal',64,'krystal@tdha.net','Tim, good news',1169002034,'65.120.2.54',0,0,0,0,108,0),(212,0,212,3,'krystal',64,'krystal@tdha.net','BOD needs to be complete',1169002515,'65.120.2.54',0,0,0,0,27,0),(213,212,212,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD needs to be complete',1169002883,'75.16.120.142',0,0,0,0,0,0),(214,129,129,2,'fatpipes',96,'walterseabaugh@yahoo.com','Re:2007 Wild Boar Hunting EXPO',1169013740,'170.206.224.54',0,0,0,0,0,0),(215,38,38,4,'123suey',68,'venisonhunter1@aol.com','Re:new trick',1169014440,'69.213.183.160',3,0,0,0,0,0),(216,214,129,2,'black gold',76,'wildboar@brutalboarcreations.com','Re:2007 Wild Boar Hunting EXPO',1169042492,'162.89.0.60',0,0,0,0,0,0),(217,157,148,2,'black gold',76,'wildboar@brutalboarcreations.com','Re:Wounded Veterians hunt 1-6-07',1169042612,'162.89.0.60',0,0,0,0,0,0),(218,0,218,2,'black gold',76,'wildboar@brutalboarcreations.com','Petition to remove PETA\\\'s tax exemption',1169057537,'162.89.0.60',0,0,0,0,25,0),(219,0,219,3,'krystal',64,'krystal@tdha.net','TDHA SIGNS (need votes)',1169071510,'65.120.3.191',0,0,0,0,27,0),(220,219,219,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TDHA SIGNS',1169072166,'76.210.149.180',0,0,0,0,0,0),(221,218,218,2,'JRP',72,'jpelton@smithandcompany.net','Re:Petition to remove PETA\\\'s tax exemption',1169084413,'209.169.115.57',0,0,0,0,0,0),(222,0,222,5,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','pics',1169084593,'66.140.98.63',0,0,0,0,150,0),(223,0,223,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','TO THE BOD',1169090431,'75.16.120.142',0,0,0,0,29,0),(224,213,212,3,'Hogboy',79,'rjb2412@hotmail.com','Re:BOD needs to be complete',1169134030,'209.99.47.67',0,0,0,0,0,0),(225,223,223,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TO THE BOD',1169136014,'209.99.47.67',0,0,0,0,0,0),(226,223,223,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TO THE BOD',1169136148,'209.99.47.67',0,0,0,0,0,0),(227,0,227,2,'oldCP',97,'porcoby@gmail.com','hello',1169142003,'69.34.112.4',0,0,0,0,24,0),(228,212,212,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD needs to be complete',1169143185,'207.155.28.80',0,0,0,0,0,0),(229,0,229,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','TDHA MEMBERS',1169143473,'75.16.120.142',0,0,0,0,159,0),(234,233,231,3,'Hogboy',79,'rjb2412@hotmail.com','Re:completing BOD',1169147595,'209.99.47.67',0,0,0,0,0,0),(231,0,231,3,'Longshot',66,'longshotjames@yahoo.com','completing BOD',1169143642,'207.155.28.80',0,0,0,0,73,0),(232,228,212,3,'krystal',64,'krystal@tdha.net','Re:BOD needs to be complete',1169144198,'65.120.3.77',0,0,0,0,0,0),(233,231,231,3,'krystal',64,'krystal@tdha.net','Re:completing BOD',1169145633,'65.120.3.77',0,0,0,0,0,0),(235,159,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1169152570,'65.120.3.77',0,0,0,0,0,0),(236,235,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1169153051,'65.120.3.77',0,0,0,0,0,0),(237,227,227,2,'douglas',65,'douglas@tdha.net','Re:hello',1169155699,'152.163.100.134',0,0,0,0,0,0),(238,0,238,2,'kp!',99,'kplatt@tetratec.com','Support TDHA at Wild Boar Expo!',1169156158,'216.227.255.66',0,0,0,0,176,0),(239,238,238,2,'krystal',64,'krystal@tdha.net','Re:Support TDHA at Wild Boar Expo!',1169170427,'65.120.2.247',0,0,0,0,0,0),(240,229,229,2,'JRP',72,'jpelton@smithandcompany.net','Re:TDHA MEMBERS',1169170524,'209.169.115.57',0,0,0,0,0,0),(241,240,229,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TDHA MEMBERS',1169171642,'75.16.120.142',0,0,0,0,0,0),(242,234,231,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:completing BOD',1169174801,'75.16.120.142',0,0,0,0,0,0),(243,226,223,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TO THE BOD',1169174988,'75.16.120.142',0,0,0,0,0,0),(244,235,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1169175162,'75.16.120.142',0,0,0,0,0,0),(245,241,229,2,'tnichol',63,'tim_nichol@yahoo.com','Re:TDHA MEMBERS',1169206777,'71.13.78.226',0,0,0,0,0,0),(246,244,71,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:hunters harvest hunt',1169215476,'162.89.0.60',0,0,0,0,0,0),(247,0,247,3,'black gold',76,'wildboar@brutalboarcreations.com','Thank You & Introduction',1169215683,'162.89.0.60',0,0,0,0,18,0),(248,247,247,3,'douglas',65,'douglas@tdha.net','Re:Thank You & Introduction',1169218605,'205.188.116.74',0,0,0,0,0,0),(249,0,249,2,'krystal',64,'krystal@tdha.net','Cross Trail Outfitters',1169222802,'65.120.3.77',0,0,0,0,39,0),(298,297,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1169495357,'207.155.28.80',0,0,0,0,0,0),(251,246,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1169224272,'65.120.3.77',0,0,0,0,0,0),(252,245,229,2,'krystal',64,'krystal@tdha.net','Re:TDHA MEMBERS',1169224926,'65.120.3.77',0,0,0,0,0,0),(253,0,253,2,'krystal',64,'krystal@tdha.net','Proffessional Request for donations',1169226455,'65.120.3.77',0,0,0,0,20,0),(254,182,169,2,'oldCP',97,'porcoby@gmail.com','Re:Presa Canarios',1169228723,'69.34.112.4',0,0,0,0,0,0),(255,0,255,2,'oldCP',97,'porcoby@gmail.com','Guard Dogs?',1169229544,'69.34.112.4',0,0,0,0,63,0),(256,0,256,2,'oldCP',97,'porcoby@gmail.com','How do you join?',1169230775,'69.34.112.4',0,0,0,0,27,0),(257,251,71,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:hunters harvest hunt',1169231335,'162.89.0.61',0,0,0,0,0,0),(258,256,256,2,'krystal',64,'krystal@tdha.net','Re:How do you join?',1169233453,'65.120.3.77',0,0,0,0,0,0),(259,255,255,2,'krystal',64,'krystal@tdha.net','Re:Guard Dogs?',1169235125,'65.120.3.77',0,0,0,0,0,0),(260,254,169,2,'krystal',64,'krystal@tdha.net','Re:Presa Canarios',1169236419,'65.120.3.77',0,0,0,0,0,0),(261,257,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1169236957,'65.120.3.77',0,0,0,0,0,0),(262,0,262,2,'douglas',65,'douglas@tdha.net','Trail Blazer events 2007',1169250455,'205.188.116.74',0,0,0,0,165,0),(263,247,247,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Thank You & Introduction',1169254826,'24.243.41.237',0,0,0,0,0,0),(264,0,264,3,'Hogboy',79,'rjb2412@hotmail.com','Hog Expo',1169255358,'24.243.41.237',0,0,0,0,48,0),(265,27,18,5,'Texasjagds',100,'dluton@sbcglobal.net','Re:So, what do you think?',1169258244,'4.230.141.78',0,0,0,0,0,0),(266,261,71,3,'Hogboy',79,'rjb2412@hotmail.com','Re:hunters harvest hunt',1169258631,'24.243.41.237',0,0,0,0,0,0),(267,243,223,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TO THE BOD',1169258748,'24.243.41.237',0,0,0,0,0,0),(268,263,247,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Thank You & Introduction',1169265220,'75.16.120.142',0,0,0,0,0,0),(269,249,249,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Cross Trail Outfitters',1169265472,'75.16.120.142',0,0,0,0,0,0),(270,252,229,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TDHA MEMBERS',1169265540,'75.16.120.142',0,0,0,0,0,0),(271,264,264,3,'douglas',65,'douglas@tdha.net','Re:Hog Expo',1169309690,'152.163.100.134',0,0,0,0,0,0),(272,0,272,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Tim',1169310012,'75.16.120.142',0,0,0,0,22,0),(273,271,264,3,'krystal',64,'krystal@tdha.net','Re:Hog Expo',1169317628,'65.120.2.25',0,0,0,0,0,0),(274,273,264,3,'krystal',64,'krystal@tdha.net','Re:Hog Expo',1169319606,'65.120.2.25',0,0,0,0,0,0),(275,220,219,3,'krystal',64,'krystal@tdha.net','Re:TDHA SIGNS',1169319797,'65.120.2.25',0,0,0,0,0,0),(276,0,276,2,'krystal',64,'krystal@tdha.net','Charity Challenge benefit TDHA or Food Bank',1169321782,'65.120.2.25',0,0,0,0,39,0),(277,275,219,3,'douglas',65,'douglas@tdha.net','Re:TDHA SIGNS',1169322240,'205.188.116.74',0,0,0,0,0,0),(278,261,71,3,'krystal',64,'krystal@tdha.net','Re:hunters harvest hunt',1169325290,'65.120.2.25',0,0,0,0,0,0),(279,0,279,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','THANK YOU AMY B',1169338379,'66.142.101.184',0,0,0,0,91,0),(280,277,219,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:TDHA SIGNS',1169338562,'76.210.149.71',0,0,0,0,0,0),(281,274,264,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Expo',1169338833,'76.210.149.71',0,0,0,0,0,0),(282,0,282,3,'black gold',76,'wildboar@brutalboarcreations.com','A New-comer\\\'s Look Inside',1169343384,'76.210.149.71',0,0,0,0,18,0),(283,278,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1169353537,'75.16.120.142',0,0,0,0,0,0),(284,222,222,5,'tnichol',63,'tim_nichol@yahoo.com','Re:pics',1169387633,'70.112.240.239',0,0,0,0,0,0),(285,270,229,2,'oldCP',97,'porcoby@gmail.com','Re:TDHA MEMBERS',1169408870,'71.52.70.15',0,0,0,0,0,0),(286,285,229,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TDHA MEMBERS',1169420204,'75.16.120.142',0,0,0,0,0,0),(287,279,279,2,'douglas',65,'douglas@tdha.net','Re:THANK YOU AMY B',1169426308,'205.188.116.74',0,0,0,0,0,0),(288,284,222,5,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:pics',1169433508,'66.140.98.151',0,0,0,0,0,0),(289,259,255,2,'123suey',68,'venisonhunter1@aol.com','Re:Guard Dogs?',1169439425,'69.213.183.160',0,0,0,0,0,0),(290,289,255,2,'douglas',65,'douglas@tdha.net','Re:Guard Dogs?',1169476118,'205.188.116.74',0,0,0,0,0,0),(291,0,291,2,'douglas',65,'douglas@tdha.net','Hunters Harvest for Feb. @ Bass Pro',1169476212,'205.188.116.74',0,0,0,0,20,0),(292,280,219,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA SIGNS',1169481135,'209.99.47.67',0,0,0,0,0,0),(293,279,279,2,'AmyB',80,'dogomom@wowway.com','Re:THANK YOU AMY B',1169482663,'64.199.8.50',0,0,0,0,0,0),(294,278,71,3,'Hogboy',79,'rjb2412@hotmail.com','Re:hunters harvest hunt',1169483259,'209.99.47.67',0,0,0,0,0,0),(295,286,229,2,'oldCP',97,'porcoby@gmail.com','Re:TDHA MEMBERS',1169485245,'69.34.112.4',0,0,0,0,0,0),(296,262,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1169492020,'207.155.28.80',0,0,0,0,0,0),(297,296,262,2,'oldCP',97,'porcoby@gmail.com','Re:Trail Blazer events 2007',1169493313,'69.34.112.4',0,0,0,0,0,0),(299,297,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1169495388,'207.155.28.80',0,0,0,0,0,0),(300,281,264,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Expo',1169497994,'207.155.28.80',0,0,0,0,0,0),(301,293,279,2,'Longshot',66,'longshotjames@yahoo.com','Re:THANK YOU AMY B',1169498144,'207.155.28.80',0,0,0,0,0,0),(302,299,262,2,'oldCP',97,'porcoby@gmail.com','Re:Trail Blazer events 2007',1169499382,'69.34.112.4',0,0,0,0,0,0),(303,282,282,3,'Longshot',66,'longshotjames@yahoo.com','Re:A New-comer\\\'s Look Inside',1169499534,'207.155.28.80',0,0,0,0,0,0),(304,302,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1169504715,'207.155.28.80',0,0,0,0,0,0),(305,294,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1169511260,'75.16.120.142',0,0,0,0,0,0),(306,300,264,3,'douglas',65,'douglas@tdha.net','Re:Hog Expo',1169511829,'205.188.116.74',0,0,0,0,0,0),(307,0,307,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','McDearmon',1169511848,'75.16.120.142',0,0,0,0,39,0),(308,0,308,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Can anybody',1169512088,'75.16.120.142',0,0,0,0,25,0),(309,300,264,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Expo',1169518350,'76.210.149.71',0,0,0,0,0,0),(310,305,71,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:hunters harvest hunt',1169519039,'76.210.149.71',0,0,0,0,0,0),(311,310,71,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:hunters harvest hunt',1169523965,'75.16.120.142',0,0,0,0,0,0),(312,304,262,2,'krystal',64,'krystal@tdha.net','Re:Trail Blazer events 2007',1169525434,'65.120.3.215',0,0,0,0,0,0),(313,301,279,2,'krystal',64,'krystal@tdha.net','Re:THANK YOU AMY B',1169525657,'65.120.3.215',0,0,0,0,0,0),(314,307,307,2,'Mcdearmon',91,'scottmcdearmon@sbcglobal.net','Re:McDearmon',1169527732,'66.140.98.47',0,0,0,0,0,0),(315,311,71,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:hunters harvest hunt',1169562480,'76.210.149.71',0,0,0,0,0,0),(316,312,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1169569465,'207.155.28.80',0,0,0,0,0,0),(317,242,231,3,'Longshot',66,'longshotjames@yahoo.com','Re:completing BOD',1169578940,'207.155.28.80',0,0,0,0,0,0),(318,308,308,3,'krystal',64,'krystal@tdha.net','Re:Can anybody',1169580814,'65.120.2.112',0,0,0,0,0,0),(319,0,319,3,'krystal',64,'krystal@tdha.net','BOD Meeting (need responses)',1169581234,'65.120.2.112',0,0,0,0,105,0),(320,319,319,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:BOD Meeting (need responses)',1169581943,'76.210.149.71',0,0,0,0,0,0),(321,318,308,3,'Longshot',66,'longshotjames@yahoo.com','Re:Can anybody',1169586999,'207.155.28.80',0,0,0,0,0,0),(322,320,319,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD Meeting (need responses)',1169587138,'207.155.28.80',0,0,0,0,0,0),(323,0,323,2,'oldCP',97,'porcoby@gmail.com','dogs',1169587604,'69.34.112.4',0,0,0,0,81,0),(324,319,319,3,'Hogboy',79,'rjb2412@hotmail.com','Re:BOD Meeting (need responses)',1169590571,'209.99.47.67',0,0,0,0,0,0),(325,321,308,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Can anybody',1169595197,'75.16.120.142',0,0,0,0,0,0),(326,324,319,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD Meeting (need responses)',1169595333,'75.16.120.142',0,0,0,0,0,0),(327,326,319,3,'krystal',64,'krystal@tdha.net','Re:BOD Meeting (need responses)',1169599734,'65.120.2.112',0,0,0,0,0,0),(328,317,231,3,'douglas',65,'douglas@tdha.net','Re:completing BOD',1169645290,'152.163.100.134',0,0,0,0,0,0),(329,0,329,3,'douglas',65,'douglas@tdha.net','Letter head TDHA',1169646167,'152.163.100.135',0,0,0,0,50,0),(330,323,323,2,'douglas',65,'douglas@tdha.net','Re:dogs',1169663809,'205.188.116.74',0,0,0,0,0,0),(331,329,329,3,'krystal',64,'krystal@tdha.net','Re:Letter head TDHA',1169668704,'65.120.3.66',0,0,0,0,0,0),(332,328,231,3,'krystal',64,'krystal@tdha.net','Re:completing BOD',1169669297,'65.120.3.66',0,0,0,0,0,0),(333,331,329,3,'douglas',65,'douglas@tdha.net','Re:Letter head TDHA',1169670795,'205.188.116.74',0,0,0,0,0,0),(334,328,231,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:completing BOD',1169671440,'162.89.0.61',0,0,0,0,0,0),(335,209,112,3,'krystal',64,'krystal@tdha.net','Re:Question for Shane- Rules ??',1169671712,'65.120.3.66',0,0,0,0,0,0),(336,0,336,3,'krystal',64,'krystal@tdha.net','Location- need HELP guys',1169672308,'65.120.3.66',0,0,0,0,39,0),(337,335,112,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Question for Shane- Rules ??',1169672968,'162.89.0.60',0,0,0,0,0,0),(338,336,336,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Location- need HELP guys',1169673274,'162.89.0.61',0,0,0,0,0,0),(339,327,319,3,'krystal',64,'krystal@tdha.net','Re:BOD Meeting (need responses)',1169675137,'65.120.3.66',0,0,0,0,0,0),(340,338,336,3,'krystal',64,'krystal@tdha.net','Re:Location- need HELP guys',1169675337,'65.120.3.66',0,0,0,0,0,0),(341,316,262,2,'Silverton Boar Hounds',73,'pwt_3@yahoo.com','Re:Trail Blazer events 2007',1169676417,'63.96.225.176',0,0,0,0,0,0),(342,341,262,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Trail Blazer events 2007',1169680222,'216.54.142.85',0,0,0,0,0,0),(343,0,343,2,'douglas',65,'douglas@tdha.net','Law changed for Hogs',1169689148,'205.188.116.74',0,0,0,0,170,0),(344,340,336,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Location- need HELP guys',1169694598,'75.16.120.142',0,0,0,0,0,0),(345,343,343,2,'krystal',64,'krystal@tdha.net','Re:Law changed for Hogs',1169694683,'65.120.2.32',0,0,0,0,0,0),(346,337,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1169695013,'75.16.120.142',0,0,0,0,0,0),(347,344,336,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Location- need HELP guys',1169700513,'24.243.41.237',0,0,0,0,0,0),(348,319,319,3,'Hogboy',79,'rjb2412@hotmail.com','Re:BOD Meeting (need responses)',1169700899,'24.243.41.237',0,0,0,0,0,0),(349,0,349,3,'Hogboy',79,'rjb2412@hotmail.com','TIM',1169702243,'24.243.41.237',0,0,0,0,8,0),(350,346,112,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Question for Shane- Rules ??',1169702872,'24.243.41.237',0,0,0,0,0,0),(351,334,231,3,'Hogboy',79,'rjb2412@hotmail.com','Re:completing BOD',1169703146,'24.243.41.237',0,0,0,0,0,0),(352,333,329,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Letter head TDHA',1169703314,'24.243.41.237',0,0,0,0,0,0),(353,352,329,3,'krystal',64,'krystal@tdha.net','Re:Letter head TDHA',1169739732,'65.120.3.172',0,0,0,0,0,0),(354,351,231,3,'krystal',64,'krystal@tdha.net','Re:completing BOD',1169739968,'65.120.3.172',0,0,0,0,0,0),(355,325,308,3,'krystal',64,'krystal@tdha.net','Re:Can anybody',1169740882,'65.120.3.172',0,0,0,0,0,0),(356,353,329,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Letter head TDHA',1169743453,'216.54.142.85',0,0,0,0,0,0),(357,349,349,3,'tnichol',63,'tim_nichol@yahoo.com','Re:TIM',1169743677,'216.54.142.85',0,0,0,0,0,0),(358,272,272,3,'tnichol',63,'tim_nichol@yahoo.com','TDHA EMAIL account was:Tim',1169743885,'216.54.142.85',0,0,0,0,0,0),(359,356,329,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Letter head TDHA',1169743953,'209.99.47.67',0,0,0,0,0,0),(360,330,323,2,'oldCP',97,'porcoby@gmail.com','Re:dogs',1169745246,'69.34.112.4',0,0,0,0,0,0),(361,356,329,3,'krystal',64,'krystal@tdha.net','Re:Letter head TDHA',1169751395,'65.120.3.172',0,0,0,0,0,0),(362,348,319,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:BOD Meeting (need responses)',1169751400,'162.89.0.60',0,0,0,0,0,0),(363,362,319,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD Meeting (need responses)',1169753031,'207.155.28.80',0,0,0,0,0,0),(364,361,329,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Letter head TDHA',1169764568,'216.54.142.85',0,0,0,0,0,0),(365,364,329,3,'krystal',64,'krystal@tdha.net','Re:Letter head TDHA',1169765711,'65.120.3.172',0,0,0,0,0,0),(366,363,319,3,'krystal',64,'krystal@tdha.net','Re:BOD Meeting (need responses)',1169765924,'65.120.3.172',0,0,0,0,0,0),(367,350,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1169768966,'75.16.120.142',0,0,0,0,0,0),(368,358,272,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:TDHA EMAIL account was:Tim',1169769184,'75.16.120.142',0,0,0,0,0,0),(369,366,319,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD Meeting (need responses)',1169769468,'75.16.120.142',0,0,0,0,0,0),(370,366,319,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD Meeting (need responses)',1169769482,'207.155.28.80',0,0,0,0,0,0),(371,369,319,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:BOD Meeting (need responses)',1169819894,'162.89.0.61',0,0,0,0,0,0),(372,0,372,3,'black gold',76,'wildboar@brutalboarcreations.com','Scouting and Recruiting for BOD',1169825062,'162.89.0.61',0,0,0,0,32,0),(373,347,336,3,'krystal',64,'krystal@tdha.net','Re:Location- need HELP guys',1169831817,'65.120.2.141',0,0,0,0,0,0),(374,367,112,3,'krystal',64,'krystal@tdha.net','Re:Question for Shane- Rules ??',1169831961,'65.120.2.141',0,0,0,0,0,0),(375,373,336,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Location- need HELP guys',1169833892,'162.89.0.60',0,0,0,0,0,0),(376,373,336,3,'Longshot',66,'longshotjames@yahoo.com','Re:Location- need HELP guys',1169833911,'207.155.28.80',0,0,0,0,0,0),(377,374,112,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Question for Shane- Rules ??',1169834061,'162.89.0.60',0,0,0,0,0,0),(378,313,279,2,'black gold',76,'wildboar@brutalboarcreations.com','Re:THANK YOU AMY B',1169834369,'162.89.0.60',0,0,0,0,0,0),(379,372,372,3,'Longshot',66,'longshotjames@yahoo.com','Re:Scouting and Recruiting for BOD',1169834664,'207.155.28.80',0,0,0,0,0,0),(380,376,336,3,'krystal',64,'krystal@tdha.net','Re:Location- need HELP guys',1169836487,'65.120.2.141',0,0,0,0,0,0),(381,0,381,3,'krystal',64,'krystal@tdha.net','Weigh In? needs discussed now',1169836762,'65.120.2.141',0,0,0,0,44,0),(382,380,336,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Location- need HELP guys',1169836777,'162.89.0.60',0,0,0,0,0,0),(383,379,372,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Scouting and Recruiting for BOD',1169836845,'162.89.0.60',0,0,0,0,0,0),(384,381,381,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Weigh In? needs discussed now',1169836904,'162.89.0.60',0,0,0,0,0,0),(385,384,381,3,'krystal',64,'krystal@tdha.net','Re:Weigh In? needs discussed now',1169837509,'65.120.2.141',0,0,0,0,0,0),(386,385,381,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Weigh In? needs discussed now',1169842207,'209.99.47.67',0,0,0,0,0,0),(387,386,381,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Weigh In? needs discussed now',1169843778,'162.89.0.61',0,0,0,0,0,0),(388,387,381,3,'Longshot',66,'longshotjames@yahoo.com','Re:Weigh In? needs discussed now',1169846457,'207.155.28.80',0,0,0,0,0,0),(389,383,372,3,'Longshot',66,'longshotjames@yahoo.com','Re:Scouting and Recruiting for BOD',1169846633,'207.155.28.80',0,0,0,0,0,0),(390,343,343,2,'Waylon',71,'Waylon8885@yahoo.com','Re:Law changed for Hogs',1169858847,'71.126.193.204',0,0,0,0,0,0),(391,371,319,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD Meeting (need responses)',1169860253,'75.16.120.142',0,0,0,0,0,0),(392,377,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1169860430,'75.16.120.142',0,0,0,0,0,0),(393,388,381,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Weigh In? needs discussed now',1169860651,'75.16.120.142',0,0,0,0,0,0),(394,390,343,2,'douglas',65,'douglas@tdha.net','Re:Law changed for Hogs',1169863066,'205.188.116.74',0,0,0,0,0,0),(395,394,343,2,'douglas',65,'douglas@tdha.net','Re:Law changed for Hogs',1169907914,'205.188.116.74',0,0,0,0,0,0),(396,0,396,3,'douglas',65,'douglas@tdha.net','Board meeting',1169908105,'205.188.117.70',0,0,0,0,18,0),(397,388,381,3,'krystal',64,'krystal@tdha.net','Re:Weigh In? needs discussed now',1169928564,'65.120.2.144',0,0,0,0,0,0),(398,392,112,3,'krystal',64,'krystal@tdha.net','Re:Question for Shane- Rules ??',1169929508,'65.120.2.144',0,0,0,0,0,0),(399,389,372,3,'krystal',64,'krystal@tdha.net','Re:Scouting and Recruiting for BOD',1169929654,'65.120.2.144',0,0,0,0,0,0),(400,396,396,3,'krystal',64,'krystal@tdha.net','Re:Board meeting',1169929906,'65.120.2.144',0,0,0,0,0,0),(401,391,319,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:BOD Meeting (need responses)',1169938908,'76.210.149.71',0,0,0,0,0,0),(402,400,396,3,'douglas',65,'douglas@tdha.net','Re:Board meeting',1169941631,'205.188.116.74',0,0,0,0,0,0),(403,398,112,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Question for Shane- Rules ??',1169951674,'75.0.224.114',0,0,0,0,0,0),(404,0,404,2,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Help needed',1169952466,'75.0.224.114',0,0,0,0,67,0),(405,0,405,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Due to',1170038960,'75.0.224.114',0,0,0,0,36,0),(406,405,405,3,'douglas',65,'douglas@tdha.net','Re:Due to',1170080717,'205.188.116.74',0,0,0,0,0,0),(407,0,407,3,'douglas',65,'douglas@tdha.net','Agenda for meeting 2-3-07',1170085414,'205.188.117.70',0,0,0,0,31,0),(408,397,381,3,'Longshot',66,'longshotjames@yahoo.com','Re:Weigh In? needs discussed now',1170093962,'207.155.28.80',0,0,0,0,0,0),(409,399,372,3,'Longshot',66,'longshotjames@yahoo.com','Re:Scouting and Recruiting for BOD',1170094108,'207.155.28.80',0,0,0,0,0,0),(410,401,319,3,'Longshot',66,'longshotjames@yahoo.com','Re:BOD Meeting (need responses)',1170094380,'207.155.28.80',0,0,0,0,0,0),(411,404,404,2,'Longshot',66,'longshotjames@yahoo.com','Re:Help needed',1170094489,'207.155.28.80',0,0,0,0,0,0),(412,406,405,3,'Longshot',66,'longshotjames@yahoo.com','Re:Due to',1170094582,'207.155.28.80',0,0,0,0,0,0),(413,407,407,3,'Longshot',66,'longshotjames@yahoo.com','Re:Agenda for meeting 2-3-07',1170094696,'207.155.28.80',0,0,0,0,0,0),(414,411,404,2,'oldCP',97,'porcoby@gmail.com','Re:Help needed',1170104475,'69.34.112.4',0,0,0,0,0,0),(415,412,405,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Due to',1170110231,'216.54.142.85',0,0,0,0,0,0),(416,0,416,3,'tnichol',63,'tim_nichol@yahoo.com','Contact information on TDHA website',1170110581,'216.54.142.85',0,0,0,0,19,0),(417,395,343,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Law changed for Hogs',1170110718,'216.54.142.85',0,0,0,0,0,0),(418,413,407,3,'krystal',64,'krystal@tdha.net','Re:Agenda for meeting 2-3-07',1170110777,'65.120.2.30',0,0,0,0,0,0),(419,239,238,2,'marty',103,'mley1@houston.rr.com','Re:Support TDHA at Wild Boar Expo!',1170176702,'72.177.138.147',0,0,0,0,0,0),(420,276,276,2,'marty',103,'mley1@houston.rr.com','Re:Charity Challenge benefit TDHA or Food Bank',1170177102,'72.177.138.147',0,0,0,0,0,0),(421,414,404,2,'Longshot',66,'longshotjames@yahoo.com','Re:Help needed',1170178187,'207.155.28.80',0,0,0,0,0,0),(422,416,416,3,'krystal',64,'krystal@tdha.net','Re:Contact information on TDHA website',1170178280,'65.120.2.115',0,0,0,0,0,0),(423,416,416,3,'Longshot',66,'longshotjames@yahoo.com','Re:Contact information on TDHA website',1170178323,'207.155.28.80',0,0,0,0,0,0),(424,415,405,3,'krystal',64,'krystal@tdha.net','Re:Due to',1170178722,'65.120.2.115',0,0,0,0,0,0),(425,423,416,3,'krystal',64,'krystal@tdha.net','Re:Contact information on TDHA website',1170179614,'65.120.2.115',0,0,0,0,0,0),(426,417,343,2,'123suey',68,'venisonhunter1@aol.com','Re:Law changed for Hogs',1170192826,'149.161.24.131',1,0,0,0,0,0),(427,418,407,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Agenda for meeting 2-3-07',1170221018,'76.210.149.71',0,0,0,0,0,0),(428,424,405,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Due to',1170221082,'76.210.149.71',0,0,0,0,0,0),(429,428,405,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Due to',1170256293,'209.99.47.67',0,0,0,0,0,0),(430,407,407,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Agenda for meeting 2-3-07',1170258044,'209.99.47.67',0,0,0,0,0,0),(431,0,431,2,'krystal',64,'krystal@tdha.net','K-9 Basic medical kit/care',1170309643,'65.120.2.112',0,0,0,0,25,0),(432,0,432,3,'krystal',64,'krystal@tdha.net','Dont Know how to Delete post',1170349094,'65.120.3.63',0,0,0,0,4,0),(433,0,433,3,'krystal',64,'krystal@tdha.net','Starting to get the word out...',1170349601,'65.120.3.63',0,0,0,0,13,0),(434,403,112,3,'krystal',64,'krystal@tdha.net','Re:Question for Shane- Rules ??',1170352831,'65.120.3.63',0,0,0,0,0,0),(435,408,381,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Weigh In? needs discussed now',1170376268,'75.0.224.114',0,0,0,0,0,0),(436,410,319,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD Meeting (need responses)',1170376387,'75.0.224.114',0,0,0,0,0,0),(437,425,416,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Contact information on TDHA website',1170376482,'75.0.224.114',0,0,0,0,0,0),(438,433,433,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Starting to get the word out...',1170376667,'75.0.224.114',0,0,0,0,0,0),(439,0,439,2,'krystal',64,'krystal@tdha.net','TDHA Hunters Harvest Hog Hunt Contest',1170447890,'65.120.2.222',0,0,0,0,255,0),(440,439,439,2,'chester12',105,'chesterthompson2003@gmail.com','Re:TDHA Hunters Harvest Hog Hunt Contest',1170463639,'24.174.59.29',0,0,0,0,0,0),(441,440,439,2,'douglas',65,'douglas@tdha.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1170507169,'152.163.100.134',0,0,0,0,0,0),(442,238,238,2,'kp!',99,'kplatt@tetratec.com','Re:Support TDHA at Wild Boar Expo!',1170511182,'69.155.102.173',0,0,0,0,0,0),(443,442,238,2,'douglas',65,'douglas@tdha.net','Re:Support TDHA at Wild Boar Expo!',1170595107,'205.188.116.74',0,0,0,0,0,0),(444,443,238,2,'marty',103,'mley1@houston.rr.com','Re:Support TDHA at Wild Boar Expo!',1170693320,'72.177.138.147',0,0,0,0,0,0),(445,342,262,2,'Longshot',66,'longshotjames@yahoo.com','Re:Trail Blazer events 2007',1170713342,'207.155.28.80',0,0,0,0,0,0),(446,444,238,2,'krystal',64,'krystal@tdha.net','Re:Support TDHA at Wild Boar Expo!',1170732073,'65.120.2.47',0,0,0,0,0,0),(447,441,439,2,'krystal',64,'krystal@tdha.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1170734766,'65.120.2.47',0,0,0,0,0,0),(448,447,439,2,'krystal',64,'krystal@tdha.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1170785868,'65.120.2.138',0,0,0,0,0,0),(449,0,449,3,'Hogboy',79,'rjb2412@hotmail.com','UPDATE',1170788598,'209.99.47.67',0,0,0,0,9,0),(450,0,450,3,'black gold',76,'wildboar@brutalboarcreations.com','IMPORTANT DECISION',1170792166,'162.89.0.61',1,0,0,0,21,0),(451,450,450,3,'krystal',64,'krystal@tdha.net','Re:IMPORTANT DECISION',1170794877,'65.120.2.138',0,0,0,0,0,0),(452,0,452,3,'black gold',76,'wildboar@brutalboarcreations.com','Final Word - Donating Meat Illegal',1170795146,'162.89.0.61',0,0,0,0,79,0),(453,452,452,3,'krystal',64,'krystal@tdha.net','Re:Final Word - Donating Meat Illegal',1170796455,'65.120.2.138',0,0,0,0,0,0),(454,449,449,3,'krystal',64,'krystal@tdha.net','Re:UPDATE',1170802594,'65.120.2.50',0,0,0,0,0,0),(455,451,450,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:IMPORTANT DECISION',1170806112,'75.9.213.58',0,0,0,0,0,0),(456,453,452,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Final Word - Donating Meat Illegal',1170806217,'75.9.213.58',0,0,0,0,0,0),(457,453,452,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Final Word - Donating Meat Illegal',1170820836,'24.243.41.237',0,0,0,0,0,0),(458,457,452,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Final Word - Donating Meat Illegal',1170866844,'162.89.0.61',0,0,0,0,0,0),(459,458,452,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Final Word - Donating Meat Illegal',1170868861,'209.99.47.67',0,0,0,0,0,0),(460,459,452,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Final Word - Donating Meat Illegal',1170869298,'162.89.0.61',0,0,0,0,0,0),(461,426,343,2,'Brute 23',106,'ericg_87@yahoo.com','Re:Law changed for Hogs',1170882501,'24.162.145.229',0,0,0,0,0,0),(462,460,452,3,'krystal',64,'krystal@tdha.net','Re:Final Word - Donating Meat Illegal',1170883440,'65.120.2.252',0,0,0,0,0,0),(463,0,463,3,'Hogboy',79,'rjb2412@hotmail.com','RJB-TEST',1170891086,'209.99.47.67',0,0,0,0,56,0),(464,463,463,3,'Hogboy',79,'rjb2412@hotmail.com','Re:RJB-TEST-',1170891290,'209.99.47.67',0,0,0,0,0,0),(465,463,463,3,'Hogboy',79,'rjb2412@hotmail.com','Re:RJB-TEST-',1170891351,'209.99.47.67',0,0,0,0,0,0),(466,463,463,3,'Hogboy',79,'rjb2412@hotmail.com','Re:RJB-TEST-',1170891454,'209.99.47.67',0,0,0,0,0,0),(467,238,238,2,'kp!',99,'kplatt@tetratec.com','Re:Support TDHA at Wild Boar Expo!',1170892123,'66.139.11.238',0,0,0,0,0,0),(468,465,463,3,'Hogboy',79,'rjb2412@hotmail.com','Re:RJB-TEST-',1170892904,'209.99.47.67',0,0,0,0,0,0),(469,468,463,3,'Hogboy',79,'rjb2412@hotmail.com','Re:RJB-TEST-',1170893721,'209.99.47.67',0,0,0,0,0,0),(470,462,452,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Final Word - Donating Meat Illegal',1170898722,'75.9.213.58',0,0,0,0,0,0),(471,0,471,2,'Clay',107,'cbpope44@msn.com','started dog',1170901265,'72.73.131.13',0,0,0,0,108,0),(472,470,452,3,'krystal',64,'krystal@tdha.net','Re:Final Word - Donating Meat Illegal',1170950394,'65.120.2.141',0,0,0,0,0,0),(473,0,473,2,'Davida',109,'davida@cottonteam.com','good to be back in the game',1170953001,'216.143.34.140',0,0,0,0,46,0),(474,473,473,2,'Longshot',66,'longshotjames@yahoo.com','Re:good to be back in the game',1170953269,'207.155.28.80',0,0,0,0,0,0),(475,474,473,2,'douglas',65,'douglas@tdha.net','Re:good to be back in the game',1170959751,'66.45.66.6',0,0,0,0,0,0),(476,0,476,3,'tnichol',63,'tim_nichol@yahoo.com','BOD member site access changes',1170971357,'169.145.3.11',0,0,0,0,29,0),(477,476,476,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:BOD member site access changes',1170972495,'75.9.213.58',0,0,0,0,0,0),(478,472,452,3,'S_J_KENNELS',77,'s_j_kennels@yahoo.com','Re:Final Word - Donating Meat Illegal',1170982955,'75.9.213.58',0,0,0,0,0,0),(479,477,476,3,'tnichol',63,'tim_nichol@yahoo.com','Re:BOD member site access changes',1171024506,'70.112.240.239',0,0,0,0,0,0),(480,479,476,3,'krystal',64,'krystal@tdha.net','Re:BOD member site access changes',1171038984,'65.120.3.170',0,0,0,0,0,0),(481,0,481,3,'krystal',64,'krystal@tdha.net','TDHA Official position about BSL',1171045446,'65.120.3.170',0,0,0,0,11,0),(482,481,481,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:TDHA Official position about BSL',1171048869,'162.89.0.61',0,0,0,0,0,0),(483,0,483,3,'black gold',76,'wildboar@brutalboarcreations.com','What to do about Shane?',1171050412,'162.89.0.61',0,0,0,0,81,0),(484,439,439,2,'Silverton Boar Hounds',73,'pwt_3@yahoo.com','Re:TDHA Hunters Harvest Hog Hunt Contest',1171058275,'63.96.225.176',0,0,0,0,0,0),(485,0,485,2,'tnichol',63,'tim_nichol@yahoo.com','Peta has the right to kill animals?',1171109399,'70.112.240.239',0,0,0,0,101,0),(486,480,476,3,'WillSeger',81,'wmseger@peoplepc.com','Re:BOD member site access changes',1171115687,'207.69.137.24',0,0,0,0,0,0),(487,0,487,3,'WillSeger',81,'wmseger@peoplepc.com','supporting sponsors at hhh(hunters harvest hunt)',1171116256,'207.69.137.24',0,0,0,0,45,0),(488,487,487,3,'krystal',64,'krystal@tdha.net','Re:supporting sponsors at hhh(hunters harvest hunt)',1171120312,'65.120.2.38',0,0,0,0,0,0),(489,488,487,3,'douglas',65,'douglas@tdha.net','Re:supporting sponsors at hhh(hunters harvest hunt)',1171121126,'205.188.117.70',0,0,0,0,0,0),(490,483,483,3,'krystal',64,'krystal@tdha.net','Re:What to do about Shane?',1171124197,'65.120.2.38',0,0,0,0,0,0),(491,469,463,3,'krystal',64,'krystal@tdha.net','Re:RJB-TEST-',1171125591,'65.120.2.38',0,0,0,0,0,0),(492,469,463,3,'krystal',64,'krystal@tdha.net','Re:RJB-TEST-',1171125782,'65.120.2.38',0,0,0,0,0,0),(493,484,439,2,'Longshot',66,'longshotjames@yahoo.com','Re:TDHA Hunters Harvest Hog Hunt Contest',1171126044,'207.155.28.80',0,0,0,0,0,0),(494,489,487,3,'Longshot',66,'longshotjames@yahoo.com','Re:supporting sponsors at hhh(hunters harvest hunt',1171126193,'207.155.28.80',0,0,0,0,0,0),(495,483,483,3,'Longshot',66,'longshotjames@yahoo.com','Re:What to do about Shane?',1171126281,'207.155.28.80',0,0,0,0,0,0),(496,495,483,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:What to do about Shane?',1171126381,'76.210.145.17',0,0,0,0,0,0),(497,496,483,3,'Longshot',66,'longshotjames@yahoo.com','Re:What to do about Shane?',1171126899,'207.155.28.80',0,0,0,0,0,0),(498,0,498,2,'Jeff T',110,'jm_talasek@sbcglobal.net','TDHA Cap?',1171128194,'69.148.135.240',0,0,0,0,86,0),(499,497,483,3,'douglas',65,'douglas@tdha.net','Re:What to do about Shane?',1171133030,'152.163.101.12',0,0,0,0,0,0),(500,494,487,3,'WillSeger',81,'wmseger@peoplepc.com','Re:supporting sponsors at hhh(hunters harvest hunt',1171164792,'207.69.137.7',0,0,0,0,0,0),(501,499,483,3,'WillSeger',81,'wmseger@peoplepc.com','Re:What to do about Shane?',1171166379,'207.69.137.7',0,0,0,0,0,0),(502,499,483,3,'WillSeger',81,'wmseger@peoplepc.com','Re:What to do about Shane?',1171167096,'207.69.137.7',0,0,0,0,0,0),(503,501,483,3,'krystal',64,'krystal@tdha.net','Re:What to do about Shane?',1171167113,'65.120.3.164',0,0,0,0,0,0),(504,503,483,3,'douglas',65,'douglas@tdha.net','Re:What to do about Shane?',1171203362,'152.163.101.11',0,0,0,0,0,0),(505,504,483,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:What to do about Shane?',1171213847,'76.210.145.17',0,0,0,0,0,0),(506,505,483,3,'WillSeger',81,'wmseger@peoplepc.com','Re:What to do about Shane?',1171222363,'207.69.137.9',0,0,0,0,0,0),(507,0,507,5,'Hoggerjls',82,'jason040701@aol.com','Forums',1171245416,'72.177.155.233',0,0,0,0,138,0),(508,500,487,3,'krystal',64,'krystal@tdha.net','Re:supporting sponsors at hhh(hunters harvest hunt',1171299412,'65.120.2.239',0,0,0,0,0,0),(509,483,483,3,'Longshot',66,'longshotjames@yahoo.com','Re:What to do about Shane?',1171302975,'207.155.28.80',0,0,0,0,0,0),(510,498,498,2,'Longshot',66,'longshotjames@yahoo.com','Re:TDHA Cap?',1171303385,'207.155.28.80',0,0,0,0,0,0),(511,509,483,3,'douglas',65,'douglas@tdha.net','Re:What to do about Shane?',1171304990,'205.188.117.70',0,0,0,0,0,0),(512,507,507,5,'krystal',64,'krystal@tdha.net','Re:Forums',1171311408,'65.120.2.148',0,0,0,0,0,0),(513,0,513,2,'Davida',109,'davida@cottonteam.com','stolen dog',1171311515,'216.143.34.140',0,0,0,0,61,0),(514,510,498,2,'douglas',65,'douglas@tdha.net','Re:TDHA Cap?',1171312029,'205.188.117.70',0,0,0,0,0,0),(515,0,515,3,'krystal',64,'krystal@tdha.net','Contest Rules',1171317792,'65.120.2.148',3,0,0,0,80,0),(516,513,513,2,'krystal',64,'krystal@tdha.net','Re:stolen dog',1171318113,'65.120.2.148',0,0,0,0,0,0),(517,515,515,3,'krystal',64,'krystal@tdha.net','Re:Contest Rules',1171321847,'65.120.2.148',0,0,0,0,0,0),(518,517,515,3,'douglas',65,'douglas@tdha.net','Re:Contest Rules',1171322095,'64.12.116.208',0,0,0,0,0,0),(519,518,515,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Contest Rules',1171330087,'207.69.137.23',0,0,0,0,0,0),(520,0,520,5,'Hauk',114,'nick.hauk@okstate.edu','suggestions!',1171332797,'139.78.10.24',0,0,0,0,230,0),(521,0,521,2,'Hauk',114,'nick.hauk@okstate.edu','Wanted: Dog Trailer',1171333304,'139.78.10.24',0,0,0,0,148,0),(522,498,498,2,'Jeff T',110,'jm_talasek@sbcglobal.net','Re:TDHA Cap?',1171338914,'69.148.135.240',0,0,0,0,0,0),(523,519,515,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Contest Rules',1171339377,'24.243.41.237',0,0,0,0,0,0),(524,439,439,2,'Randall1tx2000',94,'Randallgalan@sbcglobal.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1171342826,'4.226.228.246',0,0,0,0,0,0),(525,521,521,2,'douglas',65,'douglas@tdha.net','Re:Wanted: Dog Trailer',1171377640,'66.45.66.6',0,0,0,0,0,0),(526,0,526,3,'krystal',64,'krystal@tdha.net','Tim & BOD',1171378598,'65.120.2.40',0,0,0,0,44,0),(527,523,515,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Contest Rules',1171380029,'162.89.0.60',0,0,0,0,0,0),(528,513,513,2,'Davida',109,'davida@cottonteam.com','Re:stolen dog',1171382904,'216.143.34.140',0,0,0,0,0,0),(529,512,507,5,'Longshot',66,'longshotjames@yahoo.com','Re:Forums',1171384048,'207.155.28.80',0,0,0,0,0,0),(530,527,515,3,'Longshot',66,'longshotjames@yahoo.com','Re:Contest Rules',1171384547,'207.155.28.80',0,0,0,0,0,0),(531,520,520,5,'Longshot',66,'longshotjames@yahoo.com','Re:suggestions!',1171384736,'207.155.28.80',0,0,0,0,0,0),(532,521,521,2,'Hauk',114,'nick.hauk@okstate.edu','Re:Wanted: Dog Trailer',1171386116,'139.78.10.24',0,0,0,0,0,0),(533,526,526,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Tim & BOD',1171388116,'209.99.47.67',0,0,0,0,0,0),(534,530,515,3,'krystal',64,'krystal@tdha.net','Re:Contest Rules',1171388204,'65.120.2.40',2,0,0,0,0,0),(535,533,526,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Tim & BOD',1171388416,'209.99.47.67',0,0,0,0,0,0),(536,534,515,3,'Longshot',66,'longshotjames@yahoo.com','Re:Contest Rules',1171392868,'207.155.28.80',0,0,0,0,0,0),(537,536,515,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Contest Rules',1171395439,'209.99.47.67',0,0,0,0,0,0),(538,536,515,3,'krystal',64,'krystal@tdha.net','Re:Contest Rules',1171395532,'65.120.2.40',0,0,0,0,0,0),(539,538,515,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Contest Rules',1171398691,'209.99.47.67',0,0,0,0,0,0),(540,538,515,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Contest Rules',1171398867,'209.99.47.67',0,0,0,0,0,0),(541,0,541,2,'deltapine',115,'jas.rd@hotmail.com','joining tdha',1171419043,'209.183.32.49',0,0,0,0,50,0),(542,0,542,2,'elinekennel',116,'elinekennel@hotmail.com','new to this and want to start',1171421328,'67.143.248.4',0,0,0,0,77,0),(543,471,471,2,'Deagon Kennels',84,'keagyn@hotmail.com','Re:started dog',1171423904,'67.142.130.33',0,0,0,0,0,0),(544,521,521,2,'Brute 23',106,'ericg_87@yahoo.com','Re:Wanted: Dog Trailer',1171435547,'72.178.151.57',0,0,0,0,0,0),(545,526,526,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Tim & BOD',1171439907,'155.56.68.221',0,0,0,0,0,0),(546,545,526,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Tim & BOD',1171457241,'207.69.137.8',0,0,0,0,0,0),(547,544,521,2,'Hauk',114,'nick.hauk@okstate.edu','Re:Wanted: Dog Trailer',1171461922,'66.210.21.99',0,0,0,0,0,0),(548,546,526,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Tim & BOD',1171466444,'209.99.47.67',0,0,0,0,0,0),(549,508,487,3,'Hogboy',79,'rjb2412@hotmail.com','Re:supporting sponsors at hhh(hunters harvest hunt',1171466558,'209.99.47.67',0,0,0,0,0,0),(550,0,550,3,'Hogboy',79,'rjb2412@hotmail.com','TDHA HUNT DONATIONS LIST',1171466703,'209.99.47.67',0,0,0,0,66,0),(551,541,541,2,'tnichol',63,'tim_nichol@yahoo.com','Re:joining tdha',1171475343,'83.236.141.218',0,0,0,0,0,0),(552,542,542,2,'tnichol',63,'tim_nichol@yahoo.com','Re:new to this and want to start',1171475534,'83.236.141.218',0,0,0,0,0,0),(553,439,439,2,'JRP',72,'jpelton@smithandcompany.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1171485251,'70.196.0.177',0,0,0,0,0,0),(554,553,439,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA Hunters Harvest Hog Hunt Contest',1171486515,'209.99.47.67',0,0,0,0,0,0),(555,0,555,3,'Hogboy',79,'rjb2412@hotmail.com','RULES 2',1171490540,'209.99.47.67',0,0,0,0,32,0),(556,555,555,3,'douglas',65,'douglas@tdha.net','Re:RULES 2',1171493275,'205.188.117.70',0,0,0,0,0,0),(557,543,471,2,'Clay',107,'cbpope44@msn.com','Re:started dog',1171498301,'71.248.132.198',0,0,0,0,0,0),(558,550,550,3,'WillSeger',81,'wmseger@peoplepc.com','Re:TDHA HUNT DONATIONS LIST',1171503163,'207.69.139.9',0,0,0,0,0,0),(559,554,439,2,'JRP',72,'jpelton@smithandcompany.net','Re:TDHA Hunters Harvest Hog Hunt Contest',1171506282,'209.169.116.4',0,0,0,0,0,0),(560,549,487,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:supporting sponsors at hhh(hunters harvest hunt',1171547132,'162.89.0.60',0,0,0,0,0,0),(561,556,555,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:RULES 2',1171547258,'162.89.0.60',0,0,0,0,0,0),(562,547,521,2,'Brute 23',106,'ericg_87@yahoo.com','Re:Wanted: Dog Trailer',1171569042,'72.178.151.57',0,0,0,0,0,0),(563,554,439,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA Hunters Harvest Hog Hunt Contest',1171577260,'209.99.47.67',0,0,0,0,0,0),(564,485,485,2,'123suey',68,'venisonhunter1@aol.com','Re:Peta has the right to kill animals?',1171600068,'69.213.183.227',0,0,0,0,0,0),(565,552,542,2,'elinekennel',116,'elinekennel@hotmail.com','Re:new to this and want to start',1171612142,'67.143.248.4',0,0,0,0,0,0),(566,0,566,2,'Longshot',66,'longshotjames@yahoo.com','Kit trees first coon',1171648149,'207.155.28.80',0,0,0,0,54,0),(567,548,526,3,'Longshot',66,'longshotjames@yahoo.com','Re:Tim & BOD',1171648298,'207.155.28.80',0,0,0,0,0,0),(568,540,515,3,'Longshot',66,'longshotjames@yahoo.com','Re:Contest Rules',1171650694,'207.155.28.80',0,0,0,0,0,0),(569,560,487,3,'krystal',64,'krystal@tdha.net','Re:supporting sponsors at hhh(hunters harvest hunt',1171653514,'65.120.2.26',0,0,0,0,0,0),(570,569,487,3,'krystal',64,'krystal@tdha.net','Re:supporting sponsors at hhh(hunters harvest hunt',1171653751,'65.120.2.26',0,0,0,0,0,0),(571,561,555,3,'krystal',64,'krystal@tdha.net','Re:RULES 2',1171654854,'65.120.2.26',0,0,0,0,0,0),(572,558,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1171655402,'65.120.2.26',0,0,0,0,0,0),(573,566,566,2,'krystal',64,'krystal@tdha.net','Re:Kit trees first coon',1171656640,'65.120.2.26',0,0,0,0,0,0),(574,573,566,2,'Longshot',66,'longshotjames@yahoo.com','Re:Kit trees first coon',1171659781,'207.155.28.80',0,0,0,0,0,0),(575,574,566,2,'123suey',68,'venisonhunter1@aol.com','Re:Kit trees first coon',1171689725,'69.213.183.242',0,0,0,0,0,0),(576,564,485,2,'bigmikes809',88,'Bigmikeslures@aol.com','Re:Peta has the right to kill animals?',1171691620,'207.200.116.195',0,0,0,0,0,0),(577,0,577,3,'tnichol',63,'tim_nichol@yahoo.com','Contest flier/online signups/ Qs..',1171742538,'84.178.137.160',0,0,0,0,17,0),(578,0,578,3,'douglas',65,'douglas@tdha.net','Talked to Shane today',1171824568,'64.12.116.208',0,0,0,0,79,0),(579,578,578,3,'krystal',64,'krystal@tdha.net','Re:Talked to Shane today',1171827738,'65.120.2.45',0,0,0,0,0,0),(580,577,577,3,'krystal',64,'krystal@tdha.net','Re:Contest flier/online signups/ Qs..',1171828042,'65.120.2.45',0,0,0,0,0,0),(581,579,578,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Talked to Shane today',1171836864,'83.236.141.218',0,0,0,0,0,0),(582,580,577,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Contest flier/online signups/ Qs..',1171837283,'83.236.141.218',0,0,0,0,0,0),(583,581,578,3,'krystal',64,'krystal@tdha.net','Re:Talked to Shane today',1171844717,'65.120.3.163',0,0,0,0,0,0),(584,0,584,2,'Hogboy',79,'rjb2412@hotmail.com','TDHA (HHH) Hunt Rules',1171862906,'24.243.41.237',0,0,0,0,295,0),(585,583,578,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Talked to Shane today',1171874383,'155.56.68.220',0,0,0,0,0,0),(586,585,578,3,'douglas',65,'douglas@tdha.net','Re:Talked to Shane today',1171893711,'152.163.101.12',0,0,0,0,0,0),(587,586,578,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Talked to Shane today',1171898235,'209.99.47.67',0,0,0,0,0,0),(588,0,588,2,'Circle C',92,'ccoughran@gmail.com','Tracking System Input',1171898698,'65.67.14.81',0,0,0,0,43,0),(589,0,589,2,'Circle C',92,'ccoughran@gmail.com','Tracking System Input',1171898845,'65.67.14.81',0,0,0,0,39,0),(590,584,584,2,'krystal',64,'krystal@tdha.net','Re:TDHA (HHH) Hunt Rules',1171899197,'65.120.2.111',0,0,0,0,0,0),(591,589,589,2,'douglas',65,'douglas@tdha.net','Re:Tracking System Input',1171907870,'66.45.66.6',0,0,0,0,0,0),(592,591,589,2,'Circle C',92,'ccoughran@gmail.com','Re:Tracking System Input',1171908858,'65.67.14.81',0,0,0,0,0,0),(593,0,593,3,'douglas',65,'douglas@tdha.net','Park for check in',1171915188,'205.188.117.70',0,0,0,0,25,0),(594,593,593,3,'krystal',64,'krystal@tdha.net','Re:Park for check in',1171919520,'65.120.2.117',0,0,0,0,0,0),(595,587,578,3,'krystal',64,'krystal@tdha.net','Re:Talked to Shane today',1171920469,'65.120.2.117',0,0,0,0,0,0),(596,595,578,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Talked to Shane today',1171923611,'209.99.47.67',0,0,0,0,0,0),(597,584,584,2,'Brute 23',106,'ericg_87@yahoo.com','Re:TDHA (HHH) Hunt Rules',1171923994,'72.178.151.57',0,0,0,0,0,0),(598,597,584,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA (HHH) Hunt Rules',1171930817,'24.243.41.237',0,0,0,0,0,0),(599,596,578,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Talked to Shane today',1171932996,'76.210.149.201',0,0,0,0,0,0),(600,588,588,2,'Deagon Kennels',84,'keagyn@hotmail.com','Re:Tracking System Input',1171939162,'67.142.130.40',0,0,0,0,0,0),(601,600,588,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Tracking System Input',1171942288,'83.236.141.218',0,0,0,0,0,0),(602,598,584,2,'tnichol',63,'tim_nichol@yahoo.com','Re:TDHA (HHH) Hunt Rules',1171942537,'83.236.141.218',0,0,0,0,0,0),(603,562,521,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Wanted: Dog Trailer',1171943479,'83.236.141.218',0,0,0,0,0,0),(604,602,584,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA (HHH) Hunt Rules',1171947283,'24.243.41.237',0,0,0,0,0,0),(605,0,605,2,'douglas',65,'douglas@tdha.net','Trail Blazers Youth week end',1171980835,'205.188.117.70',0,0,0,0,38,0),(606,599,578,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Talked to Shane today',1171982393,'206.149.160.22',0,0,0,0,0,0),(607,606,578,3,'krystal',64,'krystal@tdha.net','Re:Talked to Shane today',1171985840,'65.120.2.244',0,0,0,0,0,0),(608,604,584,2,'krystal',64,'krystal@tdha.net','Re:TDHA (HHH) Hunt Rules',1171991866,'65.120.2.244',0,0,0,0,0,0),(609,594,593,3,'douglas',65,'douglas@tdha.net','Re:Park for check in',1172012299,'205.188.117.70',0,0,0,0,0,0),(610,609,593,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Park for check in',1172012665,'209.99.47.67',0,0,0,0,0,0),(611,610,593,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Park for check in',1172066111,'162.89.0.60',0,0,0,0,0,0),(612,0,612,3,'black gold',76,'wildboar@brutalboarcreations.com','Times & Dates for Security',1172066217,'162.89.0.60',0,0,0,0,29,0),(613,612,612,3,'krystal',64,'krystal@tdha.net','Re:Times & Dates for Security',1172069248,'65.120.2.119',0,0,0,0,0,0),(614,613,612,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Times & Dates for Security',1172069953,'209.99.47.67',0,0,0,0,0,0),(615,0,615,3,'Hogboy',79,'rjb2412@hotmail.com','OLD BOARD',1172071584,'209.99.47.67',0,0,0,0,17,0),(616,608,584,2,'Brute 23',106,'ericg_87@yahoo.com','Re:TDHA (HHH) Hunt Rules',1172079231,'72.178.151.57',0,0,0,0,0,0),(617,616,584,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA (HHH) Hunt Rules',1172085981,'209.99.47.67',0,0,0,0,0,0),(618,0,618,2,'Randall1tx2000',94,'Randallgalan@sbcglobal.net','HHH Rules',1172105077,'4.226.213.105',0,0,0,0,78,0),(619,618,618,2,'Hogboy',79,'rjb2412@hotmail.com','Re:HHH Rules',1172112540,'24.243.41.237',0,0,0,0,0,0),(620,615,615,3,'krystal',64,'krystal@tdha.net','Re:OLD BOARD',1172119000,'65.120.2.209',0,0,0,0,0,0),(621,615,615,3,'Hogboy',79,'rjb2412@hotmail.com','Re:OLD BOARD',1172155879,'209.99.47.67',0,0,0,0,0,0),(622,621,615,3,'douglas',65,'douglas@tdha.net','Re:OLD BOARD',1172159399,'205.188.117.70',0,0,0,0,0,0),(623,0,623,3,'Hogboy',79,'rjb2412@hotmail.com','Site Speed',1172167437,'209.99.47.67',0,0,0,0,54,0),(624,0,624,3,'douglas',65,'douglas@tdha.net','Will calling Shane',1172193508,'205.188.117.70',0,0,0,0,22,0),(625,619,618,2,'Randall1tx2000',94,'Randallgalan@sbcglobal.net','Re:HHH Rules',1172199394,'4.226.108.118',0,0,0,0,0,0),(626,619,618,2,'kp!',99,'kplatt@tetratec.com','Re:HHH Rules',1172202374,'75.24.222.170',0,0,0,0,0,0),(627,614,612,3,'krystal',64,'krystal@tdha.net','Re:Times & Dates for Security',1172210166,'65.120.2.240',0,0,0,0,0,0),(628,0,628,3,'tnichol',63,'tim_nichol@yahoo.com','Rules now final?',1172218757,'155.56.68.221',0,0,0,0,16,0),(629,628,628,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Rules now final?',1172243848,'209.99.47.67',0,0,0,0,0,0),(630,624,624,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Will calling Shane',1172267132,'207.69.137.34',0,0,0,0,0,0),(631,0,631,2,'WillSeger',81,'wmseger@peoplepc.com','All TDHA members',1172267972,'207.69.137.34',0,0,0,0,67,0),(632,631,631,2,'Hoggerjls',82,'jason040701@aol.com','Re:All TDHA members',1172289635,'68.206.29.195',0,0,0,0,0,0),(633,632,631,2,'douglas',65,'douglas@tdha.net','Re:All TDHA members',1172325877,'205.188.117.70',0,0,0,0,0,0),(634,0,634,2,'douglas',65,'douglas@tdha.net','News Letter going to press,',1172414436,'64.12.116.208',0,0,0,0,56,0),(635,0,635,3,'douglas',65,'douglas@tdha.net','News Letter',1172429485,'64.12.116.208',0,0,0,0,6,0),(636,627,612,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Times & Dates for Security',1172513479,'76.210.151.43',0,0,0,0,0,0),(637,623,623,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Site Speed',1172513612,'76.210.151.43',0,0,0,0,0,0),(638,630,624,3,'Longshot',66,'longshotjames@yahoo.com','Re:Will calling Shane',1172516333,'207.155.28.80',0,0,0,0,0,0),(639,636,612,3,'Longshot',66,'longshotjames@yahoo.com','Re:Times & Dates for Security',1172519866,'207.155.28.80',0,0,0,0,0,0),(640,629,628,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Rules now final?',1172525654,'216.54.142.85',0,0,0,0,0,0),(641,0,641,3,'Hogboy',79,'rjb2412@hotmail.com','Good news! Maybe?',1172556352,'24.243.41.237',0,0,0,0,8,0),(642,637,623,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Site Speed',1172591537,'216.54.142.85',0,0,0,0,0,0),(643,642,623,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Site Speed',1172592286,'209.99.47.67',0,0,0,0,0,0),(644,643,623,3,'krystal',64,'krystal@tdha.net','Re:Site Speed',1172603711,'65.120.2.230',0,0,0,0,0,0),(645,643,623,3,'krystal',64,'krystal@tdha.net','Re:Site Speed',1172604140,'65.120.2.230',0,0,0,0,0,0),(646,645,623,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Site Speed',1172613364,'162.89.0.60',0,0,0,0,0,0),(647,0,647,3,'krystal',64,'krystal@tdha.net','E-Mailed You Today',1172636987,'65.120.3.217',0,0,0,0,10,0),(648,646,623,3,'krystal',64,'krystal@tdha.net','Re:Site Speed',1172710602,'65.120.3.184',0,0,0,0,0,0),(649,0,649,3,'krystal',64,'krystal@tdha.net','Only 9 Days till Contest!',1172713783,'65.120.3.184',0,0,0,0,14,0),(650,617,584,2,'krystal',64,'krystal@tdha.net','Re:TDHA (HHH) Hunt Rules',1172716540,'65.120.3.184',0,0,0,0,0,0),(651,0,651,3,'krystal',64,'krystal@tdha.net','Anybody have anything to add?',1172763154,'65.120.2.17',0,0,0,0,5,0),(652,647,647,3,'krystal',64,'krystal@tdha.net','Re:E-Mailed You Today',1172768348,'65.120.2.17',0,0,0,0,0,0),(653,0,653,2,'krystal',64,'krystal@tdha.net','Register Online for Contest',1172769834,'65.120.2.17',0,0,0,0,23,0),(654,648,623,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Site Speed',1172775859,'207.105.30.44',0,0,0,0,0,0),(655,649,649,3,'krystal',64,'krystal@tdha.net','Re:Only 9 Days till Contest!',1172780066,'65.120.2.21',0,0,0,0,0,0),(656,655,649,3,'Longshot',66,'longshotjames@yahoo.com','Re:Only 9 Days till Contest!',1172780474,'207.155.28.80',0,0,0,0,0,0),(657,655,649,3,'Longshot',66,'longshotjames@yahoo.com','Re:Only 9 Days till Contest!',1172780780,'207.155.28.80',0,0,0,0,0,0),(658,0,658,3,'Longshot',66,'longshotjames@yahoo.com','details',1172781908,'207.155.28.80',0,0,0,0,28,0),(659,654,623,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Site Speed',1172789634,'207.105.30.45',0,0,0,0,0,0),(660,0,660,2,'123suey',68,'venisonhunter1@aol.com','3rd Century Roman Boar Dog',1172804490,'69.213.183.124',0,0,0,0,100,0),(661,660,660,2,'tnichol',63,'tim_nichol@yahoo.com','Re:3rd Century Roman Boar Dog',1172829273,'70.112.240.239',0,0,0,0,0,0),(662,572,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1172844462,'65.120.2.236',0,0,0,0,0,0),(663,662,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1172844743,'65.120.2.236',0,0,0,0,0,0),(664,661,660,2,'Longshot',66,'longshotjames@yahoo.com','Re:3rd Century Roman Boar Dog',1172856662,'207.155.28.80',0,0,0,0,0,0),(665,0,665,3,'krystal',64,'krystal@tdha.net','Another question came up today',1172868450,'65.120.2.236',0,0,0,0,71,0),(666,665,665,3,'Longshot',66,'longshotjames@yahoo.com','Re:Another question came up today',1172872338,'207.155.28.80',0,0,0,0,0,0),(667,660,660,2,'123suey',68,'venisonhunter1@aol.com','Re:3rd Century Roman Boar Dog',1172873293,'205.188.116.74',0,0,0,0,0,0),(668,0,668,2,'Longshot',66,'longshotjames@yahoo.com','pics West Texas Quail hunt',1172875601,'207.155.28.80',0,0,0,0,41,0),(669,660,660,2,'123suey',68,'venisonhunter1@aol.com','Re:3rd Century Roman Boar Dog',1172905545,'69.213.183.157',0,0,0,0,0,0),(670,659,623,3,'krystal',64,'krystal@tdha.net','Re:Site Speed',1172934834,'65.120.2.27',0,0,0,0,0,0),(671,0,671,2,'krystal',64,'krystal@tdha.net','Any Trouble posting here?',1173115976,'65.120.2.15',0,0,0,0,51,0),(672,658,658,3,'Hogboy',79,'rjb2412@hotmail.com','Re:details',1173152082,'24.243.41.237',0,0,0,0,0,0),(673,666,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173152178,'24.243.41.237',0,0,0,0,0,0),(674,663,550,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA HUNT DONATIONS LIST',1173152817,'24.243.41.237',0,0,0,0,0,0),(675,673,665,3,'krystal',64,'krystal@tdha.net','Re:Another question came up today',1173153607,'65.120.3.172',0,0,0,0,0,0),(676,674,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173156649,'65.120.3.172',0,0,0,0,0,0),(677,676,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173157251,'65.120.3.172',0,0,0,0,0,0),(678,672,658,3,'krystal',64,'krystal@tdha.net','Re:details',1173157581,'65.120.3.172',0,0,0,0,0,0),(679,677,550,3,'douglas',65,'douglas@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173190216,'205.188.117.70',0,0,0,0,0,0),(680,671,671,2,'douglas',65,'douglas@tdha.net','Re:Any Trouble posting here?',1173193672,'66.45.66.6',0,0,0,0,0,0),(681,670,623,3,'tdha',62,'tdhaadmin@tdha.net','Re:Site Speed',1173208403,'207.105.30.45',0,0,0,0,0,0),(682,675,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173209611,'209.99.47.67',0,0,0,0,0,0),(683,679,550,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA HUNT DONATIONS LIST',1173210770,'209.99.47.67',0,0,0,0,0,0),(684,683,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173213101,'65.120.3.168',0,0,0,0,0,0),(685,682,665,3,'krystal',64,'krystal@tdha.net','Re:Another question came up today',1173213960,'65.120.3.168',0,0,0,0,0,0),(686,684,550,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA HUNT DONATIONS LIST',1173216359,'209.99.47.67',0,0,0,0,0,0),(687,685,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173216655,'209.99.47.67',0,0,0,0,0,0),(688,687,665,3,'krystal',64,'krystal@tdha.net','Re:Another question came up today',1173217712,'65.120.3.168',0,0,0,0,0,0),(689,686,550,3,'krystal',64,'krystal@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173217844,'65.120.3.168',0,0,0,0,0,0),(690,688,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173221366,'209.99.47.67',0,0,0,0,0,0),(691,689,550,3,'douglas',65,'douglas@tdha.net','Re:TDHA HUNT DONATIONS LIST',1173227367,'152.163.101.12',0,0,0,0,0,0),(692,680,671,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Any Trouble posting here?',1173278605,'155.56.68.220',0,0,0,0,0,0),(693,690,665,3,'krystal',64,'krystal@tdha.net','Re:Another question came up today',1173288523,'65.120.2.51',0,0,0,0,0,0),(694,0,694,2,'krystal',64,'krystal@tdha.net','TDHA/Hunters Harvest Contest',1173293350,'65.120.2.51',0,0,0,0,58,0),(695,678,658,3,'krystal',64,'krystal@tdha.net','Re:details',1173294776,'65.120.2.51',0,0,0,0,0,0),(696,0,696,3,'krystal',64,'krystal@tdha.net','TIM',1173295169,'65.120.2.51',2,0,0,0,9,0),(697,693,665,3,'Longshot',66,'longshotjames@yahoo.com','Re:Another question came up today',1173295907,'207.155.28.80',0,0,0,0,0,0),(698,693,665,3,'Longshot',66,'longshotjames@yahoo.com','Re:Another question came up today',1173296000,'207.155.28.80',0,0,0,0,0,0),(699,695,658,3,'Longshot',66,'longshotjames@yahoo.com','Re:details',1173296268,'207.155.28.80',0,0,0,0,0,0),(700,698,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173298216,'209.99.47.67',0,0,0,0,0,0),(701,0,701,3,'krystal',64,'krystal@tdha.net','Scale for Weigh In',1173300906,'65.120.2.51',0,0,0,0,4,0),(702,696,696,3,'tnichol',63,'tim_nichol@yahoo.com','Re:TIM',1173308139,'155.56.68.220',0,0,0,0,0,0),(703,0,703,3,'krystal',64,'krystal@tdha.net','Cody is Out w/ Flu Virus',1173393748,'65.120.2.26',0,0,0,0,11,0),(704,0,704,3,'krystal',64,'krystal@tdha.net','Bayed Solid',1173393915,'65.120.2.26',0,0,0,0,6,0),(705,0,705,3,'krystal',64,'krystal@tdha.net','Contestants',1173394408,'65.120.2.26',0,0,0,0,6,0),(706,700,665,3,'krystal',64,'krystal@tdha.net','Re:Another question came up today',1173394767,'65.120.2.26',0,0,0,0,0,0),(707,706,665,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Another question came up today',1173418124,'24.243.41.237',0,0,0,0,0,0),(708,0,708,2,'Davida',109,'tdhaadmin@tdha.net','dogs for sale',1173561439,'71.126.200.17',0,0,0,0,128,0),(709,576,485,2,'fatpipes',96,'walterseabaugh@yahoo.com','Re:Peta has the right to kill animals?',1173589716,'209.169.73.143',0,0,0,0,0,0),(710,215,38,4,'fatpipes',96,'walterseabaugh@yahoo.com','Re:new trick',1173590161,'209.169.73.143',0,0,0,0,0,0),(711,708,708,2,'Davida',109,'tdhaadmin@tdha.net','Re:dogs for sale',1173636446,'71.126.200.17',0,0,0,0,0,0),(712,0,712,2,'douglas',65,'douglas@tdha.net','3-11-07 hog contest',1173651474,'205.188.117.70',0,0,0,0,147,0),(713,712,712,2,'douglas',65,'douglas@tdha.net','Re:3-11-07 hog contest',1173741536,'64.12.116.74',0,0,0,0,0,0),(714,712,712,2,'TxMaverick',135,'tx_maverick1163@yahoo.com','Re:3-11-07 hog contest',1173760844,'24.32.132.117',0,0,0,0,0,0),(715,714,712,2,'douglas',65,'douglas@tdha.net','Re:3-11-07 hog contest',1173789413,'64.12.116.208',0,0,0,0,0,0),(716,0,716,3,'black gold',76,'wildboar@brutalboarcreations.com','Job Well Done!',1173795036,'162.89.0.61',0,0,0,0,8,0),(717,716,716,3,'krystal',64,'krystal@tdha.net','Re:Job Well Done!',1173796262,'65.120.2.138',0,0,0,0,0,0),(718,0,718,3,'krystal',64,'krystal@tdha.net','Facts from Contest',1173797799,'65.120.2.138',0,0,0,0,10,0),(719,703,703,3,'krystal',64,'krystal@tdha.net','Re:Cody is Out w/ Flu Virus',1173804705,'65.120.2.138',0,0,0,0,0,0),(720,703,703,3,'krystal',64,'krystal@tdha.net','Re:Cody is Out w/ Flu Virus',1173806433,'65.120.2.138',0,0,0,0,0,0),(721,0,721,2,'Gator',90,'vernon.gaines@txdps.state.tx.us','Bay Dog???',1173815061,'204.65.230.111',0,0,0,0,104,0),(722,0,722,3,'krystal',64,'krystal@tdha.net','Hog Hunting Tournament (need responses now)',1173817027,'65.120.2.138',0,0,0,0,332,0),(723,0,723,2,'douglas',65,'douglas@tdha.net','Some of the Texas elected are backing this Bill.',1173817752,'205.188.117.70',0,0,0,0,63,0),(724,721,721,2,'krystal',64,'krystal@tdha.net','Re:Bay Dog???',1173821546,'65.120.3.171',0,0,0,0,0,0),(725,0,725,3,'tnichol',63,'tim_nichol@yahoo.com','Speed?',1173822946,'169.145.3.13',0,0,0,0,7,0),(726,722,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1173825157,'65.120.3.171',0,0,0,0,0,0),(727,726,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament',1173825682,'207.155.28.80',0,0,0,0,0,0),(728,725,725,3,'krystal',64,'krystal@tdha.net','Re:Speed?',1173834708,'65.120.3.171',0,0,0,0,0,0),(729,728,725,3,'krystal',64,'krystal@tdha.net','Re:Speed?',1173881679,'65.120.3.189',0,0,0,0,0,0),(730,727,722,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Hog Hunting Tournament',1173884840,'169.145.3.12',0,0,0,0,0,0),(731,724,721,2,'Gator',90,'vernon.gaines@txdps.state.tx.us','Re:Bay Dog???',1173888904,'208.226.9.60',0,0,0,0,0,0),(732,730,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament',1173894001,'207.155.28.80',0,0,0,0,0,0),(733,732,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1173899374,'65.120.2.39',0,0,0,0,0,0),(734,733,722,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Hunting Tournament',1173900492,'162.89.0.61',0,0,0,0,0,0),(735,734,722,3,'douglas',65,'douglas@tdha.net','Re:Hog Hunting Tournament',1173908580,'152.163.101.12',0,0,0,0,0,0),(736,735,722,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Hog Hunting Tournament',1173932505,'24.243.41.237',0,0,0,0,0,0),(737,736,722,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Hunting Tournament',1173968137,'162.89.0.60',0,0,0,0,0,0),(738,737,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1173978985,'65.120.3.193',0,0,0,0,0,0),(739,738,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1173982305,'65.120.3.193',0,0,0,0,0,0),(740,738,722,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Hog Hunting Tournament',1174013323,'24.243.41.237',0,0,0,0,0,0),(741,0,741,3,'douglas',65,'douglas@tdha.net','Members and new members',1174136574,'152.163.101.12',0,0,0,0,4,0),(742,740,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament',1174149242,'207.155.28.80',0,0,0,0,0,0),(743,0,743,2,'douglas',65,'douglas@tdha.net','TDHA at the Colorado County wild life meeting',1174238076,'152.163.101.12',0,0,0,0,47,0),(744,0,744,3,'douglas',65,'douglas@tdha.net','Shane\\\'s answer to a want to be member',1174253658,'64.12.116.208',0,0,0,0,28,0),(745,744,744,3,'krystal',64,'krystal@tdha.net','Re:Shane\\\'s answer to a want to be member',1174269965,'65.120.2.141',0,0,0,0,0,0),(746,745,744,3,'krystal',64,'krystal@tdha.net','Re:Shane\\\'s answer to a want to be member',1174274182,'65.120.2.141',0,0,0,0,0,0),(747,746,744,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Shane\\\'s answer to a want to be member',1174280149,'24.243.41.237',0,0,0,0,0,0),(748,742,722,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Hog Hunting Tournament',1174280485,'24.243.41.237',0,0,0,0,0,0),(749,0,749,3,'Hogboy',79,'rjb2412@hotmail.com','Dog shooting',1174280670,'24.243.41.237',0,0,0,0,20,0),(750,743,743,2,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA at the Colorado County wild life meeting',1174280784,'24.243.41.237',0,0,0,0,0,0),(751,0,751,2,'Hogboy',79,'rjb2412@hotmail.com','Dog shooting',1174281187,'24.243.41.237',0,0,0,0,422,0),(752,749,749,3,'douglas',65,'douglas@tdha.net','Re:Dog shooting',1174311133,'152.163.101.12',0,0,0,0,0,0),(753,751,751,2,'douglas',65,'douglas@tdha.net','Re:Dog shooting',1174311397,'152.163.101.12',0,0,0,0,0,0),(754,752,749,3,'krystal',64,'krystal@tdha.net','Re:Dog shooting',1174316385,'65.120.2.144',0,0,0,0,0,0),(755,748,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1174325572,'65.120.2.227',0,0,0,0,0,0),(756,755,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament',1174329230,'207.155.28.80',0,0,0,0,0,0),(757,751,751,2,'LacyLady',138,'bluelacydogs@sbcglobal.net','Re:Dog shooting',1174333953,'69.150.212.162',0,0,0,0,0,0),(758,751,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174336120,'209.99.47.67',0,0,0,0,0,0),(759,758,751,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Dog shooting',1174395665,'207.105.30.45',0,0,0,0,0,0),(760,759,751,2,'douglas',65,'douglas@tdha.net','Re:Dog shooting',1174396169,'152.163.100.75',0,0,0,0,0,0),(761,747,744,3,'douglas',65,'douglas@tdha.net','Re:Shane\\\'s answer to a want to be member',1174396672,'152.163.100.75',0,0,0,0,0,0),(762,749,749,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174407137,'209.99.47.67',0,0,0,0,0,0),(763,756,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1174407376,'65.120.2.243',0,0,0,0,0,0),(764,760,751,2,'LacyLady',138,'bluelacydogs@sbcglobal.net','Re:Dog shooting',1174408518,'69.150.212.162',0,0,0,0,0,0),(765,764,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174409978,'209.99.47.67',0,0,0,0,0,0),(766,765,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174421455,'209.99.47.67',0,0,0,0,0,0),(767,766,751,2,'douglas',65,'douglas@tdha.net','Re:Dog shooting',1174429758,'205.188.117.70',0,0,0,0,0,0),(768,767,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174439520,'24.243.41.237',0,0,0,0,0,0),(769,763,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1174453846,'65.120.3.181',0,0,0,0,0,0),(770,768,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174509124,'209.99.47.67',0,0,0,0,0,0),(771,770,751,2,'Hogboy',79,'rjb2412@hotmail.com','Re:Dog shooting',1174527550,'24.243.41.237',0,0,0,0,0,0),(772,769,722,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Hog Hunting Tournament',1174562403,'70.112.240.239',0,0,0,0,0,0),(773,772,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament',1174576073,'65.120.2.210',0,0,0,0,0,0),(774,773,722,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Hog Hunting Tournament',1174580699,'207.105.30.45',0,0,0,0,0,0),(775,722,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1174581093,'207.155.28.80',0,0,0,0,0,0),(776,751,751,2,'123suey',68,'venisonhunter1@aol.com','Re:Dog shooting',1174694470,'69.213.183.118',0,0,0,0,0,0),(777,0,777,2,'douglas',65,'douglas@tdha.net','Uncle Earls 2007',1174839603,'152.163.100.71',0,0,0,0,57,0),(778,775,722,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Hog Hunting Tournament (need responses now)',1175003138,'209.99.47.67',0,0,0,0,0,0),(779,0,779,3,'Hogboy',79,'rjb2412@hotmail.com','Things to think about',1175003577,'209.99.47.67',0,0,0,0,10,0),(780,0,780,2,'AmyB',80,'dogomom@wowway.com','TDHA Newsletter',1175011807,'64.199.8.50',0,0,0,0,67,0),(781,778,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament (need responses now)',1175025894,'65.120.2.227',0,0,0,0,0,0),(782,781,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1175098679,'207.155.28.80',0,0,0,0,0,0),(783,782,722,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Hunting Tournament (need responses now)',1175106414,'162.89.0.60',0,0,0,0,0,0),(784,780,780,2,'douglas',65,'douglas@tdha.net','Re:TDHA Newsletter',1175137438,'64.12.112.158',0,0,0,0,0,0),(785,783,722,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Hog Hunting Tournament (need responses now)',1175475260,'207.69.139.9',0,0,0,0,0,0),(786,785,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament (need responses now)',1175627865,'65.120.2.114',1,0,0,0,0,0),(787,0,787,2,'krystal',64,'krystal@tdha.net','Uncle Earl\\\'s made the front page in Texas news',1175628134,'65.120.2.114',0,0,0,0,70,0),(788,0,788,2,'Longshot',66,'longshotjames@yahoo.com','TDHA needs a member to volunteer',1175712139,'207.155.28.80',0,0,0,0,101,0),(789,786,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1175712383,'207.155.28.80',0,0,0,0,0,0),(790,788,788,2,'reddog',70,'reddog0957@aol.com','Re:TDHA needs a member to volunteer',1175732374,'66.162.87.252',0,0,0,0,0,0),(791,789,722,3,'WillSeger',81,'wmseger@peoplepc.com','Re:Hog Hunting Tournament (need responses now)',1175736374,'66.94.98.189',0,0,0,0,0,0),(792,790,788,2,'Longshot',66,'longshotjames@yahoo.com','Re:TDHA needs a member to volunteer',1175788403,'207.155.28.80',0,0,0,0,0,0),(793,791,722,3,'Hogboy',79,'rjb2412@hotmail.com','Re:Hog Hunting Tournament (need responses now)',1175829658,'70.120.87.36',0,0,0,0,0,0),(794,792,788,2,'reddog',70,'reddog0957@aol.com','Re:TDHA needs a member to volunteer',1175862950,'152.163.100.71',0,0,0,0,0,0),(795,0,795,3,'Hogboy',79,'rjb2412@hotmail.com','TDHA Legislative Rep',1175886014,'209.99.47.67',0,0,0,0,34,0),(796,795,795,3,'douglas',65,'douglas@tdha.net','Re:TDHA Legislative Rep',1175892562,'205.188.117.16',0,0,0,0,0,0),(797,0,797,2,'tnichol',63,'tim_nichol@yahoo.com','April 28th Trailblazer program - AUSTIN',1175949078,'70.112.240.239',0,0,0,0,33,0),(798,797,797,2,'douglas',65,'douglas@tdha.net','Re:April 28th Trailblazer program - AUSTIN',1175951371,'205.188.117.16',0,0,0,0,0,0),(799,0,799,2,'douglas',65,'douglas@tdha.net','Have you read HB 2543 ??',1176036533,'64.12.116.15',0,0,0,0,49,0),(800,794,788,2,'Longshot',66,'longshotjames@yahoo.com','Re:TDHA needs a member to volunteer',1176137101,'207.155.28.80',0,0,0,0,0,0),(801,793,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1176137215,'207.155.28.80',0,0,0,0,0,0),(802,796,795,3,'Longshot',66,'longshotjames@yahoo.com','Re:TDHA Legislative Rep',1176137417,'207.155.28.80',0,0,0,0,0,0),(803,795,795,3,'WillSeger',81,'wmseger@peoplepc.com','Re:TDHA Legislative Rep',1176141528,'207.69.139.11',0,0,0,0,0,0),(804,803,795,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:TDHA Legislative Rep',1176145302,'76.210.150.138',0,0,0,0,0,0),(805,800,788,2,'douglas',65,'douglas@tdha.net','Re:TDHA needs a member to volunteer',1176167374,'205.188.117.16',0,0,0,0,0,0),(806,804,795,3,'Hogboy',79,'rjb2412@hotmail.com','Re:TDHA Legislative Rep',1176219962,'209.99.47.67',0,0,0,0,0,0),(807,0,807,2,'douglas',65,'douglas@tdha.net','Read and act now on this bill',1176335590,'64.12.116.15',0,0,0,0,72,0),(808,807,807,2,'krystal',64,'krystal@tdha.net','Re:Read and act now on this bill',1176489408,'65.120.0.65',0,0,0,0,0,0),(809,806,795,3,'krystal',64,'krystal@tdha.net','Re:TDHA Legislative Rep',1176490610,'65.120.0.65',0,0,0,0,0,0),(810,808,807,2,'douglas',65,'douglas@tdha.net','Re:Read and act now on this bill',1176693880,'152.163.101.16',0,0,0,0,0,0),(811,801,722,3,'krystal',64,'krystal@tdha.net','Re:Hog Hunting Tournament (need responses now)',1176742180,'65.120.0.79',0,0,0,0,0,0),(812,0,812,2,'krystal',64,'krystal@tdha.net','Urgent Action HB2328 Required today!',1176744675,'65.120.0.79',0,0,0,0,87,0),(813,812,812,2,'douglas',65,'douglas@tdha.net','Re:Urgent Action HB2328 Required today!',1176777215,'64.12.116.15',0,0,0,0,0,0),(814,811,722,3,'black gold',76,'wildboar@brutalboarcreations.com','Re:Hog Hunting Tournament (need responses now)',1176831949,'162.89.0.60',0,0,0,0,0,0),(815,787,787,2,'tnichol',63,'tim_nichol@yahoo.com','Re:Uncle Earl\\\'s made the front page in Texas news',1176836571,'169.145.3.12',0,0,0,0,0,0),(816,814,722,3,'tnichol',63,'tim_nichol@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1176836642,'169.145.3.12',0,0,0,0,0,0),(817,813,812,2,'douglas',65,'douglas@tdha.net','Re:Urgent Action HB2328 Required today!',1176938290,'205.188.117.16',0,0,0,0,0,0),(818,816,722,3,'Longshot',66,'longshotjames@yahoo.com','Re:Hog Hunting Tournament (need responses now)',1177012211,'207.155.28.80',0,0,0,0,0,0),(819,818,722,3,'douglas',65,'douglas@tdha.net','Re:Hog Hunting Tournament (need responses now)',1177077337,'152.163.101.16',0,0,0,0,0,0),(820,0,820,4,'Tx Redneck Wife',121,'BestLilBlindCoInTx@Houston.RR.Com