HomeBlogAbout UsWorkContentContact Us
 
 Advertisment 

Emoticon Analysis in Twitter

Probably the most often quoted words of Andy Warhol are “In the future, everyone will be world-famous for 15 minutes”.

Were he alive today, I expect he might have said something like, “In the future, everyone will be world-famous in 140 characters”.

Twitter is a phenomenon. Hundreds of millions of people broadcast their status for, anyone who cares, to read. Some messages are even read! The popular ones are rebroadcast to an even wider audience. Twitter has short-circuited the communication channels of our species.

The strict 140 character limit, imposed by Twitter, is a blessing and a curse. We are forced to abbreviate words, concepts and sentences. Prolific use is made of acronyms, creative contractions and the stylistic use of punctuation is common. Prominent in Tweets is the copious use of emoticons.

“In the future, everyone will be world-famous for 15 minutes in 140 characters”

Emoticons

Emoticons are ASCII art. They are sometimes called “Smileys”.

They are formed through the creative use of letters, numbers and punctuation symbols. Most often (though not always) they attempt to represent facial features.

As their name implies, emoticons are glyphs designed to add emotional flavor to plain text messages. Just as simple punctuation can convey surprise ! or pose a question ? , emoticons can convey happiness and joy :-) , sadness :-( , laughter :-D , or cheekiness ;-)

In the absence of being able to read someone’s facial expression, or hear the intonation of a voice, the addition of a simple emoticon appends strong sentiment to a message.

 

I’m going to bed early tonight …

As an example, imagine the simple phrase “I’m going to bed early tonight”.

I'm going to bed early tonight :-)Happy smile
I'm going to bed early tonight :-(Sad frown
I'm going to bed early tonight :-||Angry
I'm going to bed early tonight ;-)Wink
I'm going to bed early tonight :-DDeep laugh
I'm going to bed early tonight :-/Uneasy
I'm going to bed early tonight :-PTongue out

The addition of an emoticon suffix greatly changes the context of the message.

Data Source

Recently, I was flying back from San Francisco and using the inflight WiFi to send and receive Tweets, when I became curious about the frequency and use of emoticons in Twitter. I was getting ready to write code to hit the Twitter APIs when I discovered that the folks at Infochimps had already done a lot of this scraping and parsing. I was able to download a database from their site to perform this analysis (thanks guys).

This posting contains the analysis of the emoticons used in a batch of 96 million Tweets sent by Twitter users.

Caveat – When somebody (I presume at Infochimps) tokenized the smileys it appears that CaSe SenSITivity was dropped along the way. Because of this, things like :-P and :-p were tokenized the same way and the subtlety of the difference between the uppercase-P and lowercase-p in these two emoticons has been lost. Thankfully, this only affects a small number if emoticons, and in most cases the subtle distinction makes no difference.

The top emoticons

It's no big surprise, but the popular emoticons dominate the usage patterns. Of the 96,269,892 Tweets that contained emoticons, the top 20 smileys accounted for 90% of all occurences. Here they are:

EmoticonUsagePercentNotes
#1:)32,115,78933.360%Happy face
#2:D10,595,38511.006%Laugh
#3:(7,613,0147.908%Sad face
#4;)7,238,2957.519%Wink
#5:-)4,254,7084.420%Happy face (with nose)
#6:P3,588,8633.728%Tongue out
#7=)3,564,0803.702%Happy face
#8(:2,720,3832.826%Happy face (mirror)
#9;-)2,085,0152.166%Wink (with nose)
#10:/1,840,8271.912%Uneasy, undecided, skeptical, annoyed?
#11XD1,795,7921.865%Big grin
#12=D1,434,0041.490%Laugh
#13:o1,077,1241.119%Shock, Yawn
#14=]1,055,5171.096%Happy face
#15D:1,048,3201.089%Grin (mirror)
#16;D1,004,5091.043%Wink and grin
#17:]954,7400.992%Happy face
#18:-(816,1700.848%Unhappy
#19=/809,7600.841%Uneasy, undecided, skeptical, annoyed?
#20=(760,6000.790%Unhappy

The dataset I examined contained 2,242 distinctly identified emoticons. (A complete list of these is provided at the end of this article).

Observations

Not surprisingly, as character count is at a premium, the canonical form of similar emoticons that appears highest in the frequency table is always the shorter version. For instance, the simple happy face :) occurs more often than the happy face with nose :-) as it contains one less character.

Shorter emoticons are easier and quicker to type on a mobile device, as well as taking up less of the valuable 140 character limit. In fact, on my Android device, there is a button on the softkey pad that will insert the basic smiley sans-nez with one touch!

Mouths formed with curved braces occur more frequently than square braces, which inturn occur more frequently than curly braces.

Chiral versions of most emoticons (where the mouth occurs before the eyes, and not the other way around) occur with a ratio of approximately 1:12.

(I have no data, nor performed research into this, but coincidentally, this ratio is approximately the same as ratio of right-handed to left-handed people).

Round eyes, made with colons, occur more often then slit eyes, made with equal signs.

Sentiment Analysis

OK, this is a bit of a stretch, but bear with me …

You will have noticed that some of the emoticons donate and imply  Positive Sentiment , such as the happy face :). Some of them imply a  Negative Sentiment , such as the sad face :(, and others project a  Neutral Sentiment , such as undecided :/

I appreciate that this type of classification is very subjective, but I attempted to categorize the most frequently used emoticons into these three coarse sentiment buckets.

Using this logic, we could speculate that 88% of Tweets (that use emoticons for emphasis) are positive or neutral in sentiment!

There is now quite a bit of research going on in the field of sophisticated sentiment analysis. Rather than simply looking at the presence of emoticons, they parse the entire message looking for clues; words used, sentence structure, ordering … This is very challenging work. Discounting other languages for a moment, even just working with English is hard. There is true grammar to handle, and then common vernacular (whilst we might have been taught in school the correct way to speak, in reality, rules are not always followed. How many times a day do you hear someone speak a double-negative? “You ain’t heard nothing yet!”, or “We don’t need no badges” What way should that be parsed sentiment wise?)

Then there is the challenge of sarcasm ”I love Monday mornings!” Is this a positive or negative sentiment? How about ”I love my dog”. What is different about these two? With different contexts they could mean different things. Just because it’s reinforced with another positive comment does not help “Yeah right!” did I hear you say? :)

Typically, the shorter the text, the harder it is to gauge sentiment, and as we know, Tweets are very short :(

Repertoire of emoters

Whilst people love to emote, it seems that most people use just a couple of emoticons. A staggering number of people only ever use one emoticon symbol. Parsing the messages, 92.9% of users who sent a message with an emoticon (of which there were 89,435,005) only ever used that one emoticon and 6.8% of users only used one of two kinds of emoticons.

Not many people seem to vary the types of emoticons they use in their Tweets.

(The dataset I have does not record the number of messages sent by these users that did not contain emoticons, so these figures could be skewed by people who only sent one message, and that message contained an emoticon. Ideally, we should get data to filter this list to contain the people who regularly tweet, and find what emoticons these people use).

Distinct EmotesNumber Users
183,062,912
26,072,326
3161,390
4128,315
51,609
67,050
7204
8684
993
10159

Complete list

Here is the complete list of the emoticons identified in the dataset. As you get further down the list, the ASCII art becomes more interesting!

If you liked this posting, follow me on Twitter. I sometimes use emoticons too!

EmoticonCount
#1:)32,115,789
#2:D10,595,385
#3:(7,613,014
#4;)7,238,295
#5:-)4,254,708
#6:P3,588,863
#7=)3,564,080
#8(:2,720,383
#9;-)2,085,015
#10:/1,840,827
#11XD1,795,792
#12=D1,434,004
#13:o1,077,124
#14=]1,055,517
#15D:1,048,320
#16;D1,004,509
#17:]954,740
#18:-(816,170
#19=/809,760
#20=(760,600
#21):714,856
#22=P601,105
#23:'(586,622
#24:|583,772
#25:-D517,880
#26^_^439,406
#27(8397,238
#28:-/319,347
#29:o)314,203
#30o:307,744
#31:-P267,686
#32(;263,518
#33;P253,164
#34;]217,281
#35:@217,176
#36=[204,311
#37:\200,010
#38;(184,624
#39:[171,254
#40=o163,989
#418)146,159
#42;o)138,958
#43=\126,611
#44(=121,014
#45[:105,608
#46;O99,232
#47;/93,970
#488D93,024
#49:}88,816
#50\m/84,863
#51:-O73,937
#52/:71,790
#53^-^61,707
#548-)57,736
#55=|57,410
#56]:56,845
#57D;52,881
#58:o(52,342
#59|:50,959
#60;-P46,431
#61);42,780
#62;-D41,597
#63:-\38,661
#64(^_^)37,345
#65D=35,564
#66(^_^;)35,024
#67;-(34,999
#68;@34,893
#69P:34,174
#70@:32,910
#71:-|31,447
#72[=30,844
#73(^-^)24,876
#74[824,163
#75(T_T)23,160
#76(-_-)22,782
#77(-:22,074
#78)=21,073
#79:{20,010
#80=}19,512
#81o;18,597
#82[;17,738
#83:?17,039
#848-]16,766
#85:*(15,797
#86D814,540
#87;}14,018
#88;[13,372
#89:o/12,639
#90:oP12,482
#91:-]12,477
#92:oD12,286
#938/11,670
#948(10,694
#95o(^-^)o10,607
#96Do:10,194
#97{:10,166
#98:,(9,304
#99(*^^*)9,260
#100(*^_^*)9,250
#1018]9,229
#1028o9,023
#103;\8,726
#104(^-^)/8,374
#105=@8,354
#106:-[8,129
#107:=)8,072
#108:-}8,025
#109}:7,671
#110/=7,474
#111(^_^;7,242
#112*^_^*6,850
#113:*)6,849
#114@86,665
#115;|6,622
#116;-]6,318
#117;-/6,318
#1188P6,250
#119(-;6,088
#120O=5,884
#121^_^;5,594
#122\:5,555
#123(^-^;5,555
#124/;5,472
#125]=5,429
#126(^_^)v5,201
#127={5,044
#1288-|4,896
#129^_^.4,627
#130f^_^;4,512
#131..^_^4,300
#132^_^)4,202
#1338|4,108
#134;-}3,827
#135(^_^3,761
#136;=)3,707
#137;oP3,686
#138.^_^3,649
#139O83,589
#140(;^_^A3,552
#141/83,538
#142f^_^;)3,384
#143:-{3,318
#144];3,284
#145;o(3,175
#1468-D3,108
#147)-:3,018
#148(o:2,986
#149...^_^2,931
#150:-@2,914
#151(^-^2,872
#1528-(2,741
#153@;2,638
#154(^-^)v2,540
#155=^_^=2,464
#156;-O2,365
#1578-O2,335
#158};2,289
#159(^_^)/2,277
#1608*)2,199
#161(=:2,100
#162x-(1,994
#163;oD1,944
#164;*)1,893
#165d(^_^o)1,867
#166)81,830
#167:oo1,827
#168|;1,820
#169(*^-^*)1,814
#170|=1,799
#171(*^_^*1,788
#172(^-^;)1,701
#173P81,673
#174^_^!1,647
#175\=1,586
#1768-/1,569
#177^_^...1,535
#178:o\1,517
#179:o]1,428
#180(-81,384
#181;{1,353
#182:o|1,263
#183^_^v1,225
#184^-^)1,219
#185o-;1,190
#1868o)1,116
#187^_^:1,070
#188{;1,046
#189^_^..1,042
#190:=(1,038
#191(o.O)1,019
#192=^-^=996
#193\;988
#194(o^-^o)945
#195(^_~)944
#196}=942
#197P;937
#198^_^;;933
#199\(^_^)/923
#200(*^-^)893
#201D-:890
#2028-P883
#203^_^*878
#204(^-^*)/867
#205^_^/864
#206;o}845
#207(^_^)b796
#208*^_^788
#2098[787
#2108-}787
#211{=782
#212:o}778
#213(^-^)b777
#214..^-^761
#215!^_^746
#216P=745
#217(o;724
#218;o]723
#219(=^_^=)706
#220:=D703
#221{8696
#222d^_^b694
#223(^-^*)694
#224;-{688
#225/-:684
#226d(^_^)b668
#227..(^_^)665
#228.^-^659
#2298}625
#230;oo618
#231[^_^]617
#232Po:597
#233^-^;587
#234;-\584
#235^_^)/581
#236@=547
#237;-[543
#238(*^-^)b540
#239^_^//540
#240o(^-^o)533
#2418=D524
#242(*:524
#243!!^_^521
#244;-|506
#245(^_^;;486
#246(o^_^o)483
#2478\481
#248;*(450
#249:*D446
#250[-:434
#251;o/433
#252Oo:427
#253^-^.425
#254!!!^_^421
#255|8417
#2568o|412
#2578=)403
#258:*/399
#259.^_^.389
#260...^-^387
#261Do;384
#262:o[382
#263^_^;)379
#264)-;378
#265^-^!376
#266^_^!!!375
#267:o{370
#268^_^_358
#269oo;329
#270:=P316
#271^-^/314
#272^_^!!308
#273)o:302
#274\^_^/302
#275*^-^*301
#276(^_^)v:285
#277:=/278
#278)*:277
#279d[^_^]b270
#280^_^;;;270
#281(^_^)..269
#282^-^*265
#2838oo264
#284(o(^-^)o)262
#285^-^v258
#286:=]252
#287]8248
#288@^_^@246
#289v(^-^)v240
#290D-8239
#291.(^_^)238
#292(^_^;))234
#2938@233
#294(^_^.)227
#295\o;226
#2968-\224
#297^_^]223
#298P-:223
#299\(^-^)/217
#300^_^b214
#301..(^_^;)212
#302^-^;;212
#303:*[204
#304...^_^...198
#305^-^)/195
#3068o(194
#307^-^...188
#308d(^-^)187
#309(^_^;A187
#310:*]186
#311(#^_^#)182
#312(^_^).182
#313..^_^..180
#314@(^_^)@180
#315;=D179
#316}8177
#317(;^_^177
#318O-:176
#319d(^_^o171
#320v(^_^)v169
#321:=O168
#322f(^_^;167
#323(^_^;;;165
#324(((^_^;)161
#325(@^_^@)161
#326(=^-^=)160
#327..(^_^)..158
#328o(^_^)o158
#329*(^_^)*157
#330(-_-);154
#331\8153
#332^-^)_153
#333!^-^152
#334..^_^...152
#335*^_^**148
#336(*;148
#3378{148
#338:=}148
#339^-^..145
#340o(^-^145
#341(^-^;;143
#342((^_^))143
#343:*o142
#344^-^:140
#345=(^_^)=138
#346;-@133
#347#^_^133
#348:*P126
#349!!(^_^)125
#3508-[125
#351*^_^*)124
#352;=]122
#353^-^b118
#354f(^_^)117
#355.^_^..113
#356(#^-^#)111
#357#^_^#109
#358;=(108
#359_^_^_107
#3608oP104
#361;*P104
#362[o:103
#363(/^_^)/101
#364(=;100
#365\-:97
#366@*:97
#367o^_^o97
#368;o\96
#369!^_^!95
#370f^_^95
#371^_^:::94
#372^_^)v90
#373(^_^)!89
#3748*(89
#375^-^//88
#376d^-^b88
#377o*:88
#378=^_^88
#379(^-^*87
#3808-{85
#381|-:85
#382]-:84
#3838oD83
#384/o:83
#385!!^-^83
#386{-:82
#387:*{82
#388;*/82
#389^-^!!81
#390:*|80
#391(^_^):80
#392^_^))78
#393^-^)o76
#394^_^::76
#395^_^).76
#396(^_^)//75
#3978o/75
#398D*:72
#399/-;71
#400^-^]70
#401..^_^.69
#402[=:68
#403^_^=68
#404:^_^:68
#405;*]67
#406o(^-^)66
#407^-^;;;66
#408o@(^-^)@o65
#409(^_^)!!65
#4108=(62
#411;=}62
#412;*D61
#413|^_^|61
#414;o|61
#415(^_^*)61
#416((d^_^b))60
#417\^-^/60
#418^_^)b60
#419oo860
#420;^_^59
#421o^-^o59
#422(*^-^*)/58
#423^-^!!!58
#424(.^_^.)58
#425*^-^)58
#426;*}57
#427(^-^)//57
#428P-857
#429[-;56
#430f(^_^;)56
#431^-^)v56
#432..(^-^)55
#433o(^-^)o:55
#434:*}55
#435d(^_^54
#436d(^_^)53
#437[*:53
#438!(^_^)51
#439(^-^;A51
#440O-851
#441d(^-^)b51
#442:=[50
#443:=|50
#444(^_^);50
#445(^-^;;;50
#446(^-^)o50
#447)-850
#448(^_^;;)50
#449;=/49
#450.^-^.49
#451o=849
#452=^_^=)48
#453!..^_^47
#454...^_^.46
#455P=846
#456/^_^46
#457(^-^):46
#458<346
#459@(^-^)@46
#460v(^_^)45
#461(*^-^)/45
#462:=\44
#463[^-^]44
#464;o{44
#465...^_^..44
#466;*[43
#467D=:43
#468/-843
#469!!!^-^43
#470*\(^_^)/*42
#471(^-^)..42
#472)=:42
#473:*\42
#474v^_^v41
#475^-^)b39
#476^_^||39
#477\(^_^)39
#478(*^_^*):39
#479(o^-^)o38
#480(^_^;).38
#481(;^_^)38
#482O*;38
#483^_^|37
#484=(^-^)=36
#485;=P36
#486\(^_^36
#487^_^#36
#488_^_^36
#489(^-^).35
#490=*^-^*=35
#491(o835
#492..(^_^34
#493:*@34
#494!o(^-^)o34
#495^_^)..34
#496@-;34
#497[-834
#498(*^-^)v33
#499*^-^*)32
#500D-;32
#501:={32
#502]*;32
#503(^-^)!32
#5048=o32
#505;o[31
#506//^_^31
#507.\(^_^)/31
#508/o;31
#509!(^-^)31
#510(^-^)/:31
#511(*831
#512(*^_^*)/31
#513v(^-^)30
#514}-;30
#515/(^_^)30
#516)o;30
#517^-^=30
#518.(^_^)..29
#519..(^_^)v29
#520..f^_^;)29
#521(@^-^@)29
#522/*:29
#523o(*^-^*)o29
#524f^_^;:28
#525\o:28
#526^_^)v.28
#527(^_^))28
#528(*^-^*28
#529.!!^_^28
#530(^_^*28
#531(*^-^27
#532v^_^27
#533)*;27
#534!!(^-^)27
#535f^-^;26
#536(^-^:26
#537o^-^)o26
#5388-@25
#539.^-^..25
#540(^_^)v.25
#541__^_^_25
#542(o^-^)25
#543(^_^)*25
#544(^-^#)25
#545|o:25
#546.^_^...24
#547(((^_^)))24
#548;*o24
#549(;^-^)24
#550[*;24
#551}-:24
#552\(^-^24
#553]*:23
#554(^_^;)@23
#555(;^-^A23
#556^_^///23
#557.(*^_^*)23
#558!(*^_^*)23
#559v^-^v23
#560..[^_^]22
#561.!^_^22
#562..^_^;22
#563;=o22
#564;^_^A22
#565{o;22
#566\^_^22
#567.(^_^22
#568(^_^);;21
#569(^_^!)21
#570(^_^;):21
#571;*|21
#572!(;^_^A21
#573|[^_^*!]21
#574(=821
#575!(^_^;)21
#576@o:21
#577^_^A21
#578!(^-^21
#579..=^_^=20
#580:^_^20
#581/*;20
#582..=^-^=20
#583(*^_^)20
#584..(^_^;20
#585..!^_^19
#586((^-^))19
#587..^_^v19
#588^_^**19
#589f^_^;).19
#590/=;19
#591;*{19
#592(((^_^;18
#593..^-^..18
#594|-818
#595\\(^_^)//18
#596^-^o)18
#5978=]17
#598\[^_^]17
#5998*D17
#600Do817
#601**(^_^)**17
#602.d(^_^)b17
#603...^_^;17
#604*^-^17
#605@(^_^)@;17
#606[(^_^)]17
#6078*P17
#608^_^*)17
#609]-;17
#610[^_^17
#611(*^-^*)v17
#612.(^_^).17
#613:o@17
#614)*816
#615(^-^b16
#616.(^_^;)16
#617[^_^]!16
#618^-^;)16
#619.^_^)16
#620^_^;;)16
#621..*^_^*15
#622.^_^v15
#623@-:15
#624=^_^=..15
#625^-^)/:15
#626[*815
#627^_^)!!15
#628^_^)//15
#629(*^_^*)v15
#630(^_^.15
#631!^_^!!15
#632^-^::15
#633(=^_^=15
#634=^_^=:15
#635do^_^15
#6368*]15
#637^_^)@14
#638(^-^*..14
#639*^-^)b14
#640[o;14
#641...^-^...14
#642;={14
#6438=P14
#6448o}14
#645v(^_^v)14
#646(^_^)o14
#647(o^-^o14
#648(^_^;)v13
#649(/^-^13
#650[o813
#651=^_^=.13
#652|^-^|13
#653(;^_^;)13
#654;*\13
#655/^_^/13
#656(^-^)!!13
#657...^_^:13
#658(^_^)**13
#659!(^-^)/13
#660!!(^_^)v13
#661(/^-^)/13
#662d(^-^13
#663;^_^)13
#664..(^-^;13
#665.(^-^)12
#666*(^-^)*12
#667f(^-^;)12
#668o^-^o)12
#669!*^_^12
#670{-;12
#671o(^-^)..12
#672o(^-^)oo12
#673/(^_^)/12
#674..^_^;;12
#675(;^_^A)12
#676(*^-^*)b12
#677;=[12
#678[^_^]!!12
#6798o]12
#680(=^_^=).12
#681..^-^;;12
#682|=:12
#683o=(^_^)=o12
#684(@^_^@12
#685\*:12
#686#^-^#12
#687...^_^v12
#688!!(^_^;)12
#689^_^@12
#690[^-^12
#691^-^*)12
#692^_^)!12
#693^_^)*11
#694_^_^__11
#695!.^_^11
#696..^_^:11
#697(^_^;..11
#698(^_^=11
#699(*^_^11
#700(*^_^*).11
#701^_^):11
#702^_^o11
#703(*^_^*)!11
#704|*:11
#705f(^-^;11
#706!!(^_^11
#707(v^-^v)11
#708{o:11
#709(^-^/11
#710*^_^*.11
#711Po;11
#712[*^_^*]11
#713d|^_^|b11
#7148=/11
#715^-^_11
#716o(^-^...11
#717(\^-^/)11
#718..(^_^).11
#719*^-^*!11
#720(^_^o)10
#721@^-^@10
#722(=^-^)/10
#723^-^#10
#724^_^***10
#725^_^!//10
#726..f^_^;10
#727!(^_^)!10
#728!!!^_^!!!10
#729..d^_^b10
#730(v^_^)v10
#731/(^-^)10
#732(*^-^*).10
#733^_^:)10
#734D=810
#735o(^-^)o_10
#736v^-^10
#737(^-^...10
#738(^-^);10
#739*^_^*//10
#740..^_^)10
#741/\(^_^)/10
#742.^_^;10
#743(((^-^)))10
#744(\(^_^)/)10
#745(^_^;:10
#746^_^;..10
#747o(^-^)o!10
#748^_^===9
#749^-^///9
#750..^_^*9
#751(|^_^|)9
#752(:^-^)9
#753^-^).9
#754Po89
#755=[^_^]=9
#756(^_^..9
#757d^_^9
#758o(^-^)o.9
#759^-^;;A9
#760\(^-^)9
#761!^-^!9
#762..@^_^@9
#763(^_^)/*9
#764(^-^;:9
#765..^-^...9
#766;=\9
#767^_^);9
#768|^_^9
#769v(^_^9
#770=^-^=)9
#771D=;9
#772|^_^|b9
#773(^_^)::9
#774.(=^_^=)9
#775*\^_^/*9
#776...^-^*9
#777o^_^o)9
#778}*:9
#779..^-^.8
#780^_^__8
#781^_^bb8
#782]=:8
#783**(^-^)**8
#784...^-^..8
#785.d[^_^]b8
#786.^_^!8
#787*\(^-^)/*8
#788.(^_^)v8
#789\(.^_^.)8
#7908=[8
#791|*;8
#792^_^!..8
#793[=;8
#794^-^)//8
#795..(^-^)v8
#796(^-^)v:8
#797\/^_^8
#798(T_T);8
#799.*^_^*8
#800!!(^-^)/8
#801^_^/)8
#802(^-^;..8
#803(^_^.)/8
#804(^_^:)8
#805*(^_^)8
#806d^_^b..8
#807d=^_^=b8
#808.:.^_^.:.8
#809(f*^_^)8
#810(o(^-^)8
#811(^_^)/)8
#812(*^-^*)!8
#813/=:8
#814^-^)..8
#815f^-^8
#8168*/8
#817;*@8
#818...^_^!8
#819d[^-^]b8
#820off^_^8
#821(^_^/8
#822(^_^)_7
#823.\^_^/7
#824(=^-^;=)7
#825o(^_^7
#826^_^___7
#827^_^!!.7
#828.^_^.)7
#829/[^_^]/7
#830(^-^A7
#831!!^_^!!!7
#832!^_^)7
#833^_^*!7
#8348*O7
#835/(^-^)/7
#836.^-^v7
#837.((^_^))7
#838(^-^v7
#839[^_^]v7
#840=(^_^)7
#841o(^_^o)7
#842^_^)o7
#843(^_^*)/7
#844^_^:;;7
#845^_^)))7
#846^_^;.7
#847===^-^7
#848!!.^_^7
#849(*^_^*)b7
#850...^_^!!!7
#851...^_^*7
#852(^_^)@7
#853(o^_^)7
#854=^-^=..7
#855v(^-^7
#8568*}7
#857^_^;:7
#858d[(^_^)]b7
#859@*87
#860(^_^#)7
#861((^_^)7
#862*^_^!7
#863*^_^*..7
#864...^_^;;;7
#865\(^_^)/.7
#8668*|7
#8678=|7
#868{*:6
#869{=:6
#870f^_^)6
#871^-^!!.6
#872__^_^__6
#873(#^-^)6
#874\\(^_^6
#875!!^_^!!6
#876(^-^)/.6
#877(.^_^.)/6
#878((^_^6
#879.(^_^)/6
#880(^_^...6
#881**^_^**6
#882.(^-^6
#883(o^-^o).6
#884(^_^;)/6
#885=^-^=:6
#886[^_^]/6
#887^_^!/6
#888^_^!)6
#889@^_^@//6
#890...^_^;;6
#891...^_^)6
#892(=^_^;=)6
#893**d^_^b*6
#894d^_^b.6
#895o(^-^)/6
#896)=;6
#897(o^-^o)/6
#898..(^-^)o6
#899d(^_^)b.6
#900@o;6
#901.^_^:6
#902..^_^!6
#903.^-^;6
#904^_^.:6
#905^_^v..6
#906^_^);;6
#9078*{6
#908=^-^=.6
#909]o;6
#910!!^_^*6
#911\(=^_^=)/6
#912\*(^_^)*/6
#913(^-^)@6
#914(^-^;)/6
#915(^_^:6
#916.d[^_^]b.6
#917^_^;;.6
#918oo(^-^o)6
#919(*^_^)/6
#920\_(^_^)_/6
#921!!!^-^//6
#922!(=^_^=)6
#923!(^-^)v6
#924(^-^;.6
#925(v^-^)5
#926***^_^5
#927.(=^-^=)5
#928!!^_^!5
#929!!_^_^_5
#930!!.^_^.5
#931\\^-^//5
#932(*^-^)o5
#933^_^.v5
#934D*;5
#935^_^!!*5
#936]=;5
#937(o^-^o)v5
#938...^_^/5
#939..(^-^)/5
#940(^_^)))5
#941\[^_^]/5
#942::^_^::5
#943}o:5
#944{*;5
#945_(^-^*)5
#946d(^_^o).5
#947d(^-^)!5
#948[[^_^]]5
#949^_^..*5
#950D*85
#951d[^_^]b.5
#952v(^_^o)5
#953(^_^)!/5
#954((^_^;)5
#955..^-^)..5
#956=*^_^*=5
#957|-;5
#958__^_^5
#959^_^|||5
#960(\^_^/)5
#961;^_^;5
#962;;^_^5
#963/o85
#964**^_^5
#965(^_^)=b5
#966.@^_^@5
#967(*^_^)b5
#968([^_^])5
#969!..^_^..5
#970!(*^_^*5
#971(*^_^*)@5
#972!..^-^5
#973\\(^_^)5
#974!^_^..5
#975..(^_^)/5
#976(d^_^b)5
#977..^_^/5
#978.^_^;;5
#979^-^]]5
#980o=;5
#981f(^_^5
#982=^-^5
#983O=:5
#984oo(^-^)o5
#985|o85
#986(^_^)]5
#987((*^-^)5
#988(^_^A;)5
#989*..^_^..*5
#990...^_^:::5
#991(^-^*)v5
#992\(^_^;)5
#993^-^bbb5
#994^-^**5
#995o(^_^)4
#996___^_^4
#997\(.^_^.)/4
#998!^_^.4
#999!=^_^=4
#1000!!(^_^)/4
#1001!!(^_^;4
#1002..^-^v4
#1003\(*^_^)/4
#1004!(o^_^o)4
#1005!!(^_^)!!4
#1006(=^-^)4
#1007(^_^;)!4
#1008(o^_^)b4
#1009..\^_^/4
#1010..^_^;;;4
#1011.[^_^]4
#1012^_^v.4
#1013v(^_^)/4
#1014fo*^_^*4
#1015==(^_^)4
#1016@(^_^)4
#1017@-84
#1018^-^;;)4
#10198*[4
#1020.^_^*4
#1021(o^_^o)/4
#1022(^-^;;)4
#1023\(^_^)v4
#1024(**^_^**)4
#1025(((^_^;):4
#1026(=^-^=4
#1027\\^_^//4
#1028!!^_^.4
#1029!!=^_^=4
#1030!\(^-^)/4
#1031(^-^)b:4
#1032(*^-^*;4
#1033.^-^!4
#1034..[^_^]..4
#1035...^-^.4
#1036(^_^)A4
#1037)=84
#1038.^-^;;4
#1039@=:4
#1040@^_^4
#1041|(^_^)|4
#1042^_^b!4
#1043v(*^-^4
#1044\/(^_^)4
#1045(*^-^)b@4
#1046(^_^).!4
#1047(=^_^)4
#1048#=^-^=4
#1049>:(4
#1050!(^_^)/4
#1051!=^-^=4
#1052.!!^-^4
#1053(o^_^o4
#1054(^_^A4
#1055(^_^)b.4
#1056d(^_^)b:4
#1057[=^_^=]4
#1058[^_^]..4
#1059.o(^-^)o4
#1060!(^_^4
#1061v(^_^)..4
#1062f^_^;))4
#1063^_^]!!4
#1064@*;4
#1065=^-^=!4
#1066^-^):4
#1067o(^-^)o@4
#1068_(^_^)_4
#1069^_^]b4
#1070___^_^_4
#1071^-^b)4
#1072[d^_^b]4
#1073!!*^_^*4
#1074!d(^_^o)4
#1075!..^_^.4
#1076(=^-^=)/4
#1077.(.^_^.)4
#1078(^_^v)4
#1079.^-^*4
#10808o\4
#1081^_^:;4
#1082o(*^_^*)o4
#1083o(^-^)v4
#1084d|(^_^)|b4
#1085!!(^-^)v4
#1086..^_^_4
#1087(^-^o)4
#1088(^_^/)3
#1089.^_^!!!3
#1090..(^-^)..3
#1091..*^-^*3
#1092(^-^)*3
#1093(*^_^*))3
#1094!!!^_^*3
#1095(*^-^)b:3
#1096f^_^;..3
#1097o(^-^;)o3
#1098^_^..:3
#1099.d(^_^)b.3
#1100//^-^3
#1101;=@3
#1102=(/^_^)/3
#1103*^_^*!!3
#1104(o^_^o):3
#1105..(^-^;)3
#1106/^-^3
#1107(^_^)/.3
#1108!(*^-^)3
#1109\(^_^/3
#1110=^_^=!3
#1111:=@3
#1112;^-^)3
#1113^-^|3
#1114^_^.//3
#1115^_^.;;3
#1116^_^o)3
#1117{-83
#1118P*:3
#1119d=(^_^)=b3
#1120d^_^b:3
#1121^_^)/.3
#1122{*83
#1123dd(^_^)bb3
#1124!o(^-^o)3
#1125\(o^_^o)/3
#1126(((^_^3
#1127(^-^;;A3
#1128(^_^)=3
#1129(^-^)/@3
#1130(^-^)=3
#1131**(^_^)3
#1132..(^_^)v.3
#1133//^_^//3
#1134/^_^.3
#1135..^-^)3
#1136.^-^)..3
#1137[^_^]:3
#1138[^_^].3
#1139=^_^;;=3
#1140^_^*!!3
#1141^-^v!3
#1142^_^!:3
#1143.*.^_^.3
#1144..*^_^3
#1145../^_^3
#1146!!^_^)3
#1147!(^-^)!3
#1148#^-^#)3
#1149!^_^;3
#1150!^_^;;3
#1151(^-^)/*3
#1152(;^_^A.3
#1153(*^_^*..3
#1154(*^_^*;3
#1155((*^_^*))3
#1156o^-^3
#1157^_^|/3
#1158^_^==3
#1159^_^_v3
#1160d(.^_^.)b3
#1161_^-^_3
#1162d(^-^*)3
#1163^-^))3
#1164..^_^v..3
#1165*\(^_^3
#1166*\(^_^)3
#1167(^_^b)3
#1168(^_^.;)3
#1169...^-^//3
#1170...^-^;3
#1171..(^-^3
#1172*^_^...3
#1173.(o^_^o)3
#1174..(^-^;;3
#1175(;^-^3
#1176(^-^;)!3
#1177!!=^-^=3
#1178\(^-^)/.3
#1179\(^_^)/:3
#1180(#^_^#3
#1181!^_^...3
#1182\\(^-^)//3
#1183!^_^*3
#1184(^-^))3
#1185..^_^!!!3
#1186**^-^**3
#1187//(^_^)3
#1188..^_^//3
#1189=^_^=!!3
#1190o^_^)=3
#1191^_^)_3
#1192^_^=b3
#1193^_^.)3
#1194^_^..!3
#1195:(^_^):3
#1196o(*^-^)o3
#1197d(^_^;)3
#1198^_^v)3
#1199..:^_^3
#1200(^_^).:3
#1201(^_^)/:3
#1202!(^_^)v3
#1203.=^_^=3
#1204.^_^/3
#1205...^_^!!3
#1206.((^_^)).3
#1207(o^-^o)b3
#1208(^_^;.3
#1209(^_^=)3
#1210!!(^_^):3
#1211!!^-^..3
#1212\/(^-^)3
#1213\=:3
#1214(*^_^*)*3
#1215d..^_^3
#1216}=:3
#1217^-^*/3
#1218^-^!.3
#1219^-^)o:2
#1220]o:2
#1221[[^-^]]/2
#1222^-^o2
#1223_(^-^)2
#1224^_^]/2
#1225;^-^2
#1226;^-^;2
#1227o(^-^)b2
#1228v(*^-^*)2
#1229v(^_^)b2
#1230((^_^))/2
#1231(#^-^#)/2
#1232(/^-^)o2
#1233(/^_^)2
#1234(:^-^:)2
#1235(=^-^=):2
#1236#^-^)2
#1237(^_~);2
#1238.(*^-^)2
#1239*^_^*;;2
#1240*^-^*)/2
#1241...^_^|||2
#1242.d(^-^)b.2
#1243.f(^_^)2
#1244//^-^//2
#1245/^-^/2
#1246.=(^_^)=2
#1247..^_^v!2
#1248!![^_^]2
#1249!^_^]2
#1250!v(^-^)v2
#1251\^_^//2
#1252(^_^)_b2
#1253(^-^..2
#1254(*^-^)..2
#1255..o^-^o2
#1256..(^_^;).2
#1257..(^_^;;2
#1258..^_^v.2
#1259/^_^)/2
#1260*^_^/*2
#1261(o^_^o).2
#12628=\2
#1263_(^-^2
#1264^_^A:2
#1265^_^)]2
#1266^_^//*2
#1267d(^-^)v2
#1268o^-^o:2
#1269o^_^2
#1270..^-^;2
#1271^_^.!!2
#1272^-^)))2
#1273^-^:::2
#1274@(^-^)@:2
#1275^_^]]2
#1276^_^/=/2
#1277^-^@2
#1278f^_^;):2
#1279f^_^b2
#1280||^_^||2
#12818o{2
#1282d(^_^)o2
#1283=^-^=/2
#1284=^_^*=2
#1285;o@2
#1286.@(^-^)@2
#1287.d^_^b2
#1288.f(^_^;)2
#1289*!^_^!*2
#1290.(=^_^=2
#1291..^_^!!2
#1292..#^_^#..2
#1293(;^_^A:2
#1294(^-^)v.2
#1295(^-^*).2
#1296(o^_^o)v2
#1297(^_^;)A2
#1298(^_^!2
#1299(^_^)#2
#1300!^_^b2
#1301\\^_^2
#1302\(^_^)/)2
#1303!(*^_^*)!2
#1304(;^_^)b2
#1305(:^-^)b2
#1306(:^_^:)2
#1307(.^-^.)2
#1308v(^_^.2
#1309!(o^-^o)2
#1310!^_^#2
#1311!_^_^_2
#1312!|^_^|!2
#1313(\(^_^)2
#1314((=^-^)2
#1315(^-^;//2
#1316(^-^::2
#1317(^-^###2
#1318(;^_^A..2
#1319(^-^)#2
#1320(^-^)_b2
#1321\^_^/)2
#1322\^_^/..2
#1323..=^-^=..2
#1324...^_^_2
#1325.^-^:2
#1326.:^-^:..2
#1327*^_^_2
#1328(^_^;)b2
#1329(^_^*)v2
#1330(^_^)v)2
#1331*(^_^2
#1332:(^_^)2
#1333;=|2
#1334::(^_^)2
#1335.^_^..!2
#1336.^_^//2
#1337.^_^_2
#1338:>2
#1339^-^)!!2
#1340[^_^)2
#1341d(=^-^=)b2
#1342|[^_^]|2
#1343^_^;))2
#1344^_^;]2
#1345^_^v!2
#1346^_^/**2
#1347^_^)|2
#1348o(*^_^)o2
#1349o(=^-^=)o2
#1350do.^_^2
#1351oo(^-^)oo2
#1352o!!^_^2
#1353(((^_^;))2
#1354(.=^_^=)2
#1355(=^-^=)*2
#1356(@^-^)2
#1357(^-^=)2
#1358>;-]2
#1359\\[^_^]//2
#1360!!!^_^...2
#1361!!^_^:2
#1362!!f^_^;2
#1363!(*^-^)b2
#1364.*^-^*2
#1365..(^_^)//2
#1366.(o^-^o)v2
#1367(^_^)v!2
#1368(^_^_2
#1369^_^;).2
#1370^_^.!2
#1371^_^b..2
#1372^_^]::2
#1373^_^__/2
#13748=}2
#1375o(^_^)/2
#1376d[^_^2
#1377f(*^_^*)2
#1378..^-^:2
#1379..^_^..!2
#1380//@^_^@2
#1381v(^_^*)2
#1382..!^_^!2
#1383.(^_^)!!2
#1384..(^_^)!!2
#1385.!!^_^!!2
#1386.^-^/2
#1387.:^_^:.)2
#1388.^_^!!2
#1389///^-^///2
#1390/\/^_^2
#1391(^-^;).2
#1392(*^_^;2
#1393(.^_^.)!2
#1394(o^-^)//2
#1395(^_^v2
#1396(^_^.)b2
#1397(^_^)vv2
#1398\((^_^))/2
#1399!..^_^...2
#1400do^-^2
#1401f^_^:2
#1402v(^_^;)2
#1403v(o^_^o)v2
#1404|^_^|:2
#1405d=(^-^)=b2
#1406^_^/..2
#1407^_^@_@2
#1408^-^v.2
#1409^-^*//2
#1410f(^-^)2
#1411P-;2
#1412o*82
#1413^_^)b.2
#1414^-^)_/2
#1415^-^v)2
#1416^-^v:2
#1417:^_^)2
#1418=^-^b2
#1419@^_^@/2
#1420!^_^!!!2
#1421\\(^_^)/2
#1422\^-^2
#1423!(^-^;2
#1424![^_^]2
#1425!\(^_^)/2
#1426(//^_^2
#1427(;^_^).2
#1428(*^-^*):2
#1429(((^-^;)2
#1430((d^-^b))2
#1431.^-^...2
#1432//[^_^]2
#1433..^-^;;;2
#1434..v^_^2
#1435./(^_^)/2
#1436./^_^/2
#1437*.^_^2
#1438(d[^_^]b)2
#1439(o^-^o):2
#1440(^-^)**2
#1441==(^_^)==2
#1442.v^_^v2
#1443/(=^_^=)2
#1444@(^_^)@.2
#1445^_^*.2
#1446^_^*//2
#1447^-^*)/2
#1448^-^***2
#1449^-^||2
#1450^_^..v2
#1451^_^.:.2
#1452^_^;A2
#1453^_^b)2
#1454_^_^...2
#1455^_^].2
#1456^_^]..2
#1457f(^_^))2
#1458v(*^-^*)v2
#1459v(^-^)o2
#1460v^-^v)2
#1461\(^_^)o2
#1462\-82
#1463(((^_^)2
#1464((^_^)).2
#1465(//^_^)2
#1466(=^-^=).2
#1467(=^_^=)!2
#1468(=^_^=):2
#1469!(*^-^*)2
#1470!(.^_^.)2
#1471...^-^)2
#1472.(;^_^A2
#1473.||^_^2
#1474..^_^b2
#1475(^_^|||2
#1476(d^_^2
#1477(v^_^)2
#1478*(^_^)*.2
#1479*^_^*b2
#1480*^_^;2
#1481*\(^_^=)2
#1482(o^_^o))2
#1483(o^-^)..1
#1484*(^-^)*.1
#1485(v^-^v1
#1486*o(^-^)o*1
#1487*^-^*;1
#1488*^_^*)/1
#1489*^_^*::1
#1490(f^-^1
#1491(_^-^)_1
#1492(_^_^_)1
#1493(^_^o1
#1494(^_^)b*1
#1495(^_^#)b1
#1496(^_^)!)1
#1497..v^-^v1
#1498.:^_^1
#1499.;(^_^)1
#1500.=^_^=..1
#1501.@(^_^)@1
#1502.^-^)1
#1503.^_^)!!1
#1504..(^-^*)/1
#1505..(^-^;A)1
#1506..^-^/1
#1507.\(^_^)/.1
#1508.(=^_^=)/1
#1509.*(^-^)*1
#1510..!^_^...1
#1511...^-^..!1
#1512...^_^!..1
#1513...^_^../1
#1514...^_^/=1
#1515..=^-^b1
#1516..[^-^]1
#1517..[^_^1
#1518!(=^_^=1
#1519!(^_^))1
#1520!(^_^*)1
#1521!!(^-^*1
#1522!!!^-^:1
#1523!!:^_^1
#1524!!^-^...1
#1525!!*^_^*!!1
#1526\(@^-^@)/1
#1527\(^_^)//1
#1528\d^_^b/1
#1529(#^_^#).1
#1530!^_^/1
#1531!_^_^1
#1532!d(^-^)1
#1533!f^_^;1
#1534#=^_^=1
#1535#[(^_^)]1
#1536#[^_^]1
#1537#_#^_^1
#1538#d(^_^)b1
#1539(//^_^//)1
#1540(*^-^:1
#1541(^-^)_1
#1542(^-^:)1
#1543(^-^;)@1
#1544(^-^_)1
#1545(;^-^)A1
#1546((^_^;))1
#1547((*^-^*))1
#1548\=;1
#1549((#^_^#;)1
#1550((f^_^1
#1551(*^-^)!!1
#1552(..^_^..)1
#1553(.^_^.1
#1554do!^_^1
#1555do.^_^;1
#1556o(^_^*)o1
#1557off^_^;1
#1558^_^vv1
#1559^_^;):1
#1560^_^/.1
#1561^_^//v1
#1562d(*^_^*1
#1563d^-^1
#15648={1
#1565^-^/..1
#1566^-^*:1
#1567^-^..)1
#1568^_^!!v1
#1569^_^!*1
#1570@[^_^]@1
#1571=^-^=]1
#1572=^_^=//1
#1573[(^_^)1
#1574^-^!!|1
#1575[^_^])1
#1576/(^_^1
#1577/..^-^1
#1578/(*^-^*)1
#1579:/*^-^1
#1580===^_^1
#1581===^_^===1
#1582=(^_^)=b1
#1583;f^_^;1
#1584(^_^*):1
#1585(^_^=)/1
#1586(o^-^...1
#1587(|^_^v|)1
#1588*[^_^]*1
#1589*\^-^/*1
#1590.(^-^).1
#1591.!!^_^!1
#1592.@(^_^)@.1
#1593.^-^!!1
#1594.*(^_^)*.1
#1595..!^-^1
#1596...^_^;)1
#1597/(^_^)/.1
#1598(.^_^.).1
#1599(//^-^//)1
#1600(*^_^)_1
#1601(;^_^)A1
#1602(=.^_^.=)1
#1603(/^-^)1
#1604(^_^!!1
#1605(=^_^=)b1
#1606(^-^!!!1
#1607(^-^;)b1
#1608(^-^;*1
#1609!(^-^)o1
#1610!!/^_^1
#1611!!!^-^!!1
#1612!!(^-^)..1
#1613!^-^)1
#1614!**^_^1
#1615\_(^-^)_/1
#1616(((^-^1
#1617\*^_^*/1
#1618\/^_^*1
#1619\[^-^]1
#1620\\^_^/1
#1621\(^-^...1
#1622\(^_^)/!1
#1623\**^_^1
#1624=o^_^o=1
#1625@(=^_^=)@1
#1626^-^)!1
#1627:^_^v1
#1628:^-^:1
#1629^_^!.1
#1630^-^;;]1
#1631^-^__1
#1632}=;1
#1633_^-^v1
#16348*@1
#1635f^_^;)o1
#1636o!^_^1
#1637o^-^o)o1
#1638ooo^_^1
#1639f(^_^;;1
#1640f^-^;;;1
#1641d^_^o1
#1642d^_^b)1
#1643d*^_^*b1
#1644d.^_^.b1
#1645d=(^-^)1
#1646^-^../1
#1647^-^);;1
#1648]-81
#1649^-^v..1
#1650^_^)b!1
#1651@o81
#1652[#^_^#]1
#1653[^_^]=b1
#1654^_^]!1
#1655^_^=!1
#1656__(^_^)__1
#1657|[^-^]|1
#1658d=^-^1
#1659d[^_^]b!1
#1660d..^_^..1
#1661d*^-^*b1
#1662||^_^1
#1663v^_^v.1
#1664vv(^_^)1
#1665v(^_^;;)1
#1666v(^-^):1
#1667v(^-^)b1
#1668v(^-^)v:1
#1669v(^-^*)1
#1670v(^-^;)1
#1671o(;^-^;)o1
#1672o(^-^*)o1
#1673o(o^-^o)o1
#1674o/*^_^*1
#1675f(^-^1
#1676f(^-^;;1
#1677f;^_^)1
#1678do.^-^1
#1679d^_^b/1
#1680off^_^..1
#1681!/[^_^]!!1
#1682!/^-^1
#1683!^-^//1
#1684!^_^:)=1
#1685!^_^v1
#1686!*(^_^)*1
#1687!*^-^*1
#1688!!(^-^).1
#1689!!*^_^1
#1690!!^_^*!!1
#1691\(=^-^=)/1
#1692\(^-^)/!1
#1693\(^-^*)/1
#1694\(^_^)b1
#1695#^_^!1
#1696#^_^#!!1
#1697#d^_^b1
#1698((:^_^)/1
#1699((;^_^A1
#1700((^-^)/1
#1701\^-^/)1
#1702\^_^/*1
#1703\|^_^|/1
#1704>:-(1
#1705(\^_^/).1
#1706(((^-^#)/1
#1707(*^_^)*1
#1708(^_^*!1
#1709(^-^A)1
#1710(:^_^A1
#1711(=(^_^)=1
#1712(*o^_^o*)1
#1713(^-^#)/1
#1714(^-^;)A1
#1715(^-^:;1
#1716(^-^)=/1
#1717(^-^);;1
#1718/_(^_^)_1
#1719//^_^=1
#1720/(^-^)b1
#1721/..^_^1
#1722.^_^!..1
#1723.^_^#]]1
#1724.^_^;;;1
#1725.^_^v.1
#1726.^-^)*1
#1727;^-^;.1
#1728;^_^:1
#1729;^_^;..1
#1730::^_^:1
#1731:@^_^@1
#1732.((^-^))1
#1733.(=^_^=)v1
#1734.(^_^;)v1
#1735.(_^_^_)1
#1736.*(^_^)*1
#1737***^_^)*1
#1738*[^_^]1
#1739*(*^_^*)1
#1740*^_^)1
#1741*^_^*||1
#1742*^_^..1
#1743*_*^_^)1
#1744..(^-^)b1
#1745..(^-^::1
#1746..(^_^)!1
#1747..(^_^;;)1
#1748...^_^b1
#1749..:^-^1
#1750..^_^v*1
#1751v(^_^o1
#1752/=^-^=/1
#1753.o(^-^o)1
#1754.o(^_^)o1
#1755/(^_^;)1
#1756/(^_^;;)1
#1757:(^_^)/1
#1758:::^_^:::1
#1759::^-^::1
#1760::^_^1
#1761::d^_^b::1
#1762..^_^:.1
#1763..^_^==1
#1764..f^_^;;)1
#1765.f(^_^1
#1766=^-^=;;1
#1767[^_^;]1
#1768@(^_^)@!1
#1769=^_^=))1
#1770@=[^_^]=@1
#1771@^_^@.1
#1772doo^_^1
#1773d_(^_^)_b1
#1774o(^_^)o.1
#1775f^_^;@1
#1776o^-^)1
#1777oo(^-^)o.1
#1778v(*^-^)v1
#1779d/(^_^)1
#1780d(=^-^=)1
#1781d(^-^...1
#17828o@1
#1783^_^_b1
#1784^_^o/1
#1785^_^v**1
#1786^_^.!.1
#1787^_^.*1
#1788^_^/).1
#1789^_^;;:1
#1790^_^*_*1
#1791^-^*..1
#1792^_^)vv1
#1793^-^=)1
#1794[o^_^o]v1
#1795]=81
#1796^-^)/!1
#1797(^_^;v1
#1798(^_^]v1
#1799(^_^)b!1
#1800(o(^-^)o1
#1801(o^-^1
#1802(o^-^o))1
#1803*(#^_^#)*1
#1804*([^_^])*1
#1805(v^-^v).1
#1806.(^_^.1
#1807.![^_^1
#1808.!^_^...1
#1809.(/^-^;)/1
#1810.(=^-^=).1
#1811.(^-^)/1
#1812*^_^*/1
#1813*d(^_^)b*1
#1814*(^_^)/1
#1815*(^_^)//1
#1816*(^_^*1
#1817**^_^.1
#1818*/^_^1
#1819*=^_^=*1
#1820...^-^:1
#1821...^-^b1
#1822..;^-^;1
#1823..=^-^1
#1824...^_^.!1
#1825...^_^/;1
#1826..=^_^=)1
#1827..@^_^@..1
#1828..[^_^]!!1
#1829..[^_^]**1
#1830!(*^-^*))1
#1831!!!^_^v1
#1832!!(^-^):1
#1833!!(^-^)_1
#1834!(^_^)!!1
#1835!!^_^//1
#1836!!!^-^.1
#1837!.^_^..1
#1838!:@^_^1
#1839\-;1
#1840\^_^/.1
#1841!^_^**1
#1842#^_^;;1
#1843(^-^;A)1
#1844(^-^)o:1
#1845(^-^)vv1
#1846(*^-^)o:1
#1847(:^_^1
#1848(#^_^)1
#1849(*(^_^;)1
#1850o\(^_^)/o1
#1851foo^_^1
#1852o(^-^..1
#1853o(^_^)v1
#1854o^_^o;1
#1855o^_^o;;1
#1856v(*^_^*1
#1857v(*^_^*)v1
#1858v(^-^)/1
#1859v(^-^)v/1
#1860v(^-^)vv1
#1861v(^_^...1
#1862^_^*;;1
#1863^_^./1
#1864^_^:]1
#1865^-^bb1
#1866^_^v*)1
#1867^_^v:1
#1868_(^_^)/|1
#1869^_^b.1
#1870^_^A)1
#1871^_^A;;1
#1872|_^_^|1
#1873d(^-^o)1
#1874d(^-^)b.1
#1875|o^-^o)1
#1876d_(^-^)_b1
#1877f(^_^);;1
#1878d[*^_^]b1
#1879[^_^]b1
#1880[:(^_^)/:1
#1881[^-^]!!1
#1882[^-^]..1
#1883[^-^]v1
#1884^-^!..1
#1885@/^_^1
#1886=^_^=*1
#1887=^_^==1
#1888=[o^_^o]=1
#1889=^-^=!!1
#1890=^-^==1
#1891:<1
#1892:(^-^)1
#1893/[^_^]1
#1894//*^_^*1
#1895.d^_^b..1
#1896.o(^-^)1
#1897.o(^-^)o!1
#1898.^_^._1
#1899;;^_^;;1
#1900/^_^//1
#1901/o(^-^)o1
#1902:.^_^.:1
#1903**^_^*1
#1904*:^_^:*1
#1905*^-^*!!1
#1906*^-^*;;1
#1907*(=^-^=)*1
#1908(^_^)v/1
#1909(^_^;)o1
#1910(_^-^1
#1911(^-^;v1
#1912(^_^!!)1
#1913(^_^)).1
#1914.(#^_^#)1
#1915.(^-^*)/1
#1916*^_^;*1
#1917*^_^*:1
#1918..(^-^)!1
#1919.*^_^*.1
#1920...^-^v1
#1921..^_^).1
#1922../^_^!!!1
#1923..=^_^=..1
#1924(#^-^1
#1925(*^-^*);1
#1926(*^-^..1
#1927(*^-^;)1
#1928(;^-^)/1
#1929(/^_^;)/1
#1930(::^_^::)1
#1931(.^_^)1
#1932(//^_^//;1
#1933(=^_^1
#1934(^-^#)v1
#1935(^-^*)!1
#1936(^-^**)1
#1937((^-^1
#1938((^-^)))1
#1939\@^_^@/1
#1940\^_^)1
#1941!^_^:)1
#1942\\^_^//:1
#1943\(*^-^*)/1
#1944\(^-^)//1
#1945\(^_^*)/1
#1946!:^-^1
#1947!!^_^...1
#1948!!^_^_1
#1949!!^-^v1
#1950!!(^-^;1
#1951!!(^_^.)1
#1952v.^_^1
#1953v(^_^)v;1
#1954(/^_^1
#1955(;^_^)/1
#1956(=^-^=)!1
#1957(=^_^=*)1
#1958(=^-^):1
#1959(;^_^A))1
#1960(\(^_^)/1
#1961(((^-^)1
#1962>:-)1
#1963\(^_^);1
#1964((=^_^=))1
#1965((d^_^b1
#1966(*^-^)_1
#1967!(^_^;1
#1968!^-^b1
#1969!^-^v1
#1970!!!^_^:1
#1971!!(^-^)//1
#1972!!!^-^!=)1
#1973!!!^_^!1
#1974!!*^-^*1
#1975!!=^_^=:1
#1976!!^_^..1
#1977!!^_^:;1
#1978\(^_^*)1
#1979\*;1
#1980\.^_^./1
#1981#^_^#//1
#1982(^_^)./1
#1983(^_^)==1
#1984(^_^..)1
#1985(d^_^)b1
#1986(o^-^o..1
#1987(o^_^)o1
#1988(^-^*):1
#1989(^-^;):1
#1990(^-^b)1
#1991(@^-^@):1
#1992..*^_^*..1
#1993...^-^)/1
#1994...^-^:)1
#1995...^_^)..1
#1996...^_^..:1
#1997.(^_^))1
#1998.(^_^)/)1
#1999.(o^-^o)1
#2000..#^_^1
#2001.\(^-^)/1
#2002.\(^-^)/.1
#2003.(.^_^.).1
#2004*(^-^)/1
#2005*(^_^)*/1
#2006*:(^_^):*1
#2007*^-^*..1
#2008*^_^*]1
#2009.v(^_^)v1
#2010/(^_^)//1
#2011/*81
#2012..^_^v!!1
#2013.._^_^_..1
#2014.^_^]1
#2015.^_^v..1
#2016.|^_^|..1
#2017.^-^:::1
#2018.^-^)/1
#2019;^-^A1
#2020;^_^;;1
#2021=.^_^=1
#2022=@^_^@1
#2023@(^-^@)1
#2024@^_^@)1
#2025[^-^]/1
#2026^-^)@1
#2027^-^=!!1
#2028f(^-^*1
#2029d((^_^))b1
#2030|^_^)1
#2031}-81
#2032f(^_^):1
#2033v(*^-^)/1
#2034^-^b!1
#2035^_^#)1
#2036^_^))/1
#2037^_^.).1
#2038^_^..@1
#2039^_^.::1
#2040^_^;)|1
#2041^_^]]]1
#2042|*^-^)1
#2043|=81
#2044_^_^!1
#2045_^_^_:1
#2046__^-^1
#2047___^-^___1
#2048=^_^=;1
#2049@(^_^)@/1
#2050@^_^)=@1
#2051@^_^@..1
#2052[=.^_^.=]1
#2053^-^./1
#2054^_^)==1
#2055^_^)=o1
#2056:.^_^1
#2057;(^-^;1
#2058==^_^1
#2059==^_^==1
#2060=^-^=//1
#2061;^_^A:1
#2062od(^_^o1
#2063off^-^1
#2064v(^_^)v.1
#2065v[^_^]v1
#2066v(;^_^A1
#2067d(^_^)v1
#2068d(^_^*)1
#2069d(^-^)o1
#2070d(^_^o):1
#2071o(^-^@)1
#2072o(^-^o;)1
#2073^_^//=1
#2074^_^::.1
#2075^_^;!1
#2076^_^;*1
#2077^_^.=.1
#2078^_^__*1
#2079^_^|)1
#2080_=^_^=1
#2081_^-^/1
#2082^_^v.)1
#2083|!!^_^!!|1
#2084d(=^_^=)b1
#20858o[1
#2086**(^_^)v1
#2087*^_^*!1
#2088(o^-^o)!1
#2089)o81
#2090*\\^_^//*1
#2091.!^_^!1
#2092.(*^-^*)1
#2093.(:^_^:)1
#2094.(^_^!)1
#2095.(^_^)!1
#2096..(^_^)/.1
#2097.*[^_^]*.1
#2098.*^-^1
#2099:\(^_^)1
#2100/\(^_^)1
#2101/(*^_^)/1
#2102/(.^_^.)1
#2103/(^-^1
#2104/(^_^)!1
#2105..d^_^b..1
#2106.^-^!!!1
#2107.^_^..:1
#2108.^_^./1
#2109.^_^.:1
#2110.^_^.]1
#2111.d(^-^)b1
#2112...^-^)..1
#2113...^-^)v1
#2114...^-^;;1
#2115...^_^**1
#2116...^_^///1
#2117.=^-^=1
#2118.@(^-^)@.1
#2119.[^-^]1
#2120..^-^!!.1
#2121..^-^*1
#2122..^_^;)1
#2123(:^_^:1
#2124(=^_^*=)1
#2125((^_^)/1
#2126(*^-^)b.1
#2127(*^-^*)o1
#2128(*^-^*..1
#2129(*^_^*)|1
#2130(*d^_^b*)1
#2131(.^-^.)/1
#2132(^_^#1
#2133(^-^).;1
#2134(^-^)v!1
#2135(^_^*).1
#2136(^_^)):1
#2137\(^_^)/*1
#2138(([^_^]))1
#2139(((^_^*)1
#2140(\(^-^)/)1
#2141!\^_^/1
#2142!!!^_^b1
#2143!!(^-^)b1
#2144!!(^_^)..1
#2145!!@^_^@!!1
#2146!(^_^;A1
#2147!^_^:1
#2148!.(^_^).#1
#2149!=*^_^*=1
#2150!@(^_^)@1
#2151!@^_^@1
#2152![^_^]!1
#2153!^-^===1
#2154./(^_^)1
#2155.:(^_^):.1
#2156.=^-^=.1
#2157.[[^_^]]1
#2158:(.^_^1
#2159//\^_^/1
#2160//(^_^))1
#2161/*(^_^)*1
#2162..^-^)=1
#2163..^-^::1
#2164...^_^=1
#2165..(^_^)b1
#2166..(^_^;;;1
#2167.(^_^)//1
#2168.(^_^*).1
#2169.(^-^;)1
#2170.(^-^A)1
#2171(v^_^1
#2172.!(^_^)!1
#2173.(.^-^)1
#2174.(@^_^@)1
#2175(f^_^;)1
#2176(o^-^o)A1
#2177(o^_^o=1
#2178(^_^//1
#2179!^_^;)1
#2180!d^_^b1
#2181#\[^_^]/1
#2182#(^_^1
#2183#(^_^)/1
#2184>:|1
#2185(\^_^)/1
#2186\(^-^;)/1
#2187!!^-^/1
#2188!(o^-^)1
#2189![^_^]!!1
#2190!^-^*1
#2191!^_^)b1
#2192!!=^_^=..1
#2193!!(^-^*)1
#2194!!(^-^b1
#2195!!!^_^..1
#2196!!!^_^_1
#2197!!#^_^#1
#2198(@^_^1
#2199(^-^!)1
#2200(^-^*:1
#2201(^-^///1
#2202(^_^*)!1
#2203(^_^)|.1
#2204(^_^)v]1
#2205(^_^).v1
#2206(^-^;))1
#2207(:^_^A)1
#2208(*^-^:)1
#2209(*^_^*;)1
#2210(*^_^..1
#2211P*;1
#2212o(^-^)ov1
#2213o(o^_^o)o1
#2214o*(^_^)1
#2215o(*^_^*1
#2216f^-^;;1
#2217d=(^_^1
#2218d(^_^#)1
#2219;;;^_^1
#2220::^_^::)1
#2221@^_^)1
#2222@_@^_^1
#2223[(*^_^*)1
#2224=^_^=]1
#2225=^_^=_1
#2226@=^_^=1
#2227@@^_^1
#2228=^_^)1
#2229=^_^..=1
#2230=^_^;=1
#2231^_^||.1
#2232^_^*:1
#2233___^-^1
#2234^_^bbb1
#2235^_^v!!1
#2236^_^)::1
#2237^-^==1
#2238[^_^*]1
#2239[^_^]//1
#2240^-^.:1
#2241]o81
#2242^-^*!!1

 

You can find a complete list of all the articles here.      Click here to receive email alerts on new articles.

© 2009-2013 DataGenetics