CREATE TABLE `free_dogstuff` (
  `ID` int(10) unsigned NOT NULL auto_increment,
  `URL` text NOT NULL,
  `Name` text NOT NULL,
  `Description` text NOT NULL,
  PRIMARY KEY  (`ID`)
) TYPE=MyISAM AUTO_INCREMENT=13 ;

INSERT INTO `free_dogstuff` VALUES (1, 'http://www.sitstay.com/pedi/', 'Pedigree Generator', 'http://www.sitstay.com/pedi/\n SitStay offers this free pedigree generator. By filling in a form it will automatically generate an HTML Pedigree for your web site.\n ');
INSERT INTO `free_dogstuff` VALUES (2, 'http://www.chazhound.com/', 'Chazhound''s Free Dog Site', 'http://www.chazhound.com/\n 100''s of free games and pet games to download. Dog care information. &quot;Big Dog&quot; Award Contest. Best dog sites and pet care resources.\n ');
INSERT INTO `free_dogstuff` VALUES (3, 'http://www.talktothevet.com/FREE_PET_STUFF/index.html', 'Abundant Free Pet Stuff', 'http://www.talktothevet.com/FREE_PET_STUFF/index.html\n A resource exclusively dedicated to pet freebies. Frequently updated contests, free products, games, coupons, supplies and computer wallpapers related to dogs, cats, birds and animals.\n ');
INSERT INTO `free_dogstuff` VALUES (4, 'http://www.dogmail.com', 'Free DogMail', 'http://www.dogmail.com\n Your @dog.com e-mail account -- a Web-based e-mail service -- is free and permanent even if you switch access providers. Get your DogMail from any computer on the Internet, using a browser.\n ');
INSERT INTO `free_dogstuff` VALUES (5, 'http://mail.dogomania.com', 'Free E-mail at Dogomania.com', 'http://mail.dogomania.com\n Free permanent web-based @dogomania.com email. Get 6MB mailbox and free spam protection.\n\n ');
INSERT INTO `free_dogstuff` VALUES (6, 'http://dogmail.i-love-dogs.com', 'Free E-mail for Dog Lovers', 'http://dogmail.i-love-dogs.com\n Sign up for free E-mail @I-Love-Dogs.com. Show your love of dogs!\n ');
INSERT INTO `free_dogstuff` VALUES (7, 'http://www.westiemail.com', 'Westie Mail', 'http://www.westiemail.com\n Free, private, web-based email ... with a Westie touch!\n ');
INSERT INTO `free_dogstuff` VALUES (8, 'http://www.bigchihuahua.com/about.htm', 'Free Chihuahuas Screensaver', 'http://www.bigchihuahua.com/about.htm\n Click on our link for a chihuahua screen saver, from Bigchihuahua.com.\n ');
INSERT INTO `free_dogstuff` VALUES (9, 'http://home.planet.nl/~wiers002/images/postkantoor2uk.html', 'E-Cards', 'http://home.planet.nl/~wiers002/images/postkantoor2uk.html\n Send our dog webart graphics as greeting cards.\n ');
INSERT INTO `free_dogstuff` VALUES (10, 'http://www.dollarandsense.com/familyfreebies/petfreebies.html', 'Free Stuff for Pets', 'http://www.dollarandsense.com/familyfreebies/petfreebies.html\n Pet freebies for your cat and dog including pet food, treats, pet care offers for kittens and puppies and coupons for supplies.\n\n ');
INSERT INTO `free_dogstuff` VALUES (11, 'http://www.geocities.com/Petsburgh/Stable/4364', 'Rhiannon''s Realm', 'http://www.geocities.com/Petsburgh/Stable/4364\n Free dog web graphics - borders, background and tile sets -for use on personal pages.\n ');
INSERT INTO `free_dogstuff` VALUES (12, 'http://dogscreensaver.com', 'Dog Screen Saver', 'http://dogscreensaver.com\n A free multimedia screensaver featuring adorable pups. Add your own pictures and music! Create unlimited slide shows!\n\n\n  ');

