Skip to content

Instantly share code, notes, and snippets.

@brianstarke
Created October 23, 2013 15:35
Show Gist options
  • Save brianstarke/7121013 to your computer and use it in GitHub Desktop.
Save brianstarke/7121013 to your computer and use it in GitHub Desktop.
cards against humanity cards SQL (MySQL)
# ************************************************************
# Sequel Pro SQL dump
# Version 4096
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: 127.0.0.1 (MySQL 5.6.10)
# Database: caho
# Generation Time: 2013-10-22 16:02:12 +0000
# ************************************************************
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!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' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
# Dump of table black_cards
# ------------------------------------------------------------
DROP TABLE IF EXISTS `black_cards`;
CREATE TABLE `black_cards` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`text` varchar(255) NOT NULL,
`draw` smallint(6) NOT NULL DEFAULT '0',
`pick` smallint(6) NOT NULL DEFAULT '1',
`card_set_id` int(9) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `black_cards` WRITE;
/*!40000 ALTER TABLE `black_cards` DISABLE KEYS */;
INSERT INTO `black_cards` (`id`, `text`, `draw`, `pick`, `card_set_id`)
VALUES
(1,'Why can\'t I sleep at night?',0,1,1),
(2,'I got 99 problems but ____ ain\'t one.',0,1,1),
(3,'What\'s a girl\'s best friend?',0,1,1),
(4,'What\'s that smell?',0,1,1),
(5,'____? There\'s an app for that.',0,1,1),
(6,'This is the way the world ends This is the way the world ends Not with a bang but with ____.',0,1,1),
(7,'What is Batman\'s guilty pleasure?',0,1,1),
(8,'TSA guidelines now prohibit ____ on airplanes.',0,1,1),
(9,'What ended my last relationship?',0,1,1),
(10,'MTV\'s new reality show features eight washed-up celebrities living with ____.',0,1,1),
(11,'I drink to forget ____.',0,1,1),
(12,'I\'m sorry, Professor, but I couldn\'t complete my homework because of ____.',0,1,1),
(13,'During Picasso\'s often-overlooked Brown Period, he produced hundreds of paintings of ____.',0,1,1),
(14,'Alternative medicine is now embracing the curative powers of ____.',0,1,1),
(15,'What\'s that sound?',0,1,1),
(16,'Who stole the cookies from the cookie jar?',0,1,1),
(17,'What\'s the next Happy Meal® toy?',0,1,1),
(18,'Anthropologists have recently discovered a primitive tribe that worships ____.',0,1,1),
(19,'It\'s a pity that kids these days are all getting involved with ____.',0,1,1),
(20,'____. That\'s how I want to die.',0,1,1),
(21,'In the new Disney Channel Original Movie, Hannah Montana struggles with ____ for the first time.',0,1,1),
(22,'What does Dick Cheney prefer?',0,1,1),
(23,'I wish I hadn\'t lost the instruction manual for ____.',0,1,1),
(24,'Instead of coal, Santa now gives the bad children ____.',0,1,1),
(25,'What\'s the most emo?',0,1,1),
(26,'In 1,000 years, when paper money is but a distant memory, ____ will be our currency.',0,1,1),
(27,'What\'s the next superhero?',0,1,1),
(28,'A romantic, candlelit dinner would be incomplete without ____.',0,1,1),
(29,'Next from J.K. Rowling: Harry Potter and the Chamber of ____.',0,1,1),
(30,'____. Betcha can\'t have just one!',0,1,1),
(31,'White people like ____.',0,1,1),
(32,'____. High five, bro.',0,1,1),
(33,'During sex, I like to think about ____.',0,1,1),
(34,'War!<br><br>What is it good for?',0,1,1),
(35,'BILLY MAYS HERE FOR ____.',0,1,1),
(36,'What will always get you laid?',0,1,1),
(37,'When I\'m in prison, I\'ll have ____ smuggled in.',0,1,1),
(38,'What did I bring back from Mexico?',0,1,1),
(39,'What are my parents hiding from me?',0,1,1),
(40,'What helps Obama unwind?',0,1,1),
(41,'What\'s there a ton of in heaven?',0,1,1),
(42,'What would grandma find disturbing, yet oddly charming?',0,1,1),
(43,'What did the U.S. airdrop to the children of Afghanistan?',0,1,1),
(44,'What\'s the new fad diet?',0,1,1),
(45,'When I am the President of the United States, I will create the Department of ____.',0,1,1),
(46,'Major League Baseball has banned ____ for giving players an unfair advantage.',0,1,1),
(47,'When I am a billionare, I shall erect a 50-foot statue to commemorate ____.',0,1,1),
(48,'What don\'t you want to find in your Chinese food?',0,1,1),
(49,'What will I bring back in time to convince people that I am a powerful wizard?',0,1,1),
(50,'How am I maintaining my relationship status?',0,1,1),
(51,'____. It\'s a trap!',0,1,1),
(52,'Coming to Broadway this season, ____: The Musical.',0,1,1),
(53,'While the United States raced the Soviet Union to the moon, the Mexican government funneled millions of pesos into research on ____.',0,1,1),
(54,'After Hurricane Katrina, Sean Penn brought ____ to all the people of New Orleans.',0,1,1),
(55,'Due to a PR fiasco, Walmart no longer offers ____.',0,1,1),
(56,'What never fails to liven up the party?',0,1,1),
(57,'But before I kill you, Mr. Bond, I must show you ____.',0,1,1),
(58,'What gives me uncontrollable gas?',0,1,1),
(59,'What\'s my secret power?',0,1,1),
(60,'When Pharaoh remained unmoved, Moses called down a plague of ____.',0,1,1),
(61,'The class field trip was completely ruined by ____.',0,1,1),
(62,'What do old people smell like?',0,1,1),
(63,'What am I giving up for Lent?',0,1,1),
(64,'In Michael Jackson\'s final moments, he thought about ____.',0,1,1),
(65,'In an attempt to reach a wider audience, the Smithsonian Museum of Natural History has opened an interactive exhibit on ____.',0,1,1),
(66,'Why do I hurt all over?',0,1,1),
(67,'Studies show that lab rats navigate mazes 50% faster after being exposed to ____.',0,1,1),
(68,'I do not know with which weapons World War III will be fought, but World War IV will be fought with ____.',0,1,1),
(69,'Life was difficult for cavemen before ____.',0,1,1),
(70,'What\'s Teach for America using to inspire inner city students to succeed?',0,1,1),
(71,'What\'s the crustiest?',0,1,1),
(72,'____: Good to the last drop.',0,1,1),
(73,'What did Vin Diesel eat for dinner?',0,1,1),
(74,'____: kid-tested, mother-approved.',0,1,1),
(75,'What gets better with age?',0,1,1),
(76,'Why am I sticky?',0,1,1),
(77,'What\'s my anti-drug?',0,1,1),
(78,'And the Academy Award for ____ goes to ____.',0,2,1),
(79,'For my next trick, I will pull ____ out of ____.',0,2,1),
(80,'____ is a slippery slope that leads to ____.',0,2,1),
(81,'In M. Night Shyamalan\'s new movie, Bruce Willis discovers that ____ had really been ____ all along.',0,2,1),
(82,'In a world ravaged by ____, our only solace is ____.',0,2,1),
(83,'In his new summer comedy, Rob Schneider is ____ trapped in the body of ____.',0,2,1),
(84,'Rumor has it that Vladimir Putin\'s favorite delicacy is ____ stuffed with ____.',0,2,1),
(85,'I never truly understood ____ until I encountered ____.',0,2,1),
(86,'Make a haiku.',2,3,1),
(87,'Lifetime® presents ____, the story of ____.',0,2,1),
(88,'When I was tripping on acid, ____ turned into ____.',0,2,1),
(89,'That\'s right, I killed ____. How, you ask? ____.',0,2,1),
(90,'____ + ____ = ____.',2,3,1),
(91,'Maybe she\'s born with it. Maybe it\'s ____.',0,1,1),
(92,'Dear Abby,<br><br>I\'m having some trouble with ____ and would like your advice.',0,1,1),
(93,'What\'s the next superhero/sidekick duo?',0,2,1),
(94,'In L.A. County Jail, word is you can trade 200 cigarettes for ____.',0,1,1),
(95,'After the earthquake, Sean Penn brought ____ to the people of Haiti.',0,1,1),
(96,'Next on ESPN2, the World Series of ____.',0,1,1),
(97,'Step 1: ____. Step 2: ____. Step 3: Profit.',0,2,1),
(98,'Life for American Indians was forever changed when the White Man introduced them to ____.',0,1,1),
(1001,'test',0,1,1),
(1003,'Starting Canadian Black Cards',0,1,1),
(1009,'End Canadian Black Cards',0,1,1),
(1033,'end bonus misprint bonus card',0,1,1),
(1044,'begin First Expansion',0,1,1),
(1045,'He who controls ____ controls the world.',0,1,2),
(1046,'The CIA now interrogates enemy agents by repeatedly subjecting them to ____.',0,1,2),
(1047,'Dear Sir or Madam, We regret to inform you that the Office of ____ has denied your request for ____.',0,2,2),
(1048,'In Rome, there are whisperings that the Vatican has a secret room devoted to ____.',0,1,2),
(1049,'Science will never explain the origin of ____.',0,1,2),
(1050,'When all else fails, I can always masturbate to ____.',0,1,2),
(1051,'I learned the hard way that you can\'t cheer up a grieving friend with ____.',0,1,2),
(1052,'In its new tourism campaign, Detroit proudly proclaims that it has finally eliminated ____.',0,1,2),
(1053,'An international tribunal has found ____ guilty of ____.',0,2,2),
(1054,'The socialist governments of Scandinavia have declared that access to ____ is a basic human right.',0,1,2),
(1055,'In his new self-produced album, Kanye West raps over the sounds of ____.',0,1,2),
(1056,'What\'s the gift that keeps on giving?',0,1,2),
(1057,'This season on Man vs. Wild, Bear Grylls must survive in the depths of the Amazon with only ____ and his wits.',0,1,2),
(1058,'When I pooped, what came out of my butt?',0,1,2),
(1059,'In the distant future, historians will agree that ____ marked the beginning of America\'s decline.',0,1,2),
(1060,'In a pinch, ____ can be a suitable substitute for ____.',0,2,2),
(1061,'What has been making life difficult at the nudist colony?',0,1,2),
(1062,'Michael Bay\'s new three-hour action epic pits ____ against ____.',0,2,2),
(1063,'And I would have gotten away with it, too, if it hadn\'t been for ____!',0,1,2),
(1064,'What brought the orgy to a grinding halt?',0,1,2),
(1065,'end first expansion',0,1,1),
(1156,'During his midlife crisis, my dad got really into ____.',0,1,3),
(1157,'____ would be woefully incomplete without ____.',0,2,3),
(1158,'My new favorite porn star is Joey \"____\" McGee.',0,1,3),
(1159,'Before I run for president, I must destroy all evidence of my involvement with ____.',0,1,3),
(1160,'This is your captain speaking. Fasten your seatbelts and prepare for ____.',0,1,3),
(1161,'In his newest and most difficult stunt, David Blaine must escape from ____.',0,1,3),
(1162,'The Five Stages of Grief: denial, anger, bargaining, ____, acceptance.',0,1,3),
(1163,'My mom freaked out when she looked at my browser history and found ____.com/____.',0,2,3),
(1164,'I went from ____ to ____, all thanks to ____.',2,3,3),
(1165,'Members of New York\'s social elite are paying thousands of dollars just to experience ____.',0,1,3),
(1166,'This month\'s Cosmo: \"Spice up your sex life by bringing ____ into the bedroom.\"',0,1,3),
(1167,'Little Miss Muffet Sat on a tuffet, Eating her curds and ____.',0,1,3),
(1168,'If God didn\'t want us to enjoy ____, he wouldn\'t have given us ____.',0,2,3),
(1169,'My country, \'tis of thee, sweet land of ____.',0,1,3),
(1170,'After months of debate, the Occupy Wall Street General Assembly could only agree on \"More ____!\"',0,1,3),
(1171,'I spent my whole life working toward ____, only to have it ruined by ____.',0,2,3),
(1172,'Next time on Dr. Phil: How to talk to your child about ____.',0,1,3),
(1173,'Only two things in life are certain: death and ____.',0,1,3),
(1174,'Everyone down on the ground! We don\'t want to hurt anyone. We\'re just here for ____.',0,1,3),
(1175,'The healing process began when I joined a support group for victims of ____.',0,1,3),
(1176,'The votes are in, and the new high school mascot is ____.',0,1,3),
(1177,'Charades was ruined for me forever when my mom had to act out ____.',0,1,3),
(1178,'Before ____, all we had was ____.',0,2,3),
(1179,'Tonight on 20/20: What you don\'t know about ____ could kill you.',0,1,3),
(1180,'You haven\'t truly lived until you\'ve experienced ____ and ____ at the same time.',0,2,3),
(100054,'____: Hours of fun. Easy to use. Perfect for ____!',0,2,4),
(100058,'Turns out that ____-Man was neither the hero we needed nor wanted.',0,1,4),
(100059,'What left this stain on my couch?',0,1,4),
(100065,'Call the law offices of Goldstein & Goldstein, because no one should have to tolerate ____ in the workplace.',0,1,4),
(100066,'A successful job interview begins with a firm handshake and ends with ____.',0,1,4),
(100070,'Lovin\' you is easy \'cause you\'re ____.',0,1,4),
(100074,'Money can\'t buy me love, but it can buy me ____.',0,1,4),
(100078,'Listen, son. If you want to get involved with ____, I won\'t stop you. Just steer clear of ____.',0,2,4),
(100085,'During high school, I never really fit in until I found ____ club.',0,1,4),
(100089,'Hey baby, come back to my place and I\'ll show you ____.',0,1,4),
(100092,'My life is ruled by a vicious cycle of ____ and ____.',0,2,4),
(100093,'To prepare for his upcoming role, Daniel Day-Lewis immersed himself in the world of ____.',0,1,4),
(100094,'Finally! A service that delivers ____ right to your door.',0,1,4),
(100095,'My gym teacher got fired for adding ____ to the obstacle course.',0,1,4),
(100096,'When you get right down to it, ____ is just ____.',0,2,4),
(100097,'As part of his daily regimen, Anderson Cooper sets aside 15 minutes for ____.',0,1,4),
(100098,'In the seventh circle of Hell, sinners must endure ____ for all eternity.',0,1,4),
(100100,'After months of practice with ____, I think I\'m finally ready for ____.',0,2,4),
(100103,'The blind date was going horribly until we discovered our shared interest in ____.',0,1,4),
(100104,'____. Awesome in theory, kind of a mess in practice.',0,1,4),
(100105,'With enough time and pressure, ____ will turn into ____.',0,2,4),
(100106,'I\'m not like the rest of you. I\'m too rich and busy for ____.',0,1,4),
(100108,'And what did <i>you</i> bring for show and tell?',0,1,4),
(100110,'Having problems with ____? Try ____!',0,2,4),
(100113,'As part of his contract, Prince won\'t perform without ____ in his dressing room.',0,1,4),
(100206,'How did I lose my virginity?',0,1,1),
(100207,'Here is the church<br>Here is the steeple<br>Open the doors<br>And there is ____.',0,1,1),
(100208,'During his childhood, Salvador Dalí produced hundreds of paintings of ____.',0,1,1),
(100209,'In 1,000 years, when paper money is a distant memory, how will we pay for goods and services?',0,1,1),
(100210,'What don\'t you want to find in your Kung Pao chicken?',0,1,1),
(100217,'The Smithsonian Museum of Natural History has just opened an exhibit on ____.',0,1,1);
/*!40000 ALTER TABLE `black_cards` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table card_set
# ------------------------------------------------------------
DROP TABLE IF EXISTS `card_set`;
CREATE TABLE `card_set` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `card_set` WRITE;
/*!40000 ALTER TABLE `card_set` DISABLE KEYS */;
INSERT INTO `card_set` (`id`, `name`, `description`)
VALUES
(1,'Original','The original cards'),
(2,'First Expansion','The first expansion set'),
(3,'Second Expansion','The second expansion set'),
(4,'Third Expansion','The third expansion set');
/*!40000 ALTER TABLE `card_set` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table white_cards
# ------------------------------------------------------------
DROP TABLE IF EXISTS `white_cards`;
CREATE TABLE `white_cards` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`text` varchar(255) NOT NULL,
`card_set_id` int(9) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `white_cards` WRITE;
/*!40000 ALTER TABLE `white_cards` DISABLE KEYS */;
INSERT INTO `white_cards` (`id`, `text`, `card_set_id`)
VALUES
(1,'Coat hanger abortions.',1),
(2,'Man meat.',1),
(3,'Autocannibalism.',1),
(4,'Vigorous jazz hands.',1),
(5,'Flightless birds.',1),
(6,'Pictures of boobs.',1),
(7,'Doing the right thing.',1),
(8,'Hunting accidents.',1),
(9,'A cartoon camel enjoying the smooth, refreshing taste of a cigarette.',1),
(10,'The violation of our most basic human rights.',1),
(11,'Viagra®.',1),
(12,'Self-loathing.',1),
(13,'Spectacular abs.',1),
(14,'An honest cop with nothing left to lose.',1),
(15,'Abstinence.',1),
(16,'A balanced breakfast.',1),
(17,'Mountain Dew Code Red.',1),
(18,'Concealing a boner.',1),
(19,'Roofies.',1),
(20,'Glenn Beck convulsively vomiting as a brood of crab spiders hatches in his brain and erupts from his tear ducts.',1),
(21,'Tweeting.',1),
(22,'The Big Bang.',1),
(23,'Amputees.',1),
(24,'The Rev. Dr. Martin Luther King, Jr.',1),
(25,'Former President George W. Bush.',1),
(26,'Being marginalized.',1),
(27,'Smegma.',1),
(28,'Laying an egg.',1),
(29,'Cuddling.',1),
(30,'Aaron Burr.',1),
(31,'The Pope.',1),
(32,'A bleached asshole.',1),
(33,'Horse meat.',1),
(34,'Genital piercings.',1),
(35,'Fingering.',1),
(36,'Elderly Japanese men.',1),
(37,'Stranger danger.',1),
(38,'Fear itself.',1),
(39,'Science.',1),
(40,'Praying the gay away.',1),
(41,'Same-sex ice dancing.',1),
(42,'The terrorists.',1),
(43,'Making sex at her.',1),
(44,'German dungeon porn.',1),
(45,'Bingeing and purging.',1),
(46,'Ethnic cleansing.',1),
(47,'Cheating in the Special Olympics.',1),
(48,'Nickelback.',1),
(49,'Heteronormativity.',1),
(50,'William Shatner.',1),
(51,'Making a pouty face.',1),
(52,'Chainsaws for hands.',1),
(53,'The placenta.',1),
(54,'The profoundly handicapped.',1),
(55,'Tom Cruise.',1),
(56,'Object permanence.',1),
(57,'Goblins.',1),
(58,'An icepick lobotomy.',1),
(59,'Arnold Schwarzenegger.',1),
(60,'Hormone injections.',1),
(61,'A falcon with a cap on its head.',1),
(62,'Foreskin.',1),
(63,'Dying.',1),
(64,'Stunt doubles.',1),
(65,'The invisible hand.',1),
(66,'Jew-fros.',1),
(67,'A really cool hat.',1),
(68,'Flash flooding.',1),
(69,'Flavored condoms.',1),
(70,'Dying of dysentery.',1),
(71,'Sexy pillow fights.',1),
(72,'The Three-Fifths compromise.',1),
(73,'A sad handjob.',1),
(74,'Men.',1),
(75,'Historically black colleges.',1),
(76,'Sean Penn.',1),
(77,'Heartwarming orphans.',1),
(78,'Waterboarding.',1),
(79,'The clitoris.',1),
(80,'Vikings.',1),
(81,'Friends who eat all the snacks.',1),
(82,'The Underground Railroad.',1),
(83,'Pretending to care.',1),
(84,'Raptor attacks.',1),
(85,'A micropenis.',1),
(86,'A Gypsy curse.',1),
(87,'Agriculture.',1),
(88,'Bling.',1),
(89,'A clandestine butt scratch.',1),
(90,'The South.',1),
(91,'Sniffing glue.',1),
(92,'Consultants.',1),
(93,'My humps.',1),
(94,'Geese.',1),
(95,'Being a dick to children.',1),
(96,'Party poopers.',1),
(97,'Sunshine and rainbows.',1),
(98,'YOU MUST CONSTRUCT ADDITIONAL PYLONS.',1),
(99,'Mutually-assured destruction.',1),
(100,'Heath Ledger.',1),
(101,'Sexting.',1),
(102,'An Oedipus complex.',1),
(103,'Eating all of the cookies before the AIDS bake-sale.',1),
(104,'A sausage festival.',1),
(105,'Michael Jackson.',1),
(106,'Skeletor.',1),
(107,'Chivalry.',1),
(108,'Sharing needles.',1),
(109,'Being rich.',1),
(110,'Muzzy.',1),
(111,'Count Chocula.',1),
(112,'Spontaneous human combustion.',1),
(113,'College.',1),
(114,'Necrophilia.',1),
(115,'The Chinese gymnastics team.',1),
(116,'Global warming.',1),
(117,'Farting and walking away.',1),
(118,'Emotions.',1),
(119,'Uppercuts.',1),
(120,'Cookie Monster devouring the Eucharist wafers.',1),
(121,'Stifling a giggle at the mention of Hutus and Tutsis.',1),
(122,'Penis envy.',1),
(123,'Letting yourself go.',1),
(124,'White people.',1),
(125,'Dick Cheney.',1),
(126,'Leaving an awkward voicemail.',1),
(127,'Yeast.',1),
(128,'Natural selection.',1),
(129,'Masturbation.',1),
(130,'Twinkies®.',1),
(131,'A LAN party.',1),
(132,'Opposable thumbs.',1),
(133,'A grande sugar-free iced soy caramel macchiato.',1),
(134,'Soiling oneself.',1),
(135,'A sassy black woman.',1),
(136,'Sperm whales.',1),
(137,'Teaching a robot to love.',1),
(138,'Scrubbing under the folds.',1),
(139,'A drive-by shooting.',1),
(140,'Whipping it out.',1),
(141,'Panda sex.',1),
(142,'Catapults.',1),
(143,'Will Smith.',1),
(144,'Toni Morrison\'s vagina.',1),
(145,'Five-Dollar Footlongs™.',1),
(146,'Land mines.',1),
(147,'A sea of troubles.',1),
(148,'A zesty breakfast burrito.',1),
(149,'Christopher Walken.',1),
(150,'Friction.',1),
(151,'Balls.',1),
(152,'AIDS.',1),
(153,'The KKK.',1),
(154,'Figgy pudding.',1),
(155,'Seppuku.',1),
(156,'Marky Mark and the Funky Bunch.',1),
(157,'Gandhi.',1),
(158,'Dave Matthews Band.',1),
(159,'Preteens.',1),
(160,'The token minority.',1),
(161,'Friends with benefits.',1),
(162,'Re-gifting.',1),
(163,'Pixelated bukkake.',1),
(164,'Substitute teachers.',1),
(165,'Take-backsies.',1),
(166,'A thermonuclear detonation.',1),
(167,'The Tempur-Pedic® Swedish Sleep System™.',1),
(168,'Waiting \'til marriage.',1),
(169,'A tiny horse.',1),
(170,'A can of whoop-ass.',1),
(171,'Dental dams.',1),
(172,'Feeding Rosie O\'Donnell.',1),
(173,'Old-people smell.',1),
(174,'Genghis Khan.',1),
(175,'Authentic Mexican cuisine.',1),
(176,'Oversized lollipops.',1),
(177,'Garth Brooks.',1),
(178,'Keanu Reeves.',1),
(179,'Drinking alone.',1),
(180,'The American Dream.',1),
(181,'Taking off your shirt.',1),
(182,'Giving 110%.',1),
(183,'Flesh-eating bacteria.',1),
(184,'Child abuse.',1),
(185,'A cooler full of organs.',1),
(186,'A moment of silence.',1),
(187,'The Rapture.',1),
(188,'Keeping Christ in Christmas.',1),
(189,'RoboCop.',1),
(190,'That one gay Teletubby.',1),
(191,'Sweet, sweet vengeance.',1),
(192,'Fancy Feast®.',1),
(193,'Pooping back and forth. Forever.',1),
(194,'Being a motherfucking sorcerer.',1),
(195,'Jewish fraternities.',1),
(196,'Edible underpants.',1),
(197,'Poor people.',1),
(198,'All-you-can-eat shrimp for $4.99.',1),
(199,'Britney Spears at 55.',1),
(200,'That thing that electrocutes your abs.',1),
(201,'The folly of man.',1),
(202,'Fiery poops.',1),
(203,'Cards Against Humanity.',1),
(204,'A murder most foul.',1),
(205,'Me time.',1),
(206,'The inevitable heat death of the universe.',1),
(207,'Nocturnal emissions.',1),
(208,'Daddy issues.',1),
(209,'The hardworking Mexican.',1),
(210,'Natalie Portman.',1),
(211,'Waking up half-naked in a Denny\'s parking lot.',1),
(212,'Nipple blades.',1),
(213,'Assless chaps.',1),
(214,'Full frontal nudity.',1),
(215,'Hulk Hogan.',1),
(216,'Passive-agression.',1),
(217,'Ronald Reagan.',1),
(218,'Vehicular manslaughter.',1),
(219,'Menstruation.',1),
(220,'Pulling out.',1),
(221,'Picking up girls at the abortion clinic.',1),
(222,'The homosexual agenda.',1),
(223,'The Holy Bible.',1),
(224,'World peace.',1),
(225,'Dropping a chandelier on your enemies and riding the rope up.',1),
(226,'Testicular torsion.',1),
(227,'The milk man.',1),
(228,'A time travel paradox.',1),
(229,'Hot Pockets®.',1),
(230,'Guys who don\'t call.',1),
(231,'Eating the last known bison.',1),
(232,'Darth Vader.',1),
(233,'Scalping.',1),
(234,'Homeless people.',1),
(235,'The World of Warcraft.',1),
(236,'Gloryholes.',1),
(237,'Saxophone solos.',1),
(238,'Sean Connery.',1),
(239,'God.',1),
(240,'Intelligent design.',1),
(241,'The taint; the grundle; the fleshy fun-bridge.',1),
(242,'Friendly fire.',1),
(243,'Keg stands.',1),
(244,'Eugenics.',1),
(245,'A good sniff.',1),
(246,'Lockjaw.',1),
(247,'A neglected Tamagotchi™.',1),
(248,'The People\'s Elbow.',1),
(249,'Robert Downey, Jr.',1),
(250,'The heart of a child.',1),
(251,'Seduction.',1),
(252,'Smallpox blankets.',1),
(253,'Licking things to claim them as your own.',1),
(254,'A salty surprise.',1),
(255,'Poorly-timed Holocaust jokes.',1),
(256,'My soul.',1),
(257,'My sex life.',1),
(258,'Pterodactyl eggs.',1),
(259,'Altar boys.',1),
(260,'Forgetting the Alamo.',1),
(261,'72 virgins.',1),
(262,'Raping and pillaging.',1),
(263,'Pedophiles.',1),
(264,'Eastern European Turbo-Folk music.',1),
(265,'A snapping turtle biting the tip of your penis.',1),
(266,'Pabst Blue Ribbon.',1),
(267,'Domino\'s™ Oreo™ Dessert Pizza.',1),
(268,'My collection of high-tech sex toys.',1),
(269,'A middle-aged man on roller skates.',1),
(270,'The Blood of Christ.',1),
(271,'Half-assed foreplay.',1),
(272,'Free samples.',1),
(273,'Douchebags on their iPhones.',1),
(274,'Hurricane Katrina.',1),
(275,'Wearing underwear inside-out to avoid doing laundry.',1),
(276,'Republicans.',1),
(277,'The glass ceiling.',1),
(278,'A foul mouth.',1),
(279,'Jerking off into a pool of children\'s tears.',1),
(280,'Getting really high.',1),
(281,'The deformed.',1),
(282,'Michelle Obama\'s arms.',1),
(283,'Explosions.',1),
(284,'The Übermensch.',1),
(285,'Donald Trump.',1),
(286,'Sarah Palin.',1),
(287,'Attitude.',1),
(288,'This answer is postmodern.',1),
(289,'Crumpets with the Queen.',1),
(290,'Frolicking.',1),
(291,'Team-building exercises.',1),
(292,'Repression.',1),
(293,'Road head.',1),
(294,'A bag of magic beans.',1),
(295,'An asymmetric boob job.',1),
(296,'Dead parents.',1),
(297,'Public ridicule.',1),
(298,'A mating display.',1),
(299,'A mime having a stroke.',1),
(300,'Stephen Hawking talking dirty.',1),
(301,'African children.',1),
(302,'Mouth herpes.',1),
(303,'Overcompensation.',1),
(304,'Bill Nye the Science Guy.',1),
(305,'Bitches.',1),
(306,'Italians.',1),
(307,'Have some more kugel.',1),
(308,'A windmill full of corpses.',1),
(309,'Her Royal Highness, Queen Elizabeth II.',1),
(310,'Crippling debt.',1),
(311,'Adderall™.',1),
(312,'A stray pube.',1),
(313,'Shorties and blunts.',1),
(314,'Passing a kidney stone.',1),
(315,'Prancing.',1),
(316,'Leprosy.',1),
(317,'A brain tumor.',1),
(318,'Bees?',1),
(319,'Puppies!',1),
(320,'Cockfights.',1),
(321,'Kim Jong-il.',1),
(322,'Hope.',1),
(323,'8 oz. of sweet Mexican black-tar heroin.',1),
(324,'Incest.',1),
(325,'Grave robbing.',1),
(326,'Asians who aren\'t good at math.',1),
(327,'Alcoholism.',1),
(328,'(I am doing Kegels right now.)',1),
(329,'Justin Bieber.',1),
(330,'The Jews.',1),
(331,'Bestiality.',1),
(332,'Winking at old people.',1),
(333,'Drum circles.',1),
(334,'Kids with ass cancer.',1),
(335,'Loose lips.',1),
(336,'Auschwitz.',1),
(337,'Civilian casualties.',1),
(338,'Inappropriate yelling.',1),
(339,'Tangled Slinkys.',1),
(340,'Being on fire.',1),
(341,'The Thong Song.',1),
(342,'A vajazzled vagina.',1),
(343,'Riding off into the sunset.',1),
(344,'Exchanging pleasantries.',1),
(345,'My relationship status.',1),
(346,'Shaquille O\'Neal\'s acting career.',1),
(347,'Being fabulous.',1),
(348,'Lactation.',1),
(349,'Not reciprocating oral sex.',1),
(350,'Sobbing into a Hungry-Man® Frozen Dinner.',1),
(351,'My genitals.',1),
(352,'Date rape.',1),
(353,'Ring Pops™.',1),
(354,'GoGurt®.',1),
(355,'Judge Judy.',1),
(356,'Lumberjack fantasies.',1),
(357,'The gays.',1),
(358,'Scientology.',1),
(359,'Estrogen.',1),
(360,'Police brutality.',1),
(361,'Passable transvestites.',1),
(362,'The Virginia Tech Massacre.',1),
(363,'Tiger Woods.',1),
(364,'Dick fingers.',1),
(365,'Racism.',1),
(366,'Glenn Beck being harried by a swarm of buzzards.',1),
(367,'Surprise sex!',1),
(368,'Classist undertones.',1),
(369,'Booby-trapping the house to foil burglars.',1),
(370,'New Age music.',1),
(371,'PCP.',1),
(372,'A lifetime of sadness.',1),
(373,'Doin\' it in the butt.',1),
(374,'Swooping.',1),
(375,'The Hamburglar.',1),
(376,'Tentacle porn.',1),
(377,'A hot mess.',1),
(378,'Too much hair gel.',1),
(379,'A look-see.',1),
(380,'Not giving a shit about the Third World.',1),
(381,'American Gladiators.',1),
(382,'The Kool-Aid Man.',1),
(383,'Mr. Snuffleupagus.',1),
(384,'Barack Obama.',1),
(385,'Golden showers.',1),
(386,'Wiping her butt.',1),
(387,'Queefing.',1),
(388,'Getting drunk on mouthwash.',1),
(389,'An M. Night Shyamalan plot twist.',1),
(390,'A robust mongoloid.',1),
(391,'Nazis.',1),
(392,'White privilege.',1),
(393,'An erection that lasts longer than four hours.',1),
(394,'A disappointing birthday party.',1),
(395,'Puberty.',1),
(396,'Two midgets shitting into a bucket.',1),
(397,'Wifely duties.',1),
(398,'The forbidden fruit.',1),
(399,'Getting so angry that you pop a boner.',1),
(400,'Sexual tension.',1),
(401,'Third base.',1),
(402,'A gassy antelope.',1),
(403,'Those times when you get sand in your vagina.',1),
(404,'A Super Soaker™ full of cat pee.',1),
(405,'Muhammed (Praise Be Unto Him).',1),
(406,'Racially-biased SAT questions.',1),
(407,'Porn stars.',1),
(408,'A fetus.',1),
(409,'Obesity.',1),
(410,'When you fart and a little bit comes out.',1),
(411,'Oompa-Loompas.',1),
(412,'BATMAN!!!',1),
(413,'Black people.',1),
(414,'Tasteful sideboob.',1),
(415,'Hot people.',1),
(416,'Grandma.',1),
(417,'Copping a feel.',1),
(418,'The Trail of Tears.',1),
(419,'Famine.',1),
(420,'Finger painting.',1),
(421,'The miracle of childbirth.',1),
(422,'Goats eating coins.',1),
(423,'A monkey smoking a cigar.',1),
(424,'Faith healing.',1),
(425,'Parting the Red Sea.',1),
(426,'Dead babies.',1),
(427,'The Amish.',1),
(428,'Impotence.',1),
(429,'Child beauty pageants.',1),
(430,'Centaurs.',1),
(431,'AXE Body Spray.',1),
(432,'Kanye West.',1),
(433,'Women\'s suffrage.',1),
(434,'Children on leashes.',1),
(435,'Harry Potter erotica.',1),
(436,'The Dance of the Sugar Plum Fairy.',1),
(437,'Lance Armstrong\'s missing testicle.',1),
(438,'Dwarf tossing.',1),
(439,'Mathletes.',1),
(440,'Lunchables™.',1),
(441,'Women in yogurt commercials.',1),
(442,'John Wilkes Booth.',1),
(443,'Powerful thighs.',1),
(444,'Mr. Clean, right behind you.',1),
(445,'Multiple stab wounds.',1),
(446,'Cybernetic enhancements.',1),
(447,'Serfdom.',1),
(448,'Another goddamn vampire movie.',1),
(449,'Glenn Beck catching his scrotum on a curtain hook.',1),
(450,'A big hoopla about nothing.',1),
(451,'Peeing a little bit.',1),
(452,'The Hustle.',1),
(453,'Ghosts.',1),
(454,'Bananas in Pajamas.',1),
(455,'Active listening.',1),
(456,'Dry heaving.',1),
(457,'Kamikaze pilots.',1),
(458,'The Force.',1),
(459,'Anal beads.',1),
(460,'The Make-A-Wish® Foundation.',1),
(461,'Flying sex snakes.',1),
(462,'MechaHitler.',1),
(463,'Getting naked and watching Nickelodeon.',1),
(464,'Charisma.',1),
(465,'Morgan Freeman\'s voice.',1),
(466,'Breaking out into song and dance.',1),
(467,'Soup that is too hot.',1),
(468,'Chutzpah.',1),
(469,'Unfathomable stupidity.',1),
(470,'Horrifying laser hair removal accidents.',1),
(471,'Boogers.',1),
(472,'A Bop It™.',1),
(473,'Expecting a burp and vomiting on the floor.',1),
(474,'A defective condom.',1),
(475,'Teenage pregnancy.',1),
(476,'Hot cheese.',1),
(477,'A mopey zoo lion.',1),
(478,'Shapeshifters.',1),
(479,'The Care Bear Stare.',1),
(480,'Erectile dysfunction.',1),
(481,'The chronic.',1),
(482,'Home video of Oprah sobbing into a Lean Cuisine®.',1),
(483,'\"Tweeting.\"',1),
(484,'Firing a rifle into the air while balls deep in a squealing hog.',1),
(485,'Nicolas Cage.',1),
(486,'Euphoria™ by Calvin Klein.',1),
(487,'Switching to Geico®.',1),
(488,'A gentle caress of the inner thigh.',1),
(489,'Poor life choices.',1),
(490,'Embryonic stem cells.',1),
(491,'Customer service representatives.',1),
(492,'The Little Engine That Could.',1),
(493,'Lady Gaga.',1),
(494,'A death ray.',1),
(495,'Vigilante justice.',1),
(496,'Exactly what you\'d expect.',1),
(497,'Natural male enhancement.',1),
(498,'Passive-aggressive Post-it notes.',1),
(499,'Inappropriate yodeling.',1),
(500,'A homoerotic volleyball montage.',1),
(501,'Actually taking candy from a baby.',1),
(502,'Jibber-jabber.',1),
(503,'Crystal meth.',1),
(504,'My inner demons.',1),
(505,'Pac-Man uncontrollably guzzling cum.',1),
(506,'My vagina.',1),
(507,'The Donald Trump Seal of Approval™.',1),
(508,'The true meaning of Christmas.',1),
(1002,'testtest',1),
(1031,'End Canadian White Cards',1),
(1043,'end misprint bonus card',1),
(1066,'A big black dick.',2),
(1067,'A beached whale.',2),
(1068,'A bloody pacifier.',2),
(1069,'A crappy little hand.',2),
(1070,'A low standard of living.',2),
(1071,'A nuanced critique.',2),
(1072,'Panty raids.',2),
(1073,'A passionate Latino lover.',2),
(1074,'A rival dojo.',2),
(1075,'A web of lies.',2),
(1076,'A woman scorned.',2),
(1077,'Clams.',2),
(1078,'Apologizing.',2),
(1079,'Appreciative snapping.',2),
(1080,'Neil Patrick Harris.',2),
(1081,'Beating your wives.',2),
(1082,'Being a dinosaur.',2),
(1083,'Shaft.',2),
(1084,'Bosnian chicken farmers.',2),
(1085,'Nubile slave boys.',2),
(1086,'Carnies.',2),
(1087,'Coughing into a vagina.',2),
(1088,'Suicidal thoughts.',2),
(1089,'Dancing with a broom.',2),
(1090,'Deflowering the princess.',2),
(1091,'Dorito breath.',2),
(1092,'Eating an albino.',2),
(1093,'Enormous Scandinavian women.',2),
(1094,'Fabricating statistics.',2),
(1095,'Finding a skeleton.',2),
(1096,'Gandalf.',2),
(1097,'Genetically engineered super-soldiers.',2),
(1098,'George Clooney\'s musk.',2),
(1099,'Getting abducted by Peter Pan.',2),
(1100,'Getting in her pants, politely.',2),
(1101,'Gladiatorial combat.',2),
(1102,'Good grammar.',2),
(1103,'Hipsters.',2),
(1104,'Historical revisionism.',2),
(1105,'Insatiable bloodlust.',2),
(1106,'Jafar.',2),
(1107,'Jean-Claude Van Damme.',2),
(1108,'Just the tip.',2),
(1109,'Mad hacky-sack skills.',2),
(1110,'Leveling up.',2),
(1111,'Literally eating shit.',2),
(1112,'Making the penises kiss.',2),
(1113,'Media coverage.',2),
(1114,'Medieval Times® Dinner & Tournament.',2),
(1115,'Moral ambiguity.',2),
(1116,'My machete.',2),
(1117,'One thousand Slim Jims.',2),
(1118,'Ominous background music.',2),
(1119,'Overpowering your father.',2),
(1120,'Pistol-whipping a hostage.',2),
(1121,'Quiche.',2),
(1122,'Quivering jowls.',2),
(1123,'Revenge fucking.',2),
(1124,'Ripping into a man\'s chest and pulling out his still-beating heart.',2),
(1125,'Ryan Gosling riding in on a white horse.',2),
(1126,'Santa Claus.',2),
(1127,'Scrotum tickling.',2),
(1128,'Sexual humiliation.',2),
(1129,'Sexy Siamese twins.',2),
(1130,'Slow motion.',2),
(1131,'Space muffins.',2),
(1132,'Statistically validated stereotypes.',2),
(1133,'Sudden Poop Explosion Disease.',2),
(1134,'The boners of the elderly.',2),
(1135,'The economy.',2),
(1136,'The Fanta® girls.',2),
(1137,'The Gulags.',2),
(1138,'The harsh light of day.',2),
(1139,'The hiccups.',2),
(1140,'The shambling corpse of Larry King.',2),
(1141,'The four arms of Vishnu.',2),
(1142,'Being a busy adult with many important things to do.',2),
(1143,'Tripping balls.',2),
(1144,'Words, words, words.',2),
(1145,'Zeus\'s sexual appetites.',2),
(1146,'end First Expansion',1),
(1181,'A bigger, blacker dick.',3),
(1182,'The mere concept of Applebee\'s®.',3),
(1183,'A sad fat dragon with no friends.',3),
(1184,'Catastrophic urethral trauma.',3),
(1185,'Hillary Clinton\'s death stare.',3),
(1186,'Existing.',3),
(1187,'A piñata full of scorpions.',3),
(1188,'Mooing.',3),
(1189,'Swiftly achieving orgasm.',3),
(1190,'Daddy\'s belt.',3),
(1191,'Double penetration.',3),
(1192,'Weapons-grade plutonium.',3),
(1193,'Some really fucked-up shit.',3),
(1194,'Subduing a grizzly bear and making her your wife.',3),
(1195,'Rising from the grave.',3),
(1196,'The mixing of the races.',3),
(1197,'Taking a man\'s eyes and balls out and putting his eyes where his balls go and then his balls in the eye holes.',3),
(1198,'Scrotal frostbite.',3),
(1199,'All of this blood.',3),
(1200,'Loki, the trickster god.',3),
(1201,'Whining like a little bitch.',3),
(1202,'Pumping out a baby every nine months.',3),
(1203,'Tongue.',3),
(1204,'Finding Waldo.',3),
(1205,'Upgrading homeless people to mobile hotspots.',3),
(1206,'Wearing an octopus for a hat.',3),
(1207,'An unhinged ferris wheel rolling toward the sea.',3),
(1208,'Living in a trashcan.',3),
(1209,'The corporations.',3),
(1210,'A magic hippie love butt.',3),
(1211,'Fuck Mountain.',3),
(1212,'Survivor\'s guilt.',3),
(1213,'Me.',3),
(1214,'Getting hilariously gang-banged by the Blue Man Group.',3),
(1215,'Jeff Goldblum.',3),
(1216,'Making a friend.',3),
(1217,'A soulful rendition of \"Ol\' Man River.\"',3),
(1218,'Intimacy problems.',3),
(1219,'A sweaty, panting leather daddy.',3),
(1220,'Spring break!',3),
(1221,'Being awesome at sex.',3),
(1222,'Dining with cardboard cutouts of the cast of \"Friends.\"',3),
(1223,'Another shot of morphine.',3),
(1224,'Beefin\' over turf.',3),
(1225,'A squadron of moles wearing aviator goggles.',3),
(1226,'Bullshit.',3),
(1227,'The Google.',3),
(1228,'Pretty Pretty Princess Dress-Up Board Game®.',3),
(1229,'The new Radiohead album.',3),
(1230,'An army of skeletons.',3),
(1231,'A man in yoga pants with a ponytail and feather earrings.',3),
(1232,'Mild autism.',3),
(1233,'Nunchuck moves.',3),
(1234,'Whipping a disobedient slave.',3),
(1235,'An ether-soaked rag.',3),
(1236,'A sweet spaceship.',3),
(1237,'A 55-gallon drum of lube.',3),
(1238,'Special musical guest, Cher.',3),
(1239,'The human body.',3),
(1240,'Boris the Soviet Love Hammer.',3),
(1241,'The grey nutrient broth that sustains Mitt Romney.',3),
(1242,'Tiny nipples.',3),
(1243,'Power.',3),
(1244,'Oncoming traffic.',3),
(1245,'A dollop of sour cream.',3),
(1246,'A slightly shittier parallel universe.',3),
(1247,'My first kill.',3),
(1248,'Graphic violence, adult language, and some sexual content.',3),
(1249,'Fetal alcohol syndrome.',3),
(1250,'The day the birds attacked.',3),
(1251,'One Ring to rule them all.',3),
(1252,'Grandpa\'s ashes.',3),
(1253,'Basic human decency.',3),
(1254,'A Burmese tiger pit.',3),
(1255,'Death by Steven Seagal.',3),
(100053,'The primal, ball-slapping sex your parents are having right now.',4),
(100055,'A cat video so cute that your eyes roll back and your spine slides out of your anus.',4),
(100056,'Cock.',4),
(100060,'A cop who is also a dog.',4),
(100061,'Dying alone and in pain.',4),
(100062,'Gay aliens.',4),
(100063,'The way white people is.',4),
(100064,'Reverse cowgirl.',4),
(100067,'The Quesadilla Explosion Salad™ from Chili\'s®.',4),
(100068,'Actually getting shot, for real.',4),
(100069,'Not having sex.',4),
(100071,'Vietnam flashbacks.',4),
(100072,'Running naked through a mall, pissing and shitting everywhere.',4),
(100073,'Nothing.',4),
(100075,'Warm, velvety muppet sex.',4),
(100076,'Self-flagellation.',4),
(100077,'The systematic destruction of an entire people and their way of life.',4),
(100079,'Samuel L. Jackson.',4),
(100080,'A boo-boo.',4),
(100081,'Going around punching people.',4),
(100082,'The entire Internet.',4),
(100083,'Some kind of bird-man.',4),
(100084,'Chugging a lava lamp.',4),
(100086,'Having sex on top of a pizza.',4),
(100087,'Indescribable loneliness.',4),
(100088,'An ass disaster.',4),
(100090,'Shutting the fuck up.',4),
(100091,'All my friends dying.',4),
(100099,'Putting an entire peanut butter and jelly sandwich into the VCR.',4),
(100101,'Spending lots of money.',4),
(100102,'Some douche with an acoustic guitar.',4),
(100107,'Flying robots that kill people.',4),
(100109,'A greased-up Matthew McConaughey.',4),
(100111,'An unstoppable wave of fire ants.',4),
(100112,'Not contributing to society in any meaningful way.',4),
(100114,'An all-midget production of Shakespeare\'s <i>Richard III</i>.',4),
(100115,'Screaming like a maniac.',4),
(100116,'The moist, demanding chasm of his mouth.',4),
(100117,'Filling every orifice with butterscotch pudding.',4),
(100118,'Unlimited soup, salad, and breadsticks.',4),
(100119,'Crying into the pages of Sylvia Plath.',4),
(100120,'Velcro™.',4),
(100121,'A PowerPoint presentation.',4),
(100122,'A surprising amount of hair.',4),
(100123,'Eating Tom Selleck\'s mustache to gain his powers.',4),
(100124,'Roland the Farter, flatulist to the king.',4),
(100125,'That ass.',4),
(100126,'A pile of squirming bodies.',4),
(100127,'Buying the right pants to be cool.',4),
(100128,'Blood farts.',4),
(100129,'Three months in the hole.',4),
(100130,'A botched circumcision.',4),
(100131,'The Land of Chocolate.',4),
(100132,'Slapping a racist old lady.',4),
(100133,'A lamprey swimming up the toilet and latching onto your taint.',4),
(100134,'Jumping out at people.',4),
(100135,'A black male in his early 20s, last seen wearing a hoodie.',4),
(100136,'Mufasa\'s death scene.',4),
(100137,'Bill Clinton, naked on a bearskin rug with a saxophone.',4),
(100138,'Demonic possession.',4),
(100139,'The Harlem Globetrotters.',4),
(100140,'Vomiting mid-blowjob.',4),
(100141,'My manservant, Claude.',4),
(100142,'Having shotguns for legs.',4),
(100143,'Letting everyone down.',4),
(100144,'A spontaneous conga line.',4),
(100145,'A vagina that leads to another dimension.',4),
(100146,'Disco fever.',4),
(100147,'Getting your dick stuck in a Chinese finger trap with another dick.',4),
(100148,'Fisting.',4),
(100149,'The thin veneer of situational causality that underlies porn.',4),
(100150,'Girls that always be textin\'.',4),
(100151,'Blowing some dudes in an alley.',4),
(100152,'Drinking ten 5-hour ENERGYs® to get fifty continuous hours of energy.',4),
(100153,'Sneezing, farting, and coming at the same time.',4),
(100164,'Advice from a wise, old black man.',1),
(100165,'The Devil himself.',1),
(100166,'The art of seduction.',1),
(100167,'Funky fresh rhymes.',1),
(100168,'The light of a billion suns.',1),
(100170,'Destroying the evidence.',1),
(100172,'Silence.',1),
(100173,'Growing a pair.',1),
(100174,'Synergistic management solutions.',1),
(100175,'Wet dreams.',1),
(100176,'A live studio audience.',1),
(100177,'The Great Depression.',1),
(100178,'An M16 assault rifle.',1),
(100179,'Poopy diapers.',1),
(100180,'Tickling Sean Hannity, even after he tells you to stop.',1),
(100181,'Stalin.',1),
(100182,'A spastic nerd.',1),
(100183,'Rush Limbaugh\'s soft, shitty body.',1),
(100184,'Capturing Newt Gingrich and forcing him to dance in a monkey suit.',1),
(100185,'Battlefield amputations.',1),
(100186,'Brown people.',1),
(100187,'Rehab.',1),
(100188,'An ugly face.',1),
(100189,'Menstrual rage.',1),
(100190,'An uppercut.',1),
(100191,'Shiny objects.',1),
(100192,'50,000 volts straight to the nipples.',1),
(100193,'A bucket of fish heads.',1),
(100194,'Hospice care.',1),
(100195,'Being fat and stupid.',1),
(100196,'Getting married, having a few kids, buying some stuff, retiring to Florida, and dying.',1),
(100197,'A pyramid of severed heads.',1),
(100198,'Crucifixion.',1),
(100199,'A subscription to Men\'s Fitness.',1),
(100200,'Some god-damn peace and quiet.',1),
(100201,'A micropig wearing a tiny raincoat and booties.',1),
(100202,'Used panties.',1),
(100204,'The penny whistle solo from \"My Heart Will Go On.\"',1),
(100205,'A tribe of warrior women.',1),
(100212,'An oversized lollipop.',1),
(100213,'Helplessly giggling at the mention of Hutus and Tutsis.',1),
(100214,'Not wearing pants.',1),
(100215,'Consensual sex.',1),
(100216,'Her Majesty, Queen Elizabeth II.',1);
/*!40000 ALTER TABLE `white_cards` ENABLE KEYS */;
UNLOCK TABLES;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment