Hello fellow WTF'ers...

I am selling my database of my website:
DrinkMix.net - Thousands of Mixed Drink Recipes.

This database includes 9,000+ unique recipes of alcoholic and non alcoholic drinks which is in SQL format.

This is the table structure:

Table structure for table `drink`
--

CREATE TABLE IF NOT EXISTS `drink` (
`id` int(5) NOT NULL auto_increment,
`title` varchar(64) NOT NULL default '',
`keywords` varchar(255) NOT NULL default '',
`content` varchar(255) NOT NULL default '',
`cat` varchar(64) NOT NULL default '',
`subcat` varchar(64) NOT NULL default '',
`ingredients` text NOT NULL,
`method` text NOT NULL,
`serve` varchar(64) NOT NULL default '',
`nutriinfo` text NOT NULL,
`visible` int(1) NOT NULL default '0',
`featured` int(11) NOT NULL default '0',
`views` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9038 ;

--
-- Dumping data for table `drink`
--

INSERT INTO `drink` (`id`, `title`, `keywords`, `content`, `cat`, `subcat`, `ingredients`, `method`, `serve`, `nutriinfo`, `visible`, `featured`, `views`)
The price is only $30 for this unique database!
(Paypal, alertpay, or moneybookers accepted!)