Cards against Humanity

Cards against Humanity is an adult party game intended for 3 or more players. (Typically 10 at max, but there's no reason not to have more!). There are two types of cards here: Black cards and White Cards. The object of the game is to pick your white card that best matches the judge's black card.

Author: Walker@M*U*S*H
Category: Games
Compatibility: PennMUSH.

Instructions

Copy and paste the below code into a compatible MUSH or MUX.

MUSHCode for Cards against Humanity

@@ Project walkerCardsVsHumanity
@@ Version 3
@@
@@ Description:
@@
@@
@@ Version log:
@@ Author: Walker <Mush>
@@ Date: Wed Jul 3 23:10:33 2013 -0500
@@ v3v
@@
@@ Adding bots
@@
@@ Readme:
@@ Readme
@@
@@ Language: MushCode
@@ Installer file created by RubySVC (Softcode Version Control)
@@
@@
@@
@@ Creating Rooms, Things and Exits.
@@
@@
@set me=SVC`Ta486a70d8176b75e2f74:[default(SVC`Ta486a70d8176b75e2f74,create(Ta486a70d8176b75e2f74))]
@set me=SVC`Tf25837f0131414ccdee2:[default(SVC`Tf25837f0131414ccdee2,create(Tf25837f0131414ccdee2))]
@set me=SVC`Tdefac9d2fa4a48fdaab6:[default(SVC`Tdefac9d2fa4a48fdaab6,create(Tdefac9d2fa4a48fdaab6))]
@set me=SVC`T4adff1fef0a1bac7bf15:[default(SVC`T4adff1fef0a1bac7bf15,create(T4adff1fef0a1bac7bf15))]
@set me=SVC`Tb7b441ff38c82777c856:[default(SVC`Tb7b441ff38c82777c856,create(Tb7b441ff38c82777c856))]
@@
@@
@@ Objects created, now setting attributes, locks, etc.
@@
@@
@@
@@ Filling out Cards vs Humanity
@@
@name [v(SVC`Ta486a70d8176b75e2f74)]=Cards vs Humanity
@set [v(SVC`Ta486a70d8176b75e2f74)]=iter(setdiff(lflags([v(SVC`Ta486a70d8176b75e2f74)]),OPAQUE VISUAL),!##) [setdiff(OPAQUE VISUAL,lflags([v(SVC`Ta486a70d8176b75e2f74)]))]
&W`XTERM [v(SVC`Ta486a70d8176b75e2f74)]=XTERM 256 colors!
&W`WILCO [v(SVC`Ta486a70d8176b75e2f74)]=Wilco. Roger Wilco. The Canadian.
&W`WALKERBUGS [v(SVC`Ta486a70d8176b75e2f74)]=Walkerbugs.
&W`WALKER [v(SVC`Ta486a70d8176b75e2f74)]=Walker.
&W`STABBY [v(SVC`Ta486a70d8176b75e2f74)]=STABBY.
&W`SOFTCODE [v(SVC`Ta486a70d8176b75e2f74)]=The world's second worst write-only language - Softcode.
&W`PUNS [v(SVC`Ta486a70d8176b75e2f74)]=The puns, the puns, oh god, the puns.
&W`PROGRAM [v(SVC`Ta486a70d8176b75e2f74)]=@program.
&W`PLAYERS [v(SVC`Ta486a70d8176b75e2f74)]=The M*U*S*H Players.
&W`PENN [v(SVC`Ta486a70d8176b75e2f74)]=PennMUSH, for all your MUSHy needs.
&W`PAREN [v(SVC`Ta486a70d8176b75e2f74)]=Spending 5 hours of debugging because I forgot a close-paren.
&W`ORANGE [v(SVC`Ta486a70d8176b75e2f74)]=The Orange Flag.
&W`OMPHALOS [v(SVC`Ta486a70d8176b75e2f74)]=Omphalos Park.
&W`MIKE [v(SVC`Ta486a70d8176b75e2f74)]=Mike, the M*U*S*H admin.
&W`LLAMA [v(SVC`Ta486a70d8176b75e2f74)]=Raevnos' llama.
&W`KITAI [v(SVC`Ta486a70d8176b75e2f74)]=Kitai - the pocket stalker.
&W`JAVELIN [v(SVC`Ta486a70d8176b75e2f74)]=Javelin.
&W`INVALID [v(SVC`Ta486a70d8176b75e2f74)]=#-1 INVALID HUMANITY JOKE
&W`IDLE [v(SVC`Ta486a70d8176b75e2f74)]=Idling all day long.
&W`HELP [v(SVC`Ta486a70d8176b75e2f74)]=THE ANSWER IS IN THE HELP! STOP ASKING!
&W`CODING [v(SVC`Ta486a70d8176b75e2f74)]=Coding twelve hours a day.
&W`BADPUNS [v(SVC`Ta486a70d8176b75e2f74)]=ANOTHER GODDAMN PUN THREAD FROM CHEETAH.
&W`AUSSIEJOKES [v(SVC`Ta486a70d8176b75e2f74)]=Bad jokes about Australia being upside down.
&W`ADMIN [v(SVC`Ta486a70d8176b75e2f74)]=The M*U*S*H Admin.
&W [v(SVC`Ta486a70d8176b75e2f74)]="Local" white cards
@set [v(SVC`Ta486a70d8176b75e2f74)]=VW:[v(SVC`Tb7b441ff38c82777c856)]
@set [v(SVC`Ta486a70d8176b75e2f74)]=VB:[v(SVC`T4adff1fef0a1bac7bf15)]
&USE [v(SVC`Ta486a70d8176b75e2f74)]=[ansi(h,Cards against Humanity)] Commands:%r%r[ansi(h,about cards)] - Get an overview of just what Cards against Humanity is.%r%r[ansi(h,join cards)] - Join the game!%r[ansi(h,quit cards)] - Toss your cards and leave.%r[ansi(h,clear cards)] - reset the game.%r[ansi(h,draw black)] - Draw a black card if you're the winner or starting a game.%r[space(12)] (You can also draw black if the winner is over 10 minutes idle)%r[ansi(h,hand)] - See your white cards.%r[ansi(h,play <cardname>\[\, <card2>\, ...\])] - Play one or more white card from your hand.%r[ansi(h,read cards)] - Read all the currently submitted white cards.%r[ansi(h,choose <cardname>)] - Judge: Choose the winning card!%r[ansi(h,black cards)] - Find out how many black cards players have!
&S`WRONGTIME [v(SVC`Ta486a70d8176b75e2f74)]=Wrong time to do that.
&S`WINNERCHOSEN [v(SVC`Ta486a70d8176b75e2f74)]=%n thinks the funniest is: "[u(fun`format_play,%0)]" as the winner!
&S`WINNER [v(SVC`Ta486a70d8176b75e2f74)]=[name(%0)] played the winning card, and [switch(%1,1,gets [poss(%0)] first black card!,gets the card for a total of %1 points!)] [name(%0)], it is now your turn. Use "[ansi(h,draw black)]" to start the next round!
&S`WHICHONE [v(SVC`Ta486a70d8176b75e2f74)]=Which one?
&S`SCORE`LINE [v(SVC`Ta486a70d8176b75e2f74)]=first(align(>12 >3 <10,name(last(%0,`)),ansi(g,v(%0)),ansi(g,black cards)),%r)
&S`SCORE [v(SVC`Ta486a70d8176b75e2f74)]=Score:%r%r[map(s`score`line,sortkey(#lambda/v(\%0),lattr(me/play`score`#*)),%b,%r)]
&S`READS [v(SVC`Ta486a70d8176b75e2f74)]=%n turns over the [words(lattr(me/play`round`#*))] white cards one by one and slowly reads them out, looking for a best fit for: "[u(fun`blackname,v(play`round`black))]"
&S`QUIT [v(SVC`Ta486a70d8176b75e2f74)]=You quit the game. :-(. Come back soon!
&S`OQUIT [v(SVC`Ta486a70d8176b75e2f74)]=%n quits the game.
&S`OJOINED [v(SVC`Ta486a70d8176b75e2f74)]=%n joins the game.
&S`OCLEARGAME [v(SVC`Ta486a70d8176b75e2f74)]=%n clears the Cards against Humanity game.
&S`OCHOOSEWHITE [v(SVC`Ta486a70d8176b75e2f74)]=%n plucks out [switch(words(%qp),1,a white card and tosses it,[words(%qp)] white cards and tosses them)] onto the pile.
&S`NOTYOURTURN [v(SVC`Ta486a70d8176b75e2f74)]=It's not your turn to draw a black card!
&S`NOTSAME [v(SVC`Ta486a70d8176b75e2f74)]=You can't play the same card twice!
&S`NOTJUDGE [v(SVC`Ta486a70d8176b75e2f74)]=You aren't the judge!
&S`NOTJOINED [v(SVC`Ta486a70d8176b75e2f74)]=You aren't playing! Type '[ansi(h,join cards)]' to join!
&S`NOTENOUGHCARDS [v(SVC`Ta486a70d8176b75e2f74)]=You need to choose [v(play`round`required)] cards (comma-separated)
&S`NOTENOUGH [v(SVC`Ta486a70d8176b75e2f74)]=You need at least 2 submissions to choose between!
&S`NEWTURN [v(SVC`Ta486a70d8176b75e2f74)]=%n draws a black card: "[u(fun`black,%0)]"
&S`NEWCARD [v(SVC`Ta486a70d8176b75e2f74)]=Your new white [switch(words(%0),1,card,cards)]:%r[u(fun`hand,%0)]
&S`JOINED [v(SVC`Ta486a70d8176b75e2f74)]=You join the game, drawing 10 white cards.
&S`HANDPLAY [v(SVC`Ta486a70d8176b75e2f74)]=Use [ansi(h,hand)] to see your hand, and [ansi(h,play <cardname>)] to play your card!
&S`CLEARGAME [v(SVC`Ta486a70d8176b75e2f74)]=You clear the Cards against Humanity game.
&S`CHOOSEWINNER [v(SVC`Ta486a70d8176b75e2f74)]=Use "[ansi(h,choose <card>)]" to choose the winner!
&S`CHOOSEWHITE [v(SVC`Ta486a70d8176b75e2f74)]=You play, "[u(fun`format_play,%0)]"
&S`ALREADYPLAYED [v(SVC`Ta486a70d8176b75e2f74)]=You've already played a card!
&S`ALREADYJOINED [v(SVC`Ta486a70d8176b75e2f74)]=You've already joined!
&S`ALLCHOSE [v(SVC`Ta486a70d8176b75e2f74)]=All players have chosen cards. [name(v(play`round`judge))], you might want to "[ansi(h,read cards)]"
&S`ABOUT [v(SVC`Ta486a70d8176b75e2f74)]=About%r%rCards against Humanity is an adult party game intended for 3 or more players. (Typically 10 at max, but there's no reason not to have more!). %r%rThere are two types of cards here: Black cards and White Cards.%r%rThe object of the game is to pick your white card that best matches the judge's black card. A game consists of many rounds: Each round has two stages: The choosing stage, and the judging stage.%r%rA round starts when a black card is drawn by the judge, and is read out loud to the players. All players (except the judge!) must then play a white card from their hand that they feel would either best match the card in any way: Literally, ironically, laughably, etc.%r%rWhen the playing round is over (you need at least 2 cards to judge!), the judge will read the cards aloud, one by one, and pick the one that they think best fits with the black card they drew. They must give a reason. There's no point to a party game if you can't argue and chat about your decision!%r%rWhen the judge chooses a winner, that player gets the black card as a point, and is then the next to judge!%r%rWinning: Typically, a group will play until it gets tired, and name the one with the most black cards as winner.
&SVC`IGNORE [v(SVC`Ta486a70d8176b75e2f74)]=play`* r`* g`*
&SVC [v(SVC`Ta486a70d8176b75e2f74)]=SVC configuration
&S [v(SVC`Ta486a70d8176b75e2f74)]=Messages.
&REPLY [v(SVC`Ta486a70d8176b75e2f74)]=[ansi(h,Cards v.s Humanity)]: [if(cand(hasattr(me,%0),strlen(setr(y,u(%0,%1,%2,%3,%4)))),%qy,%0)]
&PLAY [v(SVC`Ta486a70d8176b75e2f74)]=Play tree for the current game.
&FUN`WHITESHORT [v(SVC`Ta486a70d8176b75e2f74)]=regedit(switch(%0,W`*,v(%0),get(%vw/%0)),\\W+$,)
&FUN`WHITE [v(SVC`Ta486a70d8176b75e2f74)]=switch(%0,W`*,v(%0),get(%vw/%0))
&FUN`PICKCARD [v(SVC`Ta486a70d8176b75e2f74)]=firstof(filterbool(#lambda/cor(strmatch(before(setr(x,u(fun`white,\%0)),|),[decompose(%1)]*),strmatch(before(\%qx,|),*%b[decompose(%1)]*)),%0),--)
&FUN`HAND [v(SVC`Ta486a70d8176b75e2f74)]=map(#lambda/u(fun`desccard,\%0,r),%0,%b,%r)
&FUN`FORMAT_PLAY [v(SVC`Ta486a70d8176b75e2f74)]=letq(b,u(fun`black,v(play`round`black)),c,%0,switch(%qb,*___*,regeditall(%qb,___+,ansi(h,u(fun`whiteshort,first(%qc)))[setq(c,rest(%qc))]),%qb ... [map(#lambda/ansi(h,u(fun`white,\%0)),%qc,%b,%band%b)]))
&FUN`DRAWWHITE [v(SVC`Ta486a70d8176b75e2f74)]=attrib_set(me/play`white,setr(nw,extract(shuffle(setdiff(lattrp(me/w`*) [lattr(%vw)],cat(v(play`white),iter(lattr(me/play`#*),v(##))))),1,%0)) [v(play`white)])%q<nw>
&FUN`DESCCARD [v(SVC`Ta486a70d8176b75e2f74)]=align(>3 <[sub(width(%#),6)],-,u(fun`white,%0))
&FUN`DESCBLACK [v(SVC`Ta486a70d8176b75e2f74)]=align(>3 <[sub(width(%#),5)],,ansi(h,u(fun`black,%0)))
&FUN`CARDS_REQUIRED [v(SVC`Ta486a70d8176b75e2f74)]=letq(c,0,d,u(fun`black,v(play`round`black)),switch(%qd,*___*,null(regeditall(%qd,_+,setq(c,inc(%qc))))%qc,1))
&FUN`CARDNAME [v(SVC`Ta486a70d8176b75e2f74)]=ansi(r,squish(before(u(fun`white,%0),|)))
&FUN`CARDFULL [v(SVC`Ta486a70d8176b75e2f74)]=ansi(r,squish(before(setr(x,u(fun`white,%0)),|))) - [squish(after(%qx,|))]
&FUN`BLACKNAME [v(SVC`Ta486a70d8176b75e2f74)]=ansi(g,squish(before(u(fun`black,%0),|)))
&FUN`BLACKFULL [v(SVC`Ta486a70d8176b75e2f74)]=ansi(g,squish(before(setr(x,u(fun`black,%0)),|)))
&FUN`BLACKCARD [v(SVC`Ta486a70d8176b75e2f74)]=align(>3 <[sub(width(%#),5)],,ansi(g,squish(before(setr(x,u(fun`black,%0)),|))))
&FUN`BLACK [v(SVC`Ta486a70d8176b75e2f74)]=switch(%0,B`*,v(%0),get(%vb/%0))
&FUN [v(SVC`Ta486a70d8176b75e2f74)]=Functions.
&DESCRIBE`SCORED [v(SVC`Ta486a70d8176b75e2f74)]=strcat(The black card was:%r,u(fun`descblack,v(play`round`black),g),%r%rThe winning card was:%b,u(fun`cardname,v(play`round`[v(play`lastwinner)])),\, played by%b,name(v(play`lastwinner))!,%r%rThe white cards were:%r[map(#lambda/u(fun`desccard,\%0,r),shuffle(iter(lattr(me/play`round`#*),v(##))),%b,%r)],%r%r,name(v(play`lastwinner)) - Type "[ansi(h,draw black)]" to get the next round started!)
&DESCRIBE`JUDGING [v(SVC`Ta486a70d8176b75e2f74)]=strcat(The current judge is:%b,name(v(play`round`judge)).%r%rThe current black card is:%r,u(fun`blackcard,v(play`round`black),g),%r%rThe white cards are:%r[map(#lambda/u(fun`desccard,\%0,r),shuffle(iter(lattr(me/play`round`#*),v(##))),%b,%r)]%r%rJudge\, type [ansi(h,choose <cardname>)] to pick a winner!
&DESCRIBE`CLEARED [v(SVC`Ta486a70d8176b75e2f74)]=The game has not yet started. Use "[ansi(h,draw black)]" to start a round!
&DESCRIBE`CHOOSING [v(SVC`Ta486a70d8176b75e2f74)]=strcat(The current judge is:%b,name(v(play`round`judge)).%r%rThe current black card is:%r,u(fun`descblack,v(play`round`black),g),%r%r[if(setr(r,setdiff(edit(lattr(me/PLAY`#*),PLAY`,),cat(v(play`round`judge),edit(lattr(me/play`round`#*),PLAY`ROUND`,)))),regeditall(itemize(%qr),#\\d+,name($0)) [if(gt(words(%qr),1),have,has)] not tossed in white cards.,Everybody has tossed in their white cards.)]%r%r[if(member(v(play`round`judge),%#),%n - Type "[ansi(h,read cards)]" to start the judging!,if(hasattr(me,play`round`%#),You played: [u(fun`cardname,v(play`round`%#))],%n - Type "[ansi(h,hand)]" to see your hand\, and "[ansi(h,play <cardname>)]" to play your card!))]
&DESCRIBE [v(SVC`Ta486a70d8176b75e2f74)]=Cards against Humanity game.%r%rCurrently holding cards: [firstof(regeditall(itemize(edit(lattr(me/play`#*),PLAY`,)),#\\d+,name($0)),nobody)]%r%r[firstof(u(describe`[firstof(v(play`round),cleared)]),Game state: [v(play`round)])][if(not(hasattr(me,play`%#)),%r%rType [ansi(h,use [name(me)])] for help!)]
&CMD`SCORING [v(SVC`Ta486a70d8176b75e2f74)]=$black cards:@pemit %#=u(reply,s`score)
&CMD`READCARDS [v(SVC`Ta486a70d8176b75e2f74)]=$read cards:@assert hasattr(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @assert member(v(play`round),choosing)=@pemit %#=u(reply,s`wrongtime) ; @assert member(v(play`round`judge),%#)=@pemit %#=u(reply,s`notjudge) ; @assert gte(words(lattr(me/play`round`#*)),2)=@pemit %#=u(reply,s`notenough) ; @emit u(reply,s`reads) ; &play`round me=judging ; @dolist shuffle(lattr(me/play`round`#*))=@wait mul(#@,3)=@emit %n says, "[u(fun`format_play,v(##))]" ; @wait mul(inc(words(lattr(me/play`round`#*))),3)=@pemit %#=u(reply,s`choosewinner)
&CMD`QUIT [v(SVC`Ta486a70d8176b75e2f74)]=$quit cards:@assert hasattr(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @wipe me/play`%# ; @pemit %#=u(reply,s`quit) ; @oemit loc(me)/%#=u(reply,s`oquit)
&CMD`PLAY [v(SVC`Ta486a70d8176b75e2f74)]=$play *:@assert hasattrval(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @assert member(choosing,v(play`round))=@pemit %#=u(reply,s`wrongtime) ; @break match(v(play`round`judge),%#)=@pemit %#=u(reply,s`nojudge) ; @break hasattrval(me,play`round`%#)=@pemit %#=u(reply,s`alreadyplayed) ; @assert eq(words(%0,\,),v(play`round`required))=@pemit %#=u(reply,s`notenoughcards) ; think setq(p,map(#lambda/u(fun`pickcard,v(play`%#),squish(\%0)),%0,\,,%b)) ; @break strmatch(%qp,*--*)=@pemit %#=u(reply,s`whichone) ; @assert eq(words(setunion(%qp,)),v(play`round`required))=@pemit %#=u(reply,s`notsame) ; @pemit %#=u(reply,s`choosewhite,%qp) ; @oemit loc(me)/%#=u(reply,s`ochoosewhite,%qp) ; &play`round`%# me=%qp ; &play`%# me=setunion(setdiff(v(play`%#),%qp),setr(r,u(fun`drawwhite,words(%qp)))) ; ; @pemit %#=u(reply,s`newcard,%qr) ; @assert eq(inc(words(lattr(me/play`round`#*))),words(lattr(me/play`#*))) ; @emit u(reply,s`allchose)
&CMD`JOIN [v(SVC`Ta486a70d8176b75e2f74)]=$join cards:@break hasattr(me,play`%#)=@pemit %#=u(reply,s`alreadyjoined) ; &play`%# me=u(fun`drawwhite,10) ; @pemit %#=u(reply,s`joined) ; @oemit loc(me)/%#=u(reply,s`ojoined) ; @pemit %#=Your hand:%r[u(fun`hand,v(play`%#))]
&CMD`HAND [v(SVC`Ta486a70d8176b75e2f74)]=$hand:@assert hasattrval(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @pemit %#=u(reply,Current card: [ansi(g,u(fun`blackfull,v(play`round`black)))]) ; @pemit %#=u(reply,Your hand:%r[u(fun`hand,v(play`%#))])
&CMD`DRAWBLACK [v(SVC`Ta486a70d8176b75e2f74)]=$draw black:@assert hasattrval(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @break member(choosing judging,v(play`round))=@pemit %#=u(reply,s`wrongtime) ; @assert cor(not(v(play`lastwinner)),member(v(play`lastwinner),%#),gte(idle(v(play`lastwinner)),300),not(member(lwho(),v(play`lastwinner))))=@pemit %#=u(reply,s`notyourturn) ; @wipe me/play`round`** ; &play`round me=choosing ; &play`round`judge me=%# ; &play`round`black me=setr(g,randword(setdiff(lattrp(me/b`*) [lattr(%vb)],v(play`black)))) ; &play`black me=extract(%qg [v(play`black)],1,40) ; &play`round`required me=u(fun`cards_required) ; @emit u(reply,s`newturn,%qg) ; @oemit loc(%!)/%#=u(reply,s`handplay)
&CMD`CLEAR [v(SVC`Ta486a70d8176b75e2f74)]=$clear cards:@oemit loc(me)/%#=u(reply,s`ocleargame) ; @pemit %#=u(reply,s`cleargame) ; @wipe me/play`** ; &play`white me ; &play`black me
&CMD`CHOOSE [v(SVC`Ta486a70d8176b75e2f74)]=$choose *:@assert hasattrval(me,play`%#)=@pemit %#=u(reply,s`notjoined) ; @assert member(judging,v(play`round))=@pemit %#=u(reply,s`wrongtime) ; @assert member(%#,v(play`round`judge))=@pemit %#=u(reply,s`notjudge) ; @assert cand(eq(words(setr(0,u(fun`pickcard,iter(lattr(me/play`round`#*),v(##)),%0))),1),not(strmatch(%q0,*--*)))=@pemit %#=u(reply,s`whichone,%q0) ; think setq(w,edit(regrep(me,play`round`#*,\\b%q0\\b),PLAY`ROUND`,)) ; @emit u(reply,s`winnerchosen,v(play`round`%qw)) ; &play`round me=scored ; &play`lastwinner me=%qw ; &play`score`%qw me=firstof(inc(v(play`score`%qw)),1) ; @wait 1=@emit u(reply,s`winner,%qw,v(play`score`%qw))
&CMD`ABOUT [v(SVC`Ta486a70d8176b75e2f74)]=$about cards:@pemit %#=u(reply,s`about)
&CMD [v(SVC`Ta486a70d8176b75e2f74)]=Commands.
&B`PUBLICHATE [v(SVC`Ta486a70d8176b75e2f74)]=Don't you hate it when a conversation about _____________ takes over +p ?
&B`PUBLIC [v(SVC`Ta486a70d8176b75e2f74)]=I double dog dare you to talk on +p about __________.
&B`PENN2 [v(SVC`Ta486a70d8176b75e2f74)]=In Penn v2, the devs have promised to add _________ to the codebase.
&B`NEXTADMIN [v(SVC`Ta486a70d8176b75e2f74)]=The next M*U*S*H admin should be _________!
&B`MAIL [v(SVC`Ta486a70d8176b75e2f74)]=I got an @mail from ________ about _________!
&B`FOOLS [v(SVC`Ta486a70d8176b75e2f74)]=Next year's M*U*S*H April Fools will consist of __________ and ________!
&B`DELI [v(SVC`Ta486a70d8176b75e2f74)]=We are gathered today in Salvador Deli to play with _____________.
&B`DEFINE [v(SVC`Ta486a70d8176b75e2f74)]=Walker needs to fix +define, it says that __________ means "_________" !
&B`BOOTED [v(SVC`Ta486a70d8176b75e2f74)]=Walker @booted me today! Why? ___________!
&B`BADREQUEST [v(SVC`Ta486a70d8176b75e2f74)]=PennMUSH Issue 12345, feature request for __________, is a really bad idea.
&B [v(SVC`Ta486a70d8176b75e2f74)]="Local" black cards.
@set [v(SVC`Ta486a70d8176b75e2f74)]/USE=no_command prefixmatch
@set [v(SVC`Ta486a70d8176b75e2f74)]/DESCRIBE=nearby no_command prefixmatch public visual
@@
@@ Filling out Hotep
@@
@parent [v(SVC`Tf25837f0131414ccdee2)]=v(SVC`Tdefac9d2fa4a48fdaab6)
@name [v(SVC`Tf25837f0131414ccdee2)]=Hotep
@lock/Basic [v(SVC`Tf25837f0131414ccdee2)]==%!
@set [v(SVC`Tf25837f0131414ccdee2)]=iter(setdiff(lflags([v(SVC`Tf25837f0131414ccdee2)]),LISTEN_PARENT MONITOR NO_COMMAND),!##) [setdiff(LISTEN_PARENT MONITOR NO_COMMAND,lflags([v(SVC`Tf25837f0131414ccdee2)]))]
@@
@@ Filling out Bubba
@@
@name [v(SVC`Tdefac9d2fa4a48fdaab6)]=Bubba
@lock/Basic [v(SVC`Tdefac9d2fa4a48fdaab6)]==%!
@set [v(SVC`Tdefac9d2fa4a48fdaab6)]=iter(setdiff(lflags([v(SVC`Tdefac9d2fa4a48fdaab6)]),MONITOR NO_COMMAND VISUAL),!##) [setdiff(MONITOR NO_COMMAND VISUAL,lflags([v(SVC`Tdefac9d2fa4a48fdaab6)]))]
@set [v(SVC`Tdefac9d2fa4a48fdaab6)]=VA:[v(SVC`Ta486a70d8176b75e2f74)]
&S`ONJOIN [v(SVC`Tdefac9d2fa4a48fdaab6)]=Okeydokey.
&S`NOTPLAYING [v(SVC`Tdefac9d2fa4a48fdaab6)]=I ain't playin', though.
&S`NOTJUDGING [v(SVC`Tdefac9d2fa4a48fdaab6)]=I ain't no judge.
&S [v(SVC`Tdefac9d2fa4a48fdaab6)]=
&READ [v(SVC`Tdefac9d2fa4a48fdaab6)]=^* says, "draw, *":@assert strmatch(%1,name(%!)*) ; @assert hasattrval(%va,play`%!)=say v(s`notplaying) ; draw black
&QUIT [v(SVC`Tdefac9d2fa4a48fdaab6)]=^* says, "quit cards, *":@assert strmatch(%1,name(%!)*) ; say v(s`onquit) ; quit cards
&PLAY [v(SVC`Tdefac9d2fa4a48fdaab6)]=^* says, "play, *":@assert strmatch(%1,name(%!)*) ; @assert hasattrval(%va,play`%!)=say v(s`notplaying) ; @include me/doplay
&JUDGE [v(SVC`Tdefac9d2fa4a48fdaab6)]=^* says, "judge cards, *":@assert strmatch(%1,name(%!)*) ; @assert hasattrval(%va,play`%!)=say v(s`notplaying) ; @assert strmatch(%!,get(%va/play`round`judge))=say v(s`notjudging) ; @include me/dojudge
&JOIN [v(SVC`Tdefac9d2fa4a48fdaab6)]=^* says, "Join cards, *":@assert strmatch(%1,name(%!)*) ; say v(s`onjoin) ; join cards
&DOREAD [v(SVC`Tdefac9d2fa4a48fdaab6)]=read cards
&DOPLAY [v(SVC`Tdefac9d2fa4a48fdaab6)]=think setq(0,extract(shuffle(get(%va/play`%!)),1,get(%va/play`round`required))) ; play [iter(%q0,pickrand(u(%va/fun`white,%i0),\,),%b,\,)]
&DOJUDGE [v(SVC`Tdefac9d2fa4a48fdaab6)]=think setq(0,pickrand(get(%va/[pickrand(lattr(%va/play`round`#*))]))) ; choose [pickrand(u(%va/fun`white,%q0),\,)]
&DESCRIBE [v(SVC`Tdefac9d2fa4a48fdaab6)]=A random bot player for Cards against Humanity.%r%rsay "Join cards, [name(%!)]" to get me to join!%rsay "Play, [name(%!)]" to get me to play (if I don't auto play)%rsay "Choose, [name(%!)]" if I'm a judge and don't auto-choose.%rsay "quit cards, [name(%!)]" when you're tired of me.
&AUTOREAD [v(SVC`Tdefac9d2fa4a48fdaab6)]=^*All players have chosen*: @assert strmatch(get(%va/play`round`judge),%!) ; @wait 5=@include me/doread
&AUTOPLAY [v(SVC`Tdefac9d2fa4a48fdaab6)]=^*draws a black card\: "*": @assert not(strmatch(get(%va/play`round`judge),%!)) ; @wait 5=@include me/doplay
&AUTOJUDGE [v(SVC`Tdefac9d2fa4a48fdaab6)]=^*to choose the winner*:@assert strmatch(%!,get(%va/play`round`judge)) ; @include me/dojudge
&AUTODRAW [v(SVC`Tdefac9d2fa4a48fdaab6)]=^*played the winning card*:@assert strmatch(get(%va/play`lastwinner),%!) ; @wait 5=draw black
@set [v(SVC`Tdefac9d2fa4a48fdaab6)]/DESCRIBE=nearby no_command prefixmatch public visual
@@
@@ Filling out CvH Black Cards
@@
@name [v(SVC`T4adff1fef0a1bac7bf15)]=CvH Black Cards
@tel [v(SVC`T4adff1fef0a1bac7bf15)]=v(SVC`Ta486a70d8176b75e2f74)
@set [v(SVC`T4adff1fef0a1bac7bf15)]=iter(setdiff(lflags([v(SVC`T4adff1fef0a1bac7bf15)]),NO_COMMAND),!##) [setdiff(NO_COMMAND,lflags([v(SVC`T4adff1fef0a1bac7bf15)]))]
&Z [v(SVC`T4adff1fef0a1bac7bf15)]=In Rome, there are whisperings that the Vatican has a secret room devoted to __________.
&Y [v(SVC`T4adff1fef0a1bac7bf15)]=In M. Night Shyamalan's new movie, Bruce Willis discovers that __________ had really been __________ all along.
&X [v(SVC`T4adff1fef0a1bac7bf15)]=In Michael Jackson's final moments, he thought about __________.
&W [v(SVC`T4adff1fef0a1bac7bf15)]=In L.A. County Jail, word is you can trade 200 cigarettes for __________.
&V [v(SVC`T4adff1fef0a1bac7bf15)]=In its new tourism campaign, Detroit proudly proclaims that it has finally eliminated __________.
&U [v(SVC`T4adff1fef0a1bac7bf15)]=In his new summer comedy, Rob Schneider is __________ trapped in the body of __________.
&T [v(SVC`T4adff1fef0a1bac7bf15)]=In his new self-produced album, Kanye West raps over the sounds of __________.
&S [v(SVC`T4adff1fef0a1bac7bf15)]=I never truly understood __________ until I encountered __________.
&R [v(SVC`T4adff1fef0a1bac7bf15)]=In a world ravaged by __________, our only solace is __________.
&Q [v(SVC`T4adff1fef0a1bac7bf15)]=In an attempt to reach a wider audience, the Smithsonian Museum of Natural History has opened an interactive exhibit on __________.
&P [v(SVC`T4adff1fef0a1bac7bf15)]=In 1,000 years, when paper money is but a distant memory, __________ will be our currency.
&O [v(SVC`T4adff1fef0a1bac7bf15)]=I'm sorry, Professor, but I couldn't complete my homework because of __________.
&N [v(SVC`T4adff1fef0a1bac7bf15)]=I learned the hard way that you can't cheer up a grieving friend with __________.
&M [v(SVC`T4adff1fef0a1bac7bf15)]=I got 99 problems but __________ ain't one.
&L [v(SVC`T4adff1fef0a1bac7bf15)]=I drink to forget __________.
&K [v(SVC`T4adff1fef0a1bac7bf15)]=I do not know with what weapons World War III will be fought, but World War IV will be fought with __________.
&J [v(SVC`T4adff1fef0a1bac7bf15)]=How am I maintaining my relationship status?
&I [v(SVC`T4adff1fef0a1bac7bf15)]=__________. High five, bro.
&H [v(SVC`T4adff1fef0a1bac7bf15)]=He who controls __________ controls the world.
&G [v(SVC`T4adff1fef0a1bac7bf15)]=__________: Good to the last drop.
&F [v(SVC`T4adff1fef0a1bac7bf15)]=For my next trick, I will pull __________ out of __________.
&E [v(SVC`T4adff1fef0a1bac7bf15)]=During sex, I like to think about __________.
&D [v(SVC`T4adff1fef0a1bac7bf15)]=During Picasso's often-overlooked Brown Period, he produced hundreds of paintings of __________.
&C [v(SVC`T4adff1fef0a1bac7bf15)]=Due to a PR fiasco, Walmart no longer offers __________.
&B [v(SVC`T4adff1fef0a1bac7bf15)]=Dear Abby, I'm having some trouble with __________ and would like your advice.
&A [v(SVC`T4adff1fef0a1bac7bf15)]=Coming to Broadway this season, __________: The Musical.
&9 [v(SVC`T4adff1fef0a1bac7bf15)]=But before I kill you, Mr. Bond, I must show you __________.
&8 [v(SVC`T4adff1fef0a1bac7bf15)]=BILLY MAYS HERE FOR __________.
&7 [v(SVC`T4adff1fef0a1bac7bf15)]=__________. Betcha can't have just one!
&6 [v(SVC`T4adff1fef0a1bac7bf15)]=A romantic, candlelit dinner would be incomplete without __________.
&5 [v(SVC`T4adff1fef0a1bac7bf15)]=Anthropologists have recently discovered a primitive tribe that worships __________.
&4 [v(SVC`T4adff1fef0a1bac7bf15)]=And the Academy Award for __________ goes to __________.
&33 [v(SVC`T4adff1fef0a1bac7bf15)]=Why do I hurt all over?
&32 [v(SVC`T4adff1fef0a1bac7bf15)]=Why can't I sleep at night?
&31 [v(SVC`T4adff1fef0a1bac7bf15)]=Why am I sticky?
&30 [v(SVC`T4adff1fef0a1bac7bf15)]=Who stole the cookies from the cookie jar?
&3 [v(SVC`T4adff1fef0a1bac7bf15)]=And I would have gotten away with it, too, if it hadn't been for __________.
&2Z [v(SVC`T4adff1fef0a1bac7bf15)]=White people like __________.
&2Y [v(SVC`T4adff1fef0a1bac7bf15)]=While the United States raced the Soviet Union to the moon, the Mexican government funneled millions of pesos into research on __________.
&2X [v(SVC`T4adff1fef0a1bac7bf15)]=When Pharaoh remained unmoved, Moses called down a Plague of __________.
&2W [v(SVC`T4adff1fef0a1bac7bf15)]=When I was tripping on acid, __________ turned into __________.
&2V [v(SVC`T4adff1fef0a1bac7bf15)]=When I pooped, what came out of my butt?
&2U [v(SVC`T4adff1fef0a1bac7bf15)]=When I'm in prison, I'll have __________ smuggled in.
&2T [v(SVC`T4adff1fef0a1bac7bf15)]=When I am President of the United States, I will create the Department of __________.
&2S [v(SVC`T4adff1fef0a1bac7bf15)]=When I am a billionaire, I shall erect a 50-foot statue to commemorate __________.
&2R [v(SVC`T4adff1fef0a1bac7bf15)]=When all else fails, I can always masturbate to __________.
&2Q [v(SVC`T4adff1fef0a1bac7bf15)]=What would grandma find disturbing, yet oddly charming?
&2P [v(SVC`T4adff1fef0a1bac7bf15)]=What will I bring back in time to convince people that I am a powerful wizard?
&2O [v(SVC`T4adff1fef0a1bac7bf15)]=What will always get you laid?
&2N [v(SVC`T4adff1fef0a1bac7bf15)]=What's there a ton of in heaven?
&2M [v(SVC`T4adff1fef0a1bac7bf15)]=What's the next superhero/sidekick duo? ________ and ________!
&2L [v(SVC`T4adff1fef0a1bac7bf15)]=What's the next Happy Meal(tm) toy?
&2K [v(SVC`T4adff1fef0a1bac7bf15)]=What's the new fad diet?
&2J [v(SVC`T4adff1fef0a1bac7bf15)]=What's the most emo?
&2I [v(SVC`T4adff1fef0a1bac7bf15)]=What's the gift that keeps on giving?
&2H [v(SVC`T4adff1fef0a1bac7bf15)]=What's the crustiest?
&2G [v(SVC`T4adff1fef0a1bac7bf15)]=What's that sound?
&2F [v(SVC`T4adff1fef0a1bac7bf15)]=What's that smell?
&2E [v(SVC`T4adff1fef0a1bac7bf15)]=What's Teach for America using to inspire inner city students to succeed?
&2D [v(SVC`T4adff1fef0a1bac7bf15)]=What's my secret power?
&2C [v(SVC`T4adff1fef0a1bac7bf15)]=What's my anti-drug?
&2B [v(SVC`T4adff1fef0a1bac7bf15)]=What's a girl's best friend?
&2A [v(SVC`T4adff1fef0a1bac7bf15)]=What never fails to liven up the party?
&29 [v(SVC`T4adff1fef0a1bac7bf15)]=What is Batman's guilty pleasure?
&28 [v(SVC`T4adff1fef0a1bac7bf15)]=What helps Obama unwind?
&27 [v(SVC`T4adff1fef0a1bac7bf15)]=What has been making life difficult at the nudist colony?
&26 [v(SVC`T4adff1fef0a1bac7bf15)]=What gives me uncontrollable gas?
&25 [v(SVC`T4adff1fef0a1bac7bf15)]=What gets better with age?
&24 [v(SVC`T4adff1fef0a1bac7bf15)]=What ended my last relationship?
&23 [v(SVC`T4adff1fef0a1bac7bf15)]=What do old people smell like?
&22 [v(SVC`T4adff1fef0a1bac7bf15)]=What don't you want to find in your Chinese food?
&21 [v(SVC`T4adff1fef0a1bac7bf15)]=What does Dick Cheney prefer?
&20 [v(SVC`T4adff1fef0a1bac7bf15)]=What did Vin Diesel eat for dinner?
&2 [v(SVC`T4adff1fef0a1bac7bf15)]=Alternative medicine is now embracing the curative powers of __________.
&1Z [v(SVC`T4adff1fef0a1bac7bf15)]=What did the US airdrop to the children of Afghanistan?
&1Y [v(SVC`T4adff1fef0a1bac7bf15)]=What did I bring back from Mexico?
&1X [v(SVC`T4adff1fef0a1bac7bf15)]=What brought the orgy to a grinding halt?
&1W [v(SVC`T4adff1fef0a1bac7bf15)]=What are my parents hiding from me?
&1V [v(SVC`T4adff1fef0a1bac7bf15)]=What am I giving up for Lent?
&1U [v(SVC`T4adff1fef0a1bac7bf15)]=War! What is it good for?
&1T [v(SVC`T4adff1fef0a1bac7bf15)]=TSA guidelines now prohibit __________ on airplanes.
&1S [v(SVC`T4adff1fef0a1bac7bf15)]=This season on Man vs. Wild, Bear Grylls must survive in the depths of the Amazon with only __________ and his wits.
&1R [v(SVC`T4adff1fef0a1bac7bf15)]=This is the way the world ends / This is the way the world ends / Not with a bang but with __________.
&1Q [v(SVC`T4adff1fef0a1bac7bf15)]=The U.S. has begun airdropping __________ to the children of Afghanistan.
&1P [v(SVC`T4adff1fef0a1bac7bf15)]=The socialist governments of Scandinavia have declared that access to __________ is a basic human right.
&1O [v(SVC`T4adff1fef0a1bac7bf15)]=__________? There's an app for that.
&1N [v(SVC`T4adff1fef0a1bac7bf15)]=The class field trip was completely ruined by __________.
&1M [v(SVC`T4adff1fef0a1bac7bf15)]=The CIA now interrogates enemy agents by repeatedly subjecting them to __________.
&1L [v(SVC`T4adff1fef0a1bac7bf15)]=That's right, I killed __________. How, you ask? __________.
&1K [v(SVC`T4adff1fef0a1bac7bf15)]=__________. That's how I want to die.
&1J [v(SVC`T4adff1fef0a1bac7bf15)]=Studies show that lab rats navigate mazes 50% faster after being exposed to __________.
&1I [v(SVC`T4adff1fef0a1bac7bf15)]=Sorry everyone, I just __________.
&1H [v(SVC`T4adff1fef0a1bac7bf15)]=Science will never explain the origin of __________.
&1G [v(SVC`T4adff1fef0a1bac7bf15)]=Rumor has it that Vladimir Putin's favorite dish is __________ stuffed with __________.
&1F [v(SVC`T4adff1fef0a1bac7bf15)]=Next on ESPN2: The World Series of __________.
&1E [v(SVC`T4adff1fef0a1bac7bf15)]=Next from J.K. Rowling: Harry Potter and the Chamber of __________.
&1D [v(SVC`T4adff1fef0a1bac7bf15)]=MTV's new reality show features eight washed-up celebrities living with __________.
&1C [v(SVC`T4adff1fef0a1bac7bf15)]=Maybe she's born with it. Maybe it's __________.
&1B [v(SVC`T4adff1fef0a1bac7bf15)]=Major League Baseball has banned __________ for giving players an unfair advantage.
&1A [v(SVC`T4adff1fef0a1bac7bf15)]=Life was difficult for cavemen before __________.
&19 [v(SVC`T4adff1fef0a1bac7bf15)]=Lifetime(tm) presents __________, the story of __________.
&18 [v(SVC`T4adff1fef0a1bac7bf15)]=Life for American Indians was forever changed when the White Man introduced them to __________.
&17 [v(SVC`T4adff1fef0a1bac7bf15)]=__________: kid tested, mother approved.
&16 [v(SVC`T4adff1fef0a1bac7bf15)]=I wish I hadn't lost the instruction manual for __________.
&15 [v(SVC`T4adff1fef0a1bac7bf15)]=__________. It's a trap!
&14 [v(SVC`T4adff1fef0a1bac7bf15)]=It's a pity that kids these days are all getting involved with __________.
&13 [v(SVC`T4adff1fef0a1bac7bf15)]=__________ is a slippery slope that leads to __________.
&12 [v(SVC`T4adff1fef0a1bac7bf15)]=In the new Disney Channel Original Movie, Hannah Montana struggles with __________ for the first time.
&11 [v(SVC`T4adff1fef0a1bac7bf15)]=In the distant future, historians will agree that __________ marked the beginning of America's decline.
&10 [v(SVC`T4adff1fef0a1bac7bf15)]=Instead of coal, Santa now gives the bad children __________.
&1 [v(SVC`T4adff1fef0a1bac7bf15)]=After the earthquake, Sean Penn brought __________ to the people of Haiti.
&0 [v(SVC`T4adff1fef0a1bac7bf15)]=After Hurricane Katrina, Sean Penn brought __________ to the people of New Orleans.
@set [v(SVC`T4adff1fef0a1bac7bf15)]/Z=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/Y=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/X=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/W=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/V=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/U=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/T=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/S=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/R=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/Q=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/P=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/O=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/N=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/M=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/L=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/K=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/J=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/I=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/H=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/G=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/F=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/E=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/D=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/C=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/B=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/A=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/9=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/8=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/7=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/6=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/5=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/4=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/33=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/32=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/31=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/30=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/3=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2Z=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2Y=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2X=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2W=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2V=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2U=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2T=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2S=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2R=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2Q=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2P=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2O=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2N=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2M=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2L=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2K=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2J=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2I=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2H=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2G=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2F=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2E=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2D=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2C=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2B=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2A=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/29=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/28=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/27=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/26=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/25=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/24=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/23=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/22=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/21=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/20=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/2=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1Z=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1Y=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1X=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1W=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1V=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1U=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1T=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1S=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1R=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1Q=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1P=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1O=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1N=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1M=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1L=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1K=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1J=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1I=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1H=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1G=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1F=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1E=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1D=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1C=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1B=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1A=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/19=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/18=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/17=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/16=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/15=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/14=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/13=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/12=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/11=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/10=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/1=no_command
@set [v(SVC`T4adff1fef0a1bac7bf15)]/0=no_command
@@
@@ Filling out CvH White Cards
@@
@name [v(SVC`Tb7b441ff38c82777c856)]=CvH White Cards
@tel [v(SVC`Tb7b441ff38c82777c856)]=v(SVC`Ta486a70d8176b75e2f74)
@set [v(SVC`Tb7b441ff38c82777c856)]=iter(setdiff(lflags([v(SVC`Tb7b441ff38c82777c856)]),NO_COMMAND),!##) [setdiff(NO_COMMAND,lflags([v(SVC`Tb7b441ff38c82777c856)]))]
&Z [v(SVC`Tb7b441ff38c82777c856)]=White privilege.
&Y [v(SVC`Tb7b441ff38c82777c856)]=Whipping it out.
&X [v(SVC`Tb7b441ff38c82777c856)]=The Rapture.
&W [v(SVC`Tb7b441ff38c82777c856)]=The miracle of childbirth.
&V [v(SVC`Tb7b441ff38c82777c856)]=The inevitable heat death of the universe.
&U [v(SVC`Tb7b441ff38c82777c856)]=Boogers.
&T [v(SVC`Tb7b441ff38c82777c856)]=Sharing needles.
&S [v(SVC`Tb7b441ff38c82777c856)]=Public ridicule.
&R [v(SVC`Tb7b441ff38c82777c856)]=Pretending to care.
&Q [v(SVC`Tb7b441ff38c82777c856)]=Getting naked and watching Nickelodeon.
&P [v(SVC`Tb7b441ff38c82777c856)]=Laying an egg.
&O [v(SVC`Tb7b441ff38c82777c856)]=Hormone injections.
&N [v(SVC`Tb7b441ff38c82777c856)]=Full frontal nudity.
&M [v(SVC`Tb7b441ff38c82777c856)]=Former President George W. Bush.
&L [v(SVC`Tb7b441ff38c82777c856)]=Dropping a chandelier on your enemies and riding the rope up.
&K [v(SVC`Tb7b441ff38c82777c856)]=The Donald Trump Seal of Approval.
&J [v(SVC`Tb7b441ff38c82777c856)]=Daddy issues.
&I [v(SVC`Tb7b441ff38c82777c856)]=Crippling debt.
&H [v(SVC`Tb7b441ff38c82777c856)]=Consultants.
&G [v(SVC`Tb7b441ff38c82777c856)]=Bling.
&FA [v(SVC`Tb7b441ff38c82777c856)]=A Gypsy curse.
&F [v(SVC`Tb7b441ff38c82777c856)]=Authentic Mexican cuisine.
&EZ [v(SVC`Tb7b441ff38c82777c856)]=Zeus's sexual appetites.
&EY [v(SVC`Tb7b441ff38c82777c856)]=Words, words, words.
&EX [v(SVC`Tb7b441ff38c82777c856)]=Tripping balls.
&EW [v(SVC`Tb7b441ff38c82777c856)]=Being a busy adult with many important things to do.
&EV [v(SVC`Tb7b441ff38c82777c856)]=The four arms of Vishnu.
&EU [v(SVC`Tb7b441ff38c82777c856)]=The shambling corpse of Larry King.
&ET [v(SVC`Tb7b441ff38c82777c856)]=The hiccups.
&ES [v(SVC`Tb7b441ff38c82777c856)]=The harsh light of day.
&ER [v(SVC`Tb7b441ff38c82777c856)]=The Gulags.
&EQ [v(SVC`Tb7b441ff38c82777c856)]=The Fanta girls.
&EP [v(SVC`Tb7b441ff38c82777c856)]=The economy.
&EO [v(SVC`Tb7b441ff38c82777c856)]=The boners of the elderly.
&EN [v(SVC`Tb7b441ff38c82777c856)]=Sudden Poop Explosion Disease.
&EM [v(SVC`Tb7b441ff38c82777c856)]=Statistically validated stereotypes.
&EL [v(SVC`Tb7b441ff38c82777c856)]=Space muffins.
&EK [v(SVC`Tb7b441ff38c82777c856)]=Slow motion.
&EJ [v(SVC`Tb7b441ff38c82777c856)]=Sexy Siamese twins.
&EI [v(SVC`Tb7b441ff38c82777c856)]=Sexual humiliation.
&EH [v(SVC`Tb7b441ff38c82777c856)]=Scrotum tickling.
&EG [v(SVC`Tb7b441ff38c82777c856)]=Santa Claus.
&EF [v(SVC`Tb7b441ff38c82777c856)]=Ryan Gosling riding in on a white horse.
&EE [v(SVC`Tb7b441ff38c82777c856)]=Ripping into a man's chest and pulling out his still-beating heart.
&ED [v(SVC`Tb7b441ff38c82777c856)]=Revenge fucking.
&EC [v(SVC`Tb7b441ff38c82777c856)]=Quivering jowls.
&EB [v(SVC`Tb7b441ff38c82777c856)]=Quiche.
&EA [v(SVC`Tb7b441ff38c82777c856)]=Pistol-whipping a hostage.
&E9 [v(SVC`Tb7b441ff38c82777c856)]=Overpowering your father.
&E8 [v(SVC`Tb7b441ff38c82777c856)]=Ominous background music.
&E7 [v(SVC`Tb7b441ff38c82777c856)]=One thousand Slim Jims.
&E6 [v(SVC`Tb7b441ff38c82777c856)]=My machete.
&E5 [v(SVC`Tb7b441ff38c82777c856)]=Moral ambiguity.
&E4 [v(SVC`Tb7b441ff38c82777c856)]=Medieval Times Dinner and Tournament.
&E3 [v(SVC`Tb7b441ff38c82777c856)]=Media coverage.
&E2 [v(SVC`Tb7b441ff38c82777c856)]=Making the penises kiss.
&E1 [v(SVC`Tb7b441ff38c82777c856)]=Literally eating shit.
&E0 [v(SVC`Tb7b441ff38c82777c856)]=Leveling up.
&E [v(SVC`Tb7b441ff38c82777c856)]=A time travel paradox.
&DZ [v(SVC`Tb7b441ff38c82777c856)]=Mad hacky-sack skills.
&DY [v(SVC`Tb7b441ff38c82777c856)]=Just the tip.
&DX [v(SVC`Tb7b441ff38c82777c856)]=Jean-Claude Van Damme.
&DW [v(SVC`Tb7b441ff38c82777c856)]=Jafar.
&DV [v(SVC`Tb7b441ff38c82777c856)]=Insatiable bloodlust.
&DU [v(SVC`Tb7b441ff38c82777c856)]=Historical revisionism.
&DT [v(SVC`Tb7b441ff38c82777c856)]=Hipsters.
&DS [v(SVC`Tb7b441ff38c82777c856)]=Good grammar.
&DR [v(SVC`Tb7b441ff38c82777c856)]=Gladiatorial combat.
&DQ [v(SVC`Tb7b441ff38c82777c856)]=Getting in her pants, politely.
&DP [v(SVC`Tb7b441ff38c82777c856)]=Getting abducted by Peter Pan.
&DO [v(SVC`Tb7b441ff38c82777c856)]=George Clooney's musk.
&DN [v(SVC`Tb7b441ff38c82777c856)]=Genetically engineered super-soldiers.
&DM [v(SVC`Tb7b441ff38c82777c856)]=Gandalf.
&DL [v(SVC`Tb7b441ff38c82777c856)]=Finding a skeleton.
&DK [v(SVC`Tb7b441ff38c82777c856)]=Fabricating statistics.
&DJ [v(SVC`Tb7b441ff38c82777c856)]=Enormous Scandinavian women.
&DI [v(SVC`Tb7b441ff38c82777c856)]=Eating an albino.
&DH [v(SVC`Tb7b441ff38c82777c856)]=Dorito breath.
&DG [v(SVC`Tb7b441ff38c82777c856)]=Deflowering the princess.
&DF [v(SVC`Tb7b441ff38c82777c856)]=Dancing with a broom.
&DE [v(SVC`Tb7b441ff38c82777c856)]=Suicidal thoughts.
&DD [v(SVC`Tb7b441ff38c82777c856)]=Coughing into a vagina.
&DC [v(SVC`Tb7b441ff38c82777c856)]=Carnies.
&DB [v(SVC`Tb7b441ff38c82777c856)]=Nubile slave boys.
&DA [v(SVC`Tb7b441ff38c82777c856)]=Bosnian chicken farmers.
&D9 [v(SVC`Tb7b441ff38c82777c856)]=Shaft.
&D8 [v(SVC`Tb7b441ff38c82777c856)]=Being a dinosaur.
&D7 [v(SVC`Tb7b441ff38c82777c856)]=Beating your wives.
&D6 [v(SVC`Tb7b441ff38c82777c856)]=Neil Patrick Harris.
&D5 [v(SVC`Tb7b441ff38c82777c856)]=Appreciative snapping.
&D4 [v(SVC`Tb7b441ff38c82777c856)]=Apologizing.
&D3 [v(SVC`Tb7b441ff38c82777c856)]=Clams.
&D2 [v(SVC`Tb7b441ff38c82777c856)]=A woman scorned.
&D1 [v(SVC`Tb7b441ff38c82777c856)]=A web of lies.
&D0 [v(SVC`Tb7b441ff38c82777c856)]=A rival dojo.
&D [v(SVC`Tb7b441ff38c82777c856)]=A drive-by shooting.
&CZ [v(SVC`Tb7b441ff38c82777c856)]=A passionate Latino lover.
&CY [v(SVC`Tb7b441ff38c82777c856)]=Panty raids.
&CX [v(SVC`Tb7b441ff38c82777c856)]=A nuanced critique.
&CW [v(SVC`Tb7b441ff38c82777c856)]=A low standard of living.
&CV [v(SVC`Tb7b441ff38c82777c856)]=A crappy little hand.
&CU [v(SVC`Tb7b441ff38c82777c856)]=A bloody pacifier.
&CT [v(SVC`Tb7b441ff38c82777c856)]=A beached whale.
&CS [v(SVC`Tb7b441ff38c82777c856)]=A big black dick.
&CR [v(SVC`Tb7b441ff38c82777c856)]=A foul mouth.
&CQ [v(SVC`Tb7b441ff38c82777c856)]=The milk man.
&CP [v(SVC`Tb7b441ff38c82777c856)]=Lady Gaga.
&CO [v(SVC`Tb7b441ff38c82777c856)]=Fear itself.
&CN [v(SVC`Tb7b441ff38c82777c856)]=Cards Against Humanity.
&CM [v(SVC`Tb7b441ff38c82777c856)]=A brain tumor.
&CL [v(SVC`Tb7b441ff38c82777c856)]=Team-building exercises.
&CK [v(SVC`Tb7b441ff38c82777c856)]=Pterodactyl eggs.
&CJ [v(SVC`Tb7b441ff38c82777c856)]=The Amish.
&CI [v(SVC`Tb7b441ff38c82777c856)]=Men.
&CH [v(SVC`Tb7b441ff38c82777c856)]=The folly of man.
&CG [v(SVC`Tb7b441ff38c82777c856)]=The gays.
&CF [v(SVC`Tb7b441ff38c82777c856)]=Hurricane Katrina.
&CE [v(SVC`Tb7b441ff38c82777c856)]=Dying.
&CD [v(SVC`Tb7b441ff38c82777c856)]=The Tempur-Pedic Swedish Sleep System.
&CC [v(SVC`Tb7b441ff38c82777c856)]=Booby-trapping the house to foil burglars.
&CB [v(SVC`Tb7b441ff38c82777c856)]=Being a dick to children.
&CA [v(SVC`Tb7b441ff38c82777c856)]=Farting and walking away.
&C9 [v(SVC`Tb7b441ff38c82777c856)]=Party poopers.
&C8 [v(SVC`Tb7b441ff38c82777c856)]=Friction.
&C7 [v(SVC`Tb7b441ff38c82777c856)]=Grandma.
&C6 [v(SVC`Tb7b441ff38c82777c856)]=Balls.
&C5 [v(SVC`Tb7b441ff38c82777c856)]=Sexy pillow fights.
&C4 [v(SVC`Tb7b441ff38c82777c856)]=Passable transvestites.
&C3 [v(SVC`Tb7b441ff38c82777c856)]=Genital piercings.
&C2 [v(SVC`Tb7b441ff38c82777c856)]=Being a motherfucking sorcerer.
&C1 [v(SVC`Tb7b441ff38c82777c856)]=Natural male enhancement.
&C0 [v(SVC`Tb7b441ff38c82777c856)]=Women in yogurt commercials.
&C [v(SVC`Tb7b441ff38c82777c856)]=72 virgins.
&BZ [v(SVC`Tb7b441ff38c82777c856)]=Morgan Freeman's voice.
&BY [v(SVC`Tb7b441ff38c82777c856)]=Lumberjack fantasies.
&BX [v(SVC`Tb7b441ff38c82777c856)]=A sea of troubles.
&BW [v(SVC`Tb7b441ff38c82777c856)]=Poorly-timed Holocaust jokes.
&BV [v(SVC`Tb7b441ff38c82777c856)]=The Underground Railroad.
&BU [v(SVC`Tb7b441ff38c82777c856)]=Me time.
&BT [v(SVC`Tb7b441ff38c82777c856)]=Man meat.
&BS [v(SVC`Tb7b441ff38c82777c856)]=Jerking off into a pool of children's tears.
&BR [v(SVC`Tb7b441ff38c82777c856)]=The Dance of the Sugar Plum Fairy.
&BQ [v(SVC`Tb7b441ff38c82777c856)]=Goats eating cans.
&BP [v(SVC`Tb7b441ff38c82777c856)]=Friends who eat all the snacks.
&BO [v(SVC`Tb7b441ff38c82777c856)]=Land mines.
&BN [v(SVC`Tb7b441ff38c82777c856)]=The Big Bang.
&BM [v(SVC`Tb7b441ff38c82777c856)]=The clitoris.
&BL [v(SVC`Tb7b441ff38c82777c856)]=A thermonuclear detonation.
&BK [v(SVC`Tb7b441ff38c82777c856)]=A snapping turtle biting the tip of your penis.
&BJ [v(SVC`Tb7b441ff38c82777c856)]=Auschwitz.
&BI [v(SVC`Tb7b441ff38c82777c856)]=My sex life.
&BH [v(SVC`Tb7b441ff38c82777c856)]=Poor life choices.
&BG [v(SVC`Tb7b441ff38c82777c856)]=A bag of magic beans.
&BF [v(SVC`Tb7b441ff38c82777c856)]=A mopey zoo lion.
&BE [v(SVC`Tb7b441ff38c82777c856)]=Figgy pudding.
&BD [v(SVC`Tb7b441ff38c82777c856)]=Spectacular abs.
&BC [v(SVC`Tb7b441ff38c82777c856)]=Road head.
&BB [v(SVC`Tb7b441ff38c82777c856)]=Arnold Schwarzenegger.
&BA [v(SVC`Tb7b441ff38c82777c856)]=Parting the Red Sea.
&B9 [v(SVC`Tb7b441ff38c82777c856)]=Heteronormativity.
&B8 [v(SVC`Tb7b441ff38c82777c856)]=Exchanging pleasantries.
&B7 [v(SVC`Tb7b441ff38c82777c856)]=Elderly Japanese men.
&B6 [v(SVC`Tb7b441ff38c82777c856)]=Asians who aren't good at math.
&B5 [v(SVC`Tb7b441ff38c82777c856)]=Barack Obama.
&B4 [v(SVC`Tb7b441ff38c82777c856)]=The Virginia Tech Massacre.
&B3 [v(SVC`Tb7b441ff38c82777c856)]=African children.
&B2 [v(SVC`Tb7b441ff38c82777c856)]=Judge Judy.
&B1 [v(SVC`Tb7b441ff38c82777c856)]=A defective condom.
&B0 [v(SVC`Tb7b441ff38c82777c856)]=Women's suffrage.
&B [v(SVC`Tb7b441ff38c82777c856)]=Raping and pillaging.
&AZ [v(SVC`Tb7b441ff38c82777c856)]=Vehicular manslaughter.
&AY [v(SVC`Tb7b441ff38c82777c856)]=Making a pouty face.
&AX [v(SVC`Tb7b441ff38c82777c856)]=Hot Pockets.
&AW [v(SVC`Tb7b441ff38c82777c856)]=New Age music.
&AV [v(SVC`Tb7b441ff38c82777c856)]=Global warming.
&AU [v(SVC`Tb7b441ff38c82777c856)]=Geese.
&AT [v(SVC`Tb7b441ff38c82777c856)]=An Oedipus complex.
&AS [v(SVC`Tb7b441ff38c82777c856)]=Seduction.
&AR [v(SVC`Tb7b441ff38c82777c856)]=Hot people.
&AQ [v(SVC`Tb7b441ff38c82777c856)]=Vikings.
&AP [v(SVC`Tb7b441ff38c82777c856)]=A hot mess.
&AO [v(SVC`Tb7b441ff38c82777c856)]=My soul.
&AN [v(SVC`Tb7b441ff38c82777c856)]=A micropenis.
&AM [v(SVC`Tb7b441ff38c82777c856)]=The Rev. Dr. Martin Luther King, Jr.
&AL [v(SVC`Tb7b441ff38c82777c856)]=Hope.
&AK [v(SVC`Tb7b441ff38c82777c856)]=Goblins.
&AJ [v(SVC`Tb7b441ff38c82777c856)]=Being marginalized.
&AI [v(SVC`Tb7b441ff38c82777c856)]=The Trail of Tears.
&AH [v(SVC`Tb7b441ff38c82777c856)]=Her Royal Highness, Queen Elizabeth II.
&AG [v(SVC`Tb7b441ff38c82777c856)]=Giving 110 percent.
&AF [v(SVC`Tb7b441ff38c82777c856)]=A murder most foul.
&AE [v(SVC`Tb7b441ff38c82777c856)]=Assless chaps.
&AD [v(SVC`Tb7b441ff38c82777c856)]=My vagina.
&AC [v(SVC`Tb7b441ff38c82777c856)]=Roofies.
&AB [v(SVC`Tb7b441ff38c82777c856)]=Repression.
&AA [v(SVC`Tb7b441ff38c82777c856)]=Glenn Beck being harried by a swarm of buzzards.
&A9 [v(SVC`Tb7b441ff38c82777c856)]=Sniffing glue.
&A8 [v(SVC`Tb7b441ff38c82777c856)]=Explosions.
&A7 [v(SVC`Tb7b441ff38c82777c856)]=Child beauty pageants.
&A6 [v(SVC`Tb7b441ff38c82777c856)]=Nicolas Cage.
&A5 [v(SVC`Tb7b441ff38c82777c856)]=Chainsaws for hands.
&A4 [v(SVC`Tb7b441ff38c82777c856)]=Jibber-jabber.
&A3 [v(SVC`Tb7b441ff38c82777c856)]=Racially-biased SAT questions.
&A2 [v(SVC`Tb7b441ff38c82777c856)]=Opposable thumbs.
&A1 [v(SVC`Tb7b441ff38c82777c856)]=Object permanence.
&A0 [v(SVC`Tb7b441ff38c82777c856)]=Dead parents.
&A [v(SVC`Tb7b441ff38c82777c856)]=Porn stars.
&9Z [v(SVC`Tb7b441ff38c82777c856)]=Stephen Hawking talking dirty.
&9Y [v(SVC`Tb7b441ff38c82777c856)]=8 oz. of sweet Mexican black-tar heroin.
&9X [v(SVC`Tb7b441ff38c82777c856)]=Nazis.
&9W [v(SVC`Tb7b441ff38c82777c856)]=Getting drunk on mouthwash.
&9V [v(SVC`Tb7b441ff38c82777c856)]=College.
&9U [v(SVC`Tb7b441ff38c82777c856)]=Harry Potter erotica.
&9T [v(SVC`Tb7b441ff38c82777c856)]=Bees?
&9S [v(SVC`Tb7b441ff38c82777c856)]=Christopher Walken.
&9R [v(SVC`Tb7b441ff38c82777c856)]=My relationship status.
&9Q [v(SVC`Tb7b441ff38c82777c856)]=Eugenics.
&9P [v(SVC`Tb7b441ff38c82777c856)]=Amputees.
&9O [v(SVC`Tb7b441ff38c82777c856)]=Dick Cheney.
&9N [v(SVC`Tb7b441ff38c82777c856)]=Firing a rifle into the air while balls deep in a squealing hog.
&9M [v(SVC`Tb7b441ff38c82777c856)]=A fetus.
&9L [v(SVC`Tb7b441ff38c82777c856)]=Italians.
&9K [v(SVC`Tb7b441ff38c82777c856)]=Saxophone solos.
&9J [v(SVC`Tb7b441ff38c82777c856)]=Foreskin.
&9I [v(SVC`Tb7b441ff38c82777c856)]=Dead babies.
&9H [v(SVC`Tb7b441ff38c82777c856)]=Take-backsies.
&9G [v(SVC`Tb7b441ff38c82777c856)]=When you fart and a little bit comes out.
&9F [v(SVC`Tb7b441ff38c82777c856)]=Keg stands.
&9E [v(SVC`Tb7b441ff38c82777c856)]=The American Dream.
&9D [v(SVC`Tb7b441ff38c82777c856)]=A cooler full of organs.
&9C [v(SVC`Tb7b441ff38c82777c856)]=The glass ceiling.
&9B [v(SVC`Tb7b441ff38c82777c856)]=A death ray.
&9A [v(SVC`Tb7b441ff38c82777c856)]=Wearing underwear inside-out to avoid doing laundry.
&99 [v(SVC`Tb7b441ff38c82777c856)]=Count Chocula.
&98 [v(SVC`Tb7b441ff38c82777c856)]=A windmill full of corpses.
&97 [v(SVC`Tb7b441ff38c82777c856)]=A can of whoop-ass.
&96 [v(SVC`Tb7b441ff38c82777c856)]=Teaching a robot to love.
&95 [v(SVC`Tb7b441ff38c82777c856)]=Feeding Rosie O'Donnell.
&94 [v(SVC`Tb7b441ff38c82777c856)]=Doin' it in the butt.
&93 [v(SVC`Tb7b441ff38c82777c856)]=The token minority.
&92 [v(SVC`Tb7b441ff38c82777c856)]=Jewish fraternities.
&91 [v(SVC`Tb7b441ff38c82777c856)]=A stray pube.
&90 [v(SVC`Tb7b441ff38c82777c856)]=Kim Jong-il.
&9 [v(SVC`Tb7b441ff38c82777c856)]=Shapeshifters.
&8Z [v(SVC`Tb7b441ff38c82777c856)]=A really cool hat.
&8Y [v(SVC`Tb7b441ff38c82777c856)]=Horse meat.
&8X [v(SVC`Tb7b441ff38c82777c856)]=Robert Downey, Jr.
&8W [v(SVC`Tb7b441ff38c82777c856)]=Pulling out.
&8V [v(SVC`Tb7b441ff38c82777c856)]=Civilian casualties.
&8U [v(SVC`Tb7b441ff38c82777c856)]=Anal beads.
&8T [v(SVC`Tb7b441ff38c82777c856)]=Child abuse.
&8S [v(SVC`Tb7b441ff38c82777c856)]=Soiling oneself.
&8R [v(SVC`Tb7b441ff38c82777c856)]=Multiple stab wounds.
&8Q [v(SVC`Tb7b441ff38c82777c856)]=Dick fingers.
&8P [v(SVC`Tb7b441ff38c82777c856)]=Drinking alone.
&8O [v(SVC`Tb7b441ff38c82777c856)]=Five-Dollar Footlongs.
&8N [v(SVC`Tb7b441ff38c82777c856)]=Surprise sex!
&8M [v(SVC`Tb7b441ff38c82777c856)]=Muhammad (Praise Be Unto Him).
&8L [v(SVC`Tb7b441ff38c82777c856)]=Soup that is too hot.
&8K [v(SVC`Tb7b441ff38c82777c856)]=Viagra.
&8J [v(SVC`Tb7b441ff38c82777c856)]=Edible underpants.
&8I [v(SVC`Tb7b441ff38c82777c856)]=Concealing a boner.
&8H [v(SVC`Tb7b441ff38c82777c856)]=Queefing.
&8G [v(SVC`Tb7b441ff38c82777c856)]=Classist undertones.
&8F [v(SVC`Tb7b441ff38c82777c856)]=Masturbation.
&8E [v(SVC`Tb7b441ff38c82777c856)]=Smallpox blankets.
&8D [v(SVC`Tb7b441ff38c82777c856)]=Guys who don't call.
&8C [v(SVC`Tb7b441ff38c82777c856)]=Cybernetic enhancements.
&8B [v(SVC`Tb7b441ff38c82777c856)]=Michael Jackson.
&8A [v(SVC`Tb7b441ff38c82777c856)]=A bleached asshole.
&89 [v(SVC`Tb7b441ff38c82777c856)]=Passing a kidney stone.
&88 [v(SVC`Tb7b441ff38c82777c856)]=That thing that electrocutes your abs.
&87 [v(SVC`Tb7b441ff38c82777c856)]=A zesty breakfast burrito.
&86 [v(SVC`Tb7b441ff38c82777c856)]=Estrogen.
&85 [v(SVC`Tb7b441ff38c82777c856)]=The true meaning of Christmas.
&84 [v(SVC`Tb7b441ff38c82777c856)]=Tangled Slinkys.
&83 [v(SVC`Tb7b441ff38c82777c856)]=Another goddamn vampire movie.
&82 [v(SVC`Tb7b441ff38c82777c856)]=Fiery poops.
&81 [v(SVC`Tb7b441ff38c82777c856)]=MechaHitler.
&80 [v(SVC`Tb7b441ff38c82777c856)]=Heartwarming orphans.
&8 [v(SVC`Tb7b441ff38c82777c856)]=Sexting.
&7Z [v(SVC`Tb7b441ff38c82777c856)]=The profoundly handicapped.
&7Y [v(SVC`Tb7b441ff38c82777c856)]=Bitches.
&7X [v(SVC`Tb7b441ff38c82777c856)]=Lunchables.
&7W [v(SVC`Tb7b441ff38c82777c856)]=Chivalry.
&7V [v(SVC`Tb7b441ff38c82777c856)]=Black people.
&7U [v(SVC`Tb7b441ff38c82777c856)]=Bill Nye the Science Guy.
&7T [v(SVC`Tb7b441ff38c82777c856)]=Centaurs.
&7S [v(SVC`Tb7b441ff38c82777c856)]=Necrophilia.
&7R [v(SVC`Tb7b441ff38c82777c856)]=Being fabulous.
&7Q [v(SVC`Tb7b441ff38c82777c856)]=Date rape.
&7P [v(SVC`Tb7b441ff38c82777c856)]=YOU MUST CONSTRUCT ADDITIONAL PYLONS.
&7O [v(SVC`Tb7b441ff38c82777c856)]=The violation of our most basic human rights.
&7N [v(SVC`Tb7b441ff38c82777c856)]=The South.
&7M [v(SVC`Tb7b441ff38c82777c856)]=A salty surprise.
&7L [v(SVC`Tb7b441ff38c82777c856)]=Kids with ass cancer.
&7K [v(SVC`Tb7b441ff38c82777c856)]=Menstruation.
&7J [v(SVC`Tb7b441ff38c82777c856)]=Pooping back and forth. Forever.
&7I [v(SVC`Tb7b441ff38c82777c856)]=A look-see.
&7H [v(SVC`Tb7b441ff38c82777c856)]=Nickelback.
&7G [v(SVC`Tb7b441ff38c82777c856)]=Sean Penn.
&7F [v(SVC`Tb7b441ff38c82777c856)]=Keanu Reeves.
&7E [v(SVC`Tb7b441ff38c82777c856)]=Charisma.
&7D [v(SVC`Tb7b441ff38c82777c856)]=Cheating in the Special Olympics.
&7C [v(SVC`Tb7b441ff38c82777c856)]=Same-sex ice dancing.
&7B [v(SVC`Tb7b441ff38c82777c856)]=Seppuku.
&7A [v(SVC`Tb7b441ff38c82777c856)]=Too much hair gel.
&79 [v(SVC`Tb7b441ff38c82777c856)]=Glenn Beck convulsively vomiting as a brood of crab spiders hatches in his brain and erupts from his tear ducts.
&78 [v(SVC`Tb7b441ff38c82777c856)]=Tentacle porn.
&77 [v(SVC`Tb7b441ff38c82777c856)]=White people.
&76 [v(SVC`Tb7b441ff38c82777c856)]=The Pope.
&75 [v(SVC`Tb7b441ff38c82777c856)]=My collection of high-tech sex toys.
&74 [v(SVC`Tb7b441ff38c82777c856)]=Erectile dysfunction.
&73 [v(SVC`Tb7b441ff38c82777c856)]=Autocannibalism.
&72 [v(SVC`Tb7b441ff38c82777c856)]=Re-gifting.
&71 [v(SVC`Tb7b441ff38c82777c856)]=Euphoria, by Calvin Klein.
&70 [v(SVC`Tb7b441ff38c82777c856)]=Unfathomable stupidity.
&7 [v(SVC`Tb7b441ff38c82777c856)]=Not giving a shit about the Third World.
&6Z [v(SVC`Tb7b441ff38c82777c856)]=Waiting 'til marriage.
&6Y [v(SVC`Tb7b441ff38c82777c856)]=The invisible hand.
&6X [v(SVC`Tb7b441ff38c82777c856)]=The Little Engine That Could.
&6W [v(SVC`Tb7b441ff38c82777c856)]=Ethnic cleansing.
&6V [v(SVC`Tb7b441ff38c82777c856)]=Active listening.
&6U [v(SVC`Tb7b441ff38c82777c856)]=The taint; the grundle; the fleshy fun-bridge.
&6T [v(SVC`Tb7b441ff38c82777c856)]=Toni Morrison's vagina.
&6S [v(SVC`Tb7b441ff38c82777c856)]=Dental dams.
&6R [v(SVC`Tb7b441ff38c82777c856)]=Waking up half-naked in a Denny's parking lot.
&6Q [v(SVC`Tb7b441ff38c82777c856)]=Puppies!
&6P [v(SVC`Tb7b441ff38c82777c856)]=The heart of a child.
&6O [v(SVC`Tb7b441ff38c82777c856)]=Nipple blades.
&6N [v(SVC`Tb7b441ff38c82777c856)]=Gloryholes.
&6M [v(SVC`Tb7b441ff38c82777c856)]=Leprosy.
&6L [v(SVC`Tb7b441ff38c82777c856)]=Breaking out into song and dance.
&6K [v(SVC`Tb7b441ff38c82777c856)]=Attitude.
&6J [v(SVC`Tb7b441ff38c82777c856)]=Britney Spears at 55.
&6I [v(SVC`Tb7b441ff38c82777c856)]=The terrorists.
&6H [v(SVC`Tb7b441ff38c82777c856)]=Dry heaving.
&6G [v(SVC`Tb7b441ff38c82777c856)]=Lance Armstrong's missing testicle.
&6F [v(SVC`Tb7b441ff38c82777c856)]=Flash flooding.
&6E [v(SVC`Tb7b441ff38c82777c856)]=A monkey smoking a cigar.
&6D [v(SVC`Tb7b441ff38c82777c856)]=Sunshine and rainbows.
&6C [v(SVC`Tb7b441ff38c82777c856)]=Dwarf tossing.
&6B [v(SVC`Tb7b441ff38c82777c856)]=Racism.
&6A [v(SVC`Tb7b441ff38c82777c856)]=A lifetime of sadness.
&69 [v(SVC`Tb7b441ff38c82777c856)]=Pixelated bukkake.
&68 [v(SVC`Tb7b441ff38c82777c856)]=Overcompensation.
&67 [v(SVC`Tb7b441ff38c82777c856)]=Vigilante justice.
&66 [v(SVC`Tb7b441ff38c82777c856)]=Prancing.
&65 [v(SVC`Tb7b441ff38c82777c856)]=Shaquille O'Neal's acting career.
&64 [v(SVC`Tb7b441ff38c82777c856)]=A Bop It.
&63 [v(SVC`Tb7b441ff38c82777c856)]=Stranger danger.
&62 [v(SVC`Tb7b441ff38c82777c856)]=Serfdom.
&61 [v(SVC`Tb7b441ff38c82777c856)]=Crystal meth.
&60 [v(SVC`Tb7b441ff38c82777c856)]=Genghis Khan.
&6 [v(SVC`Tb7b441ff38c82777c856)]=Flying sex snakes.
&5Z [v(SVC`Tb7b441ff38c82777c856)]=The KKK.
&5Y [v(SVC`Tb7b441ff38c82777c856)]=Two midgets shitting into a bucket.
&5X [v(SVC`Tb7b441ff38c82777c856)]=Frolicking.
&5W [v(SVC`Tb7b441ff38c82777c856)]=Praying the gay away.
&5V [v(SVC`Tb7b441ff38c82777c856)]=Penis envy.
&5U [v(SVC`Tb7b441ff38c82777c856)]=Scientology.
&5T [v(SVC`Tb7b441ff38c82777c856)]=Getting really high.
&5S [v(SVC`Tb7b441ff38c82777c856)]=American Gladiators.
&5R [v(SVC`Tb7b441ff38c82777c856)]=Sarah Palin.
&5Q [v(SVC`Tb7b441ff38c82777c856)]=The ubermensch.
&5P [v(SVC`Tb7b441ff38c82777c856)]=Pictures of boobs.
&5O [v(SVC`Tb7b441ff38c82777c856)]=AIDS.
&5N [v(SVC`Tb7b441ff38c82777c856)]=Loose lips.
&5M [v(SVC`Tb7b441ff38c82777c856)]=Intelligent design.
&5L [v(SVC`Tb7b441ff38c82777c856)]=Wiping her butt.
&5K [v(SVC`Tb7b441ff38c82777c856)]=The Force.
&5J [v(SVC`Tb7b441ff38c82777c856)]=The Hustle.
&5I [v(SVC`Tb7b441ff38c82777c856)]=Forgetting the Alamo.
&5H [v(SVC`Tb7b441ff38c82777c856)]=Poor people.
&5G [v(SVC`Tb7b441ff38c82777c856)]=Catapults.
&5F [v(SVC`Tb7b441ff38c82777c856)]=Eating the last known bison.
&5E [v(SVC`Tb7b441ff38c82777c856)]=Grave robbing.
&5D [v(SVC`Tb7b441ff38c82777c856)]=Yeast.
&5C [v(SVC`Tb7b441ff38c82777c856)]=Pedophiles.
&5B [v(SVC`Tb7b441ff38c82777c856)]=Mutually-assured destruction.
&5A [v(SVC`Tb7b441ff38c82777c856)]=Jew-fros.
&59 [v(SVC`Tb7b441ff38c82777c856)]=An M. Night Shyamalan plot twist.
&58 [v(SVC`Tb7b441ff38c82777c856)]=Riding off into the sunset.
&57 [v(SVC`Tb7b441ff38c82777c856)]=William Shatner.
&56 [v(SVC`Tb7b441ff38c82777c856)]=A tiny horse.
&55 [v(SVC`Tb7b441ff38c82777c856)]=Mathletes.
&54 [v(SVC`Tb7b441ff38c82777c856)]=A sassy black woman.
&53 [v(SVC`Tb7b441ff38c82777c856)]=A disappointing birthday party.
&52 [v(SVC`Tb7b441ff38c82777c856)]=Ronald Reagan.
&51 [v(SVC`Tb7b441ff38c82777c856)]=Friendly fire.
&50 [v(SVC`Tb7b441ff38c82777c856)]=Cockfights.
&5 [v(SVC`Tb7b441ff38c82777c856)]=Flesh-eating bacteria.
&4Z [v(SVC`Tb7b441ff38c82777c856)]=The chronic.
&4Y [v(SVC`Tb7b441ff38c82777c856)]=Cuddling.
&4X [v(SVC`Tb7b441ff38c82777c856)]=Aaron Burr.
&4W [v(SVC`Tb7b441ff38c82777c856)]=A Super Soaker full of cat pee.
&4V [v(SVC`Tb7b441ff38c82777c856)]=My inner demons.
&4U [v(SVC`Tb7b441ff38c82777c856)]=Dying of dysentery.
&4T [v(SVC`Tb7b441ff38c82777c856)]=Old-people smell.
&4S [v(SVC`Tb7b441ff38c82777c856)]=Finger painting.
&4R [v(SVC`Tb7b441ff38c82777c856)]=Friends with benefits.
&4Q [v(SVC`Tb7b441ff38c82777c856)]=Spontaneous human combustion.
&4P [v(SVC`Tb7b441ff38c82777c856)]=The placenta.
&4O [v(SVC`Tb7b441ff38c82777c856)]=Pabst Blue Ribbon.
&4N [v(SVC`Tb7b441ff38c82777c856)]=Licking things to claim them as your own.
&4M [v(SVC`Tb7b441ff38c82777c856)]=Emotions.
&4L [v(SVC`Tb7b441ff38c82777c856)]=Golden showers.
&4K [v(SVC`Tb7b441ff38c82777c856)]=Scrubbing under the folds.
&4J [v(SVC`Tb7b441ff38c82777c856)]=God.
&4I [v(SVC`Tb7b441ff38c82777c856)]=Hulk Hogan.
&4H [v(SVC`Tb7b441ff38c82777c856)]=A mime having a stroke.
&4G [v(SVC`Tb7b441ff38c82777c856)]=Pac-Man uncontrollably guzzling cum.
&4F [v(SVC`Tb7b441ff38c82777c856)]=Incest.
&4E [v(SVC`Tb7b441ff38c82777c856)]=Third base.
&4D [v(SVC`Tb7b441ff38c82777c856)]=Homeless people.
&4C [v(SVC`Tb7b441ff38c82777c856)]=Sperm whales.
&4B [v(SVC`Tb7b441ff38c82777c856)]=Mouth herpes.
&4A [v(SVC`Tb7b441ff38c82777c856)]=Tom Cruise.
&49 [v(SVC`Tb7b441ff38c82777c856)]=An icepick lobotomy.
&48 [v(SVC`Tb7b441ff38c82777c856)]=Panda sex.
&47 [v(SVC`Tb7b441ff38c82777c856)]=Tasteful sideboob.
&46 [v(SVC`Tb7b441ff38c82777c856)]=Embryonic stem cells.
&45 [v(SVC`Tb7b441ff38c82777c856)]=Adderall.
&44 [v(SVC`Tb7b441ff38c82777c856)]=Expecting a burp and vomiting on the floor.
&43 [v(SVC`Tb7b441ff38c82777c856)]=Exactly what you'd expect.
&42 [v(SVC`Tb7b441ff38c82777c856)]=A sad handjob.
&41 [v(SVC`Tb7b441ff38c82777c856)]=Darth Vader.
&40 [v(SVC`Tb7b441ff38c82777c856)]="Tweeting."
&4 [v(SVC`Tb7b441ff38c82777c856)]=Famine.
&3Z [v(SVC`Tb7b441ff38c82777c856)]=Stifling a giggle at the mention of Hutus and Tutsis.
&3Y [v(SVC`Tb7b441ff38c82777c856)]=Scalping.
&3X [v(SVC`Tb7b441ff38c82777c856)]=Preteens.
&3W [v(SVC`Tb7b441ff38c82777c856)]=John Wilkes Booth.
&3V [v(SVC`Tb7b441ff38c82777c856)]=Police brutality.
&3U [v(SVC`Tb7b441ff38c82777c856)]=GoGurt.
&3T [v(SVC`Tb7b441ff38c82777c856)]=Glenn Beck catching his scrotum on a curtain hook.
&3S [v(SVC`Tb7b441ff38c82777c856)]=Fingering.
&3R [v(SVC`Tb7b441ff38c82777c856)]=Vigorous jazz hands.
&3Q [v(SVC`Tb7b441ff38c82777c856)]=An asymmetric boob job.
&3P [v(SVC`Tb7b441ff38c82777c856)]=Ghosts.
&3O [v(SVC`Tb7b441ff38c82777c856)]=Puberty.
&3N [v(SVC`Tb7b441ff38c82777c856)]=Inappropriate yodeling.
&3M [v(SVC`Tb7b441ff38c82777c856)]=Oompa-Loompas.
&3L [v(SVC`Tb7b441ff38c82777c856)]=Justin Bieber.
&3K [v(SVC`Tb7b441ff38c82777c856)]=Chutzpah.
&3J [v(SVC`Tb7b441ff38c82777c856)]=RoboCop.
&3I [v(SVC`Tb7b441ff38c82777c856)]=World peace.
&3H [v(SVC`Tb7b441ff38c82777c856)]=Lactation.
&3G [v(SVC`Tb7b441ff38c82777c856)]=The Three-Fifths compromise.
&3F [v(SVC`Tb7b441ff38c82777c856)]=Doing the right thing.
&3E [v(SVC`Tb7b441ff38c82777c856)]=A big hoopla about nothing.
&3D [v(SVC`Tb7b441ff38c82777c856)]=Free samples.
&3C [v(SVC`Tb7b441ff38c82777c856)]=Getting so angry that you pop a boner.
&3B [v(SVC`Tb7b441ff38c82777c856)]=The Kool-Aid Man.
&3A [v(SVC`Tb7b441ff38c82777c856)]=Altar boys.
&39 [v(SVC`Tb7b441ff38c82777c856)]=A falcon with a cap on its head.
&38 [v(SVC`Tb7b441ff38c82777c856)]=The hardworking Mexican.
&37 [v(SVC`Tb7b441ff38c82777c856)]=The homosexual agenda.
&36 [v(SVC`Tb7b441ff38c82777c856)]=Sean Connery.
&35 [v(SVC`Tb7b441ff38c82777c856)]=Kamikaze pilots.
&34 [v(SVC`Tb7b441ff38c82777c856)]=Copping a feel.
&33 [v(SVC`Tb7b441ff38c82777c856)]=Natalie Portman.
&32 [v(SVC`Tb7b441ff38c82777c856)]=A gassy antelope.
&31 [v(SVC`Tb7b441ff38c82777c856)]=Republicans.
&30 [v(SVC`Tb7b441ff38c82777c856)]=Sweet, sweet vengeance.
&3 [v(SVC`Tb7b441ff38c82777c856)]=An honest cop with nothing left to lose.
&2Z [v(SVC`Tb7b441ff38c82777c856)]=Being rich.
&2Y [v(SVC`Tb7b441ff38c82777c856)]=Fancy Feast.
&2X [v(SVC`Tb7b441ff38c82777c856)]=Skeletor.
&2W [v(SVC`Tb7b441ff38c82777c856)]=The forbidden fruit.
&2V [v(SVC`Tb7b441ff38c82777c856)]=Sexual tension.
&2U [v(SVC`Tb7b441ff38c82777c856)]=A gentle caress of the inner thigh.
&2T [v(SVC`Tb7b441ff38c82777c856)]=Mr. Clean, right behind you.
&2S [v(SVC`Tb7b441ff38c82777c856)]=Winking at old people.
&2R [v(SVC`Tb7b441ff38c82777c856)]=Powerful thighs.
&2Q [v(SVC`Tb7b441ff38c82777c856)]=My humps.
&2P [v(SVC`Tb7b441ff38c82777c856)]=The Jews.
&2O [v(SVC`Tb7b441ff38c82777c856)]=Nocturnal emissions.
&2N [v(SVC`Tb7b441ff38c82777c856)]=Home video of Oprah sobbing into a Lean Cuisine.
&2M [v(SVC`Tb7b441ff38c82777c856)]=Peeing a little bit.
&2L [v(SVC`Tb7b441ff38c82777c856)]=Switching to Geico.
&2K [v(SVC`Tb7b441ff38c82777c856)]=The Chinese gymnastics team.
&2J [v(SVC`Tb7b441ff38c82777c856)]=Passive-aggressive Post-it notes.
&2I [v(SVC`Tb7b441ff38c82777c856)]=A clandestine butt scratch.
&2H [v(SVC`Tb7b441ff38c82777c856)]=The Make-A-Wish Foundation.
&2G [v(SVC`Tb7b441ff38c82777c856)]=Actually taking candy from a baby.
&2F [v(SVC`Tb7b441ff38c82777c856)]=Historically black colleges.
&2E [v(SVC`Tb7b441ff38c82777c856)]=A balanced breakfast.
&2D [v(SVC`Tb7b441ff38c82777c856)]=Waterboarding.
&2C [v(SVC`Tb7b441ff38c82777c856)]=A good sniff.
&2B [v(SVC`Tb7b441ff38c82777c856)]=Flightless birds.
&2A [v(SVC`Tb7b441ff38c82777c856)]=Not reciprocating oral sex.
&29 [v(SVC`Tb7b441ff38c82777c856)]=Science.
&28 [v(SVC`Tb7b441ff38c82777c856)]=Picking up girls at the abortion clinic.
&27 [v(SVC`Tb7b441ff38c82777c856)]=My genitals.
&26 [v(SVC`Tb7b441ff38c82777c856)]=An erection that lasts longer than four hours.
&25 [v(SVC`Tb7b441ff38c82777c856)]=Customer service representatives.
&24 [v(SVC`Tb7b441ff38c82777c856)]=Uppercuts.
&23 [v(SVC`Tb7b441ff38c82777c856)]=Leaving an awkward voicemail.
&22 [v(SVC`Tb7b441ff38c82777c856)]=Gandhi.
&21 [v(SVC`Tb7b441ff38c82777c856)]=Teenage pregnancy.
&20 [v(SVC`Tb7b441ff38c82777c856)]=Being on fire.
&2 [v(SVC`Tb7b441ff38c82777c856)]=A sausage festival.
&1Z [v(SVC`Tb7b441ff38c82777c856)]=German dungeon porn.
&1Y [v(SVC`Tb7b441ff38c82777c856)]=The Holy Bible.
&1X [v(SVC`Tb7b441ff38c82777c856)]=Half-assed foreplay.
&1W [v(SVC`Tb7b441ff38c82777c856)]=Children on leashes.
&1V [v(SVC`Tb7b441ff38c82777c856)]=Self-loathing.
&1U [v(SVC`Tb7b441ff38c82777c856)]=Oversized lollipops.
&1T [v(SVC`Tb7b441ff38c82777c856)]=Bingeing and purging.
&1S [v(SVC`Tb7b441ff38c82777c856)]=The Care Bear Stare.
&1R [v(SVC`Tb7b441ff38c82777c856)]=A middle-aged man on roller skates.
&1Q [v(SVC`Tb7b441ff38c82777c856)]=Alcoholism.
&1P [v(SVC`Tb7b441ff38c82777c856)]=Smegma.
&1O [v(SVC`Tb7b441ff38c82777c856)]=Taking off your shirt.
&1N [v(SVC`Tb7b441ff38c82777c856)]=Raptor attacks.
&1M [v(SVC`Tb7b441ff38c82777c856)]=Hot cheese.
&1L [v(SVC`Tb7b441ff38c82777c856)]=Kanye West.
&1K [v(SVC`Tb7b441ff38c82777c856)]=Domino's Oreo Dessert Pizza.
&1J [v(SVC`Tb7b441ff38c82777c856)]=All-you-can-eat shrimp for $4.99.
&1I [v(SVC`Tb7b441ff38c82777c856)]=Testicular torsion.
&1H [v(SVC`Tb7b441ff38c82777c856)]=A mating display.
&1G [v(SVC`Tb7b441ff38c82777c856)]=Lockjaw.
&1F [v(SVC`Tb7b441ff38c82777c856)]=A homoerotic volleyball montage.
&1E [v(SVC`Tb7b441ff38c82777c856)]=Obesity.
&1D [v(SVC`Tb7b441ff38c82777c856)]=Swooping.
&1C [v(SVC`Tb7b441ff38c82777c856)]=The World of Warcraft.
&1B [v(SVC`Tb7b441ff38c82777c856)]=Michelle Obama's arms.
&1A [v(SVC`Tb7b441ff38c82777c856)]=Eating all of the cookies before the AIDS bake-sale.
&19 [v(SVC`Tb7b441ff38c82777c856)]=Coat hanger abortions.
&18 [v(SVC`Tb7b441ff38c82777c856)]=Natural selection.
&17 [v(SVC`Tb7b441ff38c82777c856)]=A robust mongoloid.
&16 [v(SVC`Tb7b441ff38c82777c856)]=Agriculture.
&15 [v(SVC`Tb7b441ff38c82777c856)]=BATMAN!!!
&14 [v(SVC`Tb7b441ff38c82777c856)]=Horrifying laser hair removal accidents.
&12 [v(SVC`Tb7b441ff38c82777c856)]=AXE Body Spray.
&11 [v(SVC`Tb7b441ff38c82777c856)]=The Hamburglar.
&10 [v(SVC`Tb7b441ff38c82777c856)]=Wifely duties.
&1 [v(SVC`Tb7b441ff38c82777c856)]=A moment of silence.
@set [v(SVC`Tb7b441ff38c82777c856)]/Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EZ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EY=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EX=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EW=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EV=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EU=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/ET=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/ES=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/ER=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EQ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EP=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EO=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EN=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EM=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EL=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EK=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EJ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EI=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EH=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EG=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EF=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EE=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/ED=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EC=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EB=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/EA=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E1=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E0=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DZ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DY=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DX=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DW=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DV=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DU=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DT=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DS=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DR=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DQ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DP=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DO=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DN=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DM=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DL=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DK=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DJ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DI=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DH=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DG=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DF=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DE=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DD=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DC=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DB=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/DA=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D1=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D0=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CZ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CY=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CX=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CW=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CV=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CU=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CT=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CS=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CR=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CQ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CP=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CO=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CN=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CM=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CL=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CK=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CJ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CI=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CH=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CG=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CF=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CE=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CD=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CC=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CB=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/CA=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C1=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C0=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BZ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BY=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BX=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BW=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BV=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BU=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BT=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BS=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BR=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BQ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BP=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BO=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BN=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BM=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BL=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BK=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BJ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BI=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BH=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BG=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BF=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BE=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BD=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BC=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BB=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/BA=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B1=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B0=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AZ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AY=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AX=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AW=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AV=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AU=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AT=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AS=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AR=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AQ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AP=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AO=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AN=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AM=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AL=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AK=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AJ=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AI=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AH=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AG=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AF=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AE=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AD=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AC=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AB=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/AA=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A1=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A0=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/99=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/98=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/97=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/96=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/95=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/94=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/93=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/92=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/91=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/90=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/9=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/89=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/88=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/87=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/86=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/85=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/84=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/83=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/82=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/81=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/80=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/8=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/79=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/78=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/77=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/76=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/75=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/74=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/73=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/72=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/71=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/70=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/7=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/69=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/68=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/67=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/66=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/65=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/64=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/63=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/62=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/61=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/60=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/6=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/59=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/58=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/57=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/56=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/55=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/54=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/53=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/52=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/51=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/50=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/5=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/49=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/48=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/47=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/46=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/45=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/44=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/43=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/42=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/41=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/40=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/4=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/39=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/38=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/37=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/36=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/35=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/34=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/33=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/32=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/31=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/30=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/3=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/29=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/28=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/27=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/26=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/25=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/24=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/23=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/22=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/21=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/20=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/2=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1Z=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1Y=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1X=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1W=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1V=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1U=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1T=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1S=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1R=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1Q=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1P=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1O=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1N=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1M=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1L=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1K=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1J=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1I=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1H=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1G=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1F=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1E=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1D=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1C=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1B=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1A=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/19=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/18=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/17=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/16=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/15=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/14=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/12=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/11=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/10=no_command
@set [v(SVC`Tb7b441ff38c82777c856)]/1=no_command
@@
@@ Triggering all startups, oncreates, onupdates.
@@